Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
fscommand ("showmenu", false);
fscommand ("trapallkeys", true);
__com_mochibot__("2e4de540", this, 10301, true);
var GAME_NAME = "heaven-or-hell";
var MOCHI_SIGNATURE = "";
var gameWidth = 650;
var gameHeight = 500;
function initLoader() {
var _local2 = ((result_lv.b == undefined) ? "false" : (result_lv.b));
trace(("b ::" + _local2) + "::");
trace(("result_lv.h ::" + result_lv.h) + "::");
if (result_lv.h == "true") {
isHome = true;
}
if (_local2 == "true") {
bannedSign._alpha = 100;
} else {
this.onEnterFrame = function () {
createNewParticle();
mcLoadLogoBg.bar._xscale = 100 * (1 - (getBytesLoaded() / getBytesTotal()));
emitter._x = (mcLoadLogoBg._x + (96 - mcLoadLogoBg.bar._width)) + 15;
emitter._y = mcLoadLogoBg._y + 44;
if (getBytesLoaded() == getBytesTotal()) {
kill();
this.onEnterFrame = undefined;
if (isHome) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(2);
}
}
};
bannedSign.onRelease = function () {
if (!isHome) {
openKingPage(LINK_TYPE_LOADER_PROGRESS);
}
};
}
}
function openKingPage(type, page) {
trace(type);
var _local4 = _root._url;
var _local3 = (((((("game=" + GAME_NAME) + "&from=") + _local4) + "&type=") + type) + "&session=") + sessionID;
if (page != undefined) {
_local3 = _local3 + ("&redirect=" + page);
}
var _local2 = "_blank";
if (isHome) {
_local2 = "_top";
}
getURL ((bounceURL + "?") + _local3, _local2);
}
function openOtherGamesLink() {
openKingPage(LINK_TYPE_OTHER_GAMES);
}
function openHighscoresLink() {
openKingPage(LINK_TYPE_HIGHSCORES, ("game/" + GAME_NAME) + "/highscores");
}
function openSignLink() {
if (!isHome) {
openKingPage(LINK_TYPE_SIGN);
}
}
function openAddToWebsiteLink() {
openKingPage(LINK_TYPE_ADD_GAME, "website_content.jsp");
}
function openLoaderMovieLink() {
openKingPage(LINK_TYPE_LOADER_MOVIE);
}
function openRightClickLink() {
openKingPage(LINK_TYPE_RIGHT_CLICK);
}
function openOfflineProtectionLink() {
openKingPage(LINK_TYPE_PROTECT);
}
function addScore(points) {
checkScore();
var _local1 = (iscore - 123) / 2;
_local1 = _local1 + points;
iscore = (_local1 * 2) + 123;
var _local2 = new md5();
checkStr = _local2.hash((((iscore + ":") + GAME_NAME) + ":") + SK);
return(_local1);
}
function resetScore() {
iscore = 123;
checkStr = null;
}
function submitInternalScore() {
checkScore();
var _local1 = (iscore - 123) / 2;
Score(_local1);
}
function checkScore() {
if (checkStr != null) {
var _local1 = new md5();
if (checkStr != _local1.hash((((iscore + ":") + GAME_NAME) + ":") + SK)) {
SSK = "ng41ui54hy35tdsnd6f54rews";
}
}
}
function submitScore(score) {
var _local2 = new md5();
var _local1 = _local2.hash((((score + ":") + GAME_NAME) + ":") + SSK);
try {
if (isHome) {
flash.external.ExternalInterface.call("submitScore", score, _local1);
} else {
openKingPage(LINK_TYPE_HIGHSCORES, (((("game/" + GAME_NAME) + "/submit/") + score) + ":") + _local1);
}
} catch(e:Error) {
trace(e);
}
}
function submitLevel(level) {
var _local1 = new md5();
var _local2 = _local1.hash((((level + ":") + GAME_NAME) + ":") + SSK);
try {
if (isHome) {
flash.external.ExternalInterface.call("submitLevel", level, _local2);
}
} catch(e:Error) {
trace(e);
}
}
function submitAchievement(achievement) {
var _local1 = new md5();
var _local2 = _local1.hash((((achievement + ":") + GAME_NAME) + ":") + SAK);
try {
if (isHome) {
flash.external.ExternalInterface.call("submitAchievement", achievement, _local2);
}
} catch(e:Error) {
trace(e);
}
}
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
function createNewParticle() {
var _local4 = emitter.attachMovie("libGlow", "newLibGlow", emitter.getNextHighestDepth());
var _local3 = new Particle(_local4, -10, -7, _root._width, _root._height);
_local3.setVel(randRange(minXVel, maxXVel), randRange(minYVel, maxYVel));
_local3.setSize(randRange(minSize, maxSize));
particles.push(_local3);
while (particles.length > numParticles) {
_local3 = particles.shift();
_local3.destroy();
}
var _local2 = 0;
while (_local2 < particles.length) {
particles[_local2].update();
_local2++;
}
}
function kill() {
var _local1 = 0;
while (_local1 < particles.length) {
particles[_local1].destroy();
_local1++;
}
}
function randRange(min, max) {
var _local1 = (Math.random() * (max - min)) + min;
return(_local1);
}
stop();
if (GAME_NAME == "") {
trace("You need to input the game name! Check the code in the instructions layer.");
}
var loadCountURL = "http://www.mygame.com/king/loadcount.jsp";
var bounceURL = "http://www.mygame.com/king/bounce.jsp";
var loadHomeParametersURL = "http://www.king.com/servlet/FreeGameServlet?action=load";
var LINK_TYPE_LOADER_MOVIE = "loader_movie";
var LINK_TYPE_LOADER_PROGRESS = "loader_progress";
var LINK_TYPE_PROTECT = "protect";
var LINK_TYPE_OTHER_GAMES = "other_games";
var LINK_TYPE_HIGHSCORES = "highscores";
var LINK_TYPE_SIGN = "sign";
var LINK_TYPE_ADD_GAME = "add_game";
var LINK_TYPE_RIGHT_CLICK = "rightclick";
var LINK_TYPE_RIGHT_CLICK = "rightclick";
var SSK = "ng43ui54hy35tdsnd6f54rews";
var SAK = "ggfd7sday923mdsfd8csfds34";
var SK = "vf78hxcsjak77cxzhjkwad87s";
var iscore = 123;
var checkStr = null;
var USER_TYPE_UNREGISTERED = 0;
var USER_TYPE_REGISTERED = 1;
var USER_TYPE_GOLD = 2;
var USER_TYPE_SUBSCRIPTION = 3;
var SessionID = "";
var isHome = false;
bannedSign._alpha = 0;
bannedSign._x = (bannedSign._y = 0);
bannedSign.bg._width = gameWidth;
bannedSign.bg._height = gameHeight;
mcLoadLogoBg._x = gameWidth - (mcLoadLogoBg._width + 10);
mcLoadLogoBg._y = gameHeight - (mcLoadLogoBg._height + 10);
preloaderMov._x = gameWidth * 0.5;
preloaderMov._y = gameHeight * 0.5;
var result_lv = new LoadVars();
result_lv.onLoad = function (success) {
_root.initLoader();
};
var my_lv = new LoadVars();
my_lv.game = GAME_NAME;
my_lv.from = _root._url;
var so = SharedObject.getLocal("session");
if (so.data.sessionID == null) {
var rnd1 = Math.floor(Math.random() * 4294967295);
var rnd2 = Math.floor(Math.random() * 4294967295);
so.data.sessionID = rnd1.toString(16) + rnd2.toString(16);
so.flush();
}
sessionID = so.data.sessionID;
my_lv.session = sessionID;
my_lv.sendAndLoad(loadCountURL, result_lv, "GET");
if (MOCHI_SIGNATURE != "") {
__com_mochibot__(MOCHI_SIGNATURE, this, 10301, true);
}
var numParticles = 20;
var minXVel = -1;
var maxXVel = 1;
var minYVel = -1;
var maxYVel = 1;
var minSize = 12;
var maxSize = 29;
var minAlpha = 10;
var maxAlpha = 20;
var particles = new Array();
var emitter = _root.createEmptyMovieClip("p_holder", _root.getNextHighestDepth());
Frame 2
function launchGame() {
gotoAndStop (3);
}
preloaderMov._x = gameWidth * 0.5;
preloaderMov._y = gameHeight * 0.5;
Frame 3
Mouse.hide();
var mouseListener = new Object();
mouseListener.onMouseMove = function () {
mouse._x = _xmouse;
mouse._y = _ymouse;
updateAfterEvent();
};
Mouse.addListener(mouseListener);
onEnterFrame = function () {
i = i + 1;
if ((i >= 30) && (mouse._alpha > 20)) {
mouse._alpha = mouse._alpha - 5;
}
};
onMouseMove = function () {
Mouse.hide();
i = 0;
mouse._alpha = 100;
};
onMouseDown = function () {
Mouse.hide();
i = 0;
mouse._alpha = 100;
};
_global.side = "";
_global.levelMoney = 0;
_global.allMoneyG = 0;
_global.pauseGame = false;
_global.startBattleTimeSeconds = 0;
_global.startBattleTimeMinutes = 0;
_global.totalBattleTime = 0;
_global.defeted = 0;
_global.losted = 0;
_global.chanceToWin = 0;
_global.chanceToWinEnemy = 0;
_global.chooseLvl = 1;
_global.privatePoints = 30;
_global.Graff = "high";
_global.diff = "normal";
_global.Music = true;
_global.FX = true;
_global.VisualEffects = true;
_global.BulNumAngelWG = 1;
_global.BulNumOldAngel = 1;
_global.BulNumAngelGirl = 1;
_global.BulNumBuddaS = 1;
_global.BulNumBuddaS2 = 1;
_global.BulNumDemonST = 1;
_global.BulNumNecromantZ = 1;
_global.BulNumNecromantZ2 = 1;
_global.BulNumZombie = 1;
_global.BulNumVampire = 1;
_global.dollP = 0;
_global.BulNumGigant = 1;
_global.BulNumMech = 1;
_global.nextframeG = 4;
_global.octopusLegNum = 3;
_global.selectman = false;
_global.telpath1 = "";
_global.telpath2 = "";
_global.healthPath1 = "";
_global.ReAngelWG = 0.6;
_global.ReOldAngelM = 0.3;
_global.ReAngelGirlH = 0.2;
_global.ReBuddaS = 0.16;
_global.ReDemonST = 0.6;
_global.ReNecromant = 0.18;
_global.ReVampire = 0.35;
_global.ReZombie = 0.4;
_global.ReGigant = 0.8;
_global.ReOctopusLapa = 0.55;
_global.ReMech = 0.8;
_global.LifeAngelWG = 100;
_global.LifeOldAngel = 80;
_global.LifeAngelGirl = 60;
_global.LifeBuddaS = 120;
_global.LifeDemonST = 150;
_global.LifeNecromant = 100;
_global.LifeZombie = 60;
_global.LifeVampire = 120;
_global.LifeGigant = 650;
_global.LifeOctopusLapa = 180;
_global.LifeMech = 750;
_global.AttAngelWG = 15;
_global.AttOldAngel = 35;
_global.AttAngelGirl = 20;
_global.AttBuddaS = 30;
_global.AttDemonST = 15;
_global.AttNecromantZ = 25;
_global.AttZombie = 35;
_global.AttVampire = 35;
_global.AttGigant = 50;
_global.AttOctopusLapa = 6;
_global.AttMech = 70;
_global.FailAngelWG = 6;
_global.FailOldAngel = 11;
_global.FailAngelGirl = 4;
_global.FailBuddaS = 16;
_global.FailDemonST = 4;
_global.FailNecromantZ = 6;
_global.FailZombie = 6;
_global.FailVampire = 16;
_global.FailGigant = 6;
_global.FailOctopusLapa = 4;
_global.FailMech = 4;
_global.EarnAngelWG = 300;
_global.EarnOldAngel = 550;
_global.EarnAngelGirl = 700;
_global.EarnBuddaS = 1400;
_global.EarnDemonST = 150;
_global.EarnNecromantZ = 1200;
_global.EarnZombie = 350;
_global.EarnVampire = 800;
_global.EarnGigant = 3200;
_global.EarnOctopusLapa = 1000;
_global.EarnMech = 2000;
_global.shopnod1level = 1;
_global.shopnod2level = 1;
_global.shopnod3level = 1;
_global.shopnod4level = 1;
_global.shopnod5level = 1;
_global.shopnod6level = 1;
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_global.GoldAngelWG = 35;
_global.GoldOldAngel = 70;
_global.GoldAngelGirl = 120;
_global.GoldBuddaS = 180;
_global.GoldDemonST = 45;
_global.GoldNecromantZ = 120;
_global.GoldZombie = 60;
_global.GoldVampire = 150;
_global.shopnod1 = 1;
_global.shopnod2 = 1;
_global.shopnod3 = 1;
_global.shopnod4 = 1;
_global.shopnod5 = 1;
_global.shopnod6 = 1;
_global.shopnod11 = 11;
_global.shopnod12 = 11;
_global.shopnod13 = 11;
_global.shopnod14 = 11;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_global.TrainEnd = false;
_global.TrainEnd2 = false;
_global.teleportLess = false;
_global.teleportLess2 = true;
_global.shieldLess = false;
_global.shieldLess2 = true;
_global.TimeLess = false;
_global.TimeLess2 = false;
_global.Time2Less = false;
_global.Time2Less2 = false;
_global.NotDie = false;
_global.NotDie2 = false;
_global.MaxHealth = false;
_global.MaxHealth2 = false;
_global.AngelOnly = false;
_global.AngelOnly2 = false;
_global.NotTreatment = false;
_global.NotTreatment2 = true;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_global.firstPlayGroup = true;
_global.firstPlayTrainlvl = false;
_global.playTrainTxt = false;
_global.kingLevel = 0;
if (_global.side == "angel") {
if (_global.diff == "easy") {
_global.allMoneyG = 85;
} else {
_global.allMoneyG = 70;
}
} else if (_global.diff == "easy") {
_global.allMoneyG = 120;
} else {
_global.allMoneyG = 90;
}
stop();
Frame 4
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("BossMech");
Snd.setVolume(60);
Snd.start(0, 9999999);
}
_root.NGD.gotoAndStop(3);
_root.CD.gotoAndStop(3);
_root.easy.gotoAndStop(3);
_root.normal.gotoAndStop(3);
_root.back.gotoAndStop(3);
_root.keysMovmainA.AllKeysTxt.text = "0";
_root.monetsMovmainA.AllMoneyTxt.text = "0";
_root.keysMovmainD.AllKeysTxt.text = "0";
_root.monetsMovmainD.AllMoneyTxt.text = "0";
var HHSave = SharedObject.getLocal("HH");
sideA = HHSave.data.side;
pointsA = HHSave.data.privatePoints;
moneyA = HHSave.data.money;
if (sideA != undefined) {
_root.keysMovmainA.AllKeysTxt.text = pointsA;
_root.monetsMovmainA.AllMoneyTxt.text = moneyA;
} else {
_root.NGA.gotoAndStop(1);
_root.CA.gotoAndStop(3);
}
var HHSave2 = SharedObject.getLocal("HH2");
sideD = HHSave2.data.side;
pointsD = HHSave2.data.privatePoints;
moneyD = HHSave2.data.money;
if (sideD != undefined) {
_root.NGD.gotoAndStop(1);
_root.CD.gotoAndStop(1);
_root.keysMovmainD.AllKeysTxt.text = pointsD;
_root.monetsMovmainD.AllMoneyTxt.text = moneyD;
} else {
_root.NGD.gotoAndStop(3);
_root.CD.gotoAndStop(3);
}
if (((pointsA < 25) || (pointsA == undefined)) && ((pointsD < 25) || (pointsD == undefined))) {
_root.NGD.gotoAndStop(3);
} else {
_root.NGD.gotoAndStop(1);
_root.keysForOpenD.gotoAndStop(2);
}
onEnterFrame = function () {
_root.funFlow.onRelease = function () {
_root.openSignLink();
};
_root.MG.onRelease = function () {
_root.openOtherGamesLink();
};
_root.HG.onRelease = function () {
_root.openAddToWebsiteLink();
};
};
stop();
Instance of Symbol 490 MovieClip "hitAngel" in Frame 4
on (rollOver) {
if ((_root.light._currentframe == 1) || (_root.light._currentframe > 7)) {
_root.light.gotoAndPlay(2);
}
}
on (rollOut) {
}
Instance of Symbol 490 MovieClip "hitDemon" in Frame 4
on (rollOver) {
if (_root.light._currentframe < 8) {
_root.light.gotoAndPlay(8);
}
}
on (rollOut) {
}
Instance of Symbol 901 MovieClip "STG" in Frame 4
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
getURL ("http://www.facebook.com/sharer.php?u=http%3A%2F%2Ffacebook.king.com%2Ffacebook%2Fkinggames%2Fgames%2Fshare.jsp%3FgameId%3D85", "_blank");
}
Instance of Symbol 913 MovieClip "NGD" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
_root.MG._y = _root.MG._y + 100;
_root.HG._y = _root.HG._y + 100;
_root.back.gotoAndStop(1);
_root.easy.gotoAndStop(1);
_root.normal.gotoAndStop(1);
_root.NGA.gotoAndStop(3);
_root.CA.gotoAndStop(3);
_root.NGD.gotoAndStop(3);
_root.CD.gotoAndStop(3);
_root.Ach.gotoAndStop(3);
_global.side = "demon";
}
}
Instance of Symbol 917 MovieClip "CD" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
var HHSave2 = SharedObject.getLocal("HH2");
_global.side = HHSave2.data.side;
_global.diff = HHSave2.data.diff;
if (_global.diff == "easy") {
_global.LifeAngelWG = 90;
_global.LifeOldAngel = 70;
_global.LifeAngelGirl = 55;
_global.LifeBuddaS = 100;
_global.LifeGigant = 600;
_global.LifeOctopusLapa = 180;
_global.LifeMech = 550;
_global.AttAngelWG = 12;
_global.AttOldAngel = 30;
_global.AttAngelGirl = 16;
_global.AttBuddaS = 22;
_global.AttGigant = 45;
_global.AttOctopusLapa = 6;
_global.AttMech = 55;
}
_global.privatePoints = HHSave2.data.privatePoints;
_global.allMoneyG = HHSave2.data.money;
_global.shopnod1level = HHSave2.data.shopnod1level;
_global.shopnod2level = HHSave2.data.shopnod2level;
_global.shopnod3level = HHSave2.data.shopnod3level;
_global.shopnod4level = HHSave2.data.shopnod4level;
_global.shopnod5level = HHSave2.data.shopnod5level;
_global.shopnod6level = HHSave2.data.shopnod6level;
_global.shopnod11level = HHSave2.data.shopnod11level;
_global.shopnod12level = HHSave2.data.shopnod12level;
_global.shopnod13level = HHSave2.data.shopnod13level;
_global.shopnod14level = HHSave2.data.shopnod14level;
_global.shopnod15level = HHSave2.data.shopnod15level;
_global.shopnod16level = HHSave2.data.shopnod16level;
_global.shopnod1 = HHSave2.data.shopnod1;
_global.shopnod2 = HHSave2.data.shopnod2;
_global.shopnod3 = HHSave2.data.shopnod3;
_global.shopnod4 = HHSave2.data.shopnod4;
_global.shopnod5 = HHSave2.data.shopnod5;
_global.shopnod6 = HHSave2.data.shopnod6;
_global.shopnod11 = HHSave2.data.shopnod11;
_global.shopnod12 = HHSave2.data.shopnod12;
_global.shopnod13 = HHSave2.data.shopnod13;
_global.shopnod14 = HHSave2.data.shopnod14;
_global.shopnod15 = HHSave2.data.shopnod15;
_global.shopnod16 = HHSave2.data.shopnod16;
_global.TrainEnd = HHSave2.data.TrainEnd;
_global.TrainEnd2 = HHSave2.data.TrainEnd2;
_global.teleportLess = HHSave2.data.teleportLess;
_global.teleportLess2 = HHSave2.data.teleportLess2;
_global.shieldLess = HHSave2.data.shieldLess;
_global.shieldLess2 = HHSave2.data.shieldLess2;
_global.TimeLess = HHSave2.data.TimeLess;
_global.TimeLess2 = HHSave2.data.TimeLess2;
_global.Time2Less = HHSave2.data.Time2Less;
_global.Time2Less2 = HHSave2.data.Time2Less2;
_global.NotDie = HHSave2.data.NotDie;
_global.NotDie2 = HHSave2.data.NotDie2;
_global.MaxHealth = HHSave2.data.MaxHealth;
_global.MaxHealth2 = HHSave2.data.MaxHealth2;
_global.AngelOnly = HHSave2.data.AngelOnly;
_global.AngelOnly2 = HHSave2.data.AngelOnly2;
_global.NotTreatment = HHSave2.data.NotTreatment;
_global.NotTreatment2 = HHSave2.data.NotTreatment2;
_global.firstPlayGroup = HHSave2.data.firstPlayGroup;
_global.firstPlayTrainlvl = HHSave2.data.firstPlayTrainlvl;
_global.playTrainTxt = HHSave2.data.playTrainTxt;
_global.kingLevel = HHSave2.data.kingLevel;
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}
}
Instance of Symbol 920 MovieClip "MG" in Frame 4
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
}
Instance of Symbol 913 MovieClip "NGA" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
_root.MG._y = _root.MG._y + 100;
_root.HG._y = _root.HG._y + 100;
_root.back.gotoAndStop(1);
_root.easy.gotoAndStop(1);
_root.normal.gotoAndStop(1);
_root.NGA.gotoAndStop(3);
_root.CA.gotoAndStop(3);
_root.NGD.gotoAndStop(3);
_root.CD.gotoAndStop(3);
_root.Ach.gotoAndStop(3);
_global.side = "angel";
}
}
Instance of Symbol 917 MovieClip "CA" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
var HHSave = SharedObject.getLocal("HH");
_global.side = HHSave.data.side;
_global.diff = HHSave.data.diff;
if (_global.diff == "easy") {
_global.LifeDemonST = 120;
_global.LifeNecromant = 80;
_global.LifeZombie = 50;
_global.LifeVampire = 100;
_global.LifeGigant = 600;
_global.LifeOctopusLapa = 180;
_global.LifeMech = 550;
_global.AttDemonST = 12;
_global.AttNecromantZ = 20;
_global.AttZombie = 30;
_global.AttVampire = 25;
_global.AttGigant = 45;
_global.AttOctopusLapa = 6;
_global.AttMech = 55;
}
_global.allMoneyG = HHSave.data.money;
_global.privatePoints = HHSave.data.privatePoints;
var HHSave2 = SharedObject.getLocal("HH2");
pointsD = HHSave2.data.privatePoints;
((pointsD != undefined) ? ((_global.privatePoints = pointsD)) : 0);
_global.shopnod1level = HHSave.data.shopnod1level;
_global.shopnod2level = HHSave.data.shopnod2level;
_global.shopnod3level = HHSave.data.shopnod3level;
_global.shopnod4level = HHSave.data.shopnod4level;
_global.shopnod5level = HHSave.data.shopnod5level;
_global.shopnod6level = HHSave.data.shopnod6level;
_global.shopnod11level = HHSave.data.shopnod11level;
_global.shopnod12level = HHSave.data.shopnod12level;
_global.shopnod13level = HHSave.data.shopnod13level;
_global.shopnod14level = HHSave.data.shopnod14level;
_global.shopnod15level = HHSave.data.shopnod15level;
_global.shopnod16level = HHSave.data.shopnod16level;
_global.shopnod1 = HHSave.data.shopnod1;
_global.shopnod2 = HHSave.data.shopnod2;
_global.shopnod3 = HHSave.data.shopnod3;
_global.shopnod4 = HHSave.data.shopnod4;
_global.shopnod5 = HHSave.data.shopnod5;
_global.shopnod6 = HHSave.data.shopnod6;
_global.shopnod11 = HHSave.data.shopnod11;
_global.shopnod12 = HHSave.data.shopnod12;
_global.shopnod13 = HHSave.data.shopnod13;
_global.shopnod14 = HHSave.data.shopnod14;
_global.shopnod15 = HHSave.data.shopnod15;
_global.shopnod16 = HHSave.data.shopnod16;
_global.TrainEnd = HHSave.data.TrainEnd;
_global.TrainEnd2 = HHSave.data.TrainEnd2;
_global.teleportLess = HHSave.data.teleportLess;
_global.teleportLess2 = HHSave.data.teleportLess2;
_global.shieldLess = HHSave.data.shieldLess;
_global.shieldLess2 = HHSave.data.shieldLess2;
_global.TimeLess = HHSave.data.TimeLess;
_global.TimeLess2 = HHSave.data.TimeLess2;
_global.Time2Less = HHSave.data.Time2Less;
_global.Time2Less2 = HHSave.data.Time2Less2;
_global.NotDie = HHSave.data.NotDie;
_global.NotDie2 = HHSave.data.NotDie2;
_global.MaxHealth = HHSave.data.MaxHealth;
_global.MaxHealth2 = HHSave.data.MaxHealth2;
_global.AngelOnly = HHSave.data.AngelOnly;
_global.AngelOnly2 = HHSave.data.AngelOnly2;
_global.NotTreatment = HHSave.data.NotTreatment;
_global.NotTreatment2 = HHSave.data.NotTreatment2;
_global.firstPlayGroup = HHSave.data.firstPlayGroup;
_global.firstPlayTrainlvl = HHSave.data.firstPlayTrainlvl;
_global.playTrainTxt = HHSave.data.playTrainTxt;
_global.kingLevel = HHSave.data.kingLevel;
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}
}
Instance of Symbol 933 MovieClip "easy" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
var HHSave = SharedObject.getLocal("HH");
pointsA = HHSave.data.privatePoints;
var HHSave2 = SharedObject.getLocal("HH2");
pointsD = HHSave2.data.privatePoints;
if (_global.side == "angel") {
_global.allMoneyG = 85;
_global.privatePoints = 0;
} else {
_global.allMoneyG = 150;
_global.privatePoints = pointsA;
}
_global.diff = "easy";
_global.shopnod1level = 1;
_global.shopnod2level = 1;
_global.shopnod3level = 1;
_global.shopnod4level = 1;
_global.shopnod5level = 1;
_global.shopnod6level = 1;
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_global.shopnod1 = 1;
_global.shopnod2 = 1;
_global.shopnod3 = 1;
_global.shopnod4 = 1;
_global.shopnod5 = 1;
_global.shopnod6 = 1;
_global.shopnod11 = 11;
_global.shopnod12 = 11;
_global.shopnod13 = 11;
_global.shopnod14 = 11;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_global.TrainEnd = false;
_global.TrainEnd2 = false;
_global.teleportLess = false;
_global.teleportLess2 = true;
_global.shieldLess = false;
_global.shieldLess2 = true;
_global.TimeLess = false;
_global.TimeLess2 = false;
_global.Time2Less = false;
_global.Time2Less2 = false;
_global.NotDie = false;
_global.NotDie2 = false;
_global.MaxHealth = false;
_global.MaxHealth2 = false;
_global.AngelOnly = false;
_global.AngelOnly2 = false;
_global.NotTreatment = false;
_global.NotTreatment2 = true;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_global.firstPlayGroup = true;
_global.firstPlayTrainlvl = false;
_global.playTrainTxt = false;
if (_global.side == "demon") {
_global.LifeAngelWG = 90;
_global.LifeOldAngel = 70;
_global.LifeAngelGirl = 55;
_global.LifeBuddaS = 100;
}
if (_global.side == "angel") {
_global.LifeDemonST = 120;
_global.LifeNecromant = 80;
_global.LifeZombie = 50;
_global.LifeVampire = 100;
}
_global.LifeGigant = 400;
_global.LifeOctopusLapa = 100;
_global.LifeMech = 550;
if (_global.side == "demon") {
_global.AttAngelWG = 12;
_global.AttOldAngel = 30;
_global.AttAngelGirl = 16;
_global.AttBuddaS = 22;
}
if (_global.side == "angel") {
_global.AttDemonST = 12;
_global.AttNecromantZ = 20;
_global.AttZombie = 30;
_global.AttVampire = 25;
}
_global.AttGigant = 45;
_global.AttOctopusLapa = 6;
_global.AttMech = 55;
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}
}
Instance of Symbol 936 MovieClip "normal" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
var HHSave = SharedObject.getLocal("HH");
pointsA = HHSave.data.privatePoints;
if (_global.side == "angel") {
_global.allMoneyG = 70;
_global.privatePoints = 0;
} else {
_global.allMoneyG = 120;
_global.privatePoints = pointsA;
}
_global.diff = "normal";
_global.shopnod1level = 1;
_global.shopnod2level = 1;
_global.shopnod3level = 1;
_global.shopnod4level = 1;
_global.shopnod5level = 1;
_global.shopnod6level = 1;
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_global.shopnod1 = 1;
_global.shopnod2 = 1;
_global.shopnod3 = 1;
_global.shopnod4 = 1;
_global.shopnod5 = 1;
_global.shopnod6 = 1;
_global.shopnod11 = 11;
_global.shopnod12 = 11;
_global.shopnod13 = 11;
_global.shopnod14 = 11;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_global.TrainEnd = false;
_global.TrainEnd2 = false;
_global.teleportLess = false;
_global.teleportLess2 = true;
_global.shieldLess = false;
_global.shieldLess2 = true;
_global.TimeLess = false;
_global.TimeLess2 = false;
_global.Time2Less = false;
_global.Time2Less2 = false;
_global.NotDie = false;
_global.NotDie2 = false;
_global.MaxHealth = false;
_global.MaxHealth2 = false;
_global.AngelOnly = false;
_global.AngelOnly2 = false;
_global.NotTreatment = false;
_global.NotTreatment2 = true;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_global.firstPlayGroup = true;
_global.firstPlayTrainlvl = false;
_global.playTrainTxt = false;
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}
}
Instance of Symbol 939 MovieClip "back" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
if (_global.AchActive == true) {
_global.AchActive = false;
_root.back.swapDepths(_global.backdep);
_root.AchievementsWin._x = 1090;
_root.mouse.swapDepths(_global.mousedep);
}
_root.MG._y = _root.MG._y - 100;
_root.HG._y = _root.HG._y - 100;
_root.STG._y = 456;
this.gotoAndStop(3);
_root.easy.gotoAndStop(3);
_root.normal.gotoAndStop(3);
_root.NGA.gotoAndStop(1);
_root.Ach.gotoAndStop(1);
var HHSave = SharedObject.getLocal("HH");
sideA = HHSave.data.side;
if (sideA != undefined) {
_root.CA.gotoAndStop(1);
}
_global.side = "";
var HHSave = SharedObject.getLocal("HH");
sideA = HHSave.data.side;
pointsA = HHSave.data.privatePoints;
moneyA = HHSave.data.money;
var HHSave2 = SharedObject.getLocal("HH2");
sideD = HHSave2.data.side;
pointsD = HHSave2.data.privatePoints;
moneyD = HHSave2.data.money;
if (sideD != undefined) {
_root.NGD.gotoAndStop(1);
_root.CD.gotoAndStop(1);
} else {
_root.NGD.gotoAndStop(1);
_root.CD.gotoAndStop(3);
}
if (((pointsA < 25) || (pointsA == undefined)) && ((pointsD < 25) || (pointsD == undefined))) {
_root.NGD.gotoAndStop(3);
} else {
_root.NGD.gotoAndStop(1);
_root.keysForOpenD.gotoAndStop(2);
}
}
}
Instance of Symbol 950 MovieClip "Ach" in Frame 4
on (rollOver) {
if (this._currentframe < 3) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe < 3) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.Snd2.start();
if (this._currentframe < 3) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
_global.backdep = _root.back.getDepth();
_root.back.swapDepths(getNextHighestDepth());
_global.mousedep = _root.mouse.getDepth();
_root.mouse.swapDepths(getNextHighestDepth());
_root.AchievementsWin._x = 175;
this.gotoAndStop(3);
_root.mouse.gotoAndStop(1);
_root.back.gotoAndStop(1);
_global.AchActive = true;
_root.MG._y = _root.MG._y + 100;
_root.HG._y = _root.HG._y + 100;
_root.STG._y = _root.STG._y + 100;
_root.NGA.gotoAndStop(3);
_root.CA.gotoAndStop(3);
_root.NGD.gotoAndStop(3);
_root.CD.gotoAndStop(3);
}
}
Instance of Symbol 1018 MovieClip "funFlow" in Frame 4
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
}
Instance of Symbol 1023 MovieClip "HG" in Frame 4
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
}
Frame 5
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Map");
Snd.start(0, 99999999);
}
if (_global.side == "angel") {
_root.maplevel2.keysMov.AllKeysTxt.text = 1;
_root.maplevel2.keysMov.AllKeysTxt.replaceText();
_root.maplevel3.keysMov.AllKeysTxt.text = 2;
_root.maplevel3.keysMov.AllKeysTxt.replaceText();
_root.maplevel4.keysMov.AllKeysTxt.text = 6;
_root.maplevel4.keysMov.AllKeysTxt.replaceText();
_root.maplevel5.keysMov.AllKeysTxt.text = 5;
_root.maplevel5.keysMov.AllKeysTxt.replaceText();
_root.maplevel6.keysMov.AllKeysTxt.text = 7;
_root.maplevel6.keysMov.AllKeysTxt.replaceText();
_root.maplevel7.keysMov.AllKeysTxt.text = 35;
_root.maplevel7.keysMov.AllKeysTxt.replaceText();
_root.maplevel8.keysMov.AllKeysTxt.text = 12;
_root.maplevel8.keysMov.AllKeysTxt.replaceText();
_root.maplevel9.keysMov.AllKeysTxt.text = 15;
_root.maplevel9.keysMov.AllKeysTxt.replaceText();
_root.maplevel10.keysMov.AllKeysTxt.text = 20;
_root.maplevel10.keysMov.AllKeysTxt.replaceText();
if (_global.privatePoints >= 1) {
_root.maplevel2.Lock.gotoAndStop(2);
_root.maplevel2.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 2) {
_root.maplevel3.Lock.gotoAndStop(2);
_root.maplevel3.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 6) {
_root.maplevel4.Lock.gotoAndStop(2);
_root.maplevel4.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 5) {
_root.maplevel5.Lock.gotoAndStop(2);
_root.maplevel5.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 7) {
_root.maplevel6.Lock.gotoAndStop(2);
_root.maplevel6.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 35) {
_root.maplevel7.Lock.gotoAndStop(2);
_root.maplevel7.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 12) {
_root.maplevel8.Lock.gotoAndStop(2);
_root.maplevel8.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 15) {
_root.maplevel9.Lock.gotoAndStop(2);
_root.maplevel9.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 20) {
_root.maplevel10.Lock.gotoAndStop(2);
_root.maplevel10.keysMov.gotoAndStop(2);
}
if (_global.firstPlayGroup == true) {
_root.TrainGroupTxt.gotoAndStop(2);
}
} else {
_global.playTrainTxt = true;
if (_global.firstPlayGroup == true) {
_root.TrainGroupTxt.gotoAndStop(2);
}
_global.TrainEnd = true;
_global.TrainEnd2 = true;
_global.firstPlayTrainlvl = true;
_root.maplevel2.keysMov.AllKeysTxt.text = 25;
_root.maplevel2.keysMov.AllKeysTxt.replaceText();
_root.maplevel3.keysMov.AllKeysTxt.text = 27;
_root.maplevel3.keysMov.AllKeysTxt.replaceText();
_root.maplevel4.keysMov.AllKeysTxt.text = 32;
_root.maplevel4.keysMov.AllKeysTxt.replaceText();
_root.maplevel5.keysMov.AllKeysTxt.text = 30;
_root.maplevel5.keysMov.AllKeysTxt.replaceText();
_root.maplevel6.keysMov.AllKeysTxt.text = 33;
_root.maplevel6.keysMov.AllKeysTxt.replaceText();
_root.maplevel7.keysMov.AllKeysTxt.text = 35;
_root.maplevel7.keysMov.AllKeysTxt.replaceText();
_root.maplevel8.keysMov.AllKeysTxt.text = 37;
_root.maplevel8.keysMov.AllKeysTxt.replaceText();
_root.maplevel9.keysMov.AllKeysTxt.text = 40;
_root.maplevel9.keysMov.AllKeysTxt.replaceText();
_root.maplevel10.keysMov.AllKeysTxt.text = 45;
_root.maplevel10.keysMov.AllKeysTxt.replaceText();
if (_global.privatePoints >= 25) {
_root.maplevel2.Lock.gotoAndStop(2);
_root.maplevel2.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 27) {
_root.maplevel3.Lock.gotoAndStop(2);
_root.maplevel3.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 32) {
_root.maplevel4.Lock.gotoAndStop(2);
_root.maplevel4.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 30) {
_root.maplevel5.Lock.gotoAndStop(2);
_root.maplevel5.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 33) {
_root.maplevel6.Lock.gotoAndStop(2);
_root.maplevel6.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 35) {
_root.maplevel7.Lock.gotoAndStop(2);
_root.maplevel7.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 37) {
_root.maplevel8.Lock.gotoAndStop(2);
_root.maplevel8.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 40) {
_root.maplevel9.Lock.gotoAndStop(2);
_root.maplevel9.keysMov.gotoAndStop(2);
}
if (_global.privatePoints >= 45) {
_root.maplevel10.Lock.gotoAndStop(2);
_root.maplevel10.keysMov.gotoAndStop(2);
}
}
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov._x = _root.monetsMov._x + 144;
_root.keysMov.AllKeysTxt.text = _global.privatePoints;
i = 1;
while (i < 30) {
_root["StreamMovie" + i].unloadMovie();
_root["ThunderMovie" + i].unloadMovie();
_root["ZomboidMovie" + i].unloadMovie();
i++;
}
var HHSave2 = SharedObject.getLocal("HH2");
sideD = HHSave2.data.side;
if (((_global.privatePoints >= 25) && (sideD == undefined)) && (_global.side != "demon")) {
_root.HellCompTxt.gotoAndStop(2);
}
onEnterFrame = function () {
_root.funFlow.onRelease = function () {
_root.openSignLink();
};
};
stop();
Instance of Symbol 1081 MovieClip "groupBtn" in Frame 5
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
}
on (press) {
if (_root.mouse._currentframe < 3) {
this.gotoAndStop(1);
_root.TrainGroupTxt.gotoAndStop(1);
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
this._y = this._y + 50;
_root.groupInMap._alpha = 100;
_root.groupInMap._x = 165;
_root.pauseLayer._x = 0;
if (_global.side == "demon") {
i = 1;
while (i < 7) {
if (_global["shopnod" + i] == 11) {
_global["shopnod" + i] = 1;
}
i++;
}
}
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
}
Instance of Symbol 1088 MovieClip "maplevel1" in Frame 5
on (rollOver) {
if (_global.firstPlayGroup == false) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.firstPlayGroup == false) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (_global.firstPlayGroup == false) {
_root.TrainTrainingLvlTxt.gotoAndStop(1);
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.TrainEnd == false) {
_root.WarInMap.Achivments.gotoAndStop(22);
} else {
_root.WarInMap.Achivments.gotoAndStop(23);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 1;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_root.WarInMap.Name.text = "Heavens Gate";
_root.WarInMap.Name.replaceText();
_global.chanceToWinEnemy = 0;
_global.shopnod11 = 1;
_global.shopnod12 = 20;
_global.shopnod13 = 1;
_global.shopnod14 = 20;
_global.shopnod15 = 1;
_global.shopnod16 = 20;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(20);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(20);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(20);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1093 MovieClip "maplevel4" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 6) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 32) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 6) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 32) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Sea Monster";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 6) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.MaxHealth == false) {
_root.WarInMap.Achivments.gotoAndStop(8);
} else {
_root.WarInMap.Achivments.gotoAndStop(9);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 9;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 45;
_global.shopnod11 = 11;
_global.shopnod12 = 52;
_global.shopnod13 = 11;
_global.shopnod14 = 52;
_global.shopnod15 = 51;
_global.shopnod16 = 52;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(22);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(22);
_root.WarInMap.nod15.gotoAndStop(21);
_root.WarInMap.nod16.gotoAndStop(22);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 32) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 9;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 80;
_global.shopnod11 = 11;
_global.shopnod12 = 52;
_global.shopnod13 = 11;
_global.shopnod14 = 52;
_global.shopnod15 = 51;
_global.shopnod16 = 52;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(22);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(22);
_root.WarInMap.nod15.gotoAndStop(21);
_root.WarInMap.nod16.gotoAndStop(22);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1097 MovieClip "maplevel7" in Frame 5
on (rollOver) {
if (_global.privatePoints >= 35) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.privatePoints >= 35) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (_global.privatePoints >= 35) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_global.chooseLvl = 10;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_root.WarInMap.Name.text = "Nord Man";
_root.WarInMap.Name.replaceText();
_global.chanceToWinEnemy = 80;
_global.shopnod11 = 11;
_global.shopnod12 = 55;
_global.shopnod13 = 11;
_global.shopnod14 = 53;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(1);
_root.WarInMap.nod15.gotoAndStop(24);
_root.WarInMap.nod16.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1100 MovieClip "maplevel9" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 15) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 40) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 15) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 40) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Gigant";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 15) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 8;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 70;
_global.shopnod11 = 11;
_global.shopnod12 = 55;
_global.shopnod13 = 11;
_global.shopnod14 = 50;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(23);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 40) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 8;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 100;
_global.shopnod11 = 11;
_global.shopnod12 = 55;
_global.shopnod13 = 11;
_global.shopnod14 = 50;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(23);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1105 MovieClip "maplevel10" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 20) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 45) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 20) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 45) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Hole in a Hell";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 20) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.NotTreatment == false) {
_root.WarInMap.Achivments.gotoAndStop(12);
} else {
_root.WarInMap.Achivments.gotoAndStop(13);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 4;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 75;
_global.shopnod11level = 1.25;
_global.shopnod12level = 2;
_global.shopnod14level = 1.5;
_global.shopnod15level = 1.5;
_root.WarInMap.shield11.gotoAndStop(2);
_root.WarInMap.shield12.gotoAndStop(4);
_root.WarInMap.shield14.gotoAndStop(3);
_root.WarInMap.shield15.gotoAndStop(3);
_global.shopnod11 = 12;
_global.shopnod12 = 12;
_global.shopnod13 = 12;
_global.shopnod14 = 15;
_global.shopnod15 = 13;
_global.shopnod16 = 15;
_root.WarInMap.nod11.gotoAndStop(12);
_root.WarInMap.nod12.gotoAndStop(12);
_root.WarInMap.nod13.gotoAndStop(12);
_root.WarInMap.nod14.gotoAndStop(15);
_root.WarInMap.nod15.gotoAndStop(13);
_root.WarInMap.nod16.gotoAndStop(15);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 45) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 4;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 136;
_global.shopnod11level = 2;
_global.shopnod12level = 1.5;
_global.shopnod13level = 2;
_global.shopnod14level = 2;
_global.shopnod15level = 1.5;
_global.shopnod16level = 1.5;
_root.WarInMap.shield11.gotoAndStop(5);
_root.WarInMap.shield12.gotoAndStop(4);
_root.WarInMap.shield12.gotoAndStop(5);
_root.WarInMap.shield14.gotoAndStop(5);
_root.WarInMap.shield15.gotoAndStop(4);
_root.WarInMap.shield12.gotoAndStop(4);
_global.shopnod11 = 2;
_global.shopnod12 = 2;
_global.shopnod13 = 2;
_global.shopnod14 = 5;
_global.shopnod15 = 3;
_global.shopnod16 = 4;
_root.WarInMap.nod11.gotoAndStop(2);
_root.WarInMap.nod12.gotoAndStop(2);
_root.WarInMap.nod13.gotoAndStop(2);
_root.WarInMap.nod14.gotoAndStop(5);
_root.WarInMap.nod15.gotoAndStop(3);
_root.WarInMap.nod16.gotoAndStop(4);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1110 MovieClip "Menubtn" in Frame 5
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
}
on (press) {
if (_root.mouse._currentframe < 3) {
this.gotoAndStop(1);
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.menuInGame._alpha = 100;
_root.menuInGame._x = 165;
_root.pauseLayer._x = 0;
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(2);
}
}
}
Instance of Symbol 1113 MovieClip "maplevel2" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if ((_global.privatePoints >= 1) && (_global.firstPlayGroup == false)) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if ((_global.privatePoints >= 25) && (_global.firstPlayGroup == false)) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if ((_global.privatePoints >= 1) && (_global.firstPlayGroup == false)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if ((_global.privatePoints >= 25) && (_global.firstPlayGroup == false)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Serpatie";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if ((_global.privatePoints >= 1) && (_global.firstPlayGroup == false)) {
if (_global.firstPlayTrainlvl == true) {
_root.TrainTrainingLvlTxt.gotoAndStop(1);
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.shieldLess == false) {
_root.WarInMap.Achivments.gotoAndStop(18);
} else {
_root.WarInMap.Achivments.gotoAndStop(19);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 2;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 12;
_global.shopnod11 = 12;
_global.shopnod12 = 11;
_global.shopnod13 = 11;
_global.shopnod14 = 16;
_global.shopnod15 = 11;
_global.shopnod16 = 11;
_root.WarInMap.nod11.gotoAndStop(12);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(14);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if ((_global.privatePoints >= 25) && (_global.firstPlayGroup == false)) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 2;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 35;
_global.shopnod11 = 2;
_global.shopnod12 = 1;
_global.shopnod13 = 2;
_global.shopnod14 = 1;
_global.shopnod15 = 1;
_global.shopnod16 = 3;
_root.WarInMap.nod11.gotoAndStop(2);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(2);
_root.WarInMap.nod14.gotoAndStop(1);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(3);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1113 MovieClip "maplevel3" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 2) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 27) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 2) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 27) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Maggete";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 2) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.TimeLess == false) {
_root.WarInMap.Achivments.gotoAndStop(4);
} else {
_root.WarInMap.Achivments.gotoAndStop(5);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 3;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 18;
_global.shopnod11 = 11;
_global.shopnod12 = 11;
_global.shopnod13 = 12;
_global.shopnod14 = 16;
_global.shopnod15 = 11;
_global.shopnod16 = 16;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(12);
_root.WarInMap.nod14.gotoAndStop(14);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(14);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 27) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 3;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 37;
_global.shopnod12level = 1.5;
_root.WarInMap.shield12.gotoAndStop(2);
_global.shopnod11 = 1;
_global.shopnod12 = 2;
_global.shopnod13 = 2;
_global.shopnod14 = 1;
_global.shopnod15 = 4;
_global.shopnod16 = 1;
_root.WarInMap.nod11.gotoAndStop(1);
_root.WarInMap.nod12.gotoAndStop(2);
_root.WarInMap.nod13.gotoAndStop(2);
_root.WarInMap.nod14.gotoAndStop(1);
_root.WarInMap.nod15.gotoAndStop(4);
_root.WarInMap.nod16.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1113 MovieClip "maplevel5" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 5) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 30) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 5) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 30) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Illeonore";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 5) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.Time2Less2 == false) {
_root.WarInMap.Achivments2.gotoAndStop(24);
} else {
_root.WarInMap.Achivments2.gotoAndStop(25);
}
if (_global.NotDie == false) {
_root.WarInMap.Achivments.gotoAndStop(6);
} else {
_root.WarInMap.Achivments.gotoAndStop(7);
}
_global.chooseLvl = 7;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 30;
_global.shopnod16level = 1.5;
_root.WarInMap.shield16.gotoAndStop(3);
_global.shopnod11 = 12;
_global.shopnod12 = 11;
_global.shopnod13 = 12;
_global.shopnod14 = 16;
_global.shopnod15 = 11;
_global.shopnod16 = 16;
_root.WarInMap.nod11.gotoAndStop(12);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(12);
_root.WarInMap.nod14.gotoAndStop(14);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(14);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 30) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 7;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 58;
_global.shopnod15level = 1.5;
_global.shopnod14level = 1.25;
_root.WarInMap.shield15.gotoAndStop(3);
_root.WarInMap.shield14.gotoAndStop(2);
_global.shopnod11 = 2;
_global.shopnod12 = 2;
_global.shopnod13 = 1;
_global.shopnod14 = 4;
_global.shopnod15 = 3;
_global.shopnod16 = 1;
_root.WarInMap.nod11.gotoAndStop(2);
_root.WarInMap.nod12.gotoAndStop(2);
_root.WarInMap.nod13.gotoAndStop(1);
_root.WarInMap.nod14.gotoAndStop(4);
_root.WarInMap.nod15.gotoAndStop(3);
_root.WarInMap.nod16.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1113 MovieClip "maplevel6" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 7) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 33) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 7) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 33) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Fortemonz";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 7) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.teleportLess == false) {
_root.WarInMap.Achivments.gotoAndStop(2);
} else {
_root.WarInMap.Achivments.gotoAndStop(3);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 5;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 40;
_global.shopnod11level = 1.25;
_global.shopnod13level = 1.5;
_root.WarInMap.shield11.gotoAndStop(3);
_root.WarInMap.shield13.gotoAndStop(4);
_global.shopnod11 = 12;
_global.shopnod12 = 11;
_global.shopnod13 = 12;
_global.shopnod14 = 13;
_global.shopnod15 = 11;
_global.shopnod16 = 16;
_root.WarInMap.nod11.gotoAndStop(12);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(12);
_root.WarInMap.nod14.gotoAndStop(13);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(14);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 33) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 5;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 80;
_global.shopnod11level = 2;
_global.shopnod13level = 1.5;
_global.shopnod16level = 2;
_root.WarInMap.shield11.gotoAndStop(5);
_root.WarInMap.shield13.gotoAndStop(4);
_root.WarInMap.shield16.gotoAndStop(5);
_global.shopnod11 = 2;
_global.shopnod12 = 1;
_global.shopnod13 = 2;
_global.shopnod14 = 3;
_global.shopnod15 = 1;
_global.shopnod16 = 3;
_root.WarInMap.nod11.gotoAndStop(2);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(2);
_root.WarInMap.nod14.gotoAndStop(3);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(3);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1113 MovieClip "maplevel8" in Frame 5
on (rollOver) {
if (_global.side == "angel") {
if (_global.privatePoints >= 12) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
} else if (_global.privatePoints >= 37) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
if (_global.side == "angel") {
if (_global.privatePoints >= 12) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
} else if (_global.privatePoints >= 37) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
_global.shopnod11level = 1;
_global.shopnod12level = 1;
_global.shopnod13level = 1;
_global.shopnod14level = 1;
_global.shopnod15level = 1;
_global.shopnod16level = 1;
_root.WarInMap.Name.text = "Cascadillia";
_root.WarInMap.Name.replaceText();
if (_global.side == "angel") {
if (_global.privatePoints >= 12) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.AngelOnly == false) {
_root.WarInMap.Achivments.gotoAndStop(10);
} else {
_root.WarInMap.Achivments.gotoAndStop(11);
}
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 6;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 60;
_global.shopnod11level = 2;
_global.shopnod13level = 1.5;
_global.shopnod14level = 1.25;
_root.WarInMap.shield11.gotoAndStop(5);
_root.WarInMap.shield13.gotoAndStop(4);
_root.WarInMap.shield14.gotoAndStop(3);
_global.shopnod11 = 12;
_global.shopnod12 = 11;
_global.shopnod13 = 12;
_global.shopnod14 = 13;
_global.shopnod15 = 11;
_global.shopnod16 = 13;
_root.WarInMap.nod11.gotoAndStop(12);
_root.WarInMap.nod12.gotoAndStop(1);
_root.WarInMap.nod13.gotoAndStop(12);
_root.WarInMap.nod14.gotoAndStop(13);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(13);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
} else if (_global.privatePoints >= 37) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.WarInMap.Achivments.gotoAndStop(50);
_root.WarInMap.Achivments2.gotoAndStop(50);
_global.chooseLvl = 6;
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.chanceToWinEnemy = 91;
_global.shopnod11level = 2;
_global.shopnod13level = 2;
_global.shopnod16level = 1.5;
_root.WarInMap.shield11.gotoAndStop(5);
_root.WarInMap.shield13.gotoAndStop(5);
_root.WarInMap.shield16.gotoAndStop(4);
_global.shopnod11 = 2;
_global.shopnod12 = 2;
_global.shopnod13 = 2;
_global.shopnod14 = 5;
_global.shopnod15 = 1;
_global.shopnod16 = 3;
_root.WarInMap.nod11.gotoAndStop(2);
_root.WarInMap.nod12.gotoAndStop(2);
_root.WarInMap.nod13.gotoAndStop(2);
_root.WarInMap.nod14.gotoAndStop(5);
_root.WarInMap.nod15.gotoAndStop(1);
_root.WarInMap.nod16.gotoAndStop(3);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 165;
_root.WarInMap.gotoAndPlay(2);
_root.pauseLayer._x = 0;
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(21);
}
}
Instance of Symbol 1125 MovieClip "pauseLayer" in Frame 5
on (press) {
}
Instance of Symbol 1151 MovieClip "menuInGame" in Frame 5
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 1329 MovieClip "groupInMap" in Frame 5
onClipEvent (load) {
this._alpha = 0;
}
Frame 6
_root.game.gotoAndStop(_global.chooseLvl);
stop();
onEnterFrame = function () {
_root.funFlow.onRelease = function () {
_root.openSignLink();
};
};
Instance of Symbol 1110 MovieClip "Menubtn" in Frame 6
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
}
on (press) {
if (_root.mouse._currentframe < 3) {
this.gotoAndStop(1);
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.menuInWar._alpha = 100;
_root.menuInWar._x = 165;
_root.pauseLayer._x = 0;
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndStop(2);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
}
}
Instance of Symbol 1717 MovieClip "menuInWar" in Frame 6
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 901 MovieClip "STG" in Frame 6
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
getURL ("http://www.facebook.com/sharer.php?u=http%3A%2F%2Ffacebook.king.com%2Ffacebook%2Fkinggames%2Fgames%2Fshare.jsp%3FgameId%3D85", "_blank");
}
Frame 11
Mouse.show();
Symbol 10 MovieClip Frame 1
stop();
Instance of Symbol 10 MovieClip in Symbol 187 MovieClip [Intro] Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
_global.nextframeG = 4;
_root.darkenscreen.gotoAndPlay(2);
}
Symbol 187 MovieClip [Intro] Frame 927
_global.nextframeG = 4;
_root.darkenscreen.gotoAndPlay(2);
Symbol 287 MovieClip Frame 193
stop();
Symbol 330 MovieClip Frame 189
stop();
Symbol 335 MovieClip Frame 40
stop();
Symbol 336 MovieClip [mcKingActionIntro] Frame 279
stop();
btnPlay.onRelease = _parent.launchGame;
btnOtherGames.onRelease = _parent.openOtherGamesLink;
brandingMc.onRelease = _parent.openSignLink;
Symbol 1757 MovieClip [__Packages.md5] Frame 0
class md5
{
function md5 (b64pad, chrsz) {
if (b64pad != undefined) {
this.b64pad = b64pad;
}
if (((chrsz != undefined) && (chrsz == 8)) || (chrsz == 16)) {
this.chrsz = chrsz;
}
}
function hash(s) {
return(hex_md5(s));
}
function hex_md5(s) {
return(binl2hex(core_md5(str2binl(s), s.length * chrsz)));
}
function b64_md5(s) {
return(binl2b64(core_md5(str2binl(s), s.length * chrsz)));
}
function str_md5(s) {
return(binl2str(core_md5(str2binl(s), s.length * chrsz)));
}
function hex_hmac_md5(key, data) {
return(binl2hex(core_hmac_md5(key, data)));
}
function b64_hmac_md5(key, data) {
return(binl2b64(core_hmac_md5(key, data)));
}
function str_hmac_md5(key, data) {
return(binl2str(core_hmac_md5(key, data)));
}
function md5_cmn(q, a, b, x, s, t) {
return(safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b));
}
function md5_ff(a, b, c, d, x, s, t) {
return(md5_cmn((b & c) | ((~b) & d), a, b, x, s, t));
}
function md5_gg(a, b, c, d, x, s, t) {
return(md5_cmn((b & d) | (c & (~d)), a, b, x, s, t));
}
function md5_hh(a, b, c, d, x, s, t) {
return(md5_cmn((b ^ c) ^ d, a, b, x, s, t));
}
function md5_ii(a, b, c, d, x, s, t) {
return(md5_cmn(c ^ (b | (~d)), a, b, x, s, t));
}
function core_md5(x, len) {
x[len >> 5] = x[len >> 5] | (128 << (len % 32));
x[(((len + 64) >>> 9) << 4) + 14] = len;
var _local5 = 1732584193 /* 0x67452301 */;
var _local4 = -271733879;
var _local3 = -1732584194;
var _local2 = 271733878 /* 0x10325476 */;
var _local6 = 0;
while (_local6 < x.length) {
var _local11 = _local5;
var _local10 = _local4;
var _local9 = _local3;
var _local8 = _local2;
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 0], 7, -680876936);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 1], 12, -389564586);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 2], 17, 606105819);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 3], 22, -1044525330);
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 4], 7, -176418897);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 5], 12, 1200080426);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 6], 17, -1473231341);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 7], 22, -45705983);
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 8], 7, 1770035416);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 9], 12, -1958414417);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 10], 17, -42063);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 11], 22, -1990404162);
_local5 = md5_ff(_local5, _local4, _local3, _local2, x[_local6 + 12], 7, 1804603682);
_local2 = md5_ff(_local2, _local5, _local4, _local3, x[_local6 + 13], 12, -40341101);
_local3 = md5_ff(_local3, _local2, _local5, _local4, x[_local6 + 14], 17, -1502002290);
_local4 = md5_ff(_local4, _local3, _local2, _local5, x[_local6 + 15], 22, 1236535329);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 1], 5, -165796510);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 6], 9, -1069501632);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 11], 14, 643717713);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 0], 20, -373897302);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 5], 5, -701558691);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 10], 9, 38016083);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 15], 14, -660478335);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 4], 20, -405537848);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 9], 5, 568446438);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 14], 9, -1019803690);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 3], 14, -187363961);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 8], 20, 1163531501);
_local5 = md5_gg(_local5, _local4, _local3, _local2, x[_local6 + 13], 5, -1444681467);
_local2 = md5_gg(_local2, _local5, _local4, _local3, x[_local6 + 2], 9, -51403784);
_local3 = md5_gg(_local3, _local2, _local5, _local4, x[_local6 + 7], 14, 1735328473);
_local4 = md5_gg(_local4, _local3, _local2, _local5, x[_local6 + 12], 20, -1926607734);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 5], 4, -378558);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 8], 11, -2022574463);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 11], 16, 1839030562);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 14], 23, -35309556);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 1], 4, -1530992060);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 4], 11, 1272893353);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 7], 16, -155497632);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 10], 23, -1094730640);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 13], 4, 681279174);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 0], 11, -358537222);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 3], 16, -722521979);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 6], 23, 76029189);
_local5 = md5_hh(_local5, _local4, _local3, _local2, x[_local6 + 9], 4, -640364487);
_local2 = md5_hh(_local2, _local5, _local4, _local3, x[_local6 + 12], 11, -421815835);
_local3 = md5_hh(_local3, _local2, _local5, _local4, x[_local6 + 15], 16, 530742520);
_local4 = md5_hh(_local4, _local3, _local2, _local5, x[_local6 + 2], 23, -995338651);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 0], 6, -198630844);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 7], 10, 1126891415);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 14], 15, -1416354905);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 5], 21, -57434055);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 12], 6, 1700485571);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 3], 10, -1894986606);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 10], 15, -1051523);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 1], 21, -2054922799);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 8], 6, 1873313359);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 15], 10, -30611744);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 6], 15, -1560198380);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 13], 21, 1309151649);
_local5 = md5_ii(_local5, _local4, _local3, _local2, x[_local6 + 4], 6, -145523070);
_local2 = md5_ii(_local2, _local5, _local4, _local3, x[_local6 + 11], 10, -1120210379);
_local3 = md5_ii(_local3, _local2, _local5, _local4, x[_local6 + 2], 15, 718787259);
_local4 = md5_ii(_local4, _local3, _local2, _local5, x[_local6 + 9], 21, -343485551);
_local5 = safe_add(_local5, _local11);
_local4 = safe_add(_local4, _local10);
_local3 = safe_add(_local3, _local9);
_local2 = safe_add(_local2, _local8);
_local6 = _local6 + 16;
}
return(Array(_local5, _local4, _local3, _local2));
}
function core_hmac_md5(key, data) {
var _local3 = new Array(str2binl(key));
if (_local3.length > 16) {
_local3 = core_md5(_local3, key.length * chrsz);
}
var _local4 = new Array(16);
var _local5 = new Array(16);
var _local2 = 0;
while (_local2 < 16) {
_local4[_local2] = _local3[_local2] ^ 909522486;
_local5[_local2] = _local3[_local2] ^ 1549556828;
_local2++;
}
var _local6 = new Array(core_md5(_local4.concat(str2binl(data)), 512 + (data.length * chrsz)));
return(core_md5(_local5.concat(_local6), 640));
}
function safe_add(x, y) {
var _local1 = new Number((x & 65535) + (y & 65535));
var _local2 = new Number(((x >> 16) + (y >> 16)) + (_local1 >> 16));
return((_local2 << 16) | (_local1 & 65535));
}
function bit_rol(num, cnt) {
return((num << cnt) | (num >>> (32 - cnt)));
}
function str2binl(str) {
var _local4 = new Array();
var _local5 = (1 << chrsz) - 1;
var _local2 = 0;
while (_local2 < (str.length * chrsz)) {
_local4[_local2 >> 5] = _local4[_local2 >> 5] | ((str.charCodeAt(_local2 / chrsz) & _local5) << (_local2 % 32));
_local2 = _local2 + chrsz;
}
return(_local4);
}
function binl2str(bin) {
var _local4 = new String("");
var _local5 = (1 << chrsz) - 1;
var _local2 = 0;
while (_local2 < (bin.length * 32)) {
_local4 = _local4 + String.fromCharCode((bin[_local2 >> 5] >>> (_local2 % 32)) & _local5);
_local2 = _local2 + chrsz;
}
return(_local4);
}
function binl2hex(binarray) {
var _local3 = "0123456789abcdef";
var _local4 = new String("");
var _local1 = 0;
while (_local1 < (binarray.length * 4)) {
_local4 = _local4 + (_local3.charAt((binarray[_local1 >> 2] >> (((_local1 % 4) * 8) + 4)) & 15) + _local3.charAt((binarray[_local1 >> 2] >> ((_local1 % 4) * 8)) & 15));
_local1++;
}
return(_local4);
}
function binl2b64(binarray) {
var _local7 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var _local5 = new String("");
var _local3 = 0;
while (_local3 < (binarray.length * 4)) {
var _local6 = ((((binarray[_local3 >> 2] >> (8 * (_local3 % 4))) & 255) << 16) | (((binarray[(_local3 + 1) >> 2] >> (8 * ((_local3 + 1) % 4))) & 255) << 8)) | ((binarray[(_local3 + 2) >> 2] >> (8 * ((_local3 + 2) % 4))) & 255);
var _local2 = 0;
while (_local2 < 4) {
if (((_local3 * 8) + (_local2 * 6)) > (binarray.length * 32)) {
_local5 = _local5 + b64pad;
} else {
_local5 = _local5 + _local7.charAt((_local6 >> (6 * (3 - _local2))) & 63);
}
_local2++;
}
_local3 = _local3 + 3;
}
return(_local5);
}
var b64pad = new String("");
var chrsz = new Number(8);
}
Symbol 1758 MovieClip [__Packages.Particle] Frame 0
class Particle
{
var _stageWidth, _stageHeight, clip, _xVel, _yVel;
function Particle (libParticle, xpos, ypos, stageWidth, stageHeight) {
_stageWidth = stageWidth;
_stageHeight = stageHeight;
clip = libParticle;
clip._x = xpos;
clip._y = ypos;
}
function setVel(xvel, yvel) {
_xVel = xvel;
_yVel = yvel;
}
function setSize(size) {
clip._width = size;
clip._height = size;
}
function setAlphaDecr(val) {
_alphaDecr = val;
}
function update() {
clip._x = clip._x + _xVel;
clip._y = clip._y + _yVel;
clip._alpha = clip._alpha - _alphaDecr;
}
function destroy() {
removeMovieClip(clip);
}
var _alphaDecr = 0;
}
Symbol 500 MovieClip [ShipMech] Frame 16
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("NordManAttack");
Snd.start();
}
Symbol 500 MovieClip [ShipMech] Frame 26
t = 1;
while (t < 7) {
if (this.HitArea.hitTest(_root.game["nod" + t].man) && (_root.game["nod" + t].man.char._currentframe < 150)) {
_root.game["nod" + t].man.LiveBar._alpha = 100;
_root.game["nod" + t].man.InitBar._alpha = 100;
_root.game["nod" + t].man.InitBar.bar._width = _root.game["nod" + t].man.InitBar.bar._width - 10;
dam = this.attack / _root.game["nod" + t].man.shield;
damage1 = parseInt(dam);
_root.game["nod" + t].man.damage.gotoAndPlay(2);
if (this.crit != true) {
(_root.game["nod" + t].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game["nod" + t].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game["nod" + t].man.damage.damageM.damageTxt.text = damage1;
_root.game["nod" + t].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game["nod" + t].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + t].man.life / 40)) / _root.game["nod" + t].man.shield);
if (attack2 < 0) {
_root.game["nod" + t].man.LiveBar.bar._width = 0;
_root.game["nod" + t].man.char.gotoAndPlay(150);
} else {
_root.game["nod" + t].man.char.gotoAndPlay(100);
_root.game["nod" + t].man.LiveBar.bar._width = _root.game["nod" + t].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + t].man.life / 40)) / _root.game["nod" + t].man.shield);
}
}
t++;
}
Symbol 500 MovieClip [ShipMech] Frame 73
this.unloadMovie();
Symbol 511 MovieClip [StoneGigant] Frame 83
if (_global.FX == true) {
i = random(3);
if (i == 1) {
var Snd = new Sound();
Snd.attachSound("StoneImpact1");
Snd.start();
} else {
var Snd = new Sound();
Snd.attachSound("StoneImpact2");
Snd.start();
}
}
t = 1;
while (t < 7) {
if (this.HitArea.hitTest(_root.game["nod" + t].man) && (_root.game["nod" + t].man.char._currentframe < 150)) {
_root.game["nod" + t].man.LiveBar._alpha = 100;
_root.game["nod" + t].man.InitBar._alpha = 100;
_root.game["nod" + t].man.InitBar.bar._width = _root.game["nod" + t].man.InitBar.bar._width - 10;
dam = this.attack / _root.game["nod" + t].man.shield;
damage1 = parseInt(dam);
_root.game["nod" + t].man.damage.gotoAndPlay(2);
if (this.crit != true) {
(_root.game["nod" + t].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game["nod" + t].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game["nod" + t].man.damage.damageM.damageTxt.text = damage1;
_root.game["nod" + t].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game["nod" + t].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + t].man.life / 40)) / _root.game["nod" + t].man.shield);
if (attack2 < 0) {
_root.game["nod" + t].man.LiveBar.bar._width = 0;
_root.game["nod" + t].man.char.gotoAndPlay(150);
} else {
_root.game["nod" + t].man.char.gotoAndPlay(100);
_root.game["nod" + t].man.LiveBar.bar._width = _root.game["nod" + t].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + t].man.life / 40)) / _root.game["nod" + t].man.shield);
}
}
t++;
}
Symbol 511 MovieClip [StoneGigant] Frame 114
this.unloadMovie();
Symbol 514 MovieClip [buddaSAttack2] Frame 31
this.unloadMovie();
Symbol 523 MovieClip [buddaSAttack] Frame 33
if (_global.side == "angel") {
i = 10;
while (i < 17) {
if (_root.game["nod" + i].man.char._currentframe < 150) {
ranattack = random(_global.FailBuddaS);
ranpoint = _global.FailAngelWG * 0.2;
((ranattack <= ranpoint) ? ((this.crit = true)) : ((this.crit = false)));
NameP = this.parentName;
this.attack = (_global.AttBuddaS - (ranattack * _root.game[NameP].man.manlevel)) * _root.game[NameP].man.manlevel;
dam = this.attack / _root.game["nod" + i].man.shield;
damage1 = parseInt(dam);
_root.game["nod" + i].man.damage.gotoAndPlay(2);
if (this.crit != true) {
(_root.game["nod" + i].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game["nod" + i].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game["nod" + i].man.damage.damageM.damageTxt.text = damage1;
_root.game["nod" + i].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game["nod" + i].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + i].man.life / 40)) / _root.game["nod" + i].man.shield);
if (attack2 < 0) {
_root.game["nod" + i].man.LiveBar.bar._width = 0;
_root.game["nod" + i].man.char.gotoAndPlay(150);
} else {
_root.game["nod" + i].man.char.gotoAndPlay(101);
_root.game["nod" + i].man.LiveBar.bar._width = _root.game["nod" + i].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + i].man.life / 40)) / _root.game["nod" + i].man.shield);
}
}
i++;
}
} else {
i = 1;
while (i < 7) {
if (_root.game["nod" + i].man.char._currentframe < 150) {
ranattack = random(_global.FailBuddaS);
ranpoint = _global.FailAngelWG * 0.2;
((ranattack <= ranpoint) ? ((this.crit = true)) : ((this.crit = false)));
NameP = this.parentName;
this.attack = (_global.AttBuddaS - (ranattack * _root.game[NameP].man.manlevel)) * _root.game[NameP].man.manlevel;
dam = this.attack / _root.game["nod" + i].man.shield;
damage1 = parseInt(dam);
_root.game["nod" + i].man.damage.gotoAndPlay(2);
if (this.crit != true) {
(_root.game["nod" + i].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game["nod" + i].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game["nod" + i].man.damage.damageM.damageTxt.text = damage1;
_root.game["nod" + i].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game["nod" + i].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + i].man.life / 40)) / _root.game["nod" + i].man.shield);
if (attack2 < 0) {
_root.game["nod" + i].man.LiveBar.bar._width = 0;
_root.game["nod" + i].man.char.gotoAndPlay(150);
} else {
_root.game["nod" + i].man.char.gotoAndPlay(100);
_root.game["nod" + i].man.LiveBar.bar._width = _root.game["nod" + i].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + i].man.life / 40)) / _root.game["nod" + i].man.shield);
}
}
i++;
}
}
Symbol 523 MovieClip [buddaSAttack] Frame 64
this.unloadMovie();
Symbol 534 MovieClip Frame 1
stop();
Symbol 564 MovieClip Frame 1
_parent.angelWG(this);
Symbol 564 MovieClip Frame 40
this.gotoAndPlay(1);
Symbol 564 MovieClip Frame 50
if (_global.FX == true) {
var Snd4 = new Sound(this);
Snd4.attachSound("BuddaSAttack11");
Snd4.start();
}
Symbol 564 MovieClip Frame 77
if (_global.FX == true) {
var Snd23 = new Sound(this);
Snd23.attachSound("BuddaSAttack22");
Snd23.start();
}
Symbol 564 MovieClip Frame 95
this.gotoAndPlay(1);
Symbol 564 MovieClip Frame 100
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("AngelHurt");
Snd.start();
}
Symbol 564 MovieClip Frame 115
this.gotoAndPlay(1);
Symbol 564 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("AngelDie");
Snd2.start();
}
Symbol 564 MovieClip Frame 199
_parent._parent.nod.gotoAndStop(41);
if (_global.side == "angel") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnBuddaS * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe < 2) ? (lost++) : (lost));
i++;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe < 2) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(1);
_parent.unloadMovie();
Symbol 564 MovieClip Frame 200
if (_global.FX == true) {
var Snd4 = new Sound(this);
Snd4.attachSound("BuddaSAttack33");
Snd4.start();
}
Symbol 564 MovieClip Frame 230
this.gotoAndPlay(1);
Symbol 571 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 1
stop();
Symbol 578 MovieClip [damageTxt] Frame 1
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 40
gotoAndPlay (1);
Symbol 626 MovieClip Frame 50
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Healing");
Snd.start();
}
Symbol 626 MovieClip Frame 99
this.gotoAndPlay(1);
Symbol 626 MovieClip Frame 100
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("AngelGirlHurt");
Snd.start();
}
Symbol 626 MovieClip Frame 116
this.gotoAndPlay(1);
Symbol 626 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("AngelGirlDie");
Snd2.start();
}
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("AngelGirlHurt");
Snd.start();
}
Symbol 626 MovieClip Frame 210
_parent._parent.nod.gotoAndStop(41);
if (_global.side == "angel") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnAngelGirl * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe < 2) ? (lost++) : (lost));
i++;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe < 2) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(1);
_parent.unloadMovie();
Instance of Symbol 626 MovieClip "char" in Symbol 627 MovieClip [angelGH] Frame 1
onClipEvent (load) {
i = random(20);
this.gotoAndPlay(i);
}
Symbol 634 MovieClip [VampireBloodOut] Frame 29
this.unloadMovie();
Symbol 647 MovieClip Frame 1
i = this._totalframes;
i = i - 30;
i = random(i);
this.gotoAndPlay(i);
Symbol 655 MovieClip Frame 7
stop();
Symbol 667 MovieClip Frame 20
this.gotoAndPlay(1);
Symbol 667 MovieClip Frame 50
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Vampire");
Snd.start();
}
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
if (_global.side == "demon") {
_root.attachMovie("VampireBloodOut", "VampireBloodOut" + _global.BulNumVampire, 3700 + _global.BulNumVampire);
vic = _root.mouse.victim;
_root["VampireBloodOut" + _global.BulNumVampire]._x = _root.game[vic]._x - 20;
_root["VampireBloodOut" + _global.BulNumVampire]._y = _root.game[vic]._y + 220;
_root["VampireBloodOut" + _global.BulNumVampire]._width = _root["VampireBloodOut" + _global.BulNumVampire]._width / 4;
_root["VampireBloodOut" + _global.BulNumVampire]._height = _root["VampireBloodOut" + _global.BulNumVampire]._height / 4;
ranattack = random(_global.FailVampire);
ranpoint = _global.FailVampire * 0.2;
((ranattack <= ranpoint) ? ((_root["VampireBloodOut" + _global.BulNumVampire].crit = true)) : ((_root["VampireBloodOut" + _global.BulNumVampire].crit = false)));
_root["VampireBloodOut" + _global.BulNumVampire].attack = (_global.AttVampire - (ranattack * _parent._parent.man.manlevel)) * _parent._parent.man.manlevel;
_global.BulNumVampire++;
((_global.BulNumVampire > 6) ? ((_global.BulNumVampire = 1)) : (_global.BulNumVampire));
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar._alpha = 100;
_root.game[vic].man.InitBar._alpha = 100;
_root.game[vic].man.InitBar.bar._width = _root.game[vic].man.InitBar.bar._width - 10;
i = 1;
while (i < 7) {
if (_root["VampireBloodOut" + i].hitTest(_root.game[vic].man) && (_root.game[vic].man.char._currentframe < 150)) {
dam = _root["VampireBloodOut" + i].attack / _root.game[vic].man.shield;
damage1 = parseInt(dam);
_root.game[vic].man.damage.gotoAndPlay(2);
if (_root["VampireBloodOut" + i].crit != true) {
(_root.game[vic].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game[vic].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game[vic].man.damage.damageM.damageTxt.text = damage1;
_root.game[vic].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game[vic].man.LiveBar.bar._width - ((_root["VampireBloodOut" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
if (attack2 < 0) {
_root.game[vic].man.LiveBar.bar._width = 0;
_root.game[vic].man.char.gotoAndPlay(150);
} else {
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar.bar._width = _root.game[vic].man.LiveBar.bar._width - ((_root["VampireBloodOut" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
}
damage2 = (_root["VampireBloodOut" + i].attack * 0.4) / _root.game[vic].man.shield;
damage3 = parseInt(damage2);
_parent.damage.gotoAndPlay(2);
_parent.damage.damageM.gotoAndStop(3);
_parent.damage.damageM.damageTxt.text = damage3;
_parent.damage.damageM.damageTxt.replaceText();
attack3 = _parent.LiveBar.bar._width + (damage3 / (_parent.life / 40));
if (attack3 < 40) {
_parent.LiveBar.bar._width = _parent.LiveBar.bar._width + (damage3 / (_parent.life / 40));
} else {
_parent.LiveBar.bar._width = 40;
}
}
i++;
}
} else {
_root.attachMovie("VampireBloodOut", "VampireBloodOut" + _global.BulNumVampire, 3700 + _global.BulNumVampire);
vic = _root.mouse.victim2;
_root["VampireBloodOut" + _global.BulNumVampire]._x = _root.game[vic]._x + 60;
_root["VampireBloodOut" + _global.BulNumVampire]._y = _root.game[vic]._y + 220;
_root["VampireBloodOut" + _global.BulNumVampire]._width = _root["VampireBloodOut" + _global.BulNumVampire]._width / 4;
_root["VampireBloodOut" + _global.BulNumVampire]._height = _root["VampireBloodOut" + _global.BulNumVampire]._height / 4;
ranattack = random(_global.FailVampire);
ranpoint = _global.FailVampire * 0.2;
((ranattack <= ranpoint) ? ((_root["VampireBloodOut" + _global.BulNumVampire].crit = true)) : ((_root["VampireBloodOut" + _global.BulNumVampire].crit = false)));
_root["VampireBloodOut" + _global.BulNumVampire].attack = (_global.AttVampire - (ranattack * _parent._parent.man.manlevel)) * _parent._parent.man.manlevel;
_global.BulNumVampire++;
((_global.BulNumVampire > 6) ? ((_global.BulNumVampire = 1)) : (_global.BulNumVampire));
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar._alpha = 100;
_root.game[vic].man.InitBar._alpha = 100;
_root.game[vic].man.InitBar.bar._width = _root.game[vic].man.InitBar.bar._width - 10;
i = 1;
while (i < 7) {
if (_root["VampireBloodOut" + i].hitTest(_root.game[vic].man) && (_root.game[vic].man.char._currentframe < 150)) {
dam = _root["VampireBloodOut" + i].attack / _root.game[vic].man.shield;
damage1 = parseInt(dam);
_root.game[vic].man.damage.gotoAndPlay(2);
if (_root["VampireBloodOut" + i].crit != true) {
(_root.game[vic].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game[vic].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game[vic].man.damage.damageM.damageTxt.text = damage1;
_root.game[vic].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game[vic].man.LiveBar.bar._width - ((_root["VampireBloodOut" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
if (attack2 < 0) {
_root.game[vic].man.LiveBar.bar._width = 0;
_root.game[vic].man.char.gotoAndPlay(150);
} else {
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar.bar._width = _root.game[vic].man.LiveBar.bar._width - ((_root["VampireBloodOut" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
}
damage2 = (_root["VampireBloodOut" + i].attack * 0.4) / _root.game[vic].man.shield;
damage3 = parseInt(damage2);
_parent.damage.gotoAndPlay(2);
_parent.damage.damageM.gotoAndStop(3);
_parent.damage.damageM.damageTxt.text = damage3;
_parent.damage.damageM.damageTxt.replaceText();
attack3 = _parent.LiveBar.bar._width + (damage3 / (_parent.life / 40));
if (attack3 < 40) {
_parent.LiveBar.bar._width = _parent.LiveBar.bar._width + (damage3 / (_parent.life / 40));
} else {
_parent.LiveBar.bar._width = 40;
}
}
i++;
}
}
Symbol 667 MovieClip Frame 90
this.gotoAndPlay(1);
Symbol 667 MovieClip Frame 116
this.gotoAndPlay(1);
Symbol 667 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("DemonDie");
Snd2.start();
}
Symbol 667 MovieClip Frame 210
if (_global.side == "demon") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnVampire * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe == 11) ? (lost++) : (lost));
i++;
}
if (lost == 5) {
} else {
lost = 0;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe == 11) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(11);
_parent.unloadMovie();
Instance of Symbol 667 MovieClip "char" in Symbol 668 MovieClip [VampireZ] Frame 1
onClipEvent (load) {
i = random(20);
this.gotoAndPlay(i);
}
Symbol 675 MovieClip [SunRise] Frame 1
if (_global.side == "demon") {
this._xscale = this._xscale * -1;
}
Symbol 675 MovieClip [SunRise] Frame 29
if (_global.side == "demon") {
vic = _root.mouse.victim2;
this._x = _root.game[vic]._x + 100;
this._y = _root.game[vic]._y + 200;
} else {
vic = _root.mouse.victim;
this._x = _root.game[vic]._x + 5;
this._y = _root.game[vic]._y + 220;
}
Symbol 675 MovieClip [SunRise] Frame 47
if (_global.side == "demon") {
vic = _root.mouse.victim2;
} else {
vic = _root.mouse.victim;
}
_root.game[vic].man.LiveBar._alpha = 100;
_root.game[vic].man.InitBar._alpha = 100;
_root.game[vic].man.InitBar.bar._width = _root.game[vic].man.InitBar.bar._width - 10;
i = 1;
while (i < 7) {
if (_root["SunRise" + i].hitTest(_root.game[vic].man) && (_root.game[vic].man.char._currentframe < 150)) {
dam = _root["SunRise" + i].attack / _root.game[vic].man.shield;
damage1 = parseInt(dam);
_root.game[vic].man.damage.gotoAndPlay(2);
if (_root["SunRise" + i].crit != true) {
(_root.game[vic].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game[vic].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game[vic].man.damage.damageM.damageTxt.text = damage1;
_root.game[vic].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game[vic].man.LiveBar.bar._width - ((_root["SunRise" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
if (attack2 < 0) {
_root.game[vic].man.LiveBar.bar._width = 0;
_root.game[vic].man.char.gotoAndPlay(150);
} else {
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar.bar._width = _root.game[vic].man.LiveBar.bar._width - ((_root["SunRise" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
}
}
i++;
}
Symbol 675 MovieClip [SunRise] Frame 53
this.unloadMovie();
Symbol 684 MovieClip Frame 2
i = this._totalframes;
i = random(i);
this.gotoAndPlay(i);
Symbol 695 MovieClip Frame 40
gotoAndPlay (1);
Symbol 695 MovieClip Frame 50
if (_global.FX == true) {
var Snd3 = new Sound(this);
Snd3.attachSound("OldManAttack");
Snd3.start();
}
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
if (_parent._parent.AI == false) {
_root.attachMovie("SunRise", "SunRise" + _global.BulNumOldAngel, 1300 + _global.BulNumOldAngel);
nameN = _parent._parent._name;
_root["SunRise" + _global.BulNumOldAngel]._x = _root.game[nameN]._x + 60;
_root["SunRise" + _global.BulNumOldAngel]._y = _root.game[nameN]._y + 210;
_root["SunRise" + _global.BulNumOldAngel]._width = _root["SunRise" + _global.BulNumOldAngel]._width / 3;
_root["SunRise" + _global.BulNumOldAngel]._height = _root["SunRise" + _global.BulNumOldAngel]._height / 3;
ranattack = random(_global.FailOldAngel);
ranpoint = _global.FailOldAngel * 0.2;
((ranattack <= ranpoint) ? ((_root["SunRise" + _global.BulNumOldAngel].crit = true)) : ((_root["SunRise" + _global.BulNumOldAngel].crit = false)));
_root["SunRise" + _global.BulNumOldAngel].attack = (_global.AttOldAngel - (ranattack * _parent._parent.man.manlevel)) * _parent._parent.man.manlevel;
} else {
_parent._parent.AI = false;
_root.attachMovie("SunRise", "SunRise" + _global.BulNumOldAngel, 1300 + _global.BulNumOldAngel);
nameN = _parent._parent._name;
_root["SunRise" + _global.BulNumOldAngel]._x = _root.game[nameN]._x + 40;
_root["SunRise" + _global.BulNumOldAngel]._y = _root.game[nameN]._y + 210;
_root["SunRise" + _global.BulNumOldAngel]._width = _root["SunRise" + _global.BulNumOldAngel]._width / 3;
_root["SunRise" + _global.BulNumOldAngel]._height = _root["SunRise" + _global.BulNumOldAngel]._height / 3;
ranattack = random(_global.FailOldAngel);
ranpoint = _global.FailOldAngel * 0.2;
((ranattack <= ranpoint) ? ((_root["SunRise" + _global.BulNumOldAngel].crit = true)) : ((_root["SunRise" + _global.BulNumOldAngel].crit = false)));
_root["SunRise" + _global.BulNumOldAngel].attack = (_global.AttOldAngel - (ranattack * _parent._parent.man.manlevel)) * _parent._parent.man.manlevel;
}
_global.BulNumOldAngel++;
((_global.BulNumOldAngel > 6) ? ((_global.BulNumOldAngel = 1)) : (_global.BulNumOldAngel));
Symbol 695 MovieClip Frame 95
this.gotoAndPlay(1);
Symbol 695 MovieClip Frame 100
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("AngelHurt");
Snd.start();
}
Symbol 695 MovieClip Frame 115
this.gotoAndPlay(1);
Symbol 695 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("AngelDie");
Snd2.start();
}
Symbol 695 MovieClip Frame 210
_parent._parent.nod.gotoAndStop(41);
if (_global.side == "angel") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnOldAngel * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe < 2) ? (lost++) : (lost));
i++;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe < 2) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(1);
_parent.unloadMovie();
Instance of Symbol 695 MovieClip "char" in Symbol 696 MovieClip [OldAngel] Frame 1
onClipEvent (load) {
i = random(20);
this.gotoAndPlay(i);
}
Symbol 709 MovieClip [necroAttack] Frame 2
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Lighting");
Snd.start();
}
Symbol 709 MovieClip [necroAttack] Frame 20
this.unloadMovie();
Symbol 709 MovieClip [necroAttack] Frame 54
if (_global.side == "demon") {
vic = _root.mouse.victim;
} else {
vic = _root.mouse.victim2;
}
_root.game[vic].man.char.gotoAndPlay(200);
_root.game[vic].man.char._alpha = 100;
_root.game[vic].man._alpha = 90;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Lighting");
Snd.start();
var Snd2 = new Sound();
Snd2.attachSound("LightingUp");
Snd2.start();
}
Symbol 709 MovieClip [necroAttack] Frame 75
if (_global.side == "demon") {
vic = _root.mouse.victim;
} else {
vic = _root.mouse.victim2;
}
_root.game[vic].teleport._alpha = 100;
Symbol 709 MovieClip [necroAttack] Frame 115
this.unloadMovie();
Instance of Symbol 713 MovieClip in Symbol 733 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(80);
}
Instance of Symbol 713 MovieClip in Symbol 733 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(40);
}
Symbol 733 MovieClip Frame 40
gotoAndPlay (1);
Symbol 733 MovieClip Frame 65
if (_global.side == "demon") {
if (_root.mouse.attackN == "2") {
_root.mouse.attackN = "1";
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
vic = _root.mouse.victim;
_root.attachMovie("necroAttack", "necroAttack2" + _global.BulNumNecromantZ2, 3350 + _global.BulNumNecromantZ2);
_root["necroAttack2" + _global.BulNumNecromantZ2]._x = _root.game[vic]._x + 60;
_root["necroAttack2" + _global.BulNumNecromantZ2]._y = _root.game[vic]._y - 130;
_root["necroAttack2" + _global.BulNumNecromantZ2].gotoAndPlay(50);
_root.game[vic].gotoAndStop(16);
_root.game[vic].man.char._alpha = 0;
_root.game[vic].nod.gotoAndStop(41);
_root.game[vic].teleport.gotoAndPlay(50);
_root.game[vic].teleport._alpha = 0;
_global.BulNumNecromantZ2++;
((_global.BulNumNecromantZ2 > 6) ? ((_global.BulNumNecromantZ2 = 1)) : (_global.BulNumNecromantZ2));
} else {
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 30;
_root.attachMovie("necroAttack", "necroAttack" + _global.BulNumNecromantZ, 3300 + _global.BulNumNecromantZ);
vic = _root.mouse.victim;
_root["necroAttack" + _global.BulNumNecromantZ]._x = _root.game[vic]._x - 10;
_root["necroAttack" + _global.BulNumNecromantZ]._y = _root.game[vic]._y - 130;
_root["necroAttack" + _global.BulNumNecromantZ]._width = _root["necroAttack" + _global.BulNumNecromantZ]._width;
_root["necroAttack" + _global.BulNumNecromantZ]._height = _root["necroAttack" + _global.BulNumNecromantZ]._height;
ranattack = random(_global.FailNecromantZ);
ranpoint = _global.FailNecromantZ * 0.2;
((ranattack <= ranpoint) ? ((_root["necroAttack" + _global.BulNumNecromantZ].crit = true)) : ((_root["necroAttack" + _global.BulNumNecromantZ].crit = false)));
_root["necroAttack" + _global.BulNumNecromantZ].attack = (_global.AttNecromantZ - (ranattack * _parent._parent.man.manlevel)) * _parent._parent.man.manlevel;
_root.game[vic].man.LiveBar._alpha = 100;
_root.game[vic].man.InitBar._alpha = 100;
_root.game[vic].man.InitBar.bar._width = _root.game[vic].man.InitBar.bar._width - 10;
i = 1;
while (i < 7) {
if (_root["necroAttack" + i].hitTest(_root.game[vic].man) && (_root.game[vic].man.char._currentframe < 150)) {
dam = _root["necroAttack" + i].attack / _root.game[vic].man.shield;
damageS = parseInt(dam);
_root.game[vic].man.damage.gotoAndPlay(2);
if (_root["necroAttack" + i].crit != true) {
(_root.game[vic].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game[vic].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game[vic].man.damage.damageM.damageTxt.text = damageS;
_root.game[vic].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game[vic].man.LiveBar.bar._width - ((_root["necroAttack" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
if (attack2 < 0) {
_root.game[vic].man.LiveBar.bar._width = 0;
_root.game[vic].man.char.gotoAndPlay(150);
} else {
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar.bar._width = _root.game[vic].man.LiveBar.bar._width - ((_root["necroAttack" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
}
}
i++;
}
_global.BulNumNecromantZ++;
((_global.BulNumNecromantZ > 6) ? ((_global.BulNumNecromantZ = 1)) : (_global.BulNumNecromantZ));
}
} else if (_root.mouse.attackN == "2") {
_root.mouse.attackN = "1";
vic = _root.mouse.victim2;
_root.attachMovie("necroAttack", "necroAttack2" + _global.BulNumNecromantZ2, 3350 + _global.BulNumNecromantZ2);
_root["necroAttack2" + _global.BulNumNecromantZ2]._x = _root.game[vic]._x - 10;
_root["necroAttack2" + _global.BulNumNecromantZ2]._y = _root.game[vic]._y - 130;
_root["necroAttack2" + _global.BulNumNecromantZ2].gotoAndPlay(50);
_root.game[vic].gotoAndStop(16);
_root.game[vic].man.char._alpha = 0;
_root.game[vic].nod.gotoAndStop(41);
_root.game[vic].teleport.gotoAndPlay(50);
_root.game[vic].teleport._alpha = 0;
_global.BulNumNecromantZ2++;
((_global.BulNumNecromantZ2 > 6) ? ((_global.BulNumNecromantZ2 = 1)) : (_global.BulNumNecromantZ2));
} else {
_root.attachMovie("necroAttack", "necroAttack" + _global.BulNumNecromantZ, 3300 + _global.BulNumNecromantZ);
vic = _root.mouse.victim2;
_root["necroAttack" + _global.BulNumNecromantZ]._x = _root.game[vic]._x + 60;
_root["necroAttack" + _global.BulNumNecromantZ]._y = _root.game[vic]._y - 130;
_root["necroAttack" + _global.BulNumNecromantZ]._width = _root["necroAttack" + _global.BulNumNecromantZ]._width;
_root["necroAttack" + _global.BulNumNecromantZ]._height = _root["necroAttack" + _global.BulNumNecromantZ]._height;
ranattack = random(_global.FailNecromantZ);
ranpoint = _global.FailNecromantZ * 0.2;
((ranattack <= ranpoint) ? ((_root["necroAttack" + _global.BulNumNecromantZ].crit = true)) : ((_root["necroAttack" + _global.BulNumNecromantZ].crit = false)));
_root["necroAttack" + _global.BulNumNecromantZ].attack = (_global.AttNecromantZ - (ranattack * _parent._parent.man.manlevel)) * _parent._parent.man.manlevel;
_root.game[vic].man.LiveBar._alpha = 100;
_root.game[vic].man.InitBar._alpha = 100;
_root.game[vic].man.InitBar.bar._width = _root.game[vic].man.InitBar.bar._width - 10;
i = 1;
while (i < 7) {
if (_root["necroAttack" + i].hitTest(_root.game[vic].man) && (_root.game[vic].man.char._currentframe < 150)) {
dam = _root["necroAttack" + i].attack / _root.game[vic].man.shield;
damageS = parseInt(dam);
_root.game[vic].man.damage.gotoAndPlay(2);
if (_root["necroAttack" + i].crit != true) {
(_root.game[vic].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game[vic].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game[vic].man.damage.damageM.damageTxt.text = damageS;
_root.game[vic].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game[vic].man.LiveBar.bar._width - ((_root["necroAttack" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
if (attack2 < 0) {
_root.game[vic].man.LiveBar.bar._width = 0;
_root.game[vic].man.char.gotoAndPlay(150);
} else {
_root.game[vic].man.char.gotoAndPlay(100);
_root.game[vic].man.LiveBar.bar._width = _root.game[vic].man.LiveBar.bar._width - ((_root["necroAttack" + i].attack / (_root.game[vic].man.life / 40)) / _root.game[vic].man.shield);
}
}
i++;
}
_global.BulNumNecromantZ++;
((_global.BulNumNecromantZ > 6) ? ((_global.BulNumNecromantZ = 1)) : (_global.BulNumNecromantZ));
}
Symbol 733 MovieClip Frame 94
this.gotoAndPlay(1);
Symbol 733 MovieClip Frame 116
gotoAndPlay (1);
Symbol 733 MovieClip Frame 150
if (_global.FX == true) {
var Snd22 = new Sound(this);
Snd22.attachSound("DemonDie");
Snd22.start();
}
Symbol 733 MovieClip Frame 210
if (_global.side == "demon") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnNecromantZ * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe == 11) ? (lost++) : (lost));
i++;
}
if (lost == 5) {
} else {
lost = 0;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe == 11) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(11);
_parent.unloadMovie();
Instance of Symbol 733 MovieClip "char" in Symbol 734 MovieClip [NecromantZ] Frame 1
onClipEvent (load) {
i = random(20);
this.gotoAndPlay(i);
}
Symbol 754 MovieClip Frame 2
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Splash2");
Snd.start();
}
Symbol 754 MovieClip Frame 16
stop();
Symbol 755 MovieClip [ZomboidMovie] Frame 1
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Zombie");
Snd.start();
}
Symbol 755 MovieClip [ZomboidMovie] Frame 10
stop();
onEnterFrame = function () {
if (_global.pauseGame == false) {
if ((this._x > -300) && (this._x < 800)) {
if (_global.side == "demon") {
this._x = this._x + 1.2;
} else {
this._x = this._x - 1.2;
}
} else {
this.unloadMovie();
}
}
};
Symbol 755 MovieClip [ZomboidMovie] Frame 31
this.unloadMovie();
Symbol 759 MovieClip Frame 1
i = this._totalframes;
i = i - 30;
i = random(i);
this.gotoAndPlay(i);
Symbol 770 MovieClip Frame 20
this.gotoAndPlay(2);
Symbol 770 MovieClip Frame 66
this.gotoAndPlay(2);
Symbol 770 MovieClip Frame 100
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("ZombieHurt");
Snd.start();
}
Symbol 770 MovieClip Frame 117
this.gotoAndPlay(2);
Symbol 770 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("DemonDie");
Snd2.start();
}
Symbol 770 MovieClip Frame 199
if (_global.side == "demon") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnZombie * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe == 11) ? (lost++) : (lost));
i++;
}
if (lost == 5) {
} else {
lost = 0;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe == 11) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(11);
_parent.unloadMovie();
Symbol 770 MovieClip Frame 201
this._alpha = 100;
_parent._alpha = 100;
_parent._parent._alpha = 100;
_parent._parent.man._alpha = 100;
Symbol 770 MovieClip Frame 205
this._alpha = 100;
_parent._alpha = 100;
_parent._parent._alpha = 100;
_parent._parent.man._alpha = 100;
Symbol 770 MovieClip Frame 236
this._alpha = 100;
this.gotoAndPlay(2);
Instance of Symbol 770 MovieClip "char" in Symbol 771 MovieClip [zombieM] Frame 1
onClipEvent (load) {
i = random(20);
this.gotoAndPlay(i);
}
Symbol 800 MovieClip Frame 20
gotoAndPlay (1);
Symbol 800 MovieClip Frame 60
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("DemonFire");
Snd.start();
}
Symbol 800 MovieClip Frame 85
gotoAndPlay (1);
Symbol 800 MovieClip Frame 100
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("DemonHurt");
Snd.start();
}
Symbol 800 MovieClip Frame 116
gotoAndPlay (1);
Symbol 800 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("DemonDie");
Snd2.start();
}
Symbol 800 MovieClip Frame 210
if (_global.side == "demon") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnDemonST * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe == 11) ? (lost++) : (lost));
i++;
}
if (lost == 5) {
} else {
lost = 0;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe == 11) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(11);
_parent.unloadMovie();
Instance of Symbol 800 MovieClip "char" in Symbol 801 MovieClip [demonS] Frame 1
onClipEvent (load) {
i = random(20);
this.gotoAndPlay(i);
}
Symbol 805 MovieClip Frame 10
stop();
Symbol 805 MovieClip Frame 15
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Splash3");
Snd.start();
}
Symbol 805 MovieClip Frame 30
this.unloadMovie();
Symbol 826 MovieClip Frame 20
gotoAndPlay (1);
Symbol 826 MovieClip Frame 50
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("AngelFire");
Snd.start();
}
Symbol 826 MovieClip Frame 70
gotoAndPlay (1);
Symbol 826 MovieClip Frame 101
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("AngelHurt");
Snd.start();
}
Symbol 826 MovieClip Frame 116
this.gotoAndPlay(1);
Symbol 826 MovieClip Frame 150
if (_global.FX == true) {
var Snd2 = new Sound(this);
Snd2.attachSound("AngelDie");
Snd2.start();
}
Symbol 826 MovieClip Frame 210
_parent._parent.nod.gotoAndStop(41);
if (_global.side == "angel") {
_global.losted++;
} else {
_global.levelMoney = _global.levelMoney + (_global.EarnAngelWG * _parent._parent.manlevel);
_global.defeted++;
}
lost = 0;
def = 0;
i = 1;
while (i < 7) {
((_root.game["nod" + i]._currentframe < 2) ? (lost++) : (lost));
i++;
}
i = 11;
while (i < 17) {
((_root.game["nod" + i]._currentframe < 2) ? (def++) : (def));
i++;
}
if (def == 5) {
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
def = 0;
}
if (lost == 5) {
trace("Defeat");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.viktoryofDieInGame.stick.gotoAndStop(2);
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
lost = 0;
}
_parent._parent.gotoAndStop(1);
_parent.unloadMovie();
Symbol 830 MovieClip Frame 1
stop();
Symbol 830 MovieClip Frame 15
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Splash");
Snd.start();
}
Symbol 830 MovieClip Frame 30
this.unloadMovie();
Symbol 836 MovieClip [healthEffect] Frame 51
this.unloadMovie();
Symbol 843 MovieClip Frame 1
stop();
Symbol 846 MovieClip Frame 1
stop();
Symbol 846 MovieClip Frame 10
_root.gotoAndStop(_global.nextframeG);
_root.viktoryofDieInGame._x = 1000;
_root.pauseLayer._x = 1000;
_root.menuInWar._x = 1000;
_root.pauseLayer.gotoAndStop(1);
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
Symbol 870 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 7
stop();
Symbol 896 MovieClip Frame 13
stop();
Symbol 898 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 1
stop();
Symbol 917 MovieClip Frame 1
stop();
Symbol 920 MovieClip Frame 1
stop();
Symbol 928 MovieClip Frame 1
stop();
Symbol 930 MovieClip Frame 1
stop();
Symbol 933 MovieClip Frame 1
stop();
Symbol 936 MovieClip Frame 1
stop();
Symbol 939 MovieClip Frame 1
stop();
Symbol 950 MovieClip Frame 1
stop();
Symbol 950 MovieClip Frame 3
stop();
Symbol 953 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 2
stop();
Symbol 1014 MovieClip Frame 1
var HHSave = SharedObject.getLocal("HH");
sideA = HHSave.data.side;
if (sideA != undefined) {
_global.TrainEnd = HHSave.data.TrainEnd;
_global.TrainEnd2 = HHSave.data.TrainEnd2;
_global.teleportLess = HHSave.data.teleportLess;
_global.teleportLess2 = HHSave.data.teleportLess2;
_global.shieldLess = HHSave.data.shieldLess;
_global.shieldLess2 = HHSave.data.shieldLess2;
_global.TimeLess = HHSave.data.TimeLess;
_global.TimeLess2 = HHSave.data.TimeLess2;
_global.Time2Less = HHSave.data.Time2Less;
_global.Time2Less2 = HHSave.data.Time2Less2;
_global.NotDie = HHSave.data.NotDie;
_global.NotDie2 = HHSave.data.NotDie2;
_global.MaxHealth = HHSave.data.MaxHealth;
_global.MaxHealth2 = HHSave.data.MaxHealth2;
_global.AngelOnly = HHSave.data.AngelOnly;
_global.AngelOnly2 = HHSave.data.AngelOnly2;
_global.NotTreatment = HHSave.data.NotTreatment;
_global.NotTreatment2 = HHSave.data.NotTreatment2;
if (_global.TrainEnd == false) {
_root.AchievementsWin.Achivments1.gotoAndStop(22);
} else {
_root.AchievementsWin.Achivments1.gotoAndStop(23);
}
if (_global.shieldLess == false) {
_root.AchievementsWin.Achivments2.gotoAndStop(18);
} else {
_root.AchievementsWin.Achivments2.gotoAndStop(19);
}
if (_global.TimeLess == false) {
_root.AchievementsWin.Achivments3.gotoAndStop(4);
} else {
_root.AchievementsWin.Achivments3.gotoAndStop(5);
}
if (_global.MaxHealth == false) {
_root.AchievementsWin.Achivments4.gotoAndStop(8);
} else {
_root.AchievementsWin.Achivments4.gotoAndStop(9);
}
if (_global.Time2Less2 == false) {
_root.AchievementsWin.Achivments5.gotoAndStop(24);
} else {
_root.AchievementsWin.Achivments5.gotoAndStop(25);
}
if (_global.NotDie == false) {
_root.AchievementsWin.Achivments6.gotoAndStop(6);
} else {
_root.AchievementsWin.Achivments6.gotoAndStop(7);
}
if (_global.teleportLess == false) {
_root.AchievementsWin.Achivments7.gotoAndStop(2);
} else {
_root.AchievementsWin.Achivments7.gotoAndStop(3);
}
if (_global.AngelOnly == false) {
_root.AchievementsWin.Achivments8.gotoAndStop(10);
} else {
_root.AchievementsWin.Achivments8.gotoAndStop(11);
}
if (_global.NotTreatment == false) {
_root.AchievementsWin.Achivments9.gotoAndStop(12);
} else {
_root.AchievementsWin.Achivments9.gotoAndStop(13);
}
var HHSave2 = SharedObject.getLocal("HH2");
sideD = HHSave2.data.side;
pointsD = HHSave2.data.privatePoints;
if ((pointsD >= 50) && (sideD != undefined)) {
_root.AchievementsWin.Achivments10.gotoAndStop(27);
} else {
_root.AchievementsWin.Achivments10.gotoAndStop(26);
}
} else {
_root.AchievementsWin.Achivments10.gotoAndStop(26);
_root.AchievementsWin.Achivments1.gotoAndStop(22);
_root.AchievementsWin.Achivments2.gotoAndStop(18);
_root.AchievementsWin.Achivments3.gotoAndStop(4);
_root.AchievementsWin.Achivments4.gotoAndStop(8);
_root.AchievementsWin.Achivments5.gotoAndStop(24);
_root.AchievementsWin.Achivments6.gotoAndStop(6);
_root.AchievementsWin.Achivments7.gotoAndStop(2);
_root.AchievementsWin.Achivments8.gotoAndStop(10);
_root.AchievementsWin.Achivments9.gotoAndStop(12);
}
Instance of Symbol 1013 MovieClip in Symbol 1014 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_root.mouse.gotoAndStop(1);
getURL ("http://dccreation.ucoz.ru/", "_blank");
}
Symbol 1018 MovieClip Frame 1
stop();
Symbol 1023 MovieClip Frame 1
stop();
Symbol 1066 MovieClip Frame 1
i = random(125) + 1;
this.gotoAndPlay(i);
Symbol 1071 MovieClip Frame 1
i = random(105) + 1;
this.gotoAndPlay(i);
Symbol 1075 MovieClip Frame 1
i = random(40) + 1;
this.gotoAndPlay(i);
Symbol 1081 MovieClip Frame 1
stop();
Symbol 1087 MovieClip Frame 1
stop();
Symbol 1088 MovieClip Frame 1
stop();
Symbol 1091 MovieClip Frame 1
stop();
Symbol 1093 MovieClip Frame 1
stop();
Symbol 1097 MovieClip Frame 1
stop();
Symbol 1100 MovieClip Frame 1
stop();
Symbol 1105 MovieClip Frame 1
stop();
Symbol 1110 MovieClip Frame 1
stop();
Symbol 1113 MovieClip Frame 1
stop();
Symbol 1116 MovieClip Frame 1
stop();
Symbol 1119 MovieClip Frame 1
stop();
Symbol 1121 MovieClip Frame 1
stop();
Symbol 1125 MovieClip Frame 1
stop();
Symbol 1125 MovieClip Frame 20
stop();
Symbol 1131 MovieClip Frame 1
stop();
Symbol 1142 MovieClip Frame 1
stop();
Symbol 1142 MovieClip Frame 10
stop();
Symbol 1150 MovieClip Frame 1
stop();
Symbol 1151 MovieClip Frame 1
if (_global.Graff == "low") {
g1.gotoAndStop(10);
}
if (_global.Graff == "normal") {
g2.gotoAndStop(10);
}
if (_global.Graff == "high") {
g3.gotoAndStop(10);
}
if (_global.Music == true) {
m1.gotoAndStop(10);
}
if (_global.Music == false) {
m2.gotoAndStop(10);
}
if (_global.FX == true) {
fx1.gotoAndStop(10);
}
if (_global.FX == false) {
fx2.gotoAndStop(10);
}
if (_global.VisualEffects == true) {
v1.gotoAndStop(10);
}
if (_global.VisualEffects == false) {
v2.gotoAndStop(10);
}
Instance of Symbol 1131 MovieClip in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
on (press) {
if (_root.mouse._currentframe < 3) {
this.gotoAndStop(1);
if (_global.side == "angel") {
var HHSave = SharedObject.getLocal("HH");
HHSave.data.side = _global.side;
HHSave.data.diff = _global.diff;
HHSave.data.money = _global.allMoneyG;
HHSave.data.privatePoints = _global.privatePoints;
HHSave.data.shopnod1level = _global.shopnod1level;
HHSave.data.shopnod2level = _global.shopnod2level;
HHSave.data.shopnod3level = _global.shopnod3level;
HHSave.data.shopnod4level = _global.shopnod4level;
HHSave.data.shopnod5level = _global.shopnod5level;
HHSave.data.shopnod6level = _global.shopnod6level;
HHSave.data.shopnod11level = _global.shopnod11level;
HHSave.data.shopnod12level = _global.shopnod12level;
HHSave.data.shopnod13level = _global.shopnod13level;
HHSave.data.shopnod14level = _global.shopnod14level;
HHSave.data.shopnod15level = _global.shopnod15level;
HHSave.data.shopnod16level = _global.shopnod16level;
HHSave.data.shopnod1 = _global.shopnod1;
HHSave.data.shopnod2 = _global.shopnod2;
HHSave.data.shopnod3 = _global.shopnod3;
HHSave.data.shopnod4 = _global.shopnod4;
HHSave.data.shopnod5 = _global.shopnod5;
HHSave.data.shopnod6 = _global.shopnod6;
HHSave.data.shopnod11 = _global.shopnod11;
HHSave.data.shopnod12 = _global.shopnod12;
HHSave.data.shopnod13 = _global.shopnod13;
HHSave.data.shopnod14 = _global.shopnod14;
HHSave.data.shopnod15 = _global.shopnod15;
HHSave.data.shopnod16 = _global.shopnod16;
HHSave.data.TrainEnd = _global.TrainEnd;
HHSave.data.TrainEnd2 = _global.TrainEnd2;
HHSave.data.teleportLess = _global.teleportLess;
HHSave.data.teleportLess2 = _global.teleportLess2;
HHSave.data.shieldLess = _global.shieldLess;
HHSave.data.shieldLess2 = _global.shieldLess2;
HHSave.data.TimeLess = _global.TimeLess;
HHSave.data.TimeLess2 = _global.TimeLess2;
HHSave.data.Time2Less = _global.Time2Less;
HHSave.data.Time2Less2 = _global.Time2Less2;
HHSave.data.NotDie = _global.NotDie;
HHSave.data.NotDie2 = _global.NotDie2;
HHSave.data.MaxHealth = _global.MaxHealth;
HHSave.data.MaxHealth2 = _global.MaxHealth2;
HHSave.data.AngelOnly = _global.AngelOnly;
HHSave.data.AngelOnly2 = _global.AngelOnly2;
HHSave.data.NotTreatment = _global.NotTreatment;
HHSave.data.NotTreatment2 = _global.NotTreatment2;
HHSave.data.firstPlayGroup = _global.firstPlayGroup;
HHSave.data.firstPlayTrainlvl = _global.firstPlayTrainlvl;
HHSave.data.playTrainTxt = _global.playTrainTxt;
if (HHSave.data.kingLevel < _global.kingLevel) {
HHSave.data.kingLevel = _global.kingLevel;
}
HHSave.flush();
}
if (_global.side == "demon") {
var HHSave2 = SharedObject.getLocal("HH2");
HHSave2.data.side = _global.side;
HHSave2.data.diff = _global.diff;
HHSave2.data.money = _global.allMoneyG;
HHSave2.data.privatePoints = _global.privatePoints;
HHSave2.data.shopnod1level = _global.shopnod1level;
HHSave2.data.shopnod2level = _global.shopnod2level;
HHSave2.data.shopnod3level = _global.shopnod3level;
HHSave2.data.shopnod4level = _global.shopnod4level;
HHSave2.data.shopnod5level = _global.shopnod5level;
HHSave2.data.shopnod6level = _global.shopnod6level;
HHSave2.data.shopnod11level = _global.shopnod11level;
HHSave2.data.shopnod12level = _global.shopnod12level;
HHSave2.data.shopnod13level = _global.shopnod13level;
HHSave2.data.shopnod14level = _global.shopnod14level;
HHSave2.data.shopnod15level = _global.shopnod15level;
HHSave2.data.shopnod16level = _global.shopnod16level;
HHSave2.data.shopnod1 = _global.shopnod1;
HHSave2.data.shopnod2 = _global.shopnod2;
HHSave2.data.shopnod3 = _global.shopnod3;
HHSave2.data.shopnod4 = _global.shopnod4;
HHSave2.data.shopnod5 = _global.shopnod5;
HHSave2.data.shopnod6 = _global.shopnod6;
HHSave2.data.shopnod11 = _global.shopnod11;
HHSave2.data.shopnod12 = _global.shopnod12;
HHSave2.data.shopnod13 = _global.shopnod13;
HHSave2.data.shopnod14 = _global.shopnod14;
HHSave2.data.shopnod15 = _global.shopnod15;
HHSave2.data.shopnod16 = _global.shopnod16;
HHSave2.data.TrainEnd = _global.TrainEnd;
HHSave2.data.TrainEnd2 = _global.TrainEnd2;
HHSave2.data.teleportLess = _global.teleportLess;
HHSave2.data.teleportLess2 = _global.teleportLess2;
HHSave2.data.shieldLess = _global.shieldLess;
HHSave2.data.shieldLess2 = _global.shieldLess2;
HHSave2.data.TimeLess = _global.TimeLess;
HHSave2.data.TimeLess2 = _global.TimeLess2;
HHSave2.data.Time2Less = _global.Time2Less;
HHSave2.data.Time2Less2 = _global.Time2Less2;
HHSave2.data.NotDie = _global.NotDie;
HHSave2.data.NotDie2 = _global.NotDie2;
HHSave2.data.MaxHealth = _global.MaxHealth;
HHSave2.data.MaxHealth2 = _global.MaxHealth2;
HHSave2.data.AngelOnly = _global.AngelOnly;
HHSave2.data.AngelOnly2 = _global.AngelOnly2;
HHSave2.data.NotTreatment = _global.NotTreatment;
HHSave2.data.NotTreatment2 = _global.NotTreatment2;
HHSave2.data.firstPlayGroup = _global.firstPlayGroup;
HHSave2.data.firstPlayTrainlvl = _global.firstPlayTrainlvl;
HHSave2.data.playTrainTxt = _global.playTrainTxt;
if (HHSave2.data.kingLevel < _global.kingLevel) {
HHSave2.data.kingLevel = _global.kingLevel;
}
HHSave2.flush();
}
if (_global.Graff == "low") {
_quality = "LOW";
}
if (_global.Graff == "normal") {
_quality = "MEDIUM";
}
if (_global.Graff == "high") {
_quality = "HIGH";
}
stopAllSounds();
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_global.octopusLegNum = 3;
_global.nextframeG = 4;
_root.darkenscreen.gotoAndPlay(2);
}
}
Instance of Symbol 1142 MovieClip "g1" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.Graff = "low";
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.g2._currentframe == 10) {
_root.menuInGame.g2.gotoAndPlay(11);
}
if (_root.menuInGame.g3._currentframe == 10) {
_root.menuInGame.g3.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "g2" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.Graff = "normal";
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.g1._currentframe == 10) {
_root.menuInGame.g1.gotoAndPlay(11);
}
if (_root.menuInGame.g3._currentframe == 10) {
_root.menuInGame.g3.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "g3" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.Graff = "high";
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.g1._currentframe == 10) {
_root.menuInGame.g1.gotoAndPlay(11);
}
if (_root.menuInGame.g2._currentframe == 10) {
_root.menuInGame.g2.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "m2" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
stopAllSounds();
_global.Music = false;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.m1._currentframe == 10) {
_root.menuInGame.m1.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "m1" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
var Snd = new Sound();
Snd.attachSound("Map");
Snd.start(0, 99999999);
_global.Music = true;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.m2._currentframe == 10) {
_root.menuInGame.m2.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "fx2" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.FX = false;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.fx1._currentframe == 10) {
_root.menuInGame.fx1.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "fx1" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.FX = true;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.fx2._currentframe == 10) {
_root.menuInGame.fx2.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "v2" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.VisualEffects = false;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.v1._currentframe == 10) {
_root.menuInGame.v1.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "v1" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_global.VisualEffects = true;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInGame.v2._currentframe == 10) {
_root.menuInGame.v2.gotoAndPlay(11);
}
}
Instance of Symbol 1150 MovieClip "Backbtn" in Symbol 1151 MovieClip Frame 1
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
}
on (press) {
this.gotoAndStop(1);
_root.menuInGame.saveTxt.gotoAndStop(1);
if (_global.Graff == "low") {
_quality = "LOW";
}
if (_global.Graff == "normal") {
_quality = "MEDIUM";
}
if (_global.Graff == "high") {
_quality = "HIGH";
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.menuInGame._alpha = 100;
_root.menuInGame._x = 1000;
_root.pauseLayer._x = 1000;
_global.pauseGame = false;
_root.pauseLayer.gotoAndStop(1);
}
Symbol 1154 MovieClip Frame 1
stop();
Symbol 1155 MovieClip Frame 1
stop();
Symbol 1156 MovieClip Frame 1
stop();
Symbol 1157 MovieClip Frame 1
stop();
Instance of Symbol 684 MovieClip in Symbol 1164 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
Symbol 1211 MovieClip Frame 1
i = random(7) + 1;
this.gotoAndPlay(i);
Symbol 1221 MovieClip Frame 1
i = random(7) + 1;
this.gotoAndPlay(i);
Symbol 1232 MovieClip Frame 1
stop();
Symbol 1247 MovieClip Frame 1
stop();
Symbol 1291 MovieClip Frame 1
stop();
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 2
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if (_root.groupInMap["nod" + i]._currentframe == 1) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldAngelWG)) {
_root.groupInMap[slot].gotoAndStop(2);
_global["shopnod" + nod] = 2;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldAngelWG;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldAngelWG * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldAngelWG;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 3
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if (_root.groupInMap["nod" + i]._currentframe == 1) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldOldAngel)) {
_root.groupInMap[slot].gotoAndStop(3);
_global["shopnod" + nod] = 3;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldOldAngel;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldOldAngel * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldOldAngel;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 4
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if (_root.groupInMap["nod" + i]._currentframe == 1) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldAngelGirl)) {
_root.groupInMap[slot].gotoAndStop(4);
_global["shopnod" + nod] = 4;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldAngelGirl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldAngelGirl * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldAngelGirl;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 5
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if (_root.groupInMap["nod" + i]._currentframe == 1) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldBuddaS)) {
_root.groupInMap[slot].gotoAndStop(5);
_global["shopnod" + nod] = 5;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldBuddaS;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldBuddaS * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldBuddaS;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 6
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if ((_root.groupInMap["nod" + i]._currentframe == 1) || (_root.groupInMap["nod" + i]._currentframe == 11)) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldDemonST)) {
_root.groupInMap[slot].gotoAndStop(12);
_global["shopnod" + nod] = 12;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldDemonST;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldDemonST * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldDemonST;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 7
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if ((_root.groupInMap["nod" + i]._currentframe == 1) || (_root.groupInMap["nod" + i]._currentframe == 11)) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldZombie)) {
_root.groupInMap[slot].gotoAndStop(14);
_global["shopnod" + nod] = 14;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldZombie;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldZombie * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldZombie;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 8
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if ((_root.groupInMap["nod" + i]._currentframe == 1) || (_root.groupInMap["nod" + i]._currentframe == 11)) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldNecromantZ)) {
_root.groupInMap[slot].gotoAndStop(13);
_global["shopnod" + nod] = 13;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldNecromantZ;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldNecromantZ * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldNecromantZ;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Instance of Symbol 1247 MovieClip in Symbol 1291 MovieClip Frame 9
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
slot = false;
i = 6;
while (i > 0) {
if ((_root.groupInMap["nod" + i]._currentframe == 1) || (_root.groupInMap["nod" + i]._currentframe == 11)) {
nod = i;
slot = _root.groupInMap["nod" + i]._name;
}
i--;
}
if ((slot != false) && (_global.allMoneyG >= _global.GoldVampire)) {
_root.groupInMap[slot].gotoAndStop(15);
_global["shopnod" + nod] = 15;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - _global.GoldVampire;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
formCostLvl = (_global.GoldVampire * 1.25) / 2;
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap["lvl" + nod]._alpha = 100;
_root.groupInMap["lvl" + nod].gotoAndStop(1);
}
_root.groupInMap[slot].cost = _global.GoldVampire;
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Monets");
Snd.start();
}
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (_global.allMoneyG < formCostLvl) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
}
l++;
}
} else if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipNo");
Snd2.start();
}
}
Symbol 1292 MovieClip Frame 1
stop();
Symbol 1302 MovieClip Frame 1
nameSTR = _parent._name;
len = nameSTR.length - 1;
num = nameSTR.slice(len, 5);
if (_root.groupInMap["nod" + num]._currentframe == 2) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeAngelWG * 1.25)) : (_global.LifeAngelWG));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeAngelWG * 1.5)) : (_global.LifeAngelWG));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeAngelWG * 2)) : (_global.LifeAngelWG));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttAngelWG * 1.25)) : (_global.AttAngelWG));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttAngelWG * 1.5)) : (_global.AttAngelWG));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttAngelWG * 2)) : (_global.AttAngelWG));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 3) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeOldAngel * 1.25)) : (_global.LifeOldAngel));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeOldAngel * 1.5)) : (_global.LifeOldAngel));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeOldAngel * 2)) : (_global.LifeOldAngel));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttOldAngel * 1.25)) : (_global.AttOldAngel));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttOldAngel * 1.5)) : (_global.AttOldAngel));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttOldAngel * 2)) : (_global.AttOldAngel));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 4) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeAngelGirl * 1.25)) : (_global.LifeAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeAngelGirl * 1.5)) : (_global.LifeAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeAngelGirl * 2)) : (_global.LifeAngelGirl));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttAngelGirl * 1.25)) : (_global.AttAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttAngelGirl * 1.5)) : (_global.AttAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttAngelGirl * 2)) : (_global.AttAngelGirl));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 5) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeBuddaS * 1.25)) : (_global.LifeBuddaS));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeBuddaS * 1.5)) : (_global.LifeBuddaS));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeBuddaS * 2)) : (_global.LifeBuddaS));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttBuddaS * 1.25)) : (_global.AttBuddaS));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttBuddaS * 1.5)) : (_global.AttBuddaS));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttBuddaS * 2)) : (_global.AttBuddaS));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 12) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeDemonST * 1.25)) : (_global.LifeDemonST));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeDemonST * 1.5)) : (_global.LifeDemonST));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeDemonST * 2)) : (_global.LifeDemonST));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttDemonST * 1.25)) : (_global.AttDemonST));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttDemonST * 1.5)) : (_global.AttDemonST));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttDemonST * 2)) : (_global.AttDemonST));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 13) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeNecromant * 1.25)) : (_global.LifeNecromant));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeNecromant * 1.5)) : (_global.LifeNecromant));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeNecromant * 2)) : (_global.LifeNecromant));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttNecromantZ * 1.25)) : (_global.AttNecromantZ));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttNecromantZ * 1.5)) : (_global.AttNecromantZ));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttNecromantZ * 2)) : (_global.AttNecromantZ));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 14) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeZombie * 1.25)) : (_global.LifeZombie));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeZombie * 1.5)) : (_global.LifeZombie));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeZombie * 2)) : (_global.LifeZombie));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttZombie * 1.25)) : (_global.AttZombie));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttZombie * 1.5)) : (_global.AttZombie));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttZombie * 2)) : (_global.AttZombie));
AttUp.text = parseInt(txtUpAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 15) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpLife = _global.LifeVampire * 1.25)) : (_global.LifeVampire));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpLife = _global.LifeVampire * 1.5)) : (_global.LifeVampire));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpLife = _global.LifeVampire * 2)) : (_global.LifeVampire));
lifeUp.text = parseInt(txtUpLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtUpAtt = _global.AttVampire * 1.25)) : (_global.AttVampire));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtUpAtt = _global.AttVampire * 1.5)) : (_global.AttVampire));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtUpAtt = _global.AttVampire * 2)) : (_global.AttVampire));
AttUp.text = parseInt(txtUpAtt);
}
stop();
Symbol 1306 MovieClip Frame 1
stop();
Symbol 1306 MovieClip Frame 9
this._alpha = 0;
Symbol 1313 MovieClip Frame 1
stop();
Symbol 1313 MovieClip Frame 10
stop();
Symbol 1316 MovieClip Frame 1
nameSTR = this._name;
len = nameSTR.length - 1;
num = nameSTR.slice(len, 5);
if (_root.groupInMap["nod" + num]._currentframe == 2) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeAngelWG)) : (_global.LifeAngelWG));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeAngelWG * 1.25)) : (_global.LifeAngelWG));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeAngelWG * 1.5)) : (_global.LifeAngelWG));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeAngelWG * 2)) : (_global.LifeAngelWG));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttAngelWG)) : (_global.AttAngelWG));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttAngelWG * 1.25)) : (_global.AttAngelWG));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttAngelWG * 1.5)) : (_global.AttAngelWG));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttAngelWG * 2)) : (_global.AttAngelWG));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 3) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeOldAngel)) : (_global.LifeOldAngel));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeOldAngel * 1.25)) : (_global.LifeOldAngel));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeOldAngel * 1.5)) : (_global.LifeOldAngel));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeOldAngel * 2)) : (_global.LifeOldAngel));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttOldAngel)) : (_global.AttOldAngel));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttOldAngel * 1.25)) : (_global.AttOldAngel));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttOldAngel * 1.5)) : (_global.AttOldAngel));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttOldAngel * 2)) : (_global.AttOldAngel));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 4) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeAngelGirl)) : (_global.LifeAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeAngelGirl * 1.25)) : (_global.LifeAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeAngelGirl * 1.5)) : (_global.LifeAngelGirl));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeAngelGirl * 2)) : (_global.LifeAngelGirl));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttAngelGirl)) : (_global.AttAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttAngelGirl * 1.25)) : (_global.AttAngelGirl));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttAngelGirl * 1.5)) : (_global.AttAngelGirl));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttAngelGirl * 2)) : (_global.AttAngelGirl));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 5) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeBuddaS)) : (_global.LifeBuddaS));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeBuddaS * 1.25)) : (_global.LifeBuddaS));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeBuddaS * 1.5)) : (_global.LifeBuddaS));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeBuddaS * 2)) : (_global.LifeBuddaS));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttBuddaS)) : (_global.AttBuddaS));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttBuddaS * 1.25)) : (_global.AttBuddaS));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttBuddaS * 1.5)) : (_global.AttBuddaS));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttBuddaS * 2)) : (_global.AttBuddaS));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 12) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeDemonST)) : (_global.LifeDemonST));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeDemonST * 1.25)) : (_global.LifeDemonST));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeDemonST * 1.5)) : (_global.LifeDemonST));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeDemonST * 2)) : (_global.LifeDemonST));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttDemonST)) : (_global.AttDemonST));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttDemonST * 1.25)) : (_global.AttDemonST));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttDemonST * 1.5)) : (_global.AttDemonST));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttDemonST * 2)) : (_global.AttDemonST));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 13) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeNecromant)) : (_global.LifeNecromant));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeNecromant * 1.25)) : (_global.LifeNecromant));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeNecromant * 1.5)) : (_global.LifeNecromant));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeNecromant * 2)) : (_global.LifeNecromant));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttNecromantZ)) : (_global.AttNecromantZ));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttNecromantZ * 1.25)) : (_global.AttNecromantZ));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttNecromantZ * 1.5)) : (_global.AttNecromantZ));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttNecromantZ * 2)) : (_global.AttNecromantZ));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 14) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeZombie)) : (_global.LifeZombie));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeZombie * 1.25)) : (_global.LifeZombie));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeZombie * 1.5)) : (_global.LifeZombie));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeZombie * 2)) : (_global.LifeZombie));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttZombie)) : (_global.AttZombie));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttZombie * 1.25)) : (_global.AttZombie));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttZombie * 1.5)) : (_global.AttZombie));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttZombie * 2)) : (_global.AttZombie));
AttCur.text = parseInt(txtCurAtt);
}
if (_root.groupInMap["nod" + num]._currentframe == 15) {
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurLife = _global.LifeVampire)) : (_global.LifeVampire));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurLife = _global.LifeVampire * 1.25)) : (_global.LifeVampire));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurLife = _global.LifeVampire * 1.5)) : (_global.LifeVampire));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurLife = _global.LifeVampire * 2)) : (_global.LifeVampire));
lifeCur.text = parseInt(txtCurLife);
((_global[("shopnod" + num) + "level"] == 1) ? ((txtCurAtt = _global.AttVampire)) : (_global.AttVampire));
((_global[("shopnod" + num) + "level"] == 1.25) ? ((txtCurAtt = _global.AttVampire * 1.25)) : (_global.AttVampire));
((_global[("shopnod" + num) + "level"] == 1.5) ? ((txtCurAtt = _global.AttVampire * 1.5)) : (_global.AttVampire));
((_global[("shopnod" + num) + "level"] == 2) ? ((txtCurAtt = _global.AttVampire * 2)) : (_global.AttVampire));
AttCur.text = parseInt(txtCurAtt);
}
stop();
Symbol 1320 MovieClip Frame 1
stop();
Symbol 1324 MovieClip Frame 1
stop();
Symbol 1324 MovieClip Frame 2
play();
Symbol 1325 MovieClip Frame 1
stop();
Symbol 1326 MovieClip Frame 1
stop();
Symbol 1327 MovieClip Frame 1
stop();
Symbol 1328 MovieClip Frame 1
stop();
Symbol 1329 MovieClip Frame 1
if (_global.side == "demon") {
this.gotoAndStop(2);
} else {
stop();
}
i = 1;
while (i < 7) {
nod = _root.groupInMap["nod" + i]._name;
_root.groupInMap[nod].cost = 0;
((_global["shopnod" + i] == 2) ? ((_root.groupInMap[nod].cost = _global.GoldAngelWG)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 3) ? ((_root.groupInMap[nod].cost = _global.GoldOldAngel)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 4) ? ((_root.groupInMap[nod].cost = _global.GoldAngelGirl)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 5) ? ((_root.groupInMap[nod].cost = _global.GoldBuddaS)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 12) ? ((_root.groupInMap[nod].cost = _global.GoldDemonST)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 13) ? ((_root.groupInMap[nod].cost = _global.GoldNecromantZ)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 14) ? ((_root.groupInMap[nod].cost = _global.GoldZombie)) : (_root.groupInMap[nod].cost));
((_global["shopnod" + i] == 15) ? ((_root.groupInMap[nod].cost = _global.GoldVampire)) : (_root.groupInMap[nod].cost));
if (_global[("shopnod" + i) + "level"] != 2) {
((_global[("shopnod" + i) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + i].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + i].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + i].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if (((_global.allMoneyG >= formCostLvl) && (_global["shopnod" + i] != 1)) && (_global["shopnod" + i] != 11)) {
_root.groupInMap["lvl" + i]._alpha = 100;
} else {
_root.groupInMap["lvl" + i]._alpha = 0;
}
} else {
_root.groupInMap["lvl" + i]._alpha = 0;
}
i++;
}
Instance of Symbol 1154 MovieClip in Symbol 1329 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_root.groupInMap.ShopWindow.gotoAndStop(2);
}
Instance of Symbol 1155 MovieClip in Symbol 1329 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_root.groupInMap.ShopWindow.gotoAndStop(3);
}
Instance of Symbol 1156 MovieClip in Symbol 1329 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
if (_global.privatePoints >= 7) {
_root.groupInMap.ShopWindow.gotoAndStop(4);
} else {
_root.groupInMap.ShopWindow.gotoAndStop(15);
}
}
Instance of Symbol 1157 MovieClip in Symbol 1329 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
if (_global.privatePoints >= 10) {
_root.groupInMap.ShopWindow.gotoAndStop(5);
} else {
_root.groupInMap.ShopWindow.gotoAndStop(16);
}
}
Instance of Symbol 1232 MovieClip "nod2" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
this.gotoAndStop(_global.shopnod2);
}
on (press) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
this.startDrag();
this.swapDepths(getNextHighestDepth());
_root.groupInMap.lvl2._alpha = 0;
_root.groupInMap.del2._alpha = 0;
_root.groupInMap.Har2._alpha = 0;
_root.groupInMap.shield2._alpha = 0;
}
}
on (release) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
cel = " ";
i = 1;
while (i < 7) {
if (this.hitTest(_root.groupInMap["MagGroupArea" + i])) {
nod = i;
cel = _root.groupInMap["MagGroupArea" + i]._name;
}
i++;
}
this.stopDrag();
this.swapDepths(dep);
this._x = _root.groupInMap.MagGroupArea2._x - 16;
this._y = _root.groupInMap.MagGroupArea2._y - 20;
_root.groupInMap.del2._alpha = 100;
_root.groupInMap.Har2._alpha = 100;
_root.groupInMap.Har2.gotoAndPlay(2);
_root.groupInMap.shield2._alpha = 100;
((_global.shopnod2level == 1) ? ((formCostLvl = (this.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod2level == 1.25) ? ((formCostLvl = (this.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod2level == 1.5) ? ((formCostLvl = this.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global.shopnod2level != 2)) {
_root.groupInMap.lvl2._alpha = 100;
}
if (cel != " ") {
curA = this._currentframe;
curB = _root.groupInMap["nod" + nod]._currentframe;
this.gotoAndStop(curB);
_root.groupInMap["nod" + nod].gotoAndStop(curA);
lvlA = _root.groupInMap.shield2._currentframe;
lvlB = _root.groupInMap["shield" + nod]._currentframe;
_root.groupInMap.shield2.gotoAndStop(lvlB);
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap["shield" + nod]._alpha = 100;
ShopLvlA = _global.shopnod2level;
ShopLvlB = _global[("shopnod" + nod) + "level"];
_global.shopnod2level = ShopLvlB;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
lvlAA = _root.groupInMap.lvl2._alpha;
lvlAB = _root.groupInMap["lvl" + nod]._alpha;
_root.groupInMap.lvl2._alpha = lvlAB;
_root.groupInMap["lvl" + nod]._alpha = lvlAA;
_global["shopnod" + nod] = curA;
_global.shopnod2 = curB;
costA = this.cost;
costB = _root.groupInMap["nod" + nod].cost;
this.cost = costB;
_root.groupInMap["nod" + nod].cost = costA;
_root.groupInMap.Har2.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
if ((curB == 1) || (curB == 11)) {
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap.shield2.gotoAndStop(lvlB);
_global.shopnod2level = 1;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap.lvl2._alpha = 0;
_root.groupInMap.del2._alpha = 0;
_root.groupInMap.shield2._alpha = 0;
_root.groupInMap.Har2._alpha = 0;
_root.groupInMap.Har2.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
((_global[("shopnod" + nod) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + nod].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global[("shopnod" + nod) + "level"] != 2)) {
_root.groupInMap["lvl" + nod]._alpha = 100;
}
}
}
}
}
Instance of Symbol 1232 MovieClip "nod4" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
this.gotoAndStop(_global.shopnod4);
}
on (press) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
this.startDrag();
this.swapDepths(getNextHighestDepth());
_root.groupInMap.lvl4._alpha = 0;
_root.groupInMap.del4._alpha = 0;
_root.groupInMap.Har4._alpha = 0;
_root.groupInMap.shield4._alpha = 0;
}
}
on (release) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
cel = " ";
i = 1;
while (i < 7) {
if (this.hitTest(_root.groupInMap["MagGroupArea" + i])) {
nod = i;
cel = _root.groupInMap["MagGroupArea" + i]._name;
}
i++;
}
this.stopDrag();
this.swapDepths(dep);
this._x = _root.groupInMap.MagGroupArea4._x - 16;
this._y = _root.groupInMap.MagGroupArea4._y - 20;
_root.groupInMap.del4._alpha = 100;
_root.groupInMap.Har4._alpha = 100;
_root.groupInMap.Har4.gotoAndPlay(2);
_root.groupInMap.shield4._alpha = 100;
((_global.shopnod4level == 1) ? ((formCostLvl = (this.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod4level == 1.25) ? ((formCostLvl = (this.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod4level == 1.5) ? ((formCostLvl = this.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global.shopnod4level != 2)) {
_root.groupInMap.lvl4._alpha = 100;
}
if (cel != " ") {
curA = this._currentframe;
curB = _root.groupInMap["nod" + nod]._currentframe;
this.gotoAndStop(curB);
_root.groupInMap["nod" + nod].gotoAndStop(curA);
lvlA = _root.groupInMap.shield4._currentframe;
lvlB = _root.groupInMap["shield" + nod]._currentframe;
_root.groupInMap.shield4.gotoAndStop(lvlB);
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap["shield" + nod]._alpha = 100;
ShopLvlA = _global.shopnod4level;
ShopLvlB = _global[("shopnod" + nod) + "level"];
_global.shopnod4level = ShopLvlB;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
lvlAA = _root.groupInMap.lvl4._alpha;
lvlAB = _root.groupInMap["lvl" + nod]._alpha;
_root.groupInMap.lvl4._alpha = lvlAB;
_root.groupInMap["lvl" + nod]._alpha = lvlAA;
_global["shopnod" + nod] = curA;
_global.shopnod4 = curB;
costA = this.cost;
costB = _root.groupInMap["nod" + nod].cost;
this.cost = costB;
_root.groupInMap["nod" + nod].cost = costA;
_root.groupInMap.Har4.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
if ((curB == 1) || (curB == 11)) {
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap.shield4.gotoAndStop(lvlB);
_global.shopnod4level = 1;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap.lvl4._alpha = 0;
_root.groupInMap.del4._alpha = 0;
_root.groupInMap.shield4._alpha = 0;
_root.groupInMap.Har4._alpha = 0;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
((_global[("shopnod" + nod) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + nod].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global[("shopnod" + nod) + "level"] != 2)) {
_root.groupInMap["lvl" + nod]._alpha = 100;
}
}
}
}
}
Instance of Symbol 1232 MovieClip "nod6" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
this.gotoAndStop(_global.shopnod6);
}
on (press) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
this.startDrag();
this.swapDepths(getNextHighestDepth());
_root.groupInMap.lvl6._alpha = 0;
_root.groupInMap.del6._alpha = 0;
_root.groupInMap.Har6._alpha = 0;
_root.groupInMap.shield6._alpha = 0;
}
}
on (release) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
cel = " ";
i = 1;
while (i < 7) {
if (this.hitTest(_root.groupInMap["MagGroupArea" + i])) {
nod = i;
cel = _root.groupInMap["MagGroupArea" + i]._name;
}
i++;
}
this.stopDrag();
this.swapDepths(dep);
this._x = _root.groupInMap.MagGroupArea6._x - 16;
this._y = _root.groupInMap.MagGroupArea6._y - 20;
_root.groupInMap.del6._alpha = 100;
_root.groupInMap.Har6._alpha = 100;
_root.groupInMap.Har6.gotoAndPlay(2);
_root.groupInMap.shield6._alpha = 100;
((_global.shopnod6level == 1) ? ((formCostLvl = (this.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod6level == 1.25) ? ((formCostLvl = (this.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod6level == 1.5) ? ((formCostLvl = this.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global.shopnod6level != 2)) {
_root.groupInMap.lvl6._alpha = 100;
}
if (cel != " ") {
curA = this._currentframe;
curB = _root.groupInMap["nod" + nod]._currentframe;
this.gotoAndStop(curB);
_root.groupInMap["nod" + nod].gotoAndStop(curA);
lvlA = _root.groupInMap.shield6._currentframe;
lvlB = _root.groupInMap["shield" + nod]._currentframe;
_root.groupInMap.shield6.gotoAndStop(lvlB);
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap["shield" + nod]._alpha = 100;
ShopLvlA = _global.shopnod6level;
ShopLvlB = _global[("shopnod" + nod) + "level"];
_global.shopnod6level = ShopLvlB;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
lvlAA = _root.groupInMap.lvl6._alpha;
lvlAB = _root.groupInMap["lvl" + nod]._alpha;
_root.groupInMap.lvl6._alpha = lvlAB;
_root.groupInMap["lvl" + nod]._alpha = lvlAA;
_global["shopnod" + nod] = curA;
_global.shopnod6 = curB;
costA = this.cost;
costB = _root.groupInMap["nod" + nod].cost;
this.cost = costB;
_root.groupInMap["nod" + nod].cost = costA;
_root.groupInMap.Har6.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
if ((curB == 1) || (curB == 11)) {
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap.shield6.gotoAndStop(lvlB);
_global.shopnod6level = 1;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap.lvl6._alpha = 0;
_root.groupInMap.del6._alpha = 0;
_root.groupInMap.shield6._alpha = 0;
_root.groupInMap.Har6._alpha = 0;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
((_global[("shopnod" + nod) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + nod].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global[("shopnod" + nod) + "level"] != 2)) {
_root.groupInMap["lvl" + nod]._alpha = 100;
}
}
}
}
}
Instance of Symbol 1232 MovieClip "nod5" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
this.gotoAndStop(_global.shopnod5);
}
on (press) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
this.startDrag();
this.swapDepths(getNextHighestDepth());
_root.groupInMap.lvl5._alpha = 0;
_root.groupInMap.del5._alpha = 0;
_root.groupInMap.Har5._alpha = 0;
_root.groupInMap.shield5._alpha = 0;
}
}
on (release) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
cel = " ";
i = 1;
while (i < 7) {
if (this.hitTest(_root.groupInMap["MagGroupArea" + i])) {
nod = i;
cel = _root.groupInMap["MagGroupArea" + i]._name;
}
i++;
}
this.stopDrag();
this.swapDepths(dep);
this._x = _root.groupInMap.MagGroupArea5._x - 16;
this._y = _root.groupInMap.MagGroupArea5._y - 20;
_root.groupInMap.del5._alpha = 100;
_root.groupInMap.Har5._alpha = 100;
_root.groupInMap.Har5.gotoAndPlay(2);
_root.groupInMap.shield5._alpha = 100;
((_global.shopnod5level == 1) ? ((formCostLvl = (this.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod5level == 1.25) ? ((formCostLvl = (this.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod5level == 1.5) ? ((formCostLvl = this.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global.shopnod5level != 2)) {
_root.groupInMap.lvl5._alpha = 100;
}
if (cel != " ") {
curA = this._currentframe;
curB = _root.groupInMap["nod" + nod]._currentframe;
this.gotoAndStop(curB);
_root.groupInMap["nod" + nod].gotoAndStop(curA);
lvlA = _root.groupInMap.shield5._currentframe;
lvlB = _root.groupInMap["shield" + nod]._currentframe;
_root.groupInMap.shield5.gotoAndStop(lvlB);
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap["shield" + nod]._alpha = 100;
ShopLvlA = _global.shopnod5level;
ShopLvlB = _global[("shopnod" + nod) + "level"];
_global.shopnod5level = ShopLvlB;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
lvlAA = _root.groupInMap.lvl5._alpha;
lvlAB = _root.groupInMap["lvl" + nod]._alpha;
_root.groupInMap.lvl5._alpha = lvlAB;
_root.groupInMap["lvl" + nod]._alpha = lvlAA;
_global["shopnod" + nod] = curA;
_global.shopnod5 = curB;
costA = this.cost;
costB = _root.groupInMap["nod" + nod].cost;
this.cost = costB;
_root.groupInMap["nod" + nod].cost = costA;
_root.groupInMap.Har5.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
if ((curB == 1) || (curB == 11)) {
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap.shield5.gotoAndStop(lvlB);
_global.shopnod5level = 1;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap.lvl5._alpha = 0;
_root.groupInMap.del5._alpha = 0;
_root.groupInMap.shield5._alpha = 0;
_root.groupInMap.Har5._alpha = 0;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
((_global[("shopnod" + nod) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + nod].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global[("shopnod" + nod) + "level"] != 2)) {
_root.groupInMap["lvl" + nod]._alpha = 100;
}
}
}
}
}
Instance of Symbol 1232 MovieClip "nod1" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
this.gotoAndStop(_global.shopnod1);
}
on (press) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
this.startDrag();
this.swapDepths(getNextHighestDepth());
_root.groupInMap.lvl1._alpha = 0;
_root.groupInMap.del1._alpha = 0;
_root.groupInMap.Har1._alpha = 0;
_root.groupInMap.shield1._alpha = 0;
}
}
on (release) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
cel = " ";
i = 1;
while (i < 7) {
if (this.hitTest(_root.groupInMap["MagGroupArea" + i])) {
nod = i;
cel = _root.groupInMap["MagGroupArea" + i]._name;
}
i++;
}
this.stopDrag();
this.swapDepths(dep);
this._x = _root.groupInMap.MagGroupArea1._x - 16;
this._y = _root.groupInMap.MagGroupArea1._y - 20;
_root.groupInMap.del1._alpha = 100;
_root.groupInMap.Har1._alpha = 100;
_root.groupInMap.Har1.gotoAndPlay(2);
_root.groupInMap.shield1._alpha = 100;
((_global.shopnod1level == 1) ? ((formCostLvl = (this.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod1level == 1.25) ? ((formCostLvl = (this.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod1level == 1.5) ? ((formCostLvl = this.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global.shopnod1level != 2)) {
_root.groupInMap.lvl1._alpha = 100;
}
if (cel != " ") {
curA = this._currentframe;
curB = _root.groupInMap["nod" + nod]._currentframe;
this.gotoAndStop(curB);
_root.groupInMap["nod" + nod].gotoAndStop(curA);
lvlA = _root.groupInMap.shield1._currentframe;
lvlB = _root.groupInMap["shield" + nod]._currentframe;
_root.groupInMap.shield1.gotoAndStop(lvlB);
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap["shield" + nod]._alpha = 100;
ShopLvlA = _global.shopnod1level;
ShopLvlB = _global[("shopnod" + nod) + "level"];
_global.shopnod1level = ShopLvlB;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
lvlAA = _root.groupInMap.lvl1._alpha;
lvlAB = _root.groupInMap["lvl" + nod]._alpha;
_root.groupInMap.lvl1._alpha = lvlAB;
_root.groupInMap["lvl" + nod]._alpha = lvlAA;
_global["shopnod" + nod] = curA;
_global.shopnod1 = curB;
costA = this.cost;
costB = _root.groupInMap["nod" + nod].cost;
this.cost = costB;
_root.groupInMap["nod" + nod].cost = costA;
_root.groupInMap.Har1.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
if ((curB == 1) || (curB == 11)) {
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap.shield1.gotoAndStop(lvlB);
_global.shopnod1level = 1;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap.lvl1._alpha = 0;
_root.groupInMap.del1._alpha = 0;
_root.groupInMap.shield1._alpha = 0;
_root.groupInMap.Har1._alpha = 0;
_root.groupInMap.Har1.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
((_global[("shopnod" + nod) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + nod].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global[("shopnod" + nod) + "level"] != 2)) {
_root.groupInMap["lvl" + nod]._alpha = 100;
}
}
}
}
}
Instance of Symbol 1232 MovieClip "nod3" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
this.gotoAndStop(_global.shopnod3);
}
on (press) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
this.startDrag();
this.swapDepths(getNextHighestDepth());
_root.groupInMap.lvl3._alpha = 0;
_root.groupInMap.del3._alpha = 0;
_root.groupInMap.Har3._alpha = 0;
_root.groupInMap.shield3._alpha = 0;
}
}
on (release) {
if ((this._currentframe > 1) && (this._currentframe != 11)) {
cel = " ";
i = 1;
while (i < 7) {
if (this.hitTest(_root.groupInMap["MagGroupArea" + i])) {
nod = i;
cel = _root.groupInMap["MagGroupArea" + i]._name;
}
i++;
}
this.stopDrag();
this.swapDepths(dep);
this._x = _root.groupInMap.MagGroupArea3._x - 16;
this._y = _root.groupInMap.MagGroupArea3._y - 20;
_root.groupInMap.del3._alpha = 100;
_root.groupInMap.Har3._alpha = 100;
_root.groupInMap.Har3.gotoAndPlay(2);
_root.groupInMap.shield3._alpha = 100;
((_global.shopnod3level == 1) ? ((formCostLvl = (this.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod3level == 1.25) ? ((formCostLvl = (this.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod3level == 1.5) ? ((formCostLvl = this.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global.shopnod3level != 2)) {
_root.groupInMap.lvl3._alpha = 100;
}
if (cel != " ") {
curA = this._currentframe;
curB = _root.groupInMap["nod" + nod]._currentframe;
this.gotoAndStop(curB);
_root.groupInMap["nod" + nod].gotoAndStop(curA);
lvlA = _root.groupInMap.shield3._currentframe;
lvlB = _root.groupInMap["shield" + nod]._currentframe;
_root.groupInMap.shield3.gotoAndStop(lvlB);
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap["shield" + nod]._alpha = 100;
ShopLvlA = _global.shopnod3level;
ShopLvlB = _global[("shopnod" + nod) + "level"];
_global.shopnod3level = ShopLvlB;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
lvlAA = _root.groupInMap.lvl3._alpha;
lvlAB = _root.groupInMap["lvl" + nod]._alpha;
_root.groupInMap.lvl3._alpha = lvlAB;
_root.groupInMap["lvl" + nod]._alpha = lvlAA;
_global["shopnod" + nod] = curA;
_global.shopnod3 = curB;
costA = this.cost;
costB = _root.groupInMap["nod" + nod].cost;
this.cost = costB;
_root.groupInMap["nod" + nod].cost = costA;
_root.groupInMap.Har3.gotoAndPlay(2);
_root.groupInMap["Har" + nod].gotoAndPlay(2);
if ((curB == 1) || (curB == 11)) {
_root.groupInMap["shield" + nod].gotoAndStop(lvlA);
_root.groupInMap.shield3.gotoAndStop(lvlB);
_global.shopnod3level = 1;
_global[("shopnod" + nod) + "level"] = ShopLvlA;
_root.groupInMap["shield" + nod]._alpha = 100;
_root.groupInMap.lvl3._alpha = 0;
_root.groupInMap.del3._alpha = 0;
_root.groupInMap.shield3._alpha = 0;
_root.groupInMap.Har3._alpha = 0;
_root.groupInMap["Har" + nod].gotoAndPlay(2);
_root.groupInMap["Har" + nod]._alpha = 100;
_root.groupInMap["del" + nod]._alpha = 100;
((_global[("shopnod" + nod) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + nod].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + nod) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + nod].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG >= formCostLvl) && (_global[("shopnod" + nod) + "level"] != 2)) {
_root.groupInMap["lvl" + nod]._alpha = 100;
}
}
}
}
}
Instance of Symbol 1292 MovieClip "Back2Btn" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
}
on (press) {
if (_root.mouse._currentframe < 3) {
this.gotoAndStop(1);
_root.groupInMap.ShopWindow.gotoAndStop(1);
ready = false;
i = 1;
while (i < 7) {
if (_global["shopnod" + i] > 1) {
ready = true;
}
i++;
}
if (ready == true) {
_global.firstPlayGroup = false;
_global.firstPlayTrainlvl = true;
_root.TrainGroupTxt.gotoAndStop(1);
if (_global.playTrainTxt == false) {
_root.TrainTrainingLvlTxt.gotoAndStop(2);
}
} else {
_root.TrainGroupTxt.gotoAndStop(2);
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.groupBtn._y = _root.groupBtn._y - 50;
_root.groupInMap._alpha = 100;
_root.groupInMap._x = 1000;
_root.pauseLayer._x = 1000;
_global.pauseGame = false;
_root.pauseLayer.gotoAndStop(1);
}
}
Instance of Symbol 1306 MovieClip "lvl5" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if ((this._alpha > 0) && (this._currentframe == 1)) {
dep = this.getDepth();
this.swapDepths(getNextHighestDepth());
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
((_global.shopnod5level == 1) ? ((formCostLvl = (_root.groupInMap.nod5.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod5level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod5.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod5level == 1.5) ? ((formCostLvl = _root.groupInMap.nod5.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl5.lvlupcash.text = formCostLvl;
}
this.LvlUpInfo._alpha = 100;
}
on (rollOut) {
this.swapDepths(dep);
this.LvlUpInfo._alpha = 0;
if ((this._alpha > 0) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe == 2) {
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap.anim5.gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - formCostLvl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
((_global.shopnod5level == 1.5) ? ((_global.shopnod5level = 2)) : (_global.shopnod5level));
((_global.shopnod5level == 1.25) ? ((_global.shopnod5level = 1.5)) : (_global.shopnod5level));
((_global.shopnod5level == 1) ? ((_global.shopnod5level = 1.25)) : (_global.shopnod5level));
((_global.shopnod5level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod5level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod5level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod5level == 2) ? ((frame = 4)) : (frame));
_root.groupInMap.shield5.gotoAndStop(frame);
formCostLvl = 0;
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG < formCostLvl) || (_global[("shopnod" + l) + "level"] == 2)) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
_root.mouse.gotoAndStop(1);
}
l++;
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("LevelUp");
Snd.start();
}
this.LvlUpInfo.gotoAndPlay(2);
_root.groupInMap.Har5.gotoAndPlay(2);
((_global.shopnod5level == 1) ? ((formCostLvl = (_root.groupInMap.nod5.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod5level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod5.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod5level == 1.5) ? ((formCostLvl = _root.groupInMap.nod5.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl5.lvlupcash.text = formCostLvl;
}
}
}
Instance of Symbol 1306 MovieClip "lvl1" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if ((this._alpha > 0) && (this._currentframe == 1)) {
dep = this.getDepth();
this.swapDepths(getNextHighestDepth());
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
((_global.shopnod1level == 1) ? ((formCostLvl = (_root.groupInMap.nod1.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod1level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod1.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod1level == 1.5) ? ((formCostLvl = _root.groupInMap.nod1.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl1.lvlupcash.text = formCostLvl;
}
this.LvlUpInfo._alpha = 100;
}
on (rollOut) {
this.swapDepths(dep);
this.LvlUpInfo._alpha = 0;
if ((this._alpha > 0) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe == 2) {
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap.anim1.gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - formCostLvl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
((_global.shopnod1level == 1.5) ? ((_global.shopnod1level = 2)) : (_global.shopnod1level));
((_global.shopnod1level == 1.25) ? ((_global.shopnod1level = 1.5)) : (_global.shopnod1level));
((_global.shopnod1level == 1) ? ((_global.shopnod1level = 1.25)) : (_global.shopnod1level));
((_global.shopnod1level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod1level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod1level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod1level == 2) ? ((frame = 4)) : (frame));
_root.groupInMap.shield1.gotoAndStop(frame);
formCostLvl = 0;
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG < formCostLvl) || (_global[("shopnod" + l) + "level"] == 2)) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
_root.mouse.gotoAndStop(1);
}
l++;
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("LevelUp");
Snd.start();
}
this.LvlUpInfo.gotoAndPlay(2);
_root.groupInMap.Har1.gotoAndPlay(2);
((_global.shopnod1level == 1) ? ((formCostLvl = (_root.groupInMap.nod1.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod1level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod1.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod1level == 1.5) ? ((formCostLvl = _root.groupInMap.nod1.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl1.lvlupcash.text = formCostLvl;
}
}
}
Instance of Symbol 1306 MovieClip "lvl3" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if ((this._alpha > 0) && (this._currentframe == 1)) {
dep = this.getDepth();
this.swapDepths(getNextHighestDepth());
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
((_global.shopnod3level == 1) ? ((formCostLvl = (_root.groupInMap.nod3.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod3level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod3.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod3level == 1.5) ? ((formCostLvl = _root.groupInMap.nod3.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl3.lvlupcash.text = formCostLvl;
}
this.LvlUpInfo._alpha = 100;
}
on (rollOut) {
this.swapDepths(dep);
this.LvlUpInfo._alpha = 0;
if ((this._alpha > 0) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe == 2) {
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap.anim3.gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - formCostLvl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
((_global.shopnod3level == 1.5) ? ((_global.shopnod3level = 2)) : (_global.shopnod3level));
((_global.shopnod3level == 1.25) ? ((_global.shopnod3level = 1.5)) : (_global.shopnod3level));
((_global.shopnod3level == 1) ? ((_global.shopnod3level = 1.25)) : (_global.shopnod3level));
((_global.shopnod3level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod3level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod3level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod3level == 2) ? ((frame = 4)) : (frame));
_root.groupInMap.shield3.gotoAndStop(frame);
formCostLvl = 0;
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG < formCostLvl) || (_global[("shopnod" + l) + "level"] == 2)) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
_root.mouse.gotoAndStop(1);
}
l++;
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("LevelUp");
Snd.start();
}
this.LvlUpInfo.gotoAndPlay(2);
_root.groupInMap.Har3.gotoAndPlay(2);
((_global.shopnod3level == 1) ? ((formCostLvl = (_root.groupInMap.nod3.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod3level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod3.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod3level == 1.5) ? ((formCostLvl = _root.groupInMap.nod3.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl3.lvlupcash.text = formCostLvl;
}
}
}
Instance of Symbol 1313 MovieClip "del1" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
if ((_root.groupInMap.nod1._currentframe == 1) || (_root.groupInMap.nod1._currentframe == 11)) {
this._alpha = 0;
}
}
on (rollOver) {
this.swapDepths(getNextHighestDepth());
if (this._alpha > 0) {
this.gotoAndPlay(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
this.swapDepths(dep);
if (this._alpha > 0) {
i = 20 - this._currentframe;
this.gotoAndPlay(i);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if ((this._alpha > 0) && (this._currentframe == 10)) {
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipDelete");
Snd2.start();
}
_root.groupInMap.nod1.gotoAndStop(1);
_global.shopnod1 = 1;
this._alpha = 0;
this.gotoAndStop(1);
_global.shopnod1level = 1;
_root.groupInMap.lvl1._alpha = 0;
_root.groupInMap.lvl1.gotoAndStop(1);
_root.groupInMap.shield1._alpha = 0;
_root.groupInMap.shield1.gotoAndStop(1);
_root.groupInMap.Har1._alpha = 0;
_root.groupInMap.Har1.gotoAndStop(1);
_root.groupInMap.nod1.cost = 0;
}
}
Instance of Symbol 1313 MovieClip "del3" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
if ((_root.groupInMap.nod3._currentframe == 1) || (_root.groupInMap.nod3._currentframe == 11)) {
this._alpha = 0;
}
}
on (rollOver) {
this.swapDepths(getNextHighestDepth());
if (this._alpha > 0) {
this.gotoAndPlay(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
this.swapDepths(dep);
if (this._alpha > 0) {
i = 20 - this._currentframe;
this.gotoAndPlay(i);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if ((this._alpha > 0) && (this._currentframe == 10)) {
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipDelete");
Snd2.start();
}
_root.groupInMap.nod3.gotoAndStop(1);
_global.shopnod3 = 1;
this._alpha = 0;
this.gotoAndStop(1);
_global.shopnod3level = 1;
_root.groupInMap.lvl3._alpha = 0;
_root.groupInMap.lvl3.gotoAndStop(1);
_root.groupInMap.shield3._alpha = 0;
_root.groupInMap.shield3.gotoAndStop(1);
_root.groupInMap.Har3._alpha = 0;
_root.groupInMap.Har3.gotoAndStop(1);
_root.groupInMap.nod3.cost = 0;
}
}
Instance of Symbol 1313 MovieClip "del5" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
if ((_root.groupInMap.nod5._currentframe == 1) || (_root.groupInMap.nod5._currentframe == 11)) {
this._alpha = 0;
}
}
on (rollOver) {
this.swapDepths(getNextHighestDepth());
if (this._alpha > 0) {
this.gotoAndPlay(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
this.swapDepths(dep);
if (this._alpha > 0) {
i = 20 - this._currentframe;
this.gotoAndPlay(i);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if ((this._alpha > 0) && (this._currentframe == 10)) {
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipDelete");
Snd2.start();
}
_root.groupInMap.nod5.gotoAndStop(1);
_global.shopnod5 = 1;
this._alpha = 0;
this.gotoAndStop(1);
_global.shopnod5level = 1;
_root.groupInMap.lvl5._alpha = 0;
_root.groupInMap.lvl5.gotoAndStop(1);
_root.groupInMap.shield5._alpha = 0;
_root.groupInMap.shield5.gotoAndStop(1);
_root.groupInMap.Har5._alpha = 0;
_root.groupInMap.Har5.gotoAndStop(1);
_root.groupInMap.nod5.cost = 0;
}
}
Instance of Symbol 1306 MovieClip "lvl4" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if ((this._alpha > 0) && (this._currentframe == 1)) {
dep = this.getDepth();
this.swapDepths(getNextHighestDepth());
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
((_global.shopnod4level == 1) ? ((formCostLvl = (_root.groupInMap.nod4.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod4level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod4.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod4level == 1.5) ? ((formCostLvl = _root.groupInMap.nod4.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl4.lvlupcash.text = formCostLvl;
}
this.LvlUpInfo._alpha = 100;
}
on (rollOut) {
this.swapDepths(dep);
this.LvlUpInfo._alpha = 0;
if ((this._alpha > 0) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe == 2) {
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap.anim4.gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - formCostLvl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
((_global.shopnod4level == 1.5) ? ((_global.shopnod4level = 2)) : (_global.shopnod4level));
((_global.shopnod4level == 1.25) ? ((_global.shopnod4level = 1.5)) : (_global.shopnod4level));
((_global.shopnod4level == 1) ? ((_global.shopnod4level = 1.25)) : (_global.shopnod4level));
((_global.shopnod4level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod4level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod4level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod4level == 2) ? ((frame = 4)) : (frame));
_root.groupInMap.shield4.gotoAndStop(frame);
formCostLvl = 0;
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG < formCostLvl) || (_global[("shopnod" + l) + "level"] == 2)) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
_root.mouse.gotoAndStop(1);
}
l++;
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("LevelUp");
Snd.start();
}
this.LvlUpInfo.gotoAndPlay(2);
_root.groupInMap.Har4.gotoAndPlay(2);
((_global.shopnod4level == 1) ? ((formCostLvl = (_root.groupInMap.nod4.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod4level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod4.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod4level == 1.5) ? ((formCostLvl = _root.groupInMap.nod4.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl4.lvlupcash.text = formCostLvl;
}
}
}
Instance of Symbol 1313 MovieClip "del4" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
if ((_root.groupInMap.nod4._currentframe == 1) || (_root.groupInMap.nod4._currentframe == 11)) {
this._alpha = 0;
}
}
on (rollOver) {
this.swapDepths(getNextHighestDepth());
if (this._alpha > 0) {
this.gotoAndPlay(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
this.swapDepths(dep);
if (this._alpha > 0) {
i = 20 - this._currentframe;
this.gotoAndPlay(i);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if ((this._alpha > 0) && (this._currentframe == 10)) {
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipDelete");
Snd2.start();
}
_root.groupInMap.nod4.gotoAndStop(1);
_global.shopnod4 = 1;
this._alpha = 0;
this.gotoAndStop(1);
_global.shopnod4level = 1;
_root.groupInMap.lvl4._alpha = 0;
_root.groupInMap.lvl4.gotoAndStop(1);
_root.groupInMap.shield4._alpha = 0;
_root.groupInMap.shield4.gotoAndStop(1);
_root.groupInMap.Har4._alpha = 0;
_root.groupInMap.Har4.gotoAndStop(1);
_root.groupInMap.nod4.cost = 0;
}
}
Instance of Symbol 1306 MovieClip "lvl6" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if ((this._alpha > 0) && (this._currentframe == 1)) {
dep = this.getDepth();
this.swapDepths(getNextHighestDepth());
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
((_global.shopnod6level == 1) ? ((formCostLvl = (_root.groupInMap.nod6.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod6level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod6.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod6level == 1.5) ? ((formCostLvl = _root.groupInMap.nod6.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl6.lvlupcash.text = formCostLvl;
}
this.LvlUpInfo._alpha = 100;
}
on (rollOut) {
this.swapDepths(dep);
this.LvlUpInfo._alpha = 0;
if ((this._alpha > 0) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe == 2) {
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap.anim6.gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - formCostLvl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
((_global.shopnod6level == 1.5) ? ((_global.shopnod6level = 2)) : (_global.shopnod6level));
((_global.shopnod6level == 1.25) ? ((_global.shopnod6level = 1.5)) : (_global.shopnod6level));
((_global.shopnod6level == 1) ? ((_global.shopnod6level = 1.25)) : (_global.shopnod6level));
((_global.shopnod6level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod6level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod6level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod6level == 2) ? ((frame = 4)) : (frame));
_root.groupInMap.shield6.gotoAndStop(frame);
formCostLvl = 0;
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG < formCostLvl) || (_global[("shopnod" + l) + "level"] == 2)) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
_root.mouse.gotoAndStop(1);
}
l++;
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("LevelUp");
Snd.start();
}
this.LvlUpInfo.gotoAndPlay(2);
_root.groupInMap.Har6.gotoAndPlay(2);
((_global.shopnod6level == 1) ? ((formCostLvl = (_root.groupInMap.nod6.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod6level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod6.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod6level == 1.5) ? ((formCostLvl = _root.groupInMap.nod6.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl6.lvlupcash.text = formCostLvl;
}
}
}
Instance of Symbol 1313 MovieClip "del6" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
if ((_root.groupInMap.nod6._currentframe == 1) || (_root.groupInMap.nod6._currentframe == 11)) {
this._alpha = 0;
}
}
on (rollOver) {
this.swapDepths(getNextHighestDepth());
if (this._alpha > 0) {
this.gotoAndPlay(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
this.swapDepths(dep);
if (this._alpha > 0) {
i = 20 - this._currentframe;
this.gotoAndPlay(i);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if ((this._alpha > 0) && (this._currentframe == 10)) {
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipDelete");
Snd2.start();
}
_root.groupInMap.nod6.gotoAndStop(1);
_global.shopnod6 = 1;
this._alpha = 0;
this.gotoAndStop(1);
_global.shopnod6level = 1;
_root.groupInMap.lvl6._alpha = 0;
_root.groupInMap.lvl6.gotoAndStop(1);
_root.groupInMap.shield6._alpha = 0;
_root.groupInMap.shield6.gotoAndStop(1);
_root.groupInMap.Har6._alpha = 0;
_root.groupInMap.Har6.gotoAndStop(1);
_root.groupInMap.nod6.cost = 0;
}
}
Instance of Symbol 1306 MovieClip "lvl2" in Symbol 1329 MovieClip Frame 1
on (rollOver) {
if ((this._alpha > 0) && (this._currentframe == 1)) {
dep = this.getDepth();
this.swapDepths(getNextHighestDepth());
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
((_global.shopnod2level == 1) ? ((formCostLvl = (_root.groupInMap.nod2.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod2level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod2.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod2level == 1.5) ? ((formCostLvl = _root.groupInMap.nod2.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl2.lvlupcash.text = formCostLvl;
}
this.LvlUpInfo._alpha = 100;
}
on (rollOut) {
this.swapDepths(dep);
this.LvlUpInfo._alpha = 0;
if ((this._alpha > 0) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if (this._currentframe == 2) {
if (_global.allMoneyG >= formCostLvl) {
_root.groupInMap.anim2.gotoAndPlay(2);
_global.allMoneyG = _global.allMoneyG - formCostLvl;
_root.monetsMov.AllMoneyTxt.text = _global.allMoneyG;
_root.monetsMov.AllMoneyTxt.replaceText();
((_global.shopnod2level == 1.5) ? ((_global.shopnod2level = 2)) : (_global.shopnod2level));
((_global.shopnod2level == 1.25) ? ((_global.shopnod2level = 1.5)) : (_global.shopnod2level));
((_global.shopnod2level == 1) ? ((_global.shopnod2level = 1.25)) : (_global.shopnod2level));
((_global.shopnod2level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod2level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod2level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod2level == 2) ? ((frame = 4)) : (frame));
_root.groupInMap.shield2.gotoAndStop(frame);
formCostLvl = 0;
l = 1;
while (l < 7) {
((_global[("shopnod" + l) + "level"] == 1) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.25) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.25) ? ((formCostLvl = (_root.groupInMap["nod" + l].cost * 1.5) / 2)) : (formCostLvl));
((_global[("shopnod" + l) + "level"] == 1.5) ? ((formCostLvl = _root.groupInMap["nod" + l].cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
if ((_global.allMoneyG < formCostLvl) || (_global[("shopnod" + l) + "level"] == 2)) {
_root.groupInMap["lvl" + l].gotoAndPlay(3);
_root.mouse.gotoAndStop(1);
}
l++;
}
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("LevelUp");
Snd.start();
}
this.LvlUpInfo.gotoAndPlay(2);
_root.groupInMap.Har2.gotoAndPlay(2);
((_global.shopnod2level == 1) ? ((formCostLvl = (_root.groupInMap.nod2.cost * 1.25) / 2)) : (formCostLvl));
((_global.shopnod2level == 1.25) ? ((formCostLvl = (_root.groupInMap.nod2.cost * 1.5) / 2)) : (formCostLvl));
((_global.shopnod2level == 1.5) ? ((formCostLvl = _root.groupInMap.nod2.cost * 2)) : (formCostLvl));
formCostLvl = parseInt(formCostLvl);
_root.groupInMap.lvl2.lvlupcash.text = formCostLvl;
}
}
}
Instance of Symbol 1313 MovieClip "del2" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
dep = this.getDepth();
if ((_root.groupInMap.nod2._currentframe == 1) || (_root.groupInMap.nod2._currentframe == 11)) {
this._alpha = 0;
}
}
on (rollOver) {
this.swapDepths(getNextHighestDepth());
if (this._alpha > 0) {
this.gotoAndPlay(2);
_root.mouse.gotoAndStop(2);
}
}
on (rollOut) {
this.swapDepths(dep);
if (this._alpha > 0) {
i = 20 - this._currentframe;
this.gotoAndPlay(i);
_root.mouse.gotoAndStop(1);
}
}
on (press) {
if ((this._alpha > 0) && (this._currentframe == 10)) {
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("BlipDelete");
Snd2.start();
}
_root.groupInMap.nod2.gotoAndStop(1);
_global.shopnod2 = 1;
this._alpha = 0;
this.gotoAndStop(1);
_global.shopnod2level = 1;
_root.groupInMap.lvl2._alpha = 0;
_root.groupInMap.lvl2.gotoAndStop(1);
_root.groupInMap.shield2._alpha = 0;
_root.groupInMap.shield2.gotoAndStop(1);
_root.groupInMap.Har2._alpha = 0;
_root.groupInMap.Har2.gotoAndStop(1);
_root.groupInMap.nod2.cost = 0;
}
}
Instance of Symbol 534 MovieClip "shield2" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod2level;
if ((_root.groupInMap.nod2._currentframe == 1) || (_root.groupInMap.nod2._currentframe == 11)) {
this._alpha = 0;
}
((_global.shopnod2level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod2level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod2level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod2level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield1" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod1level;
if ((_root.groupInMap.nod1._currentframe == 1) || (_root.groupInMap.nod1._currentframe == 11)) {
this._alpha = 0;
}
((_global.shopnod1level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod1level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod1level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod1level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield3" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod3level;
if ((_root.groupInMap.nod3._currentframe == 1) || (_root.groupInMap.nod3._currentframe == 11)) {
this._alpha = 0;
}
((_global.shopnod3level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod3level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod3level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod3level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield5" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod5level;
if ((_root.groupInMap.nod5._currentframe == 1) || (_root.groupInMap.nod5._currentframe == 11)) {
this._alpha = 0;
}
((_global.shopnod5level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod5level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod5level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod5level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield4" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod4level;
if ((_root.groupInMap.nod4._currentframe == 1) || (_root.groupInMap.nod4._currentframe == 11)) {
this._alpha = 0;
}
((_global.shopnod4level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod4level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod4level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod4level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield6" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod6level;
if ((_root.groupInMap.nod6._currentframe == 1) || (_root.groupInMap.nod6._currentframe == 11)) {
this._alpha = 0;
}
((_global.shopnod6level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod6level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod6level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod6level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 1316 MovieClip "Har1" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
if ((_root.groupInMap.nod1._currentframe == 1) || (_root.groupInMap.nod1._currentframe == 11)) {
this._alpha = 0;
}
}
Instance of Symbol 1316 MovieClip "Har3" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
if ((_root.groupInMap.nod3._currentframe == 1) || (_root.groupInMap.nod3._currentframe == 11)) {
this._alpha = 0;
}
}
Instance of Symbol 1316 MovieClip "Har2" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
if ((_root.groupInMap.nod2._currentframe == 1) || (_root.groupInMap.nod2._currentframe == 11)) {
this._alpha = 0;
}
}
Instance of Symbol 1316 MovieClip "Har4" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
if ((_root.groupInMap.nod4._currentframe == 1) || (_root.groupInMap.nod4._currentframe == 11)) {
this._alpha = 0;
}
}
Instance of Symbol 1316 MovieClip "Har6" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
if ((_root.groupInMap.nod6._currentframe == 1) || (_root.groupInMap.nod6._currentframe == 11)) {
this._alpha = 0;
}
}
Instance of Symbol 1316 MovieClip "Har5" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
if ((_root.groupInMap.nod5._currentframe == 1) || (_root.groupInMap.nod5._currentframe == 11)) {
this._alpha = 0;
}
}
Instance of Symbol 1320 MovieClip "anim1" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(4301);
}
Instance of Symbol 1320 MovieClip "anim2" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(4302);
}
Instance of Symbol 1320 MovieClip "anim3" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(4303);
}
Instance of Symbol 1324 MovieClip "anim4" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(4304);
}
Instance of Symbol 1320 MovieClip "anim5" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(4305);
}
Instance of Symbol 1320 MovieClip "anim6" in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(4306);
}
Instance of Symbol 1325 MovieClip in Symbol 1329 MovieClip Frame 2
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_root.groupInMap.ShopWindow.gotoAndStop(6);
}
Instance of Symbol 1326 MovieClip in Symbol 1329 MovieClip Frame 2
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
_root.groupInMap.ShopWindow.gotoAndStop(7);
}
Instance of Symbol 1327 MovieClip in Symbol 1329 MovieClip Frame 2
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
if (_global.privatePoints >= 32) {
_root.groupInMap.ShopWindow.gotoAndStop(8);
} else {
_root.groupInMap.ShopWindow.gotoAndStop(17);
}
}
Instance of Symbol 1328 MovieClip in Symbol 1329 MovieClip Frame 2
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click2");
Snd.start();
}
if (_global.privatePoints >= 35) {
_root.groupInMap.ShopWindow.gotoAndStop(9);
} else {
_root.groupInMap.ShopWindow.gotoAndStop(18);
}
}
Symbol 1332 MovieClip Frame 1
stop();
Symbol 1335 MovieClip Frame 1
stop();
Symbol 1339 MovieClip Frame 1
stop();
Instance of Symbol 1332 MovieClip in Symbol 1339 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
ready = false;
i = 1;
while (i < 7) {
if (_global["shopnod" + i] > 1) {
ready = true;
}
i++;
}
if (_global.side == "demon") {
i = 1;
while (i < 7) {
if (_global["shopnod" + i] == 1) {
_global["shopnod" + i] = 11;
}
i++;
}
}
if (ready == true) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
_global.pauseGame = false;
_global.nextframeG = 6;
_root.darkenscreen.gotoAndPlay(2);
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
}
}
Instance of Symbol 1335 MovieClip in Symbol 1339 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
_root.mouse.gotoAndStop(1);
}
on (press) {
if (_root.mouse._currentframe < 3) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_global.playTrainTxt == false) {
_root.TrainTrainingLvlTxt.gotoAndStop(2);
}
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
_root.WarInMap._alpha = 100;
_root.WarInMap._x = 1000;
_root.pauseLayer._x = 1000;
_global.pauseGame = false;
_root.pauseLayer.gotoAndStop(1);
_root.WarInMap.shield11.gotoAndStop(1);
_root.WarInMap.shield12.gotoAndStop(1);
_root.WarInMap.shield13.gotoAndStop(1);
_root.WarInMap.shield14.gotoAndStop(1);
_root.WarInMap.shield15.gotoAndStop(1);
_root.WarInMap.shield16.gotoAndStop(1);
}
}
Instance of Symbol 534 MovieClip "shield11" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
((_global.shopnod11level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod11level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod11level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod11level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield12" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
((_global.shopnod12level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod12level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod12level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod12level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield13" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
((_global.shopnod13level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod13level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod13level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod13level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield14" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
((_global.shopnod14level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod14level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod14level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod14level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield15" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
((_global.shopnod15level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod15level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod15level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod15level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Instance of Symbol 534 MovieClip "shield16" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
((_global.shopnod16level == 1) ? ((frame = 1)) : (frame));
((_global.shopnod16level == 1.25) ? ((frame = 2)) : (frame));
((_global.shopnod16level == 1.5) ? ((frame = 3)) : (frame));
((_global.shopnod16level == 2) ? ((frame = 4)) : (frame));
this.gotoAndStop(frame);
}
Symbol 1339 MovieClip Frame 2
chanceBall = 0;
if (_global.side == "angel") {
i = 1;
while (i < 7) {
if (_global["shopnod" + i] == 2) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 10)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 12)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 15)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 20)) : (chanceBall));
}
if (_global["shopnod" + i] == 3) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 15)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 18)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 23)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 30)) : (chanceBall));
}
if (_global["shopnod" + i] == 4) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 12)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 15)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 20)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 32)) : (chanceBall));
}
if (_global["shopnod" + i] == 5) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 18)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 24)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 30)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 38)) : (chanceBall));
}
i++;
}
} else {
i = 1;
while (i < 7) {
if (_global["shopnod" + i] == 12) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 12)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 15)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 20)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 25)) : (chanceBall));
}
if (_global["shopnod" + i] == 13) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 25)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 28)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 32)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 40)) : (chanceBall));
}
if (_global["shopnod" + i] == 14) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 12)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 16)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 22)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 25)) : (chanceBall));
}
if (_global["shopnod" + i] == 15) {
((_global[("shopnod" + i) + "level"] == 1) ? ((chanceBall = chanceBall + 15)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.25) ? ((chanceBall = chanceBall + 18)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 1.5) ? ((chanceBall = chanceBall + 24)) : (chanceBall));
((_global[("shopnod" + i) + "level"] == 2) ? ((chanceBall = chanceBall + 35)) : (chanceBall));
}
i++;
}
}
if ((chanceBall / _global.chanceToWinEnemy) > 1) {
onePers = chanceBall / 100;
chanceToDie = _global.chanceToWinEnemy / onePers;
_global.chanceToWin = 100 - (chanceToDie / 2);
} else if ((chanceBall / _global.chanceToWinEnemy) == 0) {
_global.chanceToWin = 0;
} else if ((chanceBall / _global.chanceToWinEnemy) > 0) {
onePers = _global.chanceToWinEnemy / 100;
chanceToDie = chanceBall / onePers;
_global.chanceToWin = chanceToDie / 2;
}
_global.chanceToWin = parseInt(_global.chanceToWin);
_root.WarInMap.chanceToWin.text = _global.chanceToWin + "%";
_root.WarInMap.chanceToWin.replaceText();
Symbol 1369 MovieClip Frame 1
stop();
Symbol 1369 MovieClip Frame 2
onEnterFrame = function () {
if (_parent.man._alpha > 0) {
_parent.man._alpha = _parent.man._alpha - 10;
}
};
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive");
Snd.start();
}
Symbol 1369 MovieClip Frame 21
stop();
if ((_parent.AI == true) && (_parent._currentframe == 2)) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive2");
Snd.start();
}
if (_global.diff == "easy") {
do {
t = random(6) + 11;
} while ((_root.game["nod" + t]._currentframe == 2) || (_root.game["nod" + t]._x == _parent._x));
} else {
t = random(6) + 11;
h = 1;
while (h < 7) {
if (_root.game["nod" + h]._currentframe != 11) {
s = h + 10;
if (_root.game["nod" + s]._currentframe == 1) {
t = s;
}
}
h++;
}
}
framemova = _root.game["nod" + t]._currentframe;
framemovb = _parent._currentframe;
frame2mova = _root.game["nod" + t].man._currentframe;
frame2movb = _parent.man._currentframe;
livemova = _root.game["nod" + t].man.LiveBar.bar._width;
livemovb = _parent.man.LiveBar.bar._width;
framelivemova = _root.game["nod" + t].man.LiveBar.bar._currentframe;
framelivemovb = _parent.man.LiveBar.bar._currentframe;
initmova = _root.game["nod" + t].man.InitBar.bar._width;
initmovb = _parent.man.InitBar.bar._width;
alphalivemova = _root.game["nod" + t].man.LiveBar._alpha;
alphalivemovb = _parent.man.LiveBar._alpha;
alphainitmova = _root.game["nod" + t].man.InitBar._alpha;
alphainitmovb = _parent.man.InitBar._alpha;
levelmova = _root.game["nod" + t].manlevel;
levelmovb = _parent.manlevel;
blockmova = _root.game["nod" + t].man.shield;
blockmovb = _parent.man.shield;
_root.game["nod" + t].gotoAndStop(framemovb);
_parent.gotoAndStop(framemova);
_root.game["nod" + t].man.gotoAndPlay(frame2movb);
_parent.man.gotoAndPlay(frame2mova);
_root.game["nod" + t].man.LiveBar.bar._width = livemovb;
_parent.man.LiveBar.bar._width = livemova;
_root.game["nod" + t].man.LiveBar.bar.gotoAndStop(framelivemovb);
_parent.man.LiveBar.bar.gotoAndStop(framelivemova);
_root.game["nod" + t].man.InitBar.bar._width = initmovb;
_parent.man.InitBar.bar._width = initmova;
_root.game["nod" + t].man.LiveBar._alpha = alphalivemovb;
_parent.man.LiveBar._alpha = alphalivemova;
_root.game["nod" + t].man.InitBar._alpha = alphainitmovb;
_parent.man.InitBar._alpha = alphainitmova;
_parent.man.shield = blockmova;
_root.game["nod" + t].man.shield = blockmovb;
_root.game["nod" + t].manlevel = levelmovb;
_parent.manlevel = levelmova;
((_root.game["nod" + t].manlevel == 1) ? ((frame = 1)) : (frame));
((_root.game["nod" + t].manlevel == 1.25) ? ((frame = 2)) : (frame));
((_root.game["nod" + t].manlevel == 1.5) ? ((frame = 3)) : (frame));
((_root.game["nod" + t].manlevel == 2) ? ((frame = 4)) : (frame));
_root.game["nod" + t].man.char.shield.gotoAndStop(frame);
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
_parent.man.char.shield.gotoAndStop(frame);
_root.game["nod" + t].teleport.gotoAndPlay(50);
if (_parent._currentframe > 1) {
this.gotoAndPlay(50);
}
} else if ((_parent.AI == true) && (_parent._currentframe == 3)) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive2");
Snd.start();
}
do {
t = random(3) + 14;
} while ((_root.game["nod" + t]._currentframe > 2) || (_root.game["nod" + t]._x == _parent._name));
framemova = _root.game["nod" + t]._currentframe;
framemovb = _parent._currentframe;
frame2mova = _root.game["nod" + t].man._currentframe;
frame2movb = _parent.man._currentframe;
livemova = _root.game["nod" + t].man.LiveBar.bar._width;
livemovb = _parent.man.LiveBar.bar._width;
framelivemova = _root.game["nod" + t].man.LiveBar.bar._currentframe;
framelivemovb = _parent.man.LiveBar.bar._currentframe;
initmova = _root.game["nod" + t].man.InitBar.bar._width;
initmovb = _parent.man.InitBar.bar._width;
alphalivemova = _root.game["nod" + t].man.LiveBar._alpha;
alphalivemovb = _parent.man.LiveBar._alpha;
alphainitmova = _root.game["nod" + t].man.InitBar._alpha;
alphainitmovb = _parent.man.InitBar._alpha;
levelmova = _root.game["nod" + t].manlevel;
levelmovb = _parent.manlevel;
blockmova = _root.game["nod" + t].man.shield;
blockmovb = _parent.man.shield;
_root.game["nod" + t].gotoAndStop(framemovb);
_parent.gotoAndStop(framemova);
_root.game["nod" + t].man.gotoAndPlay(frame2movb);
_parent.man.gotoAndPlay(frame2mova);
_root.game["nod" + t].man.LiveBar.bar._width = livemovb;
_parent.man.LiveBar.bar._width = livemova;
_root.game["nod" + t].man.LiveBar.bar.gotoAndStop(framelivemovb);
_parent.man.LiveBar.bar.gotoAndStop(framelivemova);
_root.game["nod" + t].man.InitBar.bar._width = initmovb;
_parent.man.InitBar.bar._width = initmova;
_root.game["nod" + t].man.LiveBar._alpha = alphalivemovb;
_parent.man.LiveBar._alpha = alphalivemova;
_root.game["nod" + t].man.InitBar._alpha = alphainitmovb;
_parent.man.InitBar._alpha = alphainitmova;
_parent.man.shield = blockmova;
_root.game["nod" + t].man.shield = blockmovb;
_root.game["nod" + t].manlevel = levelmovb;
_parent.manlevel = levelmova;
((_root.game["nod" + t].manlevel == 1) ? ((frame = 1)) : (frame));
((_root.game["nod" + t].manlevel == 1.25) ? ((frame = 2)) : (frame));
((_root.game["nod" + t].manlevel == 1.5) ? ((frame = 3)) : (frame));
((_root.game["nod" + t].manlevel == 2) ? ((frame = 4)) : (frame));
_root.game["nod" + t].man.char.shield.gotoAndStop(frame);
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
_parent.man.char.shield.gotoAndStop(frame);
_root.game["nod" + t].teleport.gotoAndPlay(50);
if (_parent._currentframe > 1) {
this.gotoAndPlay(50);
}
}
_parent.AI = false;
Symbol 1369 MovieClip Frame 50
onEnterFrame = function () {
if (_parent.man._alpha < 100) {
_parent.man._alpha = _parent.man._alpha + 10;
}
};
Symbol 1374 MovieClip Frame 10
stop();
Symbol 1374 MovieClip Frame 40
gotoAndPlay (1);
Symbol 1374 MovieClip Frame 41
stop();
Symbol 1377 MovieClip Frame 1
stop();
Symbol 1377 MovieClip Frame 2
if (_global.FX == true) {
var Snd4 = new Sound(this);
Snd4.attachSound("Shield");
Snd4.start();
}
Symbol 1383 MovieClip Frame 1
stop();
Symbol 1385 MovieClip Frame 1
stop();
Symbol 1389 MovieClip Frame 1
stop();
Symbol 1390 MovieClip Frame 1
stop();
Symbol 1390 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1390 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1390 MovieClip Frame 10
on (rollOver) {
if (this._currentframe == 3) {
(this.Mov.sword);// not popped
} else {
(this.gotoAndStop(2));// not popped
}
}
on (rollOut) {
if (this._currentframe == 3) {
(this.Mov.sword);// not popped
} else {
(this.gotoAndStop(1));// not popped
}
}
on (press) {
if (_global.step1 == true) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_global.firstPlayTrainlvl == true)) {
_global.step1 = false;
_global.step2 = true;
_root.game.TrainClickPersTxt.gotoAndStop(2);
_root.game.TrainClickPersTxt._x = _parent._parent._x + 80;
_root.game.TrainClickPersTxt._y = _parent._parent._y + 100;
_root.game.TrainClickAttackTxt._x = -1000;
_root.game.TrainClickAttackTxt.gotoAndStop(1);
_root.game.TrainClickBlockTxt.gotoAndStop(1);
_root.game.TrainClickTeleportTxt.gotoAndStop(1);
}
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
if (_parent._parent.man.char._currentframe >= 50) {
(_parent._parent.man.char.play());// not popped
} else {
(_parent._parent.man.char.gotoAndPlay(50));// not popped
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_root.attachMovie("StreamMovie", "StreamMovie" + _global.BulNumAngelWG, 1200 + _global.BulNumAngelWG);
nameN = _parent._parent._name;
_root["StreamMovie" + _global.BulNumAngelWG]._x = _root.game[nameN]._x + 100;
_root["StreamMovie" + _global.BulNumAngelWG]._y = _root.game[nameN]._y + 233;
ranattack = random(_global.FailAngelWG);
ranpoint = _global.FailAngelWG * 0.2;
((ranattack <= ranpoint) ? ((_root["StreamMovie" + _global.BulNumAngelWG].crit = true)) : ((_root["StreamMovie" + _global.BulNumAngelWG].crit = false)));
_root["StreamMovie" + _global.BulNumAngelWG].attack = (_global.AttAngelWG - (ranattack * _parent._parent.manlevel)) * _parent._parent.manlevel;
_global.BulNumAngelWG++;
((_global.BulNumAngelWG > 10) ? ((_global.BulNumAngelWG = 1)) : (_global.BulNumAngelWG));
}
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1390 MovieClip Frame 10
on (rollOver) {
if (this._currentframe == 3) {
(this.Mov.sword);// not popped
} else {
(this.gotoAndStop(2));// not popped
}
}
on (rollOut) {
if (this._currentframe == 3) {
(this.Mov.sword);// not popped
} else {
(this.gotoAndStop(1));// not popped
}
}
on (press) {
if (_global.step3 == true) {
((_global.shieldLess2 == true) ? ((_global.shieldLess = false)) : (_global.shieldLess));
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_global.firstPlayTrainlvl == true)) {
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_root.game.endTraining.gotoAndPlay(2);
_root.game.endTraining._x = _root.game.endTraining._x + 1000;
_root.game.TrainClickBlockTxt._x = -1000;
_root.game.TrainClickAttackTxt.gotoAndStop(1);
_root.game.TrainClickBlockTxt.gotoAndStop(1);
_root.game.TrainClickTeleportTxt.gotoAndStop(1);
_global.firstPlayTrainlvl = false;
_global.TrainEnd = true;
}
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 3;
}
}
}
Instance of Symbol 1389 MovieClip "teleport" in Symbol 1390 MovieClip Frame 10
on (rollOver) {
if (this._currentframe == 3) {
(this.Mov.sword);// not popped
} else {
(this.gotoAndStop(2));// not popped
}
}
on (rollOut) {
if (this._currentframe == 3) {
(this.Mov.sword);// not popped
} else {
(this.gotoAndStop(1));// not popped
}
}
on (press) {
if (_global.step2 == true) {
if ((_global.firstPlayTrainlvl == true) && (_parent._parent.man.InitBar.bar._width >= 40)) {
_global.step2 = false;
i = 6;
while (i > 0) {
_root.attachMovie("StrelkaEx", "StrelkaEx" + i, 100 + i);
_root["StrelkaEx" + i]._x = _root.game["nod" + i]._x + 70;
_root["StrelkaEx" + i]._y = _root.game["nod" + i]._y + 200;
i--;
}
_root.game.TrainClickTeleportTxt._x = -1000;
_root.game.TrainClickAttackTxt.gotoAndStop(1);
_root.game.TrainClickBlockTxt.gotoAndStop(1);
_root.game.TrainClickTeleportTxt.gotoAndStop(1);
}
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y - 400;
i++;
}
_parent._parent.man._y = _parent._parent.man._y + 500;
_root.mouse.gotoAndStop(3);
_global.telpath1 = _parent._parent._name;
_parent._parent.teleport.gotoAndPlay(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
}
Symbol 1395 MovieClip Frame 1
stop();
Symbol 1395 MovieClip Frame 21
stop();
Symbol 1396 MovieClip Frame 1
stop();
Symbol 1396 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1396 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1396 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(5);
_root.mouse.attacker = _parent._parent._name;
_root.mouse.attackerType = "oldAngel";
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1396 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
((_global.shieldLess2 == true) ? ((_global.shieldLess = false)) : (_global.shieldLess));
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 2;
}
}
Instance of Symbol 1389 MovieClip "teleport" in Symbol 1396 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y - 400;
i++;
}
_parent._parent.man._y = _parent._parent.man._y + 500;
_root.mouse.gotoAndStop(3);
_global.telpath1 = _parent._parent._name;
_parent._parent.teleport.gotoAndPlay(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Symbol 1400 MovieClip Frame 1
stop();
Symbol 1401 MovieClip Frame 1
stop();
Symbol 1402 MovieClip Frame 1
stop();
Symbol 1402 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1402 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1400 MovieClip "sword" in Symbol 1402 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(7);
_root.mouse.attacker = _parent._parent._name;
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y - 400;
i++;
}
_global.healthPath1 = _parent._parent._name;
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1402 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
((_global.shieldLess2 == true) ? ((_global.shieldLess = false)) : (_global.shieldLess));
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 2;
}
}
Instance of Symbol 1401 MovieClip "teleport" in Symbol 1402 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
if (_parent._parent.man.char._currentframe >= 50) {
(_parent._parent.man.char.play());// not popped
} else {
(_parent._parent.man.char.gotoAndPlay(50));// not popped
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_global.BulNumAngelGirl = 1;
_root.mouse.gotoAndStop(1);
detectedNods = 0;
p = 0;
while (p < 7) {
nameR = _root.game["nod" + p];
if ((nameR._currentframe > 1) && (nameR.man.LiveBar.bar._width < 40)) {
detectedNods++;
}
p++;
}
i = 0;
while (i < 7) {
nameN = _root.game["nod" + i];
if (((nameN._currentframe > 1) && (nameN.man.LiveBar.bar._width < 40)) && (nameN.man.char._currentframe < 150)) {
_root.attachMovie("healthEffect", "healthEffect" + _global.BulNumAngelGirl, 1800 + _global.BulNumAngelGirl);
_root["healthEffect" + _global.BulNumAngelGirl]._x = nameN._x + 60;
_root["healthEffect" + _global.BulNumAngelGirl]._y = nameN._y + 220;
_root["healthEffect" + _global.BulNumAngelGirl]._width = _root["healthEffect" + _global.BulNumAngelGirl]._width / 4;
_root["healthEffect" + _global.BulNumAngelGirl]._height = _root["healthEffect" + _global.BulNumAngelGirl]._height / 4;
nameN.man.InitBar._alpha = 100;
ranattack = random(_global.FailAngelGirl);
_root["healthEffect" + _global.BulNumAngelGirl].attack = ((_global.AttAngelGirl - (ranattack * nameN.man.manlevel)) * nameN.man.manlevel) / detectedNods;
damage1 = parseInt(_root["healthEffect" + _global.BulNumAngelGirl].attack);
nameN.man.damage.gotoAndPlay(2);
nameN.man.damage.damageM.gotoAndStop(3);
nameN.man.damage.damageM.damageTxt.text = damage1;
nameN.man.damage.damageM.damageTxt.replaceText();
attack2 = nameN.man.LiveBar.bar._width + (_root["healthEffect" + _global.BulNumAngelGirl].attack / (nameN.man.life / 40));
if (attack2 < 40) {
nameN.man.LiveBar.bar._width = nameN.man.LiveBar.bar._width + (_root["healthEffect" + _global.BulNumAngelGirl].attack / (nameN.man.life / 40));
} else {
nameN.man.LiveBar.bar._width = 40;
}
}
_global.BulNumAngelGirl++;
((_global.BulNumAngelGirl > 6) ? ((_global.BulNumAngelGirl = 1)) : (_global.BulNumAngelGirl));
i++;
}
_global.healthPath1 = _parent._parent._name;
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Symbol 1405 MovieClip Frame 1
stop();
Symbol 1406 MovieClip Frame 1
stop();
Symbol 1406 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1406 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1406 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
if (_parent._parent.man.char._currentframe >= 50) {
(_parent._parent.man.char.play());// not popped
} else {
(_parent._parent.man.char.gotoAndPlay(50));// not popped
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_root.attachMovie("buddaSAttack", "buddaSAttack" + _global.BulNumBuddaS, 1900 + _global.BulNumBuddaS);
nameN = _parent._parent._name;
_root["buddaSAttack" + _global.BulNumBuddaS]._x = _root.game.nod12._x + 10;
_root["buddaSAttack" + _global.BulNumBuddaS]._y = _root.game.nod12._y + 370;
_root["buddaSAttack" + _global.BulNumBuddaS]._width = _root["buddaSAttack" + _global.BulNumBuddaS]._width / 2;
_root["buddaSAttack" + _global.BulNumBuddaS]._height = _root["buddaSAttack" + _global.BulNumBuddaS]._height / 2;
ranattack = random(_global.FailBuddaS);
_root["buddaSAttack" + _global.BulNumBuddaS].parentName = _parent._parent._name;
_root["buddaSAttack" + _global.BulNumBuddaS].attack = (_global.AttBuddaS - (ranattack * _parent._parent.manlevel)) * _parent._parent.manlevel;
_global.BulNumBuddaS++;
((_global.BulNumBuddaS > 6) ? ((_global.BulNumBuddaS = 1)) : (_global.BulNumBuddaS));
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1406 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
((_global.shieldLess2 == true) ? ((_global.shieldLess = false)) : (_global.shieldLess));
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 20;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 2;
}
}
Instance of Symbol 1405 MovieClip "teleport" in Symbol 1406 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(5);
_root.mouse.attacker = _parent._parent._name;
_root.mouse.attackerType = "buddaS";
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Symbol 1414 MovieClip Frame 1
stop();
Symbol 1414 MovieClip Frame 2
onEnterFrame = function () {
if (_parent.man._alpha > 0) {
_parent.man._alpha = _parent.man._alpha - 10;
}
};
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive");
Snd.start();
}
Symbol 1414 MovieClip Frame 21
stop();
if ((_parent.AI == true) && (_parent._currentframe == 12)) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive2");
Snd.start();
}
if (_global.diff == "easy") {
do {
t = random(6) + 11;
} while ((_root.game["nod" + t]._currentframe == 12) || (_root.game["nod" + t]._x == _parent._x));
} else {
t = random(6) + 11;
h = 1;
while (h < 7) {
if (_root.game["nod" + h]._currentframe != 1) {
s = h + 10;
if (_root.game["nod" + s]._currentframe == 11) {
t = s;
}
}
h++;
}
}
framemova = _root.game["nod" + t]._currentframe;
framemovb = _parent._currentframe;
frame2mova = _root.game["nod" + t].man._currentframe;
frame2movb = _parent.man._currentframe;
livemova = _root.game["nod" + t].man.LiveBar.bar._width;
livemovb = _parent.man.LiveBar.bar._width;
framelivemova = _root.game["nod" + t].man.LiveBar.bar._currentframe;
framelivemovb = _parent.man.LiveBar.bar._currentframe;
initmova = _root.game["nod" + t].man.InitBar.bar._width;
initmovb = _parent.man.InitBar.bar._width;
alphalivemova = _root.game["nod" + t].man.LiveBar._alpha;
alphalivemovb = _parent.man.LiveBar._alpha;
alphainitmova = _root.game["nod" + t].man.InitBar._alpha;
alphainitmovb = _parent.man.InitBar._alpha;
levelmova = _root.game["nod" + t].manlevel;
levelmovb = _parent.manlevel;
blockmova = _root.game["nod" + t].man.shield;
blockmovb = _parent.man.shield;
_root.game["nod" + t].gotoAndStop(framemovb);
_parent.gotoAndStop(framemova);
_root.game["nod" + t].man.gotoAndPlay(frame2movb);
_parent.man.gotoAndPlay(frame2mova);
_root.game["nod" + t].man.LiveBar.bar._width = livemovb;
_parent.man.LiveBar.bar._width = livemova;
_root.game["nod" + t].man.LiveBar.bar.gotoAndStop(framelivemovb);
_parent.man.LiveBar.bar.gotoAndStop(framelivemova);
_root.game["nod" + t].man.InitBar.bar._width = initmovb;
_parent.man.InitBar.bar._width = initmova;
_root.game["nod" + t].man.LiveBar._alpha = alphalivemovb;
_parent.man.LiveBar._alpha = alphalivemova;
_root.game["nod" + t].man.InitBar._alpha = alphainitmovb;
_parent.man.InitBar._alpha = alphainitmova;
_parent.man.shield = blockmova;
_root.game["nod" + t].man.shield = blockmovb;
_root.game["nod" + t].manlevel = levelmovb;
_parent.manlevel = levelmova;
((_root.game["nod" + t].manlevel == 1) ? ((frame = 1)) : (frame));
((_root.game["nod" + t].manlevel == 1.25) ? ((frame = 2)) : (frame));
((_root.game["nod" + t].manlevel == 1.5) ? ((frame = 3)) : (frame));
((_root.game["nod" + t].manlevel == 2) ? ((frame = 4)) : (frame));
_root.game["nod" + t].man.char.shield.gotoAndStop(frame);
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
_parent.man.char.shield.gotoAndStop(frame);
_root.game["nod" + t].teleport.gotoAndPlay(50);
if (_parent._currentframe > 11) {
this.gotoAndPlay(50);
}
} else if ((_parent.AI == true) && (_parent._currentframe == 15)) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive2");
Snd.start();
}
do {
t = random(6) + 11;
} while ((_root.game["nod" + t]._currentframe > 12) || (_root.game["nod" + t]._x == _parent._name));
framemova = _root.game["nod" + t]._currentframe;
framemovb = _parent._currentframe;
frame2mova = _root.game["nod" + t].man._currentframe;
frame2movb = _parent.man._currentframe;
livemova = _root.game["nod" + t].man.LiveBar.bar._width;
livemovb = _parent.man.LiveBar.bar._width;
framelivemova = _root.game["nod" + t].man.LiveBar.bar._currentframe;
framelivemovb = _parent.man.LiveBar.bar._currentframe;
initmova = _root.game["nod" + t].man.InitBar.bar._width;
initmovb = _parent.man.InitBar.bar._width;
alphalivemova = _root.game["nod" + t].man.LiveBar._alpha;
alphalivemovb = _parent.man.LiveBar._alpha;
alphainitmova = _root.game["nod" + t].man.InitBar._alpha;
alphainitmovb = _parent.man.InitBar._alpha;
levelmova = _root.game["nod" + t].manlevel;
levelmovb = _parent.manlevel;
blockmova = _root.game["nod" + t].man.shield;
blockmovb = _parent.man.shield;
_root.game["nod" + t].gotoAndStop(framemovb);
_parent.gotoAndStop(framemova);
_root.game["nod" + t].man.gotoAndPlay(frame2movb);
_parent.man.gotoAndPlay(frame2mova);
_root.game["nod" + t].man.LiveBar.bar._width = livemovb;
_parent.man.LiveBar.bar._width = livemova;
_root.game["nod" + t].man.LiveBar.bar.gotoAndStop(framelivemovb);
_parent.man.LiveBar.bar.gotoAndStop(framelivemova);
_root.game["nod" + t].man.InitBar.bar._width = initmovb;
_parent.man.InitBar.bar._width = initmova;
_root.game["nod" + t].man.LiveBar._alpha = alphalivemovb;
_parent.man.LiveBar._alpha = alphalivemova;
_root.game["nod" + t].man.InitBar._alpha = alphainitmovb;
_parent.man.InitBar._alpha = alphainitmova;
_parent.man.shield = blockmova;
_root.game["nod" + t].man.shield = blockmovb;
_root.game["nod" + t].manlevel = levelmovb;
_parent.manlevel = levelmova;
((_root.game["nod" + t].manlevel == 1) ? ((frame = 1)) : (frame));
((_root.game["nod" + t].manlevel == 1.25) ? ((frame = 2)) : (frame));
((_root.game["nod" + t].manlevel == 1.5) ? ((frame = 3)) : (frame));
((_root.game["nod" + t].manlevel == 2) ? ((frame = 4)) : (frame));
_root.game["nod" + t].man.char.shield.gotoAndStop(frame);
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
_parent.man.char.shield.gotoAndStop(frame);
_root.game["nod" + t].teleport.gotoAndPlay(50);
if (_parent._currentframe > 11) {
this.gotoAndPlay(50);
}
}
_parent.AI = false;
Symbol 1414 MovieClip Frame 50
onEnterFrame = function () {
if (_parent.man._alpha < 100) {
_parent.man._alpha = _parent.man._alpha + 10;
}
};
Symbol 1417 MovieClip Frame 10
stop();
Symbol 1417 MovieClip Frame 40
gotoAndPlay (1);
Symbol 1417 MovieClip Frame 41
stop();
Symbol 1418 MovieClip Frame 1
stop();
Symbol 1418 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1418 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1418 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
if (_parent._parent.man.char._currentframe >= 50) {
(_parent._parent.man.char.play());// not popped
} else {
(_parent._parent.man.char.gotoAndPlay(50));// not popped
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_root.attachMovie("ThunderMovie", "ThunderMovie" + _global.BulNumDemonST, 3200 + _global.BulNumDemonST);
nameN = _parent._parent._name;
_root["ThunderMovie" + _global.BulNumDemonST]._x = _root.game[nameN]._x + 100;
_root["ThunderMovie" + _global.BulNumDemonST]._y = _root.game[nameN]._y + 233;
ranattack = random(_global.FailDemonST);
ranpoint = _global.FailDemonST * 0.2;
((ranattack <= ranpoint) ? ((_root["ThunderMovie" + _global.BulNumDemonST].crit = true)) : ((_root["ThunderMovie" + _global.BulNumDemonST].crit = false)));
_root["ThunderMovie" + _global.BulNumDemonST].attack = (_global.AttDemonST - (ranattack * _parent._parent.manlevel)) * _parent._parent.manlevel;
_global.BulNumDemonST++;
((_global.BulNumDemonST > 10) ? ((_global.BulNumDemonST = 1)) : (_global.BulNumDemonST));
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1418 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 3;
}
}
Instance of Symbol 1389 MovieClip "teleport" in Symbol 1418 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y - 400;
i++;
}
_parent._parent.man._y = _parent._parent.man._y + 500;
_root.mouse.gotoAndStop(3);
_global.telpath1 = _parent._parent._name;
_parent._parent.teleport.gotoAndPlay(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Symbol 1422 MovieClip Frame 1
stop();
Symbol 1422 MovieClip Frame 21
stop();
Symbol 1425 MovieClip Frame 1
stop();
Symbol 1426 MovieClip Frame 1
stop();
Symbol 1426 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1426 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1426 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(5);
_root.mouse.attacker = _parent._parent._name;
_root.mouse.attackerType = "necromantZ";
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1426 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 30;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 2;
}
}
Instance of Symbol 1425 MovieClip "teleport" in Symbol 1426 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(7);
_root.mouse.attacker = _parent._parent._name;
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y - 400;
i++;
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Symbol 1428 MovieClip Frame 1
stop();
Symbol 1428 MovieClip Frame 3
stop();
Symbol 1429 MovieClip Frame 1
stop();
Symbol 1429 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1429 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1429 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
if (_parent._parent.man.char._currentframe >= 50) {
(_parent._parent.man.char.play());// not popped
} else {
(_parent._parent.man.char.gotoAndPlay(50));// not popped
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_root.attachMovie("ZomboidMovie", "ZomboidMovie" + _global.BulNumZombie, 3600 + _global.BulNumZombie);
nameN = _parent._parent._name;
_root["ZomboidMovie" + _global.BulNumZombie]._x = _root.game[nameN]._x + 80;
_root["ZomboidMovie" + _global.BulNumZombie]._y = _root.game[nameN]._y + 218;
scale = 1 + (random(3) / (5 + random(8)));
_root["ZomboidMovie" + _global.BulNumZombie]._width = _root["ZomboidMovie" + _global.BulNumZombie]._width * scale;
_root["ZomboidMovie" + _global.BulNumZombie]._height = _root["ZomboidMovie" + _global.BulNumZombie]._height * scale;
ranattack = random(_global.FailZombie);
ranpoint = _global.FailZombie * 0.2;
((ranattack <= ranpoint) ? ((_root["ZomboidMovie" + _global.BulNumZombie].crit = true)) : ((_root["ZomboidMovie" + _global.BulNumZombie].crit = false)));
_root["ZomboidMovie" + _global.BulNumZombie].attack = (_global.AttZombie - (ranattack * _parent._parent.manlevel)) * _parent._parent.manlevel;
_global.BulNumZombie++;
((_global.BulNumZombie > 20) ? ((_global.BulNumZombie = 1)) : (_global.BulNumZombie));
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1429 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 2;
}
}
Instance of Symbol 1428 MovieClip "teleport" in Symbol 1429 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
}
Symbol 1430 MovieClip Frame 1
stop();
Symbol 1430 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1430 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1430 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(5);
_root.mouse.attacker = _parent._parent._name;
_root.mouse.attackerType = "vampireZ";
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Instance of Symbol 1385 MovieClip "shield" in Symbol 1430 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_parent._parent.shield.gotoAndPlay(2);
_parent._parent.man.shield = 2;
}
}
Instance of Symbol 1389 MovieClip "teleport" in Symbol 1430 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if ((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y - 400;
i++;
}
_parent._parent.man._y = _parent._parent.man._y + 500;
_root.mouse.gotoAndStop(3);
_global.telpath1 = _parent._parent._name;
_parent._parent.teleport.gotoAndPlay(2);
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
}
}
Symbol 1431 MovieClip Frame 1
stop();
Symbol 1431 MovieClip Frame 2
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Symbol 1431 MovieClip Frame 10
stop();
if (_parent.man.InitBar.bar._width < 40) {
sword.gotoAndStop(3);
teleport.gotoAndStop(3);
shield.gotoAndStop(3);
}
Instance of Symbol 1383 MovieClip "sword" in Symbol 1431 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
if (((_parent._parent.man.InitBar.bar._width >= 40) && (_parent._parent.man.char._currentframe < 21)) && (_parent._parent.man.char._currentframe < 150)) {
_parent._parent.man.shield = 1;
_parent._parent.man.InitBar._alpha = 100;
_parent._parent.man.InitBar.bar._width = 0;
_parent._parent.man.LiveBar.bar.gotoAndStop(1);
if (_parent._parent.man.char._currentframe >= 50) {
(_parent._parent.man.char.play());// not popped
} else {
(_parent._parent.man.char.gotoAndPlay(50));// not popped
}
_parent.gotoAndPlay(11);
_parent._parent.nod.gotoAndStop(65);
_root.attachMovie("ZomboidMovie", "ZomboidMovie" + _global.BulNumZombie, 3600 + _global.BulNumZombie);
nameN = _parent._parent._name;
_root["ZomboidMovie" + _global.BulNumZombie]._x = _root.game[nameN]._x + 80;
_root["ZomboidMovie" + _global.BulNumZombie]._y = _root.game[nameN]._y + 218;
scale = 1 + (random(3) / (5 + random(8)));
_root["ZomboidMovie" + _global.BulNumZombie]._width = _root["ZomboidMovie" + _global.BulNumZombie]._width * scale;
_root["ZomboidMovie" + _global.BulNumZombie]._height = _root["ZomboidMovie" + _global.BulNumZombie]._height * scale;
ranattack = random(_global.FailZombie);
ranpoint = _global.FailZombie * 0.2;
((ranattack <= ranpoint) ? ((_root["ZomboidMovie" + _global.BulNumZombie].crit = true)) : ((_root["ZomboidMovie" + _global.BulNumZombie].crit = false)));
_root["ZomboidMovie" + _global.BulNumZombie].attack = (_global.AttZombie - (ranattack * _parent._parent.manlevel)) * _parent._parent.manlevel;
_global.BulNumZombie++;
((_global.BulNumZombie > 20) ? ((_global.BulNumZombie = 1)) : (_global.BulNumZombie));
}
}
Instance of Symbol 1428 MovieClip "shield" in Symbol 1431 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
}
Instance of Symbol 1428 MovieClip "teleport" in Symbol 1431 MovieClip Frame 10
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
}
Symbol 1432 MovieClip Frame 1
stop();
Symbol 1432 MovieClip Frame 100
i = 1;
while (i < 8) {
_global.dollP++;
_root.attachMovie("peroAnim", "peroAnim" + _global.dollP, 3500 + _global.dollP);
nameN = _parent._parent._name;
_root["peroAnim" + _global.dollP]._x = (_root.game[nameN]._x + (random(40) - random(40))) - 20;
_root["peroAnim" + _global.dollP]._y = (_root.game[nameN]._y + (random(10) - random(10))) + 230;
cv = random(20);
_root["peroAnim" + _global.dollP]._xscale = cv + 15;
_root["peroAnim" + _global.dollP]._yscale = cv + 15;
a = random(10) + 1;
_root["peroAnim" + _global.dollP].gotoAndPlay(a);
i++;
}
Symbol 1432 MovieClip Frame 110
this.gotoAndStop(1);
Symbol 1444 MovieClip Frame 1
stop();
Symbol 1444 MovieClip Frame 100
i = 1;
while (i < 8) {
_global.dollP++;
_root.attachMovie("peroAnim", "peroAnim" + _global.dollP, 3500 + _global.dollP);
nameN = _parent._parent._name;
_root["peroAnim" + _global.dollP]._x = (_root.game[nameN]._x + (random(40) - random(40))) - 20;
_root["peroAnim" + _global.dollP]._y = (_root.game[nameN]._y + (random(10) - random(10))) + 230;
cv = random(20);
_root["peroAnim" + _global.dollP]._xscale = cv + 15;
_root["peroAnim" + _global.dollP]._yscale = cv + 15;
a = random(10) + 1;
_root["peroAnim" + _global.dollP].gotoAndPlay(a);
i++;
}
Symbol 1444 MovieClip Frame 110
this.gotoAndStop(1);
Symbol 1460 MovieClip Frame 40
this.gotoAndPlay(1);
Symbol 1460 MovieClip Frame 75
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("StoneGigantAttack");
Snd.start();
}
Symbol 1460 MovieClip Frame 99
this.gotoAndPlay(1);
Symbol 1460 MovieClip Frame 100
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("StoneHurt");
Snd2.start();
var Snd3 = new Sound();
Snd3.attachSound("StoneHurt2");
Snd3.start();
}
Symbol 1460 MovieClip Frame 120
this.gotoAndPlay(1);
Symbol 1460 MovieClip Frame 153
if (_global.FX == true) {
var Snd7 = new Sound();
Snd7.attachSound("StoneImpact1");
Snd7.start();
}
Symbol 1460 MovieClip Frame 200
_global.levelMoney = _global.levelMoney + _global.EarnGigant;
_global.defeted++;
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
_parent.unloadMovie();
this.unloadMovie();
Instance of Symbol 1460 MovieClip "char" in Symbol 1461 MovieClip Frame 1
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeDemonST * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
((_global.side == "angel") ? ((_parent.Mov._alpha = 0)) : (_parent.Mov));
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
this.char.gotoAndPlay(100);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
if (_global.side == "demon") {
if (((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if ((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
}
onClipEvent (enterFrame) {
((this.InitBar._alpha > 0) ? ((this.LiveBar._alpha = this.InitBar._alpha + 10)) : (this.LiveBar._alpha));
if ((this.InitBar.bar._width < 40) && (_global.pauseGame == false)) {
this.InitBar.bar._width = this.InitBar.bar._width + _global.ReDemonST;
} else if ((this.InitBar._alpha > 0) && (this.InitBar.bar._width >= 40)) {
this.InitBar._alpha = this.InitBar._alpha - 5;
}
if (this.char._currentframe < 150) {
i = 1;
while (i < 4) {
if (this.hitTest(_root["StreamMovie" + i]) && (_root["StreamMovie" + i].stream._currentframe < 15)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 10;
this.LiveBar._alpha = 100;
dam = _root["StreamMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["StreamMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["StreamMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["StreamMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["StreamMovie" + i].stream.gotoAndPlay(15);
}
i++;
}
}
}
Symbol 1488 MovieClip Frame 1
i = random(40);
this.gotoAndPlay(i);
Symbol 1488 MovieClip Frame 68
this.gotoAndPlay(1);
Symbol 1488 MovieClip Frame 100
this.gotoAndPlay(1);
Symbol 1488 MovieClip Frame 111
this.gotoAndPlay(1);
Symbol 1488 MovieClip Frame 150
this.gotoAndPlay(1);
Symbol 1488 MovieClip Frame 152
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("SeaMonsterDie");
Snd.start();
}
Symbol 1488 MovieClip Frame 172
_global.octopusLegNum = 3;
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
_parent.unloadMovie();
this.unloadMovie();
Symbol 1513 MovieClip Frame 10
this.unloadMovie();
Symbol 1529 MovieClip Frame 10
i = random(7);
if (i == 2) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("SeaMonsterMove");
Snd.start();
}
}
Symbol 1529 MovieClip Frame 30
this.gotoAndPlay(1);
Symbol 1529 MovieClip Frame 100
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("SeaMonsterWhaa");
Snd.start();
}
Symbol 1529 MovieClip Frame 110
this.gotoAndPlay(1);
Symbol 1529 MovieClip Frame 150
if (_parent.LiveBar.bar._width <= 0) {
this.gotoAndPlay(250);
}
Symbol 1529 MovieClip Frame 179
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Hlust");
Snd.start();
}
Symbol 1529 MovieClip Frame 181
onEnterFrame = function () {
if (_global.pauseGame == false) {
t = 1;
while (t < 7) {
if (this.HitArea.hitTest(_root.game["nod" + t].man) && (_root.game["nod" + t].man.char._currentframe < 150)) {
_root.game["nod" + t].man.LiveBar._alpha = 100;
_root.game["nod" + t].man.InitBar._alpha = 100;
_root.game["nod" + t].man.InitBar.bar._width = _root.game["nod" + t].man.InitBar.bar._width - 5;
ranattack = random(_global.FailOctopusLapa);
ranpoint = _global.FailOctopusLapa * 0.2;
((ranattack <= ranpoint) ? ((this.crit = true)) : ((this.crit = false)));
this.attack = _global.AttOctopusLapa - ranattack;
dam = this.attack / _root.game["nod" + t].man.shield;
damage1 = parseInt(dam);
_root.game["nod" + t].man.damage.gotoAndPlay(2);
if (this.crit != true) {
(_root.game["nod" + t].man.damage.damageM.gotoAndStop(1));// not popped
} else {
(_root.game["nod" + t].man.damage.damageM.gotoAndStop(2));// not popped
}
_root.game["nod" + t].man.damage.damageM.damageTxt.text = damage1;
_root.game["nod" + t].man.damage.damageM.damageTxt.replaceText();
attack2 = _root.game["nod" + t].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + t].man.life / 40)) / _root.game["nod" + t].man.shield);
if (attack2 < 0) {
_root.game["nod" + t].man.LiveBar.bar._width = 0;
_root.game["nod" + t].man.char.gotoAndPlay(150);
} else {
if (_root.game["nod" + t].man.char._currentframe >= 100) {
(_root.game["nod" + t].man.char.play());// not popped
} else {
(_root.game["nod" + t].man.char.gotoAndPlay(100));// not popped
}
_root.game["nod" + t].man.LiveBar.bar._width = _root.game["nod" + t].man.LiveBar.bar._width - ((this.attack / (_root.game["nod" + t].man.life / 40)) / _root.game["nod" + t].man.shield);
}
}
t++;
}
}
};
Symbol 1529 MovieClip Frame 206
this.gotoAndPlay(1);
Symbol 1529 MovieClip Frame 250
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("SeaMonsterDie");
Snd.start();
}
Symbol 1529 MovieClip Frame 300
_global.octopusLegNum--;
if (_global.octopusLegNum <= 0) {
_global.octopusLegNum = 3;
_root.game.nod15.man.char.gotoAndPlay(152);
}
_global.levelMoney = _global.levelMoney + _global.EarnOctopusLapa;
_global.defeted++;
_parent.unloadMovie();
this.unloadMovie();
Symbol 1534 MovieClip Frame 1
i = random(7) + 1;
this.gotoAndPlay(i);
Symbol 1536 MovieClip Frame 4
i = random(7);
if (i >= 5) {
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("NordManGas");
Snd.start();
}
}
Symbol 1560 MovieClip Frame 1
i = random(65) + 1;
this.gotoAndPlay(i);
Symbol 1571 MovieClip Frame 1
i = random(7) + 1;
this.gotoAndPlay(i);
Symbol 1595 MovieClip Frame 1
stop();
if (_global.FX == true) {
var Snd = new Sound(this);
Snd.attachSound("NordManEngine");
_global.NordManEngine = Snd;
Snd.start(0, 0);
}
Symbol 1595 MovieClip Frame 50
if (_global.FX == true) {
var Snd3 = new Sound();
Snd3.attachSound("NordManLaught");
Snd3.start();
}
Symbol 1595 MovieClip Frame 95
this.gotoAndStop(1);
Symbol 1595 MovieClip Frame 100
if (_global.FX == true) {
var Snd2 = new Sound();
Snd2.attachSound("NordManLaught2");
Snd2.start();
}
Symbol 1595 MovieClip Frame 130
this.gotoAndStop(1);
Symbol 1595 MovieClip Frame 150
v = 100;
if (_global.FX == true) {
var Snd4 = new Sound();
Snd4.attachSound("NordManDie");
Snd4.start();
}
onEnterFrame = function () {
v = v - 2;
if (v > 0) {
_global.NordManEngine.setVolume(v);
} else {
_global.NordManEngine.stop();
}
};
Symbol 1595 MovieClip Frame 200
_global.levelMoney = _global.levelMoney + _global.EarnMech;
_global.defeted++;
trace("victory");
_root.viktoryofDieInGame.gotoAndPlay(2);
_root.mouse.gotoAndStop(1);
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
((_global.startBattleTimeMinutes > 0) ? ((_global.levelMoney = _global.levelMoney / ((((_global.startBattleTimeMinutes * 60) / 2) + _global.startBattleTimeSeconds) + (_global.losted + 1)))) : ((_global.levelMoney = _global.levelMoney / (_global.startBattleTimeSeconds / 2))));
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 21) {
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
_parent.unloadMovie();
this.unloadMovie();
Instance of Symbol 490 MovieClip "HitAreaA" in Symbol 1597 MovieClip Frame 1
on (rollOver) {
if (_root.mouse._currentframe == 3) {
_root.mouse.gotoAndStop(4);
}
if (_global.side == "angel") {
if ((_root.mouse._currentframe == 7) && (_parent._currentframe > 1)) {
_root.mouse.gotoAndStop(8);
}
} else if ((_root.mouse._currentframe == 7) && (_parent._currentframe == 11)) {
_root.mouse.gotoAndStop(8);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 4) {
_root.mouse.gotoAndStop(3);
}
if (_root.mouse._currentframe == 8) {
_root.mouse.gotoAndStop(7);
}
}
on (press) {
if ((_root.mouse._currentframe == 4) && (_root.game[_global.telpath1].teleport._currentframe > 12)) {
if ((_parent._currentframe == 1) || (_parent._currentframe == 11)) {
telep = true;
} else if (_parent.man.char._currentframe < 150) {
telep = true;
} else {
telep = false;
}
if (telep == true) {
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y + 400;
i++;
}
_root.game[_global.telpath1].man._y = _root.game[_global.telpath1].man._y - 500;
if (_global.firstPlayTrainlvl == true) {
i = 6;
while (i > 0) {
_root["StrelkaEx" + i].unloadMovie();
i--;
}
_global.step3 = true;
_root.game.TrainClickPersTxt.gotoAndStop(2);
_root.game.TrainClickPersTxt._x = _parent._x + 80;
_root.game.TrainClickPersTxt._y = _parent._y + 100;
_root.game.TrainClickTeleportTxt._x = -1000;
_root.game.TrainClickTeleportTxt.gotoAndStop(1);
}
if (_global.teleportLess2 == true) {
_global.teleportLess = false;
}
_root.game[_global.telpath1].man.InitBar._alpha = 100;
_root.game[_global.telpath1].man.InitBar.bar._width = 0;
_root.mouse.gotoAndStop(1);
if ((_parent._currentframe != 1) && (_parent._currentframe != 11)) {
_root.game[_global.telpath1].teleport.gotoAndPlay(50);
}
_parent.teleport.gotoAndPlay(50);
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("TeleportActive2");
Snd.start();
}
framemova = _root.game[_global.telpath1]._currentframe;
framemovb = _parent._currentframe;
frame2mova = _root.game[_global.telpath1].man._currentframe;
frame2movb = _parent.man._currentframe;
livemova = _root.game[_global.telpath1].man.LiveBar.bar._width;
livemovb = _parent.man.LiveBar.bar._width;
framelivemova = _root.game[_global.telpath1].man.LiveBar.bar._currentframe;
framelivemovb = _parent.man.LiveBar.bar._currentframe;
initmova = _root.game[_global.telpath1].man.InitBar.bar._width;
initmovb = _parent.man.InitBar.bar._width;
alphalivemova = _root.game[_global.telpath1].man.LiveBar._alpha;
alphalivemovb = _parent.man.LiveBar._alpha;
alphainitmova = _root.game[_global.telpath1].man.InitBar._alpha;
alphainitmovb = _parent.man.InitBar._alpha;
levelmova = _root.game[_global.telpath1].manlevel;
levelmovb = _parent.manlevel;
blockmova = _root.game[_global.telpath1].man.shield;
blockmovb = _parent.man.shield;
_root.game[_global.telpath1].gotoAndStop(framemovb);
_parent.gotoAndStop(framemova);
_root.game[_global.telpath1].man.gotoAndPlay(frame2movb);
_parent.man.gotoAndPlay(frame2mova);
_root.game[_global.telpath1].man.LiveBar.bar._width = livemovb;
_parent.man.LiveBar.bar._width = livemova;
_root.game[_global.telpath1].man.LiveBar.bar.gotoAndStop(framelivemovb);
_parent.man.LiveBar.bar.gotoAndStop(framelivemova);
_root.game[_global.telpath1].man.InitBar.bar._width = initmovb;
_parent.man.InitBar.bar._width = initmova;
_root.game[_global.telpath1].man.LiveBar._alpha = alphalivemovb;
_parent.man.LiveBar._alpha = alphalivemova;
_root.game[_global.telpath1].man.InitBar._alpha = alphainitmovb;
_parent.man.InitBar._alpha = alphainitmova;
_parent.man.shield = blockmova;
_root.game[_global.telpath1].man.shield = blockmovb;
_root.game[_global.telpath1].manlevel = levelmovb;
_parent.manlevel = levelmova;
((_root.game[_global.telpath1].manlevel == 1) ? ((frame = 1)) : (frame));
((_root.game[_global.telpath1].manlevel == 1.25) ? ((frame = 2)) : (frame));
((_root.game[_global.telpath1].manlevel == 1.5) ? ((frame = 3)) : (frame));
((_root.game[_global.telpath1].manlevel == 2) ? ((frame = 4)) : (frame));
_root.game[_global.telpath1].man.char.shield.gotoAndStop(frame);
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
_parent.man.char.shield.gotoAndStop(frame);
}
}
if ((_root.mouse._currentframe == 8) && (_global.side == "angel")) {
if ((_root.game[_global.healthPath1].man.char._currentframe >= 150) && (_parent.man.char._currentframe >= 150)) {
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y + 400;
i++;
}
_root.mouse.gotoAndStop(1);
} else {
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y + 400;
i++;
}
_root.game[_global.healthPath1].man.shield = 1;
_root.game[_global.healthPath1].man.char.gotoAndPlay(50);
_root.game[_global.healthPath1].man.InitBar._alpha = 100;
_root.game[_global.healthPath1].man.InitBar.bar._width = 0;
_root.mouse.gotoAndStop(1);
if (_global.NotTreatment2 == true) {
_global.NotTreatment = false;
}
_parent.man.InitBar._alpha = 100;
_root.attachMovie("healthEffect", "healthEffect" + _global.BulNumAngelGirl, 1800 + _global.BulNumAngelGirl);
nameN = _parent._name;
_root["healthEffect" + _global.BulNumAngelGirl]._x = _root.game[nameN]._x + 60;
_root["healthEffect" + _global.BulNumAngelGirl]._y = _root.game[nameN]._y + 220;
_root["healthEffect" + _global.BulNumAngelGirl]._width = _root["healthEffect" + _global.BulNumAngelGirl]._width / 4;
_root["healthEffect" + _global.BulNumAngelGirl]._height = _root["healthEffect" + _global.BulNumAngelGirl]._height / 4;
ranattack = random(_global.FailAngelGirl);
_root["healthEffect" + _global.BulNumAngelGirl].attack = (_global.AttAngelGirl - (ranattack * _root.game[_global.healthPath1].man.manlevel)) * _root.game[_global.healthPath1].man.manlevel;
damage1 = parseInt(_root["healthEffect" + _global.BulNumAngelGirl].attack);
_parent.man.damage.gotoAndPlay(2);
_parent.man.damage.damageM.gotoAndStop(3);
_parent.man.damage.damageM.damageTxt.text = damage1;
_parent.man.damage.damageM.damageTxt.replaceText();
attack2 = _parent.man.LiveBar.bar._width + (_root["healthEffect" + _global.BulNumAngelGirl].attack / (_parent.man.life / 40));
if (attack2 < 40) {
_parent.man.LiveBar.bar._width = _parent.man.LiveBar.bar._width + (_root["healthEffect" + _global.BulNumAngelGirl].attack / (_parent.man.life / 40));
} else {
_parent.man.LiveBar.bar._width = 40;
}
_global.BulNumAngelGirl++;
((_global.BulNumAngelGirl > 6) ? ((_global.BulNumAngelGirl = 1)) : (_global.BulNumAngelGirl));
}
}
attack = _root.mouse.attacker;
if ((_root.mouse._currentframe == 7) && (_global.side == "demon")) {
if (_parent._currentframe == 13) {
_root.mouse.gotoAndStop(2);
_parent.man.LiveBar._alpha = 10;
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y + 400;
i++;
}
}
}
if ((_root.mouse._currentframe == 8) && (_global.side == "demon")) {
if ((_parent._currentframe == 11) && (_root.game[attack].man.char._currentframe < 150)) {
_root.mouse.gotoAndStop(1);
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y + 400;
i++;
}
_root.mouse.victim = _parent._name;
_root.mouse.attackN = "2";
_root.game[attack].man.char.gotoAndPlay(50);
} else {
_root.mouse.gotoAndStop(1);
i = 0;
while (i < 7) {
_root.game["nod" + i].HitAreaA._y = _root.game["nod" + i].HitAreaA._y + 400;
i++;
}
}
}
}
Instance of Symbol 827 MovieClip [angelWG] "man" in Symbol 1597 MovieClip Frame 2
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeDemonST * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if (_global.firstPlayTrainlvl == true) {
_root.game.TrainClickPersTxt.gotoAndStop(1);
if (_global.step1 == true) {
_root.game.TrainClickAttackTxt._x = _parent._x + 125;
_root.game.TrainClickAttackTxt._y = _parent._y + 65;
_root.game.TrainClickAttackTxt.gotoAndStop(2);
}
if (_global.step2 == true) {
_root.game.TrainClickTeleportTxt._x = _parent._x - 17;
_root.game.TrainClickTeleportTxt._y = _parent._y + 10;
_root.game.TrainClickTeleportTxt.gotoAndStop(2);
}
if (_global.step3 == true) {
_root.game.TrainClickBlockTxt._x = _parent._x - 25;
_root.game.TrainClickBlockTxt._y = _parent._y + 50;
_root.game.TrainClickBlockTxt.gotoAndStop(2);
}
}
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "angel")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "angel")) {
if (_global.firstPlayTrainlvl == true) {
_root.game.TrainClickAttackTxt.gotoAndStop(1);
_root.game.TrainClickTeleportTxt.gotoAndStop(1);
_root.game.TrainClickBlockTxt.gotoAndStop(1);
_root.game.TrainClickPersTxt.gotoAndStop(2);
_root.game.TrainClickPersTxt._x = _parent._x + 80;
_root.game.TrainClickPersTxt._y = _parent._y + 100;
}
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
((this.InitBar._alpha > 0) ? ((this.LiveBar._alpha = this.InitBar._alpha + 10)) : (this.LiveBar._alpha));
if ((this.InitBar.bar._width < 40) && (_global.pauseGame == false)) {
if (_parent.recharge._currentframe != 21) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndStop(1));// not popped
}
if (_parent.Mov.sword._currentframe >= 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(3));// not popped
}
if (_parent.Mov.shield._currentframe >= 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(3));// not popped
}
if (_parent.Mov.teleport._currentframe >= 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(3));// not popped
}
this.InitBar.bar._width = this.InitBar.bar._width + _global.ReAngelWG;
} else if ((this.InitBar._alpha > 0) && (this.InitBar.bar._width >= 40)) {
this.InitBar._alpha = this.InitBar._alpha - 5;
}
if (this.InitBar.bar._width >= 40) {
if (_parent.recharge._currentframe != 1) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndPlay(2));// not popped
}
if (_parent.Mov.sword._currentframe != 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(1));// not popped
}
if (_parent.Mov.shield._currentframe != 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(1));// not popped
}
if (_parent.Mov.teleport._currentframe != 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(1));// not popped
}
}
if (this.char._currentframe < 150) {
i = 1;
while (i < 11) {
if (this.hitTest(_root["ThunderMovie" + i]) && (_root["ThunderMovie" + i].stream._currentframe < 15)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 10;
this.LiveBar._alpha = 100;
dam = _root["ThunderMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ThunderMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ThunderMovie" + i].stream.gotoAndPlay(15);
}
i++;
}
i = 1;
while (i < 21) {
if (this.hitTest(_root["ZomboidMovie" + i].HitArea) && (_root["ZomboidMovie" + i]._currentframe < 11)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 30;
this.LiveBar._alpha = 100;
dam = _root["ZomboidMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ZomboidMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ZomboidMovie" + i].gotoAndPlay(15);
}
i++;
}
}
}
Instance of Symbol 1395 MovieClip "recharge" in Symbol 1597 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(21);
}
Instance of Symbol 490 MovieClip "HitArea" in Symbol 1597 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 696 MovieClip [OldAngel] "man" in Symbol 1597 MovieClip Frame 3
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeOldAngel * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(2);
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "angel")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
if (_global.side == "angel") {
_parent.Mov.play();
}
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "angel")) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
((this.InitBar._alpha > 0) ? ((this.LiveBar._alpha = this.InitBar._alpha + 10)) : (this.LiveBar._alpha));
if ((this.InitBar.bar._width < 40) && (_global.pauseGame == false)) {
if (_parent.recharge._currentframe != 21) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndStop(1));// not popped
}
if (_parent.Mov.sword._currentframe >= 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(3));// not popped
}
if (_parent.Mov.shield._currentframe >= 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(3));// not popped
}
if (_parent.Mov.teleport._currentframe >= 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(3));// not popped
}
this.InitBar.bar._width = this.InitBar.bar._width + _global.ReOldAngelM;
} else if ((this.InitBar._alpha > 0) && (this.InitBar.bar._width >= 40)) {
this.InitBar._alpha = this.InitBar._alpha - 5;
}
if (this.InitBar.bar._width >= 40) {
if (_parent.recharge._currentframe != 1) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndPlay(2));// not popped
}
if (_parent.Mov.sword._currentframe != 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(1));// not popped
}
if (_parent.Mov.shield._currentframe != 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(1));// not popped
}
if (_parent.Mov.teleport._currentframe != 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(1));// not popped
}
}
if (this.char._currentframe < 150) {
i = 1;
while (i < 11) {
if (this.hitTest(_root["ThunderMovie" + i]) && (_root["ThunderMovie" + i].stream._currentframe < 15)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 10;
this.LiveBar._alpha = 100;
dam = _root["ThunderMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ThunderMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ThunderMovie" + i].stream.gotoAndPlay(15);
}
i++;
}
i = 1;
while (i < 21) {
if (this.hitTest(_root["ZomboidMovie" + i].HitArea) && (_root["ZomboidMovie" + i]._currentframe < 11)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 30;
this.LiveBar._alpha = 100;
dam = _root["ZomboidMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ZomboidMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ZomboidMovie" + i].gotoAndPlay(15);
}
i++;
}
}
}
Instance of Symbol 627 MovieClip [angelGH] "man" in Symbol 1597 MovieClip Frame 4
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeAngelGirl * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "angel")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
if (_global.side == "angel") {
_parent.Mov.play();
}
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "angel")) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
((this.InitBar._alpha > 0) ? ((this.LiveBar._alpha = this.InitBar._alpha + 10)) : (this.LiveBar._alpha));
if ((this.InitBar.bar._width < 40) && (_global.pauseGame == false)) {
if (_parent.recharge._currentframe != 21) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndStop(1));// not popped
}
if (_parent.Mov.sword._currentframe >= 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(3));// not popped
}
if (_parent.Mov.shield._currentframe >= 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(3));// not popped
}
if (_parent.Mov.teleport._currentframe >= 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(3));// not popped
}
this.InitBar.bar._width = this.InitBar.bar._width + _global.ReAngelGirlH;
} else if ((this.InitBar._alpha > 0) && (this.InitBar.bar._width >= 40)) {
this.InitBar._alpha = this.InitBar._alpha - 5;
}
if (this.InitBar.bar._width >= 40) {
if (_parent.recharge._currentframe != 1) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndPlay(2));// not popped
}
if (_parent.Mov.sword._currentframe != 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(1));// not popped
}
if (_parent.Mov.shield._currentframe != 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(1));// not popped
}
if (_parent.Mov.teleport._currentframe != 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(1));// not popped
}
}
if (this.char._currentframe < 150) {
i = 1;
while (i < 11) {
if (this.hitTest(_root["ThunderMovie" + i]) && (_root["ThunderMovie" + i].stream._currentframe < 15)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 10;
this.LiveBar._alpha = 100;
dam = _root["ThunderMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ThunderMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ThunderMovie" + i].stream.gotoAndPlay(15);
}
i++;
}
i = 1;
while (i < 21) {
if (this.hitTest(_root["ZomboidMovie" + i].HitArea) && (_root["ZomboidMovie" + i]._currentframe < 11)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 30;
this.LiveBar._alpha = 100;
dam = _root["ZomboidMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ZomboidMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ZomboidMovie" + i].gotoAndPlay(15);
}
i++;
}
}
}
Instance of Symbol 609 MovieClip [buddaS] "man" in Symbol 1597 MovieClip Frame 5
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeBuddaS * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(2);
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "angel")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
if (_global.side == "angel") {
_parent.Mov.play();
}
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "angel")) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
((this.InitBar._alpha > 0) ? ((this.LiveBar._alpha = this.InitBar._alpha + 10)) : (this.LiveBar._alpha));
if ((this.InitBar.bar._width < 40) && (_global.pauseGame == false)) {
if (_parent.recharge._currentframe != 21) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndStop(1));// not popped
}
if (_parent.Mov.sword._currentframe >= 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(3));// not popped
}
if (_parent.Mov.shield._currentframe >= 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(3));// not popped
}
if (_parent.Mov.teleport._currentframe >= 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(3));// not popped
}
this.InitBar.bar._width = this.InitBar.bar._width + _global.ReBuddaS;
} else if ((this.InitBar._alpha > 0) && (this.InitBar.bar._width >= 40)) {
this.InitBar._alpha = this.InitBar._alpha - 5;
}
if (this.InitBar.bar._width >= 40) {
if (_parent.recharge._currentframe != 1) {
(_parent.recharge);// not popped
} else {
(_parent.recharge.gotoAndPlay(2));// not popped
}
if (_parent.Mov.sword._currentframe != 3) {
(_parent.Mov.sword);// not popped
} else {
(_parent.Mov.sword.gotoAndStop(1));// not popped
}
if (_parent.Mov.shield._currentframe != 3) {
(_parent.Mov.shield);// not popped
} else {
(_parent.Mov.shield.gotoAndStop(1));// not popped
}
if (_parent.Mov.teleport._currentframe != 3) {
(_parent.Mov.teleport);// not popped
} else {
(_parent.Mov.teleport.gotoAndStop(1));// not popped
}
}
if (this.char._currentframe < 150) {
i = 1;
while (i < 11) {
if (this.hitTest(_root["ThunderMovie" + i]) && (_root["ThunderMovie" + i].stream._currentframe < 15)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 10;
this.LiveBar._alpha = 100;
dam = _root["ThunderMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ThunderMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ThunderMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ThunderMovie" + i].stream.gotoAndPlay(15);
}
i++;
}
i = 1;
while (i < 21) {
if (this.hitTest(_root["ZomboidMovie" + i].HitArea) && (_root["ZomboidMovie" + i]._currentframe < 11)) {
this.InitBar._alpha = 100;
this.InitBar.bar._width = this.InitBar.bar._width - 30;
this.LiveBar._alpha = 100;
dam = _root["ZomboidMovie" + i].attack / this.shield;
damage1 = parseInt(dam);
this.damage.gotoAndPlay(2);
if (_root["ZomboidMovie" + i].crit != true) {
(this.damage.damageM.gotoAndStop(1));// not popped
} else {
(this.damage.damageM.gotoAndStop(2));// not popped
}
this.damage.damageM.damageTxt.text = damage1;
this.damage.damageM.damageTxt.replaceText();
attack2 = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
if (attack2 < 0) {
this.LiveBar.bar._width = 0;
this.char.gotoAndPlay(150);
} else {
this.char.gotoAndPlay(100);
this.LiveBar.bar._width = this.LiveBar.bar._width - ((_root["ZomboidMovie" + i].attack / (this.life / 40)) / this.shield);
}
_root["ZomboidMovie" + i].gotoAndPlay(15);
}
i++;
}
}
}
Instance of Symbol 801 MovieClip [demonS] "man" in Symbol 1597 MovieClip Frame 12
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeDemonST * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
((_global.side == "angel") ? ((_parent.Mov._alpha = 0)) : (_parent.Mov));
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
this.char.gotoAndPlay(100);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
if (_global.side == "demon") {
if (((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if ((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 1422 MovieClip "recharge" in Symbol 1597 MovieClip Frame 12
onClipEvent (load) {
this.gotoAndStop(21);
}
Instance of Symbol 490 MovieClip "HitArea" in Symbol 1597 MovieClip Frame 12
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 734 MovieClip [NecromantZ] "man" in Symbol 1597 MovieClip Frame 13
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeNecromant * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
((_global.side == "angel") ? ((_parent.Mov._alpha = 0)) : (_parent.Mov));
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if ((_root.mouse._currentframe == 5) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(2);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
this.char.gotoAndPlay(100);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
if (_global.side == "demon") {
if (((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if ((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 771 MovieClip [zombieM] "man" in Symbol 1597 MovieClip Frame 14
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeZombie * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
((_global.side == "angel") ? ((_parent.Mov._alpha = 0)) : (_parent.Mov));
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
this.char.gotoAndPlay(100);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "demon")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "demon")) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 668 MovieClip [VampireZ] "man" in Symbol 1597 MovieClip Frame 15
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeVampire * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
((_global.side == "angel") ? ((_parent.Mov._alpha = 0)) : (_parent.Mov));
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if ((_root.mouse._currentframe == 5) && (_global.side == "demon")) {
_root.mouse.gotoAndStop(2);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
this.char.gotoAndPlay(100);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "demon")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "demon")) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 771 MovieClip [zombieM] "man" in Symbol 1597 MovieClip Frame 16
onClipEvent (load) {
if (_global.side == "demon") {
this.goldEx._xscale = this.goldEx._xscale * -1;
this.goldEx._x = this.goldEx._x + 90;
this.damage._xscale = this.damage._xscale * -1;
this.damage._x = this.damage._x + 90;
this.InitBar._xscale = this.InitBar._xscale * -1;
this.InitBar._x = this.InitBar._x + 32;
this.LiveBar._xscale = this.LiveBar._xscale * -1;
this.LiveBar._x = this.LiveBar._x + 32;
}
this.life = _global.LifeZombie * _parent.manlevel;
this.manlevel = _parent.manlevel;
((_parent.manlevel == 1) ? ((frame = 1)) : (frame));
((_parent.manlevel == 1.25) ? ((frame = 2)) : (frame));
((_parent.manlevel == 1.5) ? ((frame = 3)) : (frame));
((_parent.manlevel == 2) ? ((frame = 4)) : (frame));
this.char.shield.gotoAndStop(frame);
this.shield = 1;
((_global.side == "angel") ? ((_parent.Mov._alpha = 0)) : (_parent.Mov));
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if ((_root.mouse._currentframe == 5) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if ((_root.mouse._currentframe == 6) && (_global.side == "angel")) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
this.char.gotoAndPlay(100);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
if ((((_parent.Mov._currentframe == 1) && (_root.mouse._currentframe < 3)) && (_global.side == "demon")) && (this.char._currentframe < 150)) {
this.LiveBar._alpha = 100;
_parent.nod.gotoAndPlay(1);
_parent.Mov.play();
}
i = 0;
while (i < 17) {
if (((_root.game["nod" + i].Mov._currentframe > 1) && (_root.game["nod" + i].Mov._currentframe <= 10)) && (_global.side == "demon")) {
_root.game["nod" + i].Mov.gotoAndPlay(11);
_root.game["nod" + i].nod.gotoAndStop(41);
_root.game["nod" + i].man.LiveBar._alpha = 10;
}
i++;
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 1433 MovieClip "man" in Symbol 1597 MovieClip Frame 20
onClipEvent (load) {
this.life = 400;
this.manlevel = 1;
this.shield = 1;
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if (_root.mouse._currentframe == 5) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if (_root.mouse._currentframe == 6) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
if (this.char._currentframe < 40) {
this.char.gotoAndPlay(100);
}
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 1445 MovieClip "man" in Symbol 1597 MovieClip Frame 21
onClipEvent (load) {
this.shield = 1;
this.life = 400;
this.manlevel = _parent.manlevel;
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if (_root.mouse._currentframe == 5) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if (_root.mouse._currentframe == 6) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
if (this.char._currentframe < 40) {
this.char.gotoAndPlay(100);
}
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 1461 MovieClip "man" in Symbol 1597 MovieClip Frame 50
onClipEvent (load) {
this.shield = 1;
this.life = _global.LifeGigant;
this.manlevel = _parent.manlevel;
i = random(20);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if (_root.mouse._currentframe == 5) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if (_root.mouse._currentframe == 6) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
if (this.char._currentframe < 40) {
this.char.gotoAndPlay(100);
}
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 1530 MovieClip "man" in Symbol 1597 MovieClip Frame 52
onClipEvent (load) {
this.shield = 1;
this.life = _global.LifeOctopusLapa;
this.manlevel = _parent.manlevel;
i = random(15);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if (_root.mouse._currentframe == 5) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if (_root.mouse._currentframe == 6) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
if (this.char._currentframe < 40) {
this.char.gotoAndPlay(100);
}
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
}
onClipEvent (enterFrame) {
!!!ERROR
Instance of Symbol 1596 MovieClip "man" in Symbol 1597 MovieClip Frame 53
onClipEvent (load) {
this.shield = 1;
this.life = _global.LifeMech;
this.manlevel = _parent.manlevel;
i = random(15);
this.char.gotoAndPlay(i);
}
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
}
if (_root.mouse._currentframe == 5) {
_root.mouse.gotoAndStop(6);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
}
if (_root.mouse._currentframe == 6) {
_root.mouse.gotoAndStop(5);
}
}
on (press) {
attacker = _root.mouse.attacker;
if (((_root.mouse.attackerType == "necromantZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
} else if (((_root.mouse.attackerType == "vampireZ") && (_global.side == "demon")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
_root.game[attacker].man.char.gotoAndPlay(50);
}
if (((_root.mouse.attackerType == "oldAngel") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
_root.mouse.victim = _parent._name;
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(50);
this.InitBar._alpha = 100;
this.InitBar.bar._width = 20;
this.LiveBar._alpha = 100;
} else if (((_root.mouse.attackerType == "buddaS") && (_global.side == "angel")) && (_root.mouse._currentframe == 6)) {
_root.mouse.gotoAndStop(1);
attacker = _root.mouse.attacker;
_root.game[attacker].man.char.gotoAndPlay(200);
_root.game[attacker].man.InitBar._alpha = 100;
_root.game[attacker].man.InitBar.bar._width = 20;
_root.game[attacker].man.shield = 1;
if (this.char._currentframe < 40) {
this.char.gotoAndPlay(100);
}
this.InitBar._alpha = 100;
this.InitBar.bar._width = 0;
_root.attachMovie("buddaSAttack2", "buddaSAttack2" + _global.BulNumBuddaS2, 1950 + _global.BulNumBuddaS2);
nameN = _parent._parent._name;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._x = _parent._x - 20;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._y = _parent._y + 190;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._width = _root["buddaSAttack2" + _global.BulNumBuddaS2]._width / 2.5;
_root["buddaSAttack2" + _global.BulNumBuddaS2]._height = _root["buddaSAttack2" + _global.BulNumBuddaS2]._height / 2.5;
((_global.BulNumBuddaS2 > 6) ? ((_global.BulNumBuddaS2 = 1)) : (_global.BulNumBuddaS2));
}
}
onClipEvent (enterFrame) {
!!!ERROR
Symbol 1600 MovieClip Frame 1
stop();
Symbol 1602 MovieClip Frame 1
i = 6;
while (i > 0) {
if ((_root.game["nod" + i]._currentframe > 1) && (_global.firstPlayTrainlvl == true)) {
_root.game.TrainClickPersTxt.gotoAndStop(2);
_root.game.TrainClickPersTxt._x = _root.game["nod" + i]._x + 80;
_root.game.TrainClickPersTxt._y = _root.game["nod" + i]._y + 100;
}
i--;
}
Symbol 1602 MovieClip Frame 25
this._x = -1000;
stop();
Symbol 1605 MovieClip Frame 1
stop();
Symbol 1608 MovieClip Frame 1
stop();
Symbol 1611 MovieClip Frame 1
stop();
Symbol 1614 MovieClip Frame 1
this._x = this._x - 1000;
stop();
Symbol 1614 MovieClip Frame 98
stop();
Symbol 1670 MovieClip Frame 300
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
i = random(100);
this.gotoAndPlay(i);
Symbol 1684 MovieClip Frame 1
i = random(38) + 1;
this.gotoAndPlay(i);
Symbol 1693 MovieClip Frame 80
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
i = random(48) + 1;
this.gotoAndPlay(i);
Symbol 1713 MovieClip Frame 1
!!!ERROR
Instance of Symbol 1597 MovieClip "nod4" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod4level;
}
Instance of Symbol 1597 MovieClip "nod1" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod1level;
}
Instance of Symbol 1597 MovieClip "nod5" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod5level;
}
Instance of Symbol 1597 MovieClip "nod2" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod2level;
}
Instance of Symbol 1597 MovieClip "nod3" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod3level;
}
Instance of Symbol 1597 MovieClip "nod6" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod6level;
}
Instance of Symbol 1597 MovieClip "nod11" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod11level;
}
Instance of Symbol 1597 MovieClip "nod14" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod14level;
}
Instance of Symbol 1597 MovieClip "nod12" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod12level;
}
Instance of Symbol 1597 MovieClip "nod15" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod15level;
}
Instance of Symbol 1597 MovieClip "nod16" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod16level;
}
Instance of Symbol 1597 MovieClip "nod13" in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
this.manlevel = _global.shopnod13level;
}
Symbol 1713 MovieClip Frame 2
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_global.shieldLess = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 999999);
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Symbol 1713 MovieClip Frame 3
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 9999999);
}
Symbol 1713 MovieClip Frame 4
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_global.NotTreatment = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 99999999);
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1623 MovieClip in Symbol 1713 MovieClip Frame 4
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
this._x = random(680);
this._x = this._x + 30;
this._y = random(250);
this._y = this._y + 100;
cv = random(60);
this._xscale = cv + 40;
this._yscale = cv + 40;
time = random(60);
dvijx = random(2);
dvijy = random(2);
xs = 0.2;
ys = 0.2;
}
onClipEvent (enterFrame) {
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
i++;
if (dvijx == 0) {
if (this._x < 730) {
this._x = this._x + xs;
}
} else if (this._x > 0) {
this._x = this._x - xs;
}
if (dvijy == 0) {
if (this._y < 430) {
this._y = this._y + ys;
}
} else if (this._y > 70) {
this._y = this._y - ys;
}
if (i >= time) {
time = random(60);
dvijx = random(2);
dvijy = random(2);
i = 0;
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Symbol 1713 MovieClip Frame 5
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
_global.teleportLess = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 9999999);
}
Symbol 1713 MovieClip Frame 6
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 9999999);
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 6
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Symbol 1713 MovieClip Frame 7
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 9999999999);
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 7
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Symbol 1713 MovieClip Frame 8
attackGigant = function () {
i = random(2) + 13;
if (((_root.game["nod" + i]._currentframe == 50) && (_root.game["nod" + i].man.InitBar.bar._width >= 40)) && (_root.game["nod" + i].man.char._currentframe < 50)) {
at = random(4);
if (at > 1) {
_root.game["nod" + i].man.shield = 1;
_root.game["nod" + i].man.InitBar._alpha = 100;
_root.game["nod" + i].man.InitBar.bar._width = 30;
_root.game["nod" + i].man.LiveBar.bar.gotoAndStop(1);
if (_root.game["nod" + i].man.char._currentframe >= 50) {
(_root.game["nod" + i].man.char.play());// not popped
} else {
(_root.game["nod" + i].man.char.gotoAndPlay(50));// not popped
}
if (_global.diff == "normal") {
numS = random(6) + 1;
} else {
numS = random(4) + 1;
}
t = numS;
while (t > 0) {
nod = random(6) + 1;
ver1and4nod = random(9);
if (ver1and4nod == 0) {
nod = 1;
}
if (ver1and4nod == 2) {
nod = 4;
}
victdam = _root.game["nod" + nod]._name;
frame = random(30) + 1;
_root.attachMovie("StoneGigant", "StoneGigant" + _global.BulNumGigant, 5800 + _global.BulNumGigant);
_root["StoneGigant" + _global.BulNumGigant]._x = _root.game[victdam]._x + 65;
_root["StoneGigant" + _global.BulNumGigant]._y = _root.game[victdam]._y + 230;
higth = random(8) + 15;
higth = higth / 10;
_root["StoneGigant" + _global.BulNumGigant]._width = _root["StoneGigant" + _global.BulNumGigant]._width / higth;
_root["StoneGigant" + _global.BulNumGigant]._height = _root["StoneGigant" + _global.BulNumGigant]._height / higth;
_root["StoneGigant" + _global.BulNumGigant].gotoAndPlay(frame);
ranattack = random(_global.FailGigant);
ranpoint = _global.FailGigant * 0.2;
((ranattack <= ranpoint) ? ((_root["StoneGigant" + _global.BulNumGigant].crit = true)) : ((_root["StoneGigant" + _global.BulNumGigant].crit = false)));
_root["StoneGigant" + _global.BulNumGigant].attack = (_global.AttGigant - ranattack) * (_root["StoneGigant" + _global.BulNumGigant]._width / 150);
_global.BulNumGigant++;
((_global.BulNumGigant > 10) ? ((_global.BulNumGigant = 1)) : (_global.BulNumGigant));
t--;
}
}
}
};
aNumGigant = 0;
((_global.diff == "easy") ? ((aGigant = random(10) + 5)) : ((aGigant = random(5) + 5)));
onEnterFrame = function () {
if (_global.pauseGame == false) {
aNumGigant++;
if (aNumGigant >= aGigant) {
attackGigant();
aNumGigant = 0;
((_global.diff == "easy") ? ((aGigant = random(10) + 5)) : ((aGigant = random(5) + 5)));
}
i = 1;
while (i < 11) {
if (((_root["StreamMovie" + i]._x > -300) && (_root["StreamMovie" + i]._x < 800)) && (_global.pauseGame == false)) {
if (_global.side == "angel") {
((_root["StreamMovie" + i].stream._currentframe < 15) ? ((_root["StreamMovie" + i]._x = _root["StreamMovie" + i]._x + 20)) : (_root["StreamMovie" + i]._x));
} else {
((_root["StreamMovie" + i].stream._currentframe < 15) ? ((_root["StreamMovie" + i]._x = _root["StreamMovie" + i]._x - 20)) : (_root["StreamMovie" + i]._x));
}
} else {
_root["StreamMovie" + i].unloadMovie();
}
i++;
}
i = 1;
while (i < 11) {
if ((_root["ThunderMovie" + i].stream._currentframe == 10) && (_global.pauseGame == false)) {
if ((_root["ThunderMovie" + i]._x > -300) && (_root["ThunderMovie" + i]._x < 800)) {
if (_global.side == "demon") {
((_root["ThunderMovie" + i].stream._currentframe < 15) ? ((_root["ThunderMovie" + i]._x = _root["ThunderMovie" + i]._x + 20)) : (_root["ThunderMovie" + i]._x));
} else {
((_root["ThunderMovie" + i].stream._currentframe < 15) ? ((_root["ThunderMovie" + i]._x = _root["ThunderMovie" + i]._x - 20)) : (_root["ThunderMovie" + i]._x));
}
} else {
_root["ThunderMovie" + i].unloadMovie();
}
}
i++;
}
}
};
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("BossOct");
Snd.start(0, 99999999);
}
Symbol 1713 MovieClip Frame 9
attackOctopusLapa = function () {
i = random(6) + 11;
if (((_root.game["nod" + i]._currentframe == 52) && (_root.game["nod" + i].man.InitBar.bar._width >= 40)) && (_root.game["nod" + i].man.char._currentframe < 50)) {
at = random(4);
if (at > 1) {
_root.game["nod" + i].man.shield = 1;
_root.game["nod" + i].man.InitBar._alpha = 100;
_root.game["nod" + i].man.InitBar.bar._width = 0;
_root.game["nod" + i].man.LiveBar.bar.gotoAndStop(1);
if (_root.game["nod" + i].man.char._currentframe >= 50) {
(_root.game["nod" + i].man.char.play());// not popped
} else {
(_root.game["nod" + i].man.char.gotoAndPlay(150));// not popped
}
}
}
};
aNumOctopusLapa = 0;
((_global.diff == "easy") ? ((aOctopusLapa = random(10) + 5)) : ((aOctopusLapa = random(5) + 5)));
onEnterFrame = function () {
if (_global.pauseGame == false) {
aNumOctopusLapa++;
if (aNumOctopusLapa >= aOctopusLapa) {
attackOctopusLapa();
aNumOctopusLapa = 0;
((_global.diff == "easy") ? ((aOctopusLapa = random(10) + 5)) : ((aOctopusLapa = random(5) + 5)));
}
i = 1;
while (i < 11) {
if (((_root["StreamMovie" + i]._x > -300) && (_root["StreamMovie" + i]._x < 800)) && (_global.pauseGame == false)) {
if (_global.side == "angel") {
((_root["StreamMovie" + i].stream._currentframe < 15) ? ((_root["StreamMovie" + i]._x = _root["StreamMovie" + i]._x + 20)) : (_root["StreamMovie" + i]._x));
} else {
((_root["StreamMovie" + i].stream._currentframe < 15) ? ((_root["StreamMovie" + i]._x = _root["StreamMovie" + i]._x - 20)) : (_root["StreamMovie" + i]._x));
}
} else {
_root["StreamMovie" + i].unloadMovie();
}
i++;
}
i = 1;
while (i < 11) {
if ((_root["ThunderMovie" + i].stream._currentframe == 10) && (_global.pauseGame == false)) {
if ((_root["ThunderMovie" + i]._x > -300) && (_root["ThunderMovie" + i]._x < 800)) {
if (_global.side == "demon") {
((_root["ThunderMovie" + i].stream._currentframe < 15) ? ((_root["ThunderMovie" + i]._x = _root["ThunderMovie" + i]._x + 20)) : (_root["ThunderMovie" + i]._x));
} else {
((_root["ThunderMovie" + i].stream._currentframe < 15) ? ((_root["ThunderMovie" + i]._x = _root["ThunderMovie" + i]._x - 20)) : (_root["ThunderMovie" + i]._x));
}
} else {
_root["ThunderMovie" + i].unloadMovie();
}
}
i++;
}
}
};
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("BossOct");
Snd.start(0, 99999999);
}
Instance of Symbol 1597 MovieClip "nod15" in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
this.manlevel = _global.shopnod15level;
}
Instance of Symbol 1597 MovieClip "nod16" in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
this.manlevel = _global.shopnod16level;
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1693 MovieClip in Symbol 1713 MovieClip Frame 9
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(100);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(60);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Symbol 1713 MovieClip Frame 10
attackMech = function () {
i = random(2) + 13;
if (((_root.game["nod" + i]._currentframe == 53) && (_root.game["nod" + i].man.InitBar.bar._width >= 40)) && (_root.game["nod" + i].man.char._currentframe < 50)) {
at = random(6);
if (at > 1) {
_root.game["nod" + i].man.shield = 1;
_root.game["nod" + i].man.InitBar._alpha = 100;
_root.game["nod" + i].man.InitBar.bar._width = 30;
_root.game["nod" + i].man.LiveBar.bar.gotoAndStop(1);
if (_root.game["nod" + i].man.char._currentframe >= 50) {
(_root.game["nod" + i].man.char.play());// not popped
} else {
(_root.game["nod" + i].man.char.gotoAndPlay(50));// not popped
}
attnum = random(2) + 1;
nodpred = random(6) + 1;
t = attnum;
while (t > 0) {
nod = random(6) + 1;
while (nod == nodpred) {
nod = random(6) + 1;
}
nodpred = nod;
ver1and4nod = random(9);
if (ver1and4nod == 0) {
nod = 2;
}
if (ver1and4nod == 2) {
nod = 5;
}
victdam = _root.game["nod" + nod]._name;
frame = random(12) + 1;
_root.attachMovie("ShipMech", "ShipMech" + _global.BulNumMech, 5800 + _global.BulNumMech);
_root["ShipMech" + _global.BulNumMech]._x = _root.game[victdam]._x + 60;
_root["ShipMech" + _global.BulNumMech]._y = _root.game[victdam]._y + 80;
_root["ShipMech" + _global.BulNumMech]._width = _root["ShipMech" + _global.BulNumMech]._width / 1.5;
_root["ShipMech" + _global.BulNumMech]._height = _root["ShipMech" + _global.BulNumMech]._height / 1.5;
_root["ShipMech" + _global.BulNumMech].gotoAndPlay(frame);
ranattack = random(_global.FailMech);
ranpoint = _global.FailMech * 0.2;
((ranattack <= ranpoint) ? ((_root["ShipMech" + _global.BulNumMech].crit = true)) : ((_root["ShipMech" + _global.BulNumMech].crit = false)));
_root["ShipMech" + _global.BulNumMech].attack = _global.AttMech - ranattack;
_global.BulNumMech++;
((_global.BulNumMech > 10) ? ((_global.BulNumMech = 1)) : (_global.BulNumMech));
t--;
}
}
}
};
aNumMech = 0;
((_global.diff == "easy") ? ((aMech = random(10) + 5)) : ((aMech = random(5) + 5)));
onEnterFrame = function () {
if (_global.pauseGame == false) {
aNumMech++;
if (aNumMech >= aMech) {
attackMech();
aNumMech = 0;
((_global.diff == "easy") ? ((aMech = random(10) + 5)) : ((aMech = random(5) + 5)));
}
i = 1;
while (i < 11) {
if (((_root["StreamMovie" + i]._x > -300) && (_root["StreamMovie" + i]._x < 800)) && (_global.pauseGame == false)) {
if (_global.side == "angel") {
((_root["StreamMovie" + i].stream._currentframe < 15) ? ((_root["StreamMovie" + i]._x = _root["StreamMovie" + i]._x + 20)) : (_root["StreamMovie" + i]._x));
} else {
((_root["StreamMovie" + i].stream._currentframe < 15) ? ((_root["StreamMovie" + i]._x = _root["StreamMovie" + i]._x - 20)) : (_root["StreamMovie" + i]._x));
}
} else {
_root["StreamMovie" + i].unloadMovie();
}
i++;
}
i = 1;
while (i < 11) {
if ((_root["ThunderMovie" + i].stream._currentframe == 10) && (_global.pauseGame == false)) {
if ((_root["ThunderMovie" + i]._x > -300) && (_root["ThunderMovie" + i]._x < 800)) {
if (_global.side == "demon") {
((_root["ThunderMovie" + i].stream._currentframe < 15) ? ((_root["ThunderMovie" + i]._x = _root["ThunderMovie" + i]._x + 20)) : (_root["ThunderMovie" + i]._x));
} else {
((_root["ThunderMovie" + i].stream._currentframe < 15) ? ((_root["ThunderMovie" + i]._x = _root["ThunderMovie" + i]._x - 20)) : (_root["ThunderMovie" + i]._x));
}
} else {
_root["ThunderMovie" + i].unloadMovie();
}
}
i++;
}
}
};
_global.firstPlayTrainlvl = false;
_global.step1 = true;
_global.step2 = true;
_global.step3 = true;
stopAllSounds();
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("BossMech");
Snd.start(0, 9999999999);
}
Instance of Symbol 1597 MovieClip "nod14" in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
this.manlevel = _global.shopnod12level;
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Instance of Symbol 1670 MovieClip in Symbol 1713 MovieClip Frame 10
onClipEvent (load) {
if (_global.VisualEffects == false) {
this._alpha = 0;
}
this.nottrue = false;
i = random(300);
this.gotoAndPlay(i);
this._x = random(680);
this._x = this._x + 30;
this._y = (random(150) + 10) * -1;
cv = random(50);
this._xscale = cv + 35;
this._yscale = cv + 35;
}
onClipEvent (enterFrame) {
if (this._alpha == 0) {
this.stop();
}
if ((_global.VisualEffects == true) || (this._alpha > 0)) {
this.play();
this.nottrue = false;
if (this._alpha < 100) {
this._alpha = this._alpha + random(3);
}
}
if ((_global.VisualEffects == false) || (this.nottrue == true)) {
this.nottrue = true;
if (this._alpha > 0) {
this._alpha = this._alpha - random(6);
}
}
}
Symbol 1714 MovieClip Frame 1
stop();
Symbol 1716 MovieClip Frame 1
stop();
Symbol 1716 MovieClip Frame 6
stop();
Symbol 1717 MovieClip Frame 1
if (_global.Graff == "low") {
g1.gotoAndStop(10);
}
if (_global.Graff == "normal") {
g2.gotoAndStop(10);
}
if (_global.Graff == "high") {
g3.gotoAndStop(10);
}
if (_global.Music == true) {
m1.gotoAndStop(10);
}
if (_global.Music == false) {
m2.gotoAndStop(10);
}
if (_global.FX == true) {
fx1.gotoAndStop(10);
}
if (_global.FX == false) {
fx2.gotoAndStop(10);
}
if (_global.VisualEffects == true) {
v1.gotoAndStop(10);
}
if (_global.VisualEffects == false) {
v2.gotoAndStop(10);
}
Instance of Symbol 1714 MovieClip in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
if (_root.game._currentframe != 1) {
_root.menuInWar.quitTxt.gotoAndPlay(2);
}
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
if (_root.game._currentframe != 1) {
_root.menuInWar.quitTxt.gotoAndPlay(7);
}
}
on (press) {
stopAllSounds();
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
if (_root.game._currentframe == 1) {
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+0";
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
_root.viktoryofDieInGame.moneyAchTxt.text = "+0";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
pastKeys = _global.privatePoints;
if (_global.privatePoints < 1) {
_global.privatePoints = 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if ((_global.firstPlayTrainlvl == false) && (_global.playTrainTxt == true)) {
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Victory");
Snd.start();
}
if (_global.TrainEnd2 == false) {
_global.TrainEnd2 = true;
_root.viktoryofDieInGame.Achivments.gotoAndStop(23);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_root.viktoryofDieInGame.moneyAchTxt.text = "+10";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 10;
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_root.viktoryofDieInGame.moneyAchTxt.text = "+0";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
}
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(22);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
_root.menuInWar._x = 1000;
_root.pauseLayer._x = 1000;
trace("victory");
_root.mouse.gotoAndStop(1);
if (_global.Graff == "low") {
_quality = "LOW";
}
if (_global.Graff == "normal") {
_quality = "MEDIUM";
}
if (_global.Graff == "high") {
_quality = "HIGH";
}
_root.viktoryofDieInGame._x = 165;
_root.pauseLayer._x = 0;
if (_global.startBattleTimeSeconds < 10) {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : 0") + _global.startBattleTimeSeconds;
} else {
_root.viktoryofDieInGame.timeOfBattleTxt.text = (_global.startBattleTimeMinutes + " : ") + _global.startBattleTimeSeconds;
}
_root.viktoryofDieInGame.defeatedTxt.text = _global.defeted;
_root.viktoryofDieInGame.lostedTxt.text = _global.losted;
_global.levelMoney = 0;
_root.viktoryofDieInGame.moneyEarnedTxt.text = parseInt(_global.levelMoney);
_global.allMoneyG = _global.allMoneyG + parseInt(_global.levelMoney);
if (_root.pauseLayer._currentframe == 1) {
_global.pauseGame = true;
_root.pauseLayer.gotoAndPlay(5);
i = 0;
while (i < 22) {
_root["StreamMovie" + i].unloadMovie();
_root["ThunderMovie" + i].unloadMovie();
_root["ZomboidMovie" + i].unloadMovie();
_root.game["nod" + i].man.char.stop();
_root.game["nod" + i].man.damage.stop();
_root["peroAnim" + i].unloadMovie();
_root["necroAttack" + i].stop();
_root["necroAttack2" + i].stop();
_root["SunRise" + i].stop();
_root["buddaSAttack" + i].stop();
_root["buddaSAttack2" + i].stop();
_root["healthEffect" + i].stop();
_root["VampireBloodOut" + i].stop();
i++;
}
}
} else {
clearInterval(_root.game.timer);
delete _root.game.timer;
_global.startBattleTimeSeconds = 0;
_global.startBattleTimeMinutes = 0;
_global.defeted = 0;
_global.losted = 0;
_global.pauseGame = false;
_root.pauseLayer.gotoAndStop(1);
i = 1;
while (i < 30) {
_root["StoneGigant" + i].unloadMovie();
_root["StreamMovie" + i].unloadMovie();
_root["ThunderMovie" + i].unloadMovie();
_root["ZomboidMovie" + i].unloadMovie();
_root["necroAttack" + i].unloadMovie();
_root["necroAttack2" + i].unloadMovie();
_root["SunRise" + i].unloadMovie();
_root["buddaSAttack" + i].unloadMovie();
_root["buddaSAttack2" + i].unloadMovie();
_root["healthEffect" + i].unloadMovie();
_root["VampireBloodOut" + i].unloadMovie();
i++;
}
((_global.shieldLess2 == true) ? ((_global.shieldLess = false)) : (_global.shieldLess));
((_global.NotTreatment2 == true) ? ((_global.NotTreatment = false)) : (_global.NotTreatment));
((_global.teleportLess2 == true) ? ((_global.teleportLess = false)) : ((_global.teleportLess = false)));
_global.octopusLegNum = 3;
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}
}
Instance of Symbol 1142 MovieClip "g1" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.Graff = "low";
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.g2._currentframe == 10) {
_root.menuInWar.g2.gotoAndPlay(11);
}
if (_root.menuInWar.g3._currentframe == 10) {
_root.menuInWar.g3.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "g2" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.Graff = "normal";
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.g1._currentframe == 10) {
_root.menuInWar.g1.gotoAndPlay(11);
}
if (_root.menuInWar.g3._currentframe == 10) {
_root.menuInWar.g3.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "g3" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.Graff = "high";
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.g1._currentframe == 10) {
_root.menuInWar.g1.gotoAndPlay(11);
}
if (_root.menuInWar.g2._currentframe == 10) {
_root.menuInWar.g2.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "m2" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
stopAllSounds();
_global.Music = false;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.m1._currentframe == 10) {
_root.menuInWar.m1.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "m1" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.Music = true;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.m2._currentframe == 10) {
_root.menuInWar.m2.gotoAndPlay(11);
}
if (_root.game._currentframe < 8) {
var Snd = new Sound();
Snd.attachSound("Battle");
Snd.start(0, 9999999);
} else if ((_root.game._currentframe == 8) || (_root.game._currentframe == 9)) {
var Snd = new Sound();
Snd.attachSound("BossOct");
Snd.start(0, 9999999);
} else if (_root.game._currentframe == 10) {
var Snd = new Sound();
Snd.attachSound("BossMach");
Snd.start(0, 9999999);
}
}
Instance of Symbol 1142 MovieClip "fx2" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.FX = false;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.fx1._currentframe == 10) {
_root.menuInWar.fx1.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "fx1" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.FX = true;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.fx2._currentframe == 10) {
_root.menuInWar.fx2.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "v2" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.VisualEffects = false;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.v1._currentframe == 10) {
_root.menuInWar.v1.gotoAndPlay(11);
}
}
Instance of Symbol 1142 MovieClip "v1" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
_global.VisualEffects = true;
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
if (_root.menuInWar.v2._currentframe == 10) {
_root.menuInWar.v2.gotoAndPlay(11);
}
}
Instance of Symbol 1150 MovieClip "Backbtn" in Symbol 1717 MovieClip Frame 1
on (rollOver) {
if (_root.mouse._currentframe == 1) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.mouse._currentframe == 2) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
}
on (press) {
if (_root.mouse._currentframe < 3) {
this.gotoAndStop(1);
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.menuInWar._alpha = 100;
_root.menuInWar._x = 165;
_root.pauseLayer._x = 0;
if (_global.Graff == "low") {
_quality = "LOW";
}
if (_global.Graff == "normal") {
_quality = "MEDIUM";
}
if (_global.Graff == "high") {
_quality = "HIGH";
}
_root.menuInWar._alpha = 100;
_root.menuInWar._x = 1000;
_root.pauseLayer._x = 1000;
_global.pauseGame = false;
_root.pauseLayer.gotoAndStop(1);
i = 1;
while (i < 17) {
_root.game["nod" + i].man.char.play();
((_root.game["nod" + i].man.damage._currentframe > 1) ? (_root.game["nod" + i].man.damage.play()) : (_root.game["nod" + i].man.damage.stop()));
_root["necroAttack" + i].play();
_root["necroAttack2" + i].play();
_root["SunRise" + i].play();
_root["buddaSAttack" + i].play();
_root["buddaSAttack2" + i].play();
_root["healthEffect" + i].play();
_root["VampireBloodOut" + i].play();
i++;
}
}
}
Symbol 1727 MovieClip Frame 1
stop();
Symbol 1741 MovieClip Frame 1
stop();
timeOfBattleTxt.selectable = false;
defeatedTxt.selectable = false;
lostedTxt.selectable = false;
moneyEarnedTxt.selectable = false;
moneyAchTxt.selectable = false;
Instance of Symbol 1714 MovieClip in Symbol 1741 MovieClip Frame 1
on (rollOver) {
_root.mouse.gotoAndStop(2);
this.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(1);
stopAllSounds();
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
clearInterval(_root.game.timer);
delete _root.game.timer;
_global.startBattleTimeSeconds = 0;
_global.startBattleTimeMinutes = 0;
_global.defeted = 0;
_global.losted = 0;
_global.pauseGame = false;
i = 1;
while (i < 30) {
_root["peroAnim" + i].unloadMovie();
_root["StoneGigant" + i].unloadMovie();
_root["StreamMovie" + i].unloadMovie();
_root["ThunderMovie" + i].unloadMovie();
_root["ZomboidMovie" + i].unloadMovie();
_root["necroAttack" + i].unloadMovie();
_root["necroAttack2" + i].unloadMovie();
_root["SunRise" + i].unloadMovie();
_root["buddaSAttack" + i].unloadMovie();
_root["buddaSAttack2" + i].unloadMovie();
_root["healthEffect" + i].unloadMovie();
_root["VampireBloodOut" + i].unloadMovie();
i++;
}
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}
Symbol 1741 MovieClip Frame 2
stop();
stopAllSounds();
timeOfBattleTxt.selectable = false;
defeatedTxt.selectable = false;
lostedTxt.selectable = false;
moneyEarnedTxt.selectable = false;
moneyAchTxt.selectable = false;
pastKeys = _global.privatePoints;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+0";
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
_root.viktoryofDieInGame.moneyAchTxt.text = "+0";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
var HHSave = SharedObject.getLocal("HH");
var HHSave2 = SharedObject.getLocal("HH2");
if (_root.viktoryofDieInGame.stick._currentframe == 1) {
if (_global.Music == true) {
var Snd = new Sound();
Snd.attachSound("Victory");
Snd.start();
}
if (_global.side == "angel") {
if (_root.game._currentframe == 2) {
if (_global.privatePoints < 3) {
_global.privatePoints = 3;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if (_global.shieldLess == false) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(18);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else if (_global.shieldLess2 == true) {
_root.viktoryofDieInGame.moneyAchTxt.text = "+10";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 10;
_global.shieldLess2 = false;
_root.viktoryofDieInGame.Achivments.gotoAndStop(19);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
if (_root.game._currentframe == 3) {
if (_global.privatePoints < 5) {
_global.privatePoints = 5;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if (_global.TimeLess == true) {
if (_global.TimeLess2 == true) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(4);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
} else if (((_global.TimeLess2 == false) && (_global.startBattleTimeSeconds <= 30)) && (_global.startBattleTimeMinutes == 0)) {
_global.TimeLess2 = true;
_global.TimeLess = true;
_root.viktoryofDieInGame.Achivments.gotoAndStop(5);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_root.viktoryofDieInGame.moneyAchTxt.text = "+20";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 20;
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(4);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
if (_root.game._currentframe == 4) {
if (_global.privatePoints < 25) {
_global.privatePoints = 25;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if (_global.NotTreatment == false) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(12);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else if (_global.NotTreatment2 == true) {
_root.viktoryofDieInGame.moneyAchTxt.text = "+50";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 50;
_global.NotTreatment2 = false;
_root.viktoryofDieInGame.Achivments.gotoAndStop(13);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
if (_root.game._currentframe == 5) {
if (_global.privatePoints < 12) {
_global.privatePoints = 12;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if (_global.teleportLess == false) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(2);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else if (_global.teleportLess2 == true) {
_root.viktoryofDieInGame.moneyAchTxt.text = "+35";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 35;
_global.teleportLess2 = false;
_root.viktoryofDieInGame.Achivments.gotoAndStop(3);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
if (_root.game._currentframe == 6) {
if (_global.privatePoints < 15) {
_global.privatePoints = 15;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
ang = true;
i = 1;
while (i < 7) {
if (_root.game["nod" + i]._currentframe > 2) {
ang = false;
}
trace(_root.game["nod" + i].man.LiveBar.bar._width);
i++;
}
if (_global.AngelOnly == true) {
if (_global.AngelOnly2 == true) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(10);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
} else if ((_global.AngelOnly2 == false) && (ang == true)) {
_global.AngelOnly2 = true;
_global.AngelOnly = true;
_root.viktoryofDieInGame.Achivments.gotoAndStop(11);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_root.viktoryofDieInGame.moneyAchTxt.text = "+45";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 45;
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(10);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
if (_root.game._currentframe == 7) {
if (_global.NotDie == true) {
if (_global.NotDie2 == true) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(6);
}
} else if ((_global.NotDie2 == false) && (_global.losted == 0)) {
_global.NotDie2 = true;
_global.NotDie = true;
_root.viktoryofDieInGame.Achivments.gotoAndStop(7);
_root.viktoryofDieInGame.moneyAchTxt.text = "+20";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 20;
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(6);
}
if (_global.privatePoints < 6) {
_global.privatePoints = 6;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if (_global.Time2Less == true) {
if (_global.Time2Less2 == true) {
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else {
_root.viktoryofDieInGame.Achivments2.gotoAndStop(24);
}
} else if (((_global.Time2Less2 == false) && (_global.startBattleTimeSeconds <= 40)) && (_global.startBattleTimeMinutes == 0)) {
_global.Time2Less2 = true;
_global.Time2Less = true;
_root.viktoryofDieInGame.Achivments2.gotoAndStop(25);
_root.viktoryofDieInGame.moneyAchTxt.text = "+30";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 30;
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments2.gotoAndStop(24);
}
}
if (_root.game._currentframe == 8) {
if (_global.privatePoints < 20) {
_global.privatePoints = 20;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 9) {
max = true;
i = 1;
while (i < 7) {
if (((_root.game["nod" + i].man.LiveBar.bar._width < 40) && (_root.game["nod" + i].man.char._currentframe != 1)) && (_root.game["nod" + i].man.char._currentframe != 11)) {
max = false;
}
trace(_root.game["nod" + i].man.LiveBar.bar._width);
i++;
}
if (_global.privatePoints < 8) {
_global.privatePoints = 8;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
if (_global.MaxHealth == true) {
if (_global.MaxHealth2 == true) {
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(8);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
} else if ((_global.MaxHealth2 == false) && (max == true)) {
_global.MaxHealth2 = true;
_global.MaxHealth = true;
_root.viktoryofDieInGame.Achivments.gotoAndStop(9);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
_root.viktoryofDieInGame.moneyAchTxt.text = "+35";
_root.viktoryofDieInGame.moneyAchTxt.replaceText();
_global.allMoneyG = _global.allMoneyG + 35;
_global.privatePoints = _global.privatePoints + 1;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
} else {
_root.viktoryofDieInGame.Achivments.gotoAndStop(8);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
if (_root.game._currentframe == 10) {
if (_global.privatePoints < 12) {
_global.privatePoints = 12;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
} else {
if (_root.game._currentframe == 2) {
if (_global.privatePoints < 27) {
_global.privatePoints = 27;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 3) {
if (_global.privatePoints < 30) {
_global.privatePoints = 30;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 4) {
if (_global.privatePoints < 50) {
_global.privatePoints = 50;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 5) {
if (_global.privatePoints < 35) {
_global.privatePoints = 35;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 6) {
if (_global.privatePoints < 40) {
_global.privatePoints = 40;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 7) {
if (_global.privatePoints < 32) {
_global.privatePoints = 32;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 8) {
if (_global.privatePoints < 45) {
_global.privatePoints = 45;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 9) {
if (_global.privatePoints < 33) {
_global.privatePoints = 33;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
if (_root.game._currentframe == 10) {
if (_global.privatePoints < 37) {
_global.privatePoints = 37;
_root.viktoryofDieInGame.keysMov.AllKeysTxt.text = "+" + (_global.privatePoints - pastKeys);
_root.viktoryofDieInGame.keysMov.AllKeysTxt.replaceTxet();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
}
}
} else {
if (_global.Music == true) {
var Snd5 = new Sound();
Snd5.attachSound("Fail");
Snd5.start();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
((_global.shieldLess2 == true) ? ((_global.shieldLess = false)) : (_global.shieldLess));
((_global.NotTreatment2 == true) ? ((_global.NotTreatment = false)) : (_global.NotTreatment));
((_global.teleportLess2 == true) ? ((_global.teleportLess = false)) : (_global.teleportLess));
}
if (_global.side == "angel") {
var HHSave = SharedObject.getLocal("HH");
HHSave.data.side = _global.side;
HHSave.data.diff = _global.diff;
HHSave.data.money = _global.allMoneyG;
HHSave.data.privatePoints = _global.privatePoints;
HHSave.data.shopnod1level = _global.shopnod1level;
HHSave.data.shopnod2level = _global.shopnod2level;
HHSave.data.shopnod3level = _global.shopnod3level;
HHSave.data.shopnod4level = _global.shopnod4level;
HHSave.data.shopnod5level = _global.shopnod5level;
HHSave.data.shopnod6level = _global.shopnod6level;
HHSave.data.shopnod11level = _global.shopnod11level;
HHSave.data.shopnod12level = _global.shopnod12level;
HHSave.data.shopnod13level = _global.shopnod13level;
HHSave.data.shopnod14level = _global.shopnod14level;
HHSave.data.shopnod15level = _global.shopnod15level;
HHSave.data.shopnod16level = _global.shopnod16level;
HHSave.data.shopnod1 = _global.shopnod1;
HHSave.data.shopnod2 = _global.shopnod2;
HHSave.data.shopnod3 = _global.shopnod3;
HHSave.data.shopnod4 = _global.shopnod4;
HHSave.data.shopnod5 = _global.shopnod5;
HHSave.data.shopnod6 = _global.shopnod6;
HHSave.data.shopnod11 = _global.shopnod11;
HHSave.data.shopnod12 = _global.shopnod12;
HHSave.data.shopnod13 = _global.shopnod13;
HHSave.data.shopnod14 = _global.shopnod14;
HHSave.data.shopnod15 = _global.shopnod15;
HHSave.data.shopnod16 = _global.shopnod16;
HHSave.data.TrainEnd = _global.TrainEnd;
HHSave.data.TrainEnd2 = _global.TrainEnd2;
HHSave.data.teleportLess = _global.teleportLess;
HHSave.data.teleportLess2 = _global.teleportLess2;
HHSave.data.shieldLess = _global.shieldLess;
HHSave.data.shieldLess2 = _global.shieldLess2;
HHSave.data.TimeLess = _global.TimeLess;
HHSave.data.TimeLess2 = _global.TimeLess2;
HHSave.data.Time2Less = _global.Time2Less;
HHSave.data.Time2Less2 = _global.Time2Less2;
HHSave.data.NotDie = _global.NotDie;
HHSave.data.NotDie2 = _global.NotDie2;
HHSave.data.MaxHealth = _global.MaxHealth;
HHSave.data.MaxHealth2 = _global.MaxHealth2;
HHSave.data.AngelOnly = _global.AngelOnly;
HHSave.data.AngelOnly2 = _global.AngelOnly2;
HHSave.data.NotTreatment = _global.NotTreatment;
HHSave.data.NotTreatment2 = _global.NotTreatment2;
HHSave.data.firstPlayGroup = _global.firstPlayGroup;
HHSave.data.firstPlayTrainlvl = _global.firstPlayTrainlvl;
HHSave.data.playTrainTxt = _global.playTrainTxt;
if (HHSave.data.kingLevel < _global.kingLevel) {
HHSave.data.kingLevel = _global.kingLevel;
}
HHSave.flush();
}
if (_global.side == "demon") {
var HHSave2 = SharedObject.getLocal("HH2");
HHSave2.data.side = _global.side;
HHSave2.data.diff = _global.diff;
HHSave2.data.money = _global.allMoneyG;
HHSave2.data.privatePoints = _global.privatePoints;
HHSave2.data.shopnod1level = _global.shopnod1level;
HHSave2.data.shopnod2level = _global.shopnod2level;
HHSave2.data.shopnod3level = _global.shopnod3level;
HHSave2.data.shopnod4level = _global.shopnod4level;
HHSave2.data.shopnod5level = _global.shopnod5level;
HHSave2.data.shopnod6level = _global.shopnod6level;
HHSave2.data.shopnod11level = _global.shopnod11level;
HHSave2.data.shopnod12level = _global.shopnod12level;
HHSave2.data.shopnod13level = _global.shopnod13level;
HHSave2.data.shopnod14level = _global.shopnod14level;
HHSave2.data.shopnod15level = _global.shopnod15level;
HHSave2.data.shopnod16level = _global.shopnod16level;
HHSave2.data.shopnod1 = _global.shopnod1;
HHSave2.data.shopnod2 = _global.shopnod2;
HHSave2.data.shopnod3 = _global.shopnod3;
HHSave2.data.shopnod4 = _global.shopnod4;
HHSave2.data.shopnod5 = _global.shopnod5;
HHSave2.data.shopnod6 = _global.shopnod6;
HHSave2.data.shopnod11 = _global.shopnod11;
HHSave2.data.shopnod12 = _global.shopnod12;
HHSave2.data.shopnod13 = _global.shopnod13;
HHSave2.data.shopnod14 = _global.shopnod14;
HHSave2.data.shopnod15 = _global.shopnod15;
HHSave2.data.shopnod16 = _global.shopnod16;
HHSave2.data.TrainEnd = _global.TrainEnd;
HHSave2.data.TrainEnd2 = _global.TrainEnd2;
HHSave2.data.teleportLess = _global.teleportLess;
HHSave2.data.teleportLess2 = _global.teleportLess2;
HHSave2.data.shieldLess = _global.shieldLess;
HHSave2.data.shieldLess2 = _global.shieldLess2;
HHSave2.data.TimeLess = _global.TimeLess;
HHSave2.data.TimeLess2 = _global.TimeLess2;
HHSave2.data.Time2Less = _global.Time2Less;
HHSave2.data.Time2Less2 = _global.Time2Less2;
HHSave2.data.NotDie = _global.NotDie;
HHSave2.data.NotDie2 = _global.NotDie2;
HHSave2.data.MaxHealth = _global.MaxHealth;
HHSave2.data.MaxHealth2 = _global.MaxHealth2;
HHSave2.data.AngelOnly = _global.AngelOnly;
HHSave2.data.AngelOnly2 = _global.AngelOnly2;
HHSave2.data.NotTreatment = _global.NotTreatment;
HHSave2.data.NotTreatment2 = _global.NotTreatment2;
HHSave2.data.firstPlayGroup = _global.firstPlayGroup;
HHSave2.data.firstPlayTrainlvl = _global.firstPlayTrainlvl;
HHSave2.data.playTrainTxt = _global.playTrainTxt;
if (HHSave2.data.kingLevel < _global.kingLevel) {
HHSave2.data.kingLevel = _global.kingLevel;
}
HHSave2.flush();
}
_root.submitLevel(_global.privatePoints);
Instance of Symbol 1735 MovieClip in Symbol 1741 MovieClip Frame 2
on (rollOver) {
_root.mouse.gotoAndStop(2);
}
on (rollOut) {
_root.mouse.gotoAndStop(1);
}
on (press) {
stopAllSounds();
if (_global.FX == true) {
var Snd = new Sound();
Snd.attachSound("Click1");
Snd.start();
}
_root.viktoryofDieInGame.Achivments.gotoAndStop(50);
_root.viktoryofDieInGame.Achivments2.gotoAndStop(50);
clearInterval(_root.game.timer);
delete _root.game.timer;
_global.startBattleTimeSeconds = 0;
_global.startBattleTimeMinutes = 0;
_global.defeted = 0;
_global.losted = 0;
_global.pauseGame = false;
i = 1;
while (i < 30) {
_root["peroAnim" + i].unloadMovie();
_root["StoneGigant" + i].unloadMovie();
_root["StreamMovie" + i].unloadMovie();
_root["ThunderMovie" + i].unloadMovie();
_root["ZomboidMovie" + i].unloadMovie();
_root["necroAttack" + i].unloadMovie();
_root["necroAttack2" + i].unloadMovie();
_root["SunRise" + i].unloadMovie();
_root["buddaSAttack" + i].unloadMovie();
_root["buddaSAttack2" + i].unloadMovie();
_root["healthEffect" + i].unloadMovie();
_root["VampireBloodOut" + i].unloadMovie();
i++;
}
_global.nextframeG = 5;
_root.darkenscreen.gotoAndPlay(2);
}