home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineSprite_265 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  115 b   |  10 lines

  1. num = "1";
  2. while("150" >= num)
  3. {
  4.    tellTarget(num)
  5.    {
  6.       gotoAndStop("None");
  7.    }
  8.    num += "1";
  9. }
  10.