home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MindWarp.swf / scripts / frame_79 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  163 b   |  11 lines

  1. if(eval("/variable:turn") == number)
  2. {
  3.    number = "1";
  4.    gotoAndPlay(82);
  5. }
  6. if(eval("/variable:turn") == "50")
  7. {
  8.    gotoAndPlay(137);
  9. }
  10. number += "1";
  11.