home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ray-ray.swf / scripts / DefineSprite_100 / frame_25 / DoAction_2.as next >
Encoding:
Text File  |  2005-09-29  |  197 b   |  14 lines

  1. stop();
  2. blank = "1";
  3. while("25" >= blank)
  4. {
  5.    if(eval("grump" add blank) == "0")
  6.    {
  7.       tellTarget("b" add blank)
  8.       {
  9.          gotoAndStop(2);
  10.       }
  11.    }
  12.    blank += "1";
  13. }
  14.