home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ray-ray.swf / scripts / DefineSprite_65 / frame_571 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  243 b   |  14 lines

  1. stop();
  2. set("/game/game:wait","0");
  3. set("/game/game:wait1","0");
  4. set("/game/game:wait2","0");
  5. loop = "1";
  6. while("25" >= loop)
  7. {
  8.    tellTarget("/game/game/run_thru" add loop)
  9.    {
  10.       gotoAndStop("blank");
  11.    }
  12.    loop += "1";
  13. }
  14.