home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ThePicturesErrors.swf / scripts / DefineSprite_27 / frame_16 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  89 b   |  10 lines

  1. if(time >= 0)
  2. {
  3.    time -= 1;
  4.    gotoAndPlay(2);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(16);
  9. }
  10.