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

  1. if(Number(time) == 0)
  2. {
  3.    stop();
  4.    tellTarget("/")
  5.    {
  6.       gotoAndStop("loser");
  7.       play();
  8.    }
  9. }
  10.