home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / numbersequence.swf / scripts / DefineSprite_167 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  294 b   |  15 lines

  1. function setVisible(bVisible)
  2. {
  3.    _visible = bVisible;
  4. }
  5. function dispClearCount(nClearCount)
  6. {
  7.    g_szClearCount = nClearCount;
  8.    this.setVisible(true);
  9. }
  10. function dispClearTime(nClearSecond)
  11. {
  12.    g_szClearTime = nClearSecond + "{invalid_utf8=149}b";
  13. }
  14. this.setVisible(false);
  15.