home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Dyno.swf / scripts / DefineSprite_38 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-12  |  110 b   |  8 lines

  1. if(eval("/score:count") == "20")
  2. {
  3.    tellTarget("/gamescreens")
  4.    {
  5.       gotoAndStop("win");
  6.    }
  7. }
  8.