home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineSprite_336 / frame_32 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  101 b   |  6 lines

  1. if(eval("../:score") >= "25")
  2. {
  3.    set("../:score",eval("../:score") - "25");
  4. }
  5. gotoAndPlay(1);
  6.