home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Dyno.swf / scripts / DefineSprite_26 / frame_4 / DoAction.as
Encoding:
Text File  |  2001-07-12  |  141 b   |  9 lines

  1. stop();
  2. if(getProperty("/gamescreens", _currentframe) == "2")
  3. {
  4.    tellTarget("/gamescreens")
  5.    {
  6.       gotoAndStop("lose");
  7.    }
  8. }
  9.