home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / germ_roundup.swf / scripts / frame_18 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  141 b   |  9 lines

  1. stop();
  2. oMain = new MaggieWorld(this);
  3. oBase.setWorld(oMain);
  4. oMain.newGame();
  5. if(_global.bHelp == true)
  6. {
  7.    mcMenu.show("help");
  8. }
  9.