home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BugTime.swf / scripts / DefineSprite_139 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-10-04  |  155 b   |  9 lines

  1. set("/:starttime",Number(eval("/:starttime")) + 10000);
  2. tellTarget("/timer")
  3. {
  4.    if(Number(_currentframe) < 11)
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.