home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  400 b   |  17 lines

  1. if(_root.menuMusicOn != true)
  2. {
  3.    _root.sound.attachSound("song1");
  4.    _root.sound.start(0,16000);
  5.    _root.menuMusicOn = true;
  6. }
  7. _root.enemoDe = 31;
  8. _root.hardah = "No Harder";
  9. _root.hardining = 1;
  10. _root.levelLimit = "Infinite";
  11. _root.modeo = "Classic";
  12. _root.enemyKind = "Random";
  13. _root.enemyLim = "No Limit";
  14. _root.bossLev = 10;
  15. _root.bossMes = _root.bossLev + " Levels";
  16. stop();
  17.