home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / StackUp.swf / scripts / frame_71 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  191 b   |  17 lines

  1. x = "0";
  2. if(lines)
  3. {
  4.    while(x < "6")
  5.    {
  6.       if(eval("map" add x add "0"))
  7.       {
  8.          gotoAndPlay(101);
  9.       }
  10.       x += "1";
  11.    }
  12. }
  13. else
  14. {
  15.    gotoAndPlay(92);
  16. }
  17.