home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ray-ray.swf / scripts / DefineSprite_19 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  148 b   |  11 lines

  1. num = "1";
  2. while("25" >= num)
  3. {
  4.    tellTarget("/game/game/grumps" add num)
  5.    {
  6.       gotoAndStop("blank");
  7.    }
  8.    num += "1";
  9. }
  10. play();
  11.