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

  1. tellTarget("/variable")
  2. {
  3.    mistake += "1";
  4. }
  5. if(eval("/variable:mistake") == "3")
  6. {
  7.    gotoAndPlay(137);
  8. }
  9.