home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / dukeybath.swf / scripts / DefineSprite_98 / frame_84 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  145 b   |  10 lines

  1. if(gameMC.alerts._currentframe == 18)
  2. {
  3.    gameMC.alerts.gotoAndPlay("hideInstructions");
  4. }
  5. else
  6. {
  7.    gameMC.pickWordFrame();
  8. }
  9. stop();
  10.