home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineSprite_20 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  128 b   |  10 lines

  1. _root.time -= 1;
  2. if(_root.time eq "0")
  3. {
  4.    gotoAndStop(1);
  5.    tellTarget("_root.outoftime")
  6.    {
  7.       play();
  8.    }
  9. }
  10.