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

  1. if(eval("seq" add number) == eval("/variable:button"))
  2. {
  3.    nextFrame();
  4. }
  5. else
  6. {
  7.    gotoAndPlay(93);
  8. }
  9.