home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineSprite_323 / frame_409 / DoAction.as
Encoding:
Text File  |  2006-05-29  |  119 b   |  10 lines

  1. if(action == "nosolve")
  2. {
  3.    _parent.activebuttons = true;
  4.    gotoAndPlay(2);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(271);
  9. }
  10.