home *** CD-ROM | disk | FTP | other *** search
- _root.enemy.gotoAndStop(1);
- if((_root.alreadySaved1 == 1 || _root.alreadySaved2 == 1 || _root.alreadySaved3 == 1) && _root.loadedIt == 1)
- {
- if(_root.healSpell == 1)
- {
- _root.restoreHp._visible = true;
- }
- if(_root.axeSpell == 1)
- {
- _root.summon_Axe._visible = true;
- }
- if(_root.maceSpell == 1)
- {
- _root.summon_Mace._visible = true;
- }
- if(_root.metSpell == 1)
- {
- _root.meteora._visible = true;
- }
- if(_root.ballSpell == 1)
- {
- _root.flameB._visible = true;
- }
- if(_root.swordSpell == 1)
- {
- _root.summon_Sword._visible = true;
- }
- if(_root.rockSpell == 1)
- {
- _root.bigRock._visible = true;
- }
- if(_root.killSpell == 1)
- {
- _root.instaKill._visible = true;
- }
- if(_root.poisSpell == 1)
- {
- _root.poisonF._visible = true;
- }
- if(_root.nukeSpell == 1)
- {
- _root.nuke._visible = true;
- }
- if(_root.gotFarm == 1)
- {
- _root.farm._visible = true;
- }
- if(_root.oasisUpgrade == 1)
- {
- _root.oasis._visible = true;
- }
- if(_root.gotTower == 1)
- {
- _root.tower._visible = true;
- }
- if(_root.gotWall == 1)
- {
- _root.wall2._visible = true;
- }
- _root.buyMenu._visible = true;
- }
- else
- {
- _root.enemyOut = 0;
- while(_root.enemyOut < 3)
- {
- _root.enemyOut += 1;
- duplicateMovieClip(_root.enemy,"enemy" + _root.enemyOut,16384 + _root.enemyOut);
- _root["enemy" + _root.enemyOut].activate = 1;
- }
- }
- stop();
-