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

  1. stopAllSounds();
  2. _root.menuMusicOn = false;
  3. _root.sound.attachSound("battleMusic");
  4. _root.sound.start(0,60000);
  5. _root.battleMusicOn = true;
  6. _root.musicPlay = 0;
  7. _root.score = 0;
  8. _root.str1 = "Strength: " + _root.str;
  9. _root.smokeIt = 0;
  10. _root.mstats = "You currently have " + _root.spoints + " stats.";
  11. _root.def1 = "Defence: " + _root.def;
  12. _root.vit1 = "Vitility: " + _root.vit;
  13. _root.speed1 = "Speed: " + _root.spe;
  14. _root.sum1 = "Spells: " + _root.sum;
  15. _root.ylvl1 = "P Level: " + _root.ylvl;
  16. _root.exp1 = "EXP: " + _root.expYou + " / " + _root.expMax;
  17. _root.bloodOption = true;
  18. _root.score = 0;
  19. otherDelay = 0;
  20. _root.enemy.gotoAndStop(1);
  21. if((_root.alreadySaved1 == 1 || _root.alreadySaved2 == 1 || _root.alreadySaved3 == 1) && _root.loadedIt == 1)
  22. {
  23.    _root.enemoGen.enemiesGenerated = _root.moEnemys;
  24.    _root.buyMenu._visible = true;
  25. }
  26. else
  27. {
  28.    _root.moEnemys = 3;
  29. }
  30. _quality = "MEDIUM";
  31. Mouse.show();
  32. stop();
  33.