Frame 2
gotoAndPlay (66);
Frame 3
_root.chargedup = 0;
_root.Days = 0;
_root.date = 0;
_root.Dark = 0;
_root.Dark2 = 0;
_root.Dark3 = 0;
_root.DarkKing = 0;
_root.strong = 0;
_root.Sea = 0;
_root.Sea2 = 0;
_root.Sea3 = 0;
_root.SeaKing = 0;
_root.rath = 0;
_root.rath2 = 0;
_root.rath3 = 0;
_root.rathKing = 0;
_root.dexterity = 0;
_root.dino1 = 0;
_root.dino2 = 0;
_root.dino3 = 0;
_root.dinoKing = 0;
_root.Defense = 0;
_root.tribeman = 0;
_root.tribeman2 = 0;
_root.tribeman3 = 0;
_root.tribemanKing = 0;
_root.hair = 0;
_root.head = 0;
_root.torso = 0;
_root.legs = 0;
_root.shol = 0;
_root.reward = 0;
_root.strstat = 0;
_root.str2stat = 0;
_root.str3stat = 0;
_root.dexstat = 0;
_root.dex2stat = 0;
_root.dex3stat = 0;
_root.shield = 1;
_root.strong = 0;
_root.ability = 4;
_root.stun = 0;
_root.smPotion = 0;
_root.nmPotion = 0;
_root.lgPotion = 0;
_root.Pet1 = 0;
_root.Pet2 = 0;
_root.Pet3 = 0;
_root.upgrade12 = 0;
_root.upgrade11 = 0;
_root.boots = 0;
_root.upgrade10 = 0;
_root.quest = 0;
_root.upgrade6 = 0;
_root.upgrade5 = 0;
_root.upgrade1 = 0;
_root.upgrade2 = 0;
_root.upgrade3 = 0;
_root.upgrade4 = 0;
_root.extra = 0;
_root.sectown = 0;
_root.finish = 0;
_root.unable = 0;
_root.race = 1;
_root.magic = 20;
_root.money = 200;
_root.potions = 0;
_root.heals = 20;
_root.XP = 1;
_root.LVL = "Level 1";
stop();
Frame 4
stop();
if (_root.race == 1) {
_root.You.gotoAndPlay(1);
}
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
_root.legsdef = 0;
_root.lowerdef = 0;
_root.sholdef = 0;
_root.bodyDef = 0;
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
gotoAndPlay (9);
Frame 9
if (_root.conquered > 0) {
_root.isle1._alpha = 100;
}
if (_root.conquered > 1) {
_root.isle2._alpha = 100;
}
if (_root.conquered > 2) {
_root.isle3._alpha = 100;
}
if (_root.conquered > 3) {
_root.isle4._alpha = 100;
}
if (_root.conquered > 4) {
_root.isle5._alpha = 100;
}
if (_root.Days >= 6) {
_root.Days = 0;
_root.date = _root.date + 1;
if (_root.XP >= 1) {
_root.ability = 4;
}
if (_root.XP > 50) {
_root.ability = 5;
}
if (_root.XP > 200) {
_root.ability = 6;
}
if (_root.XP > 400) {
_root.ability = 7;
}
if (_root.XP > 600) {
_root.ability = 8;
}
if (_root.XP > 1200) {
_root.ability = 9;
}
if (_root.XP > 2000) {
_root.ability = 10;
}
if (_root.XP > 3000) {
_root.ability = 11;
}
if (_root.XP > 4000) {
_root.ability = 12;
}
if (_root.XP > 5000) {
_root.ability = 13;
}
if (_root.XP > 10000) {
_root.ability = 14;
}
if (_root.XP > 20000) {
_root.ability = 15;
}
if (_root.XP > 30000) {
_root.ability = 16;
}
if (_root.XP > 40000) {
_root.ability = 17;
}
if (_root.XP > 50000) {
_root.ability = 18;
}
if (_root.XP > 60000) {
_root.ability = 19;
}
if (_root.XP > 80000) {
_root.ability = 20;
}
if (_root.XP > 200000) {
_root.ability = 21;
}
if (_root.XP > 300000) {
_root.ability = 22;
}
if (_root.XP > 310000) {
_root.ability = 23;
}
if (_root.XP > 340000) {
_root.ability = 24;
}
if (_root.XP > 380000) {
_root.ability = 25;
}
if (_root.XP > 420000) {
_root.ability = 26;
}
if (_root.XP > 480000) {
_root.ability = 27;
}
if (_root.XP > 600000) {
_root.ability = 28;
}
if (_root.XP > 700000) {
_root.ability = 29;
}
if (_root.XP > 1000000) {
_root.ability = 50;
}
gotoAndPlay (31);
}
stop();
stopAllSounds();
my_sound = new Sound();
my_sound.attachSound("mix3");
_root.my_sound.start(0, 1000);
Instance of Symbol 262 MovieClip in Frame 9
on (press) {
this.play();
}
Frame 10
stop();
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
_root.HuntMenu._visible = false;
_root.boss1._visible = false;
if (_root.isle1conquer == 1) {
_root.land1._visible = false;
}
if (_root.isle2conquer == 1) {
_root.land2._visible = false;
}
if (_root.isle3conquer == 1) {
_root.land3._visible = false;
}
if (_root.isle3conquer == 1) {
if (_root.isle2conquer == 1) {
if (_root.isle1conquer == 1) {
_root.boss1._visible = true;
_root.HuntMenu._visible = true;
}
}
}
if (_root.isle4conquer == 1) {
_root.boss1._visible = false;
_root.HuntMenu.gotoAndStop(2);
}
stop();
Instance of Symbol 262 MovieClip in Frame 13
on (press) {
this.play();
}
Frame 14
_root.chargedup = 0;
_root.shield = 1;
_root.money = _root.money + random(500);
_root.magic = _root.magic + 1;
_root.Days = int(_root.Days + 1);
_root.stun = 0;
stop();
stopAllSounds();
Frame 15
_root.chargedup = 0;
_root.shield = 1;
_root.XP = _root.XP - int(_root.XP * 0.05);
_root.money = _root.money - random(300);
_root.strong = 0;
_root.stun = 0;
Mouse.show();
stop();
_root.Days = int(_root.Days + 1);
stopAllSounds();
Frame 16
stop();
Frame 17
stop();
if (_root.XP > 0) {
_root.pass = "none";
}
if (_root.XP > 50) {
_root.pass = "XDFG";
}
if (_root.XP > 200) {
_root.pass = "RYHG";
}
if (_root.XP > 400) {
_root.pass = "YTRE";
}
if (_root.XP > 600) {
_root.pass = "NBVC";
}
if (_root.XP > 1200) {
_root.pass = "HAHE";
}
if (_root.XP > 2000) {
_root.pass = "JGFQ";
}
if (_root.XP > 3000) {
_root.pass = "LAGH";
}
if (_root.XP > 4000) {
_root.pass = "GFDS";
}
if (_root.XP > 5000) {
_root.pass = "FDFS";
}
if (_root.XP > 10000) {
_root.pass = "OOPR";
}
if (_root.XP > 20000) {
_root.pass = "REWR";
}
if (_root.XP > 30000) {
_root.pass = "GDYU";
}
if (_root.XP > 40000) {
_root.pass = "BGTY";
}
if (_root.XP > 50000) {
_root.pass = "QEWW";
}
if (_root.XP > 60000) {
_root.pass = "OPUY";
}
if (_root.XP > 80000) {
_root.pass = "LKJH";
}
if (_root.XP > 200000) {
_root.pass = "NBVC";
}
if (_root.XP > 300000) {
_root.pass = "QMDF";
}
if (_root.XP > 310000) {
_root.pass = "LKUI";
}
if (_root.XP > 340000) {
_root.pass = "HGJG";
}
if (_root.XP > 380000) {
_root.pass = "JHGF";
}
if (_root.XP > 420000) {
_root.pass = "DFGD";
}
if (_root.XP > 480000) {
_root.pass = "LUMP";
}
if (_root.XP > 600000) {
_root.pass = "BVFG";
}
if (_root.XP > 700000) {
_root.pass = "QCFR";
}
if (_root.XP > 1000000) {
_root.pass = "SEXY";
}
if (_root.conquered == 0) {
_root.pass2 = "NONE";
}
if (_root.conquered == 1) {
_root.pass2 = "FIGHT";
}
if (_root.conquered == 2) {
_root.pass2 = "DEATH";
}
if (_root.conquered == 3) {
_root.pass2 = "ROSE";
}
if (_root.conquered == 4) {
_root.pass2 = "FURY";
}
if (_root.conquered == 5) {
_root.pass2 = "JINGLE";
}
if (_root.conquered == 6) {
_root.pass2 = "ASSES";
}
Frame 18
stop();
_root.HuntMenu._visible = false;
_root.boss2._visible = false;
if (_root.isle5conquer == 1) {
_root.land4._visible = false;
}
if (_root.isle6conquer == 1) {
_root.land5._visible = false;
}
if (_root.isle7conquer == 1) {
_root.land6._visible = false;
}
if (_root.isle7conquer == 1) {
if (_root.isle6conquer == 1) {
if (_root.isle5conquer == 1) {
_root.boss2._visible = true;
_root.HuntMenu._visible = true;
}
}
}
if (_root.isle8conquer == 1) {
_root.boss2._visible = false;
_root.HuntMenu.gotoAndStop(2);
}
stop();
Instance of Symbol 262 MovieClip in Frame 18
on (press) {
this.play();
}
Frame 19
stop();
Frame 20
if (_root.Petcat == 2) {
_root.Pet.gotoAndStop(2);
}
if (_root.Petcat == 3) {
_root.Pet.gotoAndStop(3);
}
if (_root.Petcat == 4) {
_root.Pet.gotoAndStop(4);
}
if (_root.Petcat == 5) {
_root.Pet.gotoAndStop(5);
}
stop();
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
Frame 24
stop();
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
Frame 25
stop();
_root.HuntMenu._visible = false;
_root.boss3._visible = false;
if (_root.isle9conquer == 1) {
_root.land7._visible = false;
}
if (_root.isle10conquer == 1) {
_root.land8._visible = false;
}
if (_root.isle11conquer == 1) {
_root.land9._visible = false;
}
if (_root.isle11conquer == 1) {
if (_root.isle9conquer == 1) {
if (_root.isle10conquer == 1) {
_root.boss3._visible = true;
_root.HuntMenu._visible = true;
}
}
}
if (_root.isle12conquer == 1) {
_root.boss3._visible = false;
_root.HuntMenu.gotoAndStop(2);
}
stop();
Instance of Symbol 262 MovieClip in Frame 25
on (press) {
this.play();
}
Frame 26
stop();
Frame 27
stop();
if (_root.race == 1) {
_root.You.gotoAndPlay(1);
}
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
_root.Detail1 = _root.hair;
_root.Detail2 = _root.head;
_root.purchase = 0;
_root.purchase2 = 0;
Frame 28
stop();
if (_root.race == 1) {
_root.You.gotoAndPlay(1);
}
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
_root.Detail1 = _root.hair;
_root.Detail2 = _root.head;
_root.purchase = 0;
_root.purchase2 = 0;
Frame 29
stop();
_root.HuntMenu._visible = false;
_root.boss4._visible = false;
if (_root.isle13conquer == 1) {
_root.land10._visible = false;
}
if (_root.isle14conquer == 1) {
_root.land11._visible = false;
}
if (_root.isle15conquer == 1) {
_root.land12._visible = false;
}
if (_root.isle15conquer == 1) {
if (_root.isle14conquer == 1) {
if (_root.isle13conquer == 1) {
_root.boss4._visible = true;
_root.HuntMenu._visible = true;
}
}
}
if (_root.isle16conquer == 1) {
_root.boss4._visible = false;
_root.HuntMenu.gotoAndStop(2);
}
stop();
Instance of Symbol 262 MovieClip in Frame 29
on (press) {
this.play();
}
Frame 30
stop();
_root.HuntMenu._visible = false;
_root.boss5._visible = false;
if (_root.isle17conquer == 1) {
_root.land13._visible = false;
}
if (_root.isle18conquer == 1) {
_root.land14._visible = false;
}
if (_root.isle19conquer == 1) {
_root.land15._visible = false;
}
if (_root.isle19conquer == 1) {
if (_root.isle18conquer == 1) {
if (_root.isle17conquer == 1) {
_root.boss5._visible = true;
_root.HuntMenu._visible = true;
}
}
}
if (_root.isle20conquer == 1) {
_root.boss5._visible = false;
_root.HuntMenu.gotoAndStop(2);
}
stop();
Frame 31
stop();
Frame 32
stop();
Frame 33
stop();
Frame 34
stop();
_root.money = _root.money + 50000;
_root.magic = _root.magic + 100;
Frame 35
stop();
_root.homemusic = 0;
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
Frame 36
if (_root.Petcat == 2) {
_root.Pet.gotoAndStop(2);
}
if (_root.Petcat == 3) {
_root.Pet.gotoAndStop(3);
}
if (_root.Petcat == 4) {
_root.Pet.gotoAndStop(4);
}
if (_root.Petcat == 5) {
_root.Pet.gotoAndStop(5);
}
if (_root.race == 1) {
_root.You.gotoAndPlay(1);
}
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
_root.GHealth = 100;
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.MaxHealth = 200;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.MaxHealth = 250;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.MaxHealth = 300;
_root.dexterity = 2;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.MaxHealth = 350;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.MaxHealth = 400;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.MaxHealth = 500;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.MaxHealth = 600;
_root.dexterity = 3;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.MaxHealth = 700;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.MaxHealth = 800;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.MaxHealth = 1000;
_root.dexterity = 5;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.MaxHealth = 2000;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.MaxHealth = 3000;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.MaxHealth = 5000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.MaxHealth = 7000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.MaxHealth = 10000;
_root.dexterity = 7;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.MaxHealth = 20000;
_root.dexterity = 10;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.MaxHealth = 30000;
_root.dexterity = 15;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.MaxHealth = 100000 /* 0x0186A0 */;
_root.dexterity = 30;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.MaxHealth = 200000 /* 0x030D40 */;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.MaxHealth = 250000 /* 0x03D090 */;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.MaxHealth = 300000 /* 0x0493E0 */;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.MaxHealth = 400000 /* 0x061A80 */;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.MaxHealth = 500000 /* 0x07A120 */;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.MaxHealth = 600000 /* 0x0927C0 */;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.MaxHealth = 750000 /* 0x0B71B0 */;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.MaxHealth = 900000 /* 0x0DBBA0 */;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.MaxHealth = 9999999999;
_root.dexterity = 400000 /* 0x061A80 */;
}
_root.GHealth = _root.MaxHealth;
if (_root.Humanshoulder == 2) {
_root.GHealth = _root.GHealth + int(_root.GHealth * 0.1);
}
if (_root.Humanhelm == 2) {
_root.GHealth = _root.GHealth + int(_root.GHealth * 0.1);
}
if (_root.Humanshoulder == 3) {
_root.GHealth = _root.GHealth + int(_root.GHealth * 0.3);
}
if (_root.Humanhelm == 3) {
_root.GHealth = _root.GHealth + int(_root.GHealth * 0.3);
}
_root.MaxHealth = _root.GHealth;
if (_root.XP < 0) {
_root.XP = 1;
}
if (_root.money < 0) {
_root.money = 0;
}
_root.quote = " ";
_root.stun = 0;
_root.BHealth = 500 + random(200);
if (_root.locate == 1) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(1);
}
_root.BHealth = 500;
_root.killedMon = _root.tribeman + " out of 10";
_root.BName = "ADRASTOS";
}
if (_root.locate == 2) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(2);
}
_root.BHealth = 600 + random(200);
_root.killedMon = _root.tribeman2 + " out of 10";
_root.BName = "AELLA";
}
if (_root.locate == 3) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(3);
}
_root.BHealth = 800 + random(200);
_root.killedMon = _root.tribeman3 + " out of 10";
_root.BName = "AEGLE";
}
if (_root.locate == 4) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(4);
}
_root.BHealth = 5500 + random(200);
_root.killedMon = _root.tribemanKing + " out of 1";
_root.BName = "ADONIS";
}
if (_root.locate == 5) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(5);
}
_root.BHealth = 3000 + random(200);
_root.dinopic = 1;
_root.killedMon = _root.dino1 + " out of 10";
_root.BName = "BACCHUS";
}
if (_root.locate == 6) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(5);
}
_root.BHealth = 3200 + random(200);
_root.dinopic = 2;
_root.killedMon = _root.dino2 + " out of 10";
_root.BName = "EUPHROSYNE ";
}
if (_root.locate == 7) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(5);
}
_root.BHealth = 3500 + random(200);
_root.dinopic = 3;
_root.killedMon = _root.dino3 + " out of 10";
_root.BName = "ZEPHYR";
}
if (_root.locate == 8) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(6);
}
_root.BHealth = 50000 + random(200);
_root.killedMon = "0 out of 1";
_root.BName = "PROMETHEUS ";
}
if (_root.locate == 9) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(7);
}
_root.BHealth = 6000 + random(200);
_root.killedMon = _root.rath + " out of 10";
_root.BName = "Andalusite";
}
if (_root.locate == 10) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(8);
}
_root.BHealth = 9000 + random(200);
_root.killedMon = _root.rath2 + " out of 10";
_root.BName = "Bauxite";
}
if (_root.locate == 11) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(9);
}
_root.BHealth = 10000 + random(200);
_root.killedMon = _root.rath3 + " out of 10";
_root.BName = "Brookite";
}
if (_root.locate == 12) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(10);
}
_root.BHealth = 100000 + random(1000);
_root.killedMon = _root.rathKing + " out of 1";
_root.BName = "Diaphthorese";
}
if (_root.locate == 13) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(11);
}
_root.BHealth = 100000 + random(1000);
_root.killedMon = _root.Sea + " out of 10";
_root.BName = "Pyromaia";
}
if (_root.locate == 14) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(12);
}
_root.BHealth = 170000 + random(1000);
_root.killedMon = _root.Sea2 + " out of 10";
_root.BName = "latifrons";
}
if (_root.locate == 15) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(13);
}
_root.BHealth = 200000 + random(1000);
_root.killedMon = _root.Sea3 + " out of 10";
_root.BName = "Petrocheles";
}
if (_root.locate == 16) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(14);
}
_root.BHealth = 500000 + random(1000);
_root.killedMon = _root.SeaKing + " out of 1";
_root.BName = "Trypaea";
}
if (_root.locate == 17) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(15);
}
_root.BHealth = 250000 + random(1000);
_root.killedMon = _root.Dark + " out of 10";
_root.enemy.ork.gotoAndPlay(33);
_root.BName = "Apocrypha";
}
if (_root.locate == 18) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(16);
}
_root.BHealth = 275000 + random(1000);
_root.killedMon = _root.Dark2 + " out of 10";
_root.BName = "Lucifer";
}
if (_root.locate == 19) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(17);
}
_root.BHealth = 290000 + random(1000);
_root.killedMon = _root.Dark3 + " out of 10";
_root.BName = "Beelzebub";
}
if (_root.locate == 20) {
_root.choicemon = 0;
_root.choicemon = _root.choicemon + random(0);
if (_root.choicemon == 0) {
_root.enemy.gotoAndStop(18);
}
_root.BHealth = 750000 + random(1000);
_root.killedMon = _root.DarkKing + " out of 1";
_root.BName = "Lethal";
}
if (_root.locate == 21) {
if (_root.tournament1 == 0) {
_root.enemy.gotoAndStop(1);
}
if (_root.tournament1 == 1) {
_root.enemy.gotoAndStop(2);
}
if (_root.tournament1 == 2) {
_root.enemy.gotoAndStop(3);
}
if (_root.tournament1 == 3) {
_root.enemy.gotoAndStop(5);
_root.dinopic = 1;
}
if (_root.tournament1 == 4) {
_root.enemy.gotoAndStop(5);
_root.dinopic = 2;
}
if (_root.tournament1 == 5) {
_root.enemy.gotoAndStop(5);
_root.dinopic = 3;
}
if (_root.tournament1 == 6) {
_root.enemy.gotoAndStop(7);
}
if (_root.tournament1 == 7) {
_root.enemy.gotoAndStop(8);
}
if (_root.tournament1 == 8) {
_root.enemy.gotoAndStop(9);
}
if (_root.tournament1 == 9) {
_root.enemy.gotoAndStop(11);
}
if (_root.tournament1 == 10) {
_root.enemy.gotoAndStop(12);
}
if (_root.tournament1 == 11) {
_root.enemy.gotoAndStop(13);
}
if (_root.tournament1 == 12) {
_root.enemy.gotoAndStop(15);
}
if (_root.tournament1 == 13) {
_root.enemy.gotoAndStop(16);
}
if (_root.tournament1 == 14) {
_root.enemy.gotoAndStop(17);
}
_root.BHealth = 500000 + random(1000);
_root.killedMon = _root.tournament1 + " out of 15";
_root.BName = "Competitor";
}
if (_root.locate == 22) {
if (_root.tournament2 == 0) {
_root.enemy.gotoAndStop(4);
}
if (_root.tournament2 == 1) {
_root.enemy.gotoAndStop(6);
}
if (_root.tournament2 == 2) {
_root.enemy.gotoAndStop(10);
}
if (_root.tournament2 == 3) {
_root.enemy.gotoAndStop(14);
}
if (_root.tournament2 == 4) {
_root.enemy.gotoAndStop(18);
}
_root.BHealth = 700000 + random(1000);
_root.killedMon = _root.tournament2 + " out of 5";
_root.BName = "Competitor";
}
stop();
stopAllSounds();
_root.homemusic = 0;
_root.FindSound = random(2);
if (_root.FindSound == 0) {
my_sound = new Sound();
my_sound.attachSound("mix1");
_root.my_sound.start(0, 1000);
}
if (_root.FindSound == 1) {
my_sound = new Sound();
my_sound.attachSound("mix2");
_root.my_sound.start(0, 1000);
}
if (_root.locate == 1) {
_root.backscene.gotoAndStop(1);
}
if (_root.locate == 2) {
_root.backscene.gotoAndStop(2);
}
if (_root.locate == 3) {
_root.backscene.gotoAndStop(3);
}
if (_root.locate == 4) {
_root.backscene.gotoAndStop(4);
}
if (_root.locate == 5) {
_root.backscene.gotoAndStop(5);
}
if (_root.locate == 6) {
_root.backscene.gotoAndStop(6);
}
if (_root.locate == 7) {
_root.backscene.gotoAndStop(7);
}
if (_root.locate == 8) {
_root.backscene.gotoAndStop(8);
}
if (_root.locate == 9) {
_root.backscene.gotoAndStop(9);
}
if (_root.locate == 10) {
_root.backscene.gotoAndStop(10);
}
if (_root.locate == 11) {
_root.backscene.gotoAndStop(11);
}
if (_root.locate == 12) {
_root.backscene.gotoAndStop(12);
}
if (_root.locate == 13) {
_root.backscene.gotoAndStop(13);
}
if (_root.locate == 14) {
_root.backscene.gotoAndStop(14);
}
if (_root.locate == 15) {
_root.backscene.gotoAndStop(15);
}
if (_root.locate == 16) {
_root.backscene.gotoAndStop(16);
}
if (_root.locate == 17) {
_root.backscene.gotoAndStop(17);
}
if (_root.locate == 18) {
_root.backscene.gotoAndStop(18);
}
if (_root.locate == 19) {
_root.backscene.gotoAndStop(19);
}
if (_root.locate == 20) {
_root.backscene.gotoAndStop(20);
}
if (_root.locate == 21) {
_root.backscene.gotoAndStop(21);
}
if (_root.locate == 22) {
_root.backscene.gotoAndStop(22);
}
if (_root.locate == 23) {
_root.backscene.gotoAndStop(23);
}
if (_root.locate == 24) {
_root.backscene.gotoAndStop(23);
}
Frame 37
play();
Frame 48
if (_root.BHealth <= 0) {
_root.enemy.ork.gotoAndPlay(14);
}
if (_root.stun == 0) {
_root.enemy.ork.play();
}
Frame 54
if (_root.GHealth <= 0) {
_root.You.main.gotoAndPlay(14);
}
Frame 58
if (_root.locate == 21) {
if (_root.BHealth <= 0) {
if (_root.tournament1 < 15) {
_root.tournament1 = _root.tournament1 + 1;
gotoAndPlay (33);
}
}
if (_root.BHealth <= 0) {
if (_root.tournament1 == 15) {
gotoAndPlay (34);
}
}
}
if (_root.locate == 22) {
if (_root.BHealth <= 0) {
if (_root.tournament2 < 5) {
_root.tournament2 = _root.tournament2 + 1;
gotoAndPlay (33);
}
}
if (_root.BHealth <= 0) {
if (_root.tournament2 == 5) {
gotoAndPlay (34);
}
}
}
Frame 59
if (_root.tribeman > 9) {
_root.isle1conquer = 1;
gotoAndPlay (13);
_root.tribeman = 0;
}
if (_root.tribeman2 > 9) {
_root.isle2conquer = 1;
gotoAndPlay (13);
_root.tribeman2 = 0;
}
if (_root.tribeman3 > 9) {
_root.isle3conquer = 1;
gotoAndPlay (13);
_root.tribeman3 = 0;
}
if (_root.tribemanKing == 1) {
_root.isle4conquer = 1;
gotoAndPlay (13);
_root.tribemanKing = 0;
_root.conquered = int(_root.conquered + 1);
}
if (_root.dino1 > 9) {
_root.isle5conquer = 1;
gotoAndPlay (18);
_root.dino1 = 0;
}
if (_root.dino2 > 9) {
_root.isle6conquer = 1;
gotoAndPlay (18);
_root.dino2 = 0;
}
if (_root.dino3 > 9) {
_root.isle7conquer = 1;
gotoAndPlay (18);
_root.dino3 = 0;
}
if (_root.dinoKing == 1) {
_root.isle8conquer = 1;
gotoAndPlay (18);
_root.dinoKing = 0;
_root.conquered = int(_root.conquered + 1);
}
if (_root.rath > 9) {
_root.isle9conquer = 1;
gotoAndPlay (25);
_root.rath = 0;
}
if (_root.rath2 > 9) {
_root.isle10conquer = 1;
gotoAndPlay (25);
_root.rath2 = 0;
}
if (_root.rath3 > 9) {
_root.isle11conquer = 1;
gotoAndPlay (25);
_root.rath3 = 0;
}
if (_root.rathKing == 1) {
_root.isle12conquer = 1;
gotoAndPlay (25);
_root.rathKing = 0;
_root.conquered = int(_root.conquered + 1);
}
if (_root.Sea > 9) {
_root.isle13conquer = 1;
gotoAndPlay (29);
_root.Sea = 0;
}
if (_root.Sea2 > 9) {
_root.isle14conquer = 1;
gotoAndPlay (29);
_root.Sea2 = 0;
}
if (_root.Sea3 > 9) {
_root.isle15conquer = 1;
gotoAndPlay (29);
_root.Sea3 = 0;
}
if (_root.SeaKing == 1) {
_root.isle16conquer = 1;
gotoAndPlay (29);
_root.SeaKing = 0;
_root.conquered = int(_root.conquered + 1);
}
if (_root.Dark > 9) {
_root.isle17conquer = 1;
gotoAndPlay (30);
_root.Dark = 0;
}
if (_root.Dark2 > 9) {
_root.isle18conquer = 1;
gotoAndPlay (30);
_root.Dark2 = 0;
}
if (_root.Dark3 > 9) {
_root.isle19conquer = 1;
gotoAndPlay (30);
_root.Dark3 = 0;
}
if (_root.DarkKing == 1) {
_root.isle20conquer = 1;
gotoAndPlay (143);
_root.DarkKing = 0;
_root.conquered = 5;
}
Frame 60
if (_root.BHealth <= 0) {
gotoAndPlay (14);
}
if (_root.GHealth <= 0) {
gotoAndPlay (15);
}
_root.defend = 0;
_root.quote = " ";
if (_root.stun > 0) {
_root.stun = _root.stun - 1;
_root.shock.play();
}
if (_root.shield < 1) {
_root.shield = _root.shield + 1;
}
stop();
Frame 61
stop();
Frame 62
stop();
Frame 63
stop();
Frame 64
stop();
Instance of Symbol 1243 MovieClip "charge" in Frame 64
on (keyPress "<Space>") {
_root.charge.stop();
_root.You.main.play();
_root.play();
}
Frame 65
gotoAndPlay (37);
Frame 142
gotoAndPlay (3);
Frame 143
play();
Frame 152
if (_root.race == 1) {
_root.You.gotoAndPlay(1);
}
if (_root.race == 2) {
_root.You.gotoAndPlay(2);
}
Frame 392
gotoAndPlay (9);
Symbol 19 Button
on (release) {
_root.play();
}
Symbol 20 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 25 Button
on (release) {
play();
_root.race = 1;
}
Symbol 27 Button
on (release) {
play();
_root.race = 2;
}
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 36 MovieClip Frame 3
stop();
Symbol 36 MovieClip Frame 4
stop();
Symbol 36 MovieClip Frame 5
stop();
Symbol 36 MovieClip Frame 6
stop();
Symbol 36 MovieClip Frame 7
stop();
Symbol 37 MovieClip Frame 1
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 37 MovieClip Frame 2
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 45 MovieClip Frame 3
stop();
Symbol 45 MovieClip Frame 4
stop();
Symbol 45 MovieClip Frame 5
stop();
Symbol 45 MovieClip Frame 6
stop();
Symbol 45 MovieClip Frame 7
stop();
Symbol 46 MovieClip Frame 1
if (_root.legs == 0) {
Mleg2.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg2.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg2.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg2.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg2.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg2.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg2.gotoAndPlay(7);
}
Symbol 46 MovieClip Frame 2
if (_root.legs == 0) {
Mleg2.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg2.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg2.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg2.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg2.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg2.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg2.gotoAndPlay(7);
}
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 3
stop();
Symbol 51 MovieClip Frame 4
stop();
Symbol 52 MovieClip Frame 1
if (_root.lower == 4) {
Mtorso.gotoAndPlay(2);
}
if (_root.lower == 5) {
Mtorso.gotoAndPlay(3);
}
if (_root.lower == 6) {
Mtorso.gotoAndPlay(4);
}
Symbol 52 MovieClip Frame 2
if (_root.lower == 4) {
Mtorso.gotoAndPlay(2);
}
if (_root.lower == 5) {
Mtorso.gotoAndPlay(3);
}
if (_root.lower == 6) {
Mtorso.gotoAndPlay(4);
}
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 2
stop();
Symbol 60 MovieClip Frame 3
stop();
Symbol 60 MovieClip Frame 4
stop();
Symbol 61 MovieClip Frame 1
if (_root.lower == 4) {
Mtorso.gotoAndPlay(2);
}
if (_root.lower == 5) {
Mtorso.gotoAndPlay(3);
}
if (_root.lower == 6) {
Mtorso.gotoAndPlay(4);
}
Symbol 61 MovieClip Frame 2
if (_root.lower == 4) {
Mtorso.gotoAndPlay(2);
}
if (_root.lower == 5) {
Mtorso.gotoAndPlay(3);
}
if (_root.lower == 6) {
Mtorso.gotoAndPlay(4);
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 69 MovieClip Frame 3
stop();
Symbol 69 MovieClip Frame 4
stop();
Symbol 69 MovieClip Frame 5
stop();
Symbol 69 MovieClip Frame 6
stop();
Symbol 69 MovieClip Frame 7
stop();
Symbol 70 MovieClip Frame 1
if (_root.shol == 0) {
Mshol.gotoAndStop(1);
}
if (_root.shol == 1) {
Mshol.gotoAndStop(2);
}
if (_root.shol == 2) {
Mshol.gotoAndStop(3);
}
if (_root.shol == 3) {
Mshol.gotoAndStop(4);
}
if (_root.shol == 4) {
Mshol.gotoAndStop(5);
}
if (_root.shol == 5) {
Mshol.gotoAndStop(6);
}
if (_root.shol == 6) {
Mshol.gotoAndStop(7);
}
Symbol 70 MovieClip Frame 2
if (_root.shol == 0) {
Mshol.gotoAndStop(1);
}
if (_root.shol == 1) {
Mshol.gotoAndStop(2);
}
if (_root.shol == 2) {
Mshol.gotoAndStop(3);
}
if (_root.shol == 3) {
Mshol.gotoAndStop(4);
}
if (_root.shol == 4) {
Mshol.gotoAndStop(5);
}
if (_root.shol == 5) {
Mshol.gotoAndStop(6);
}
if (_root.shol == 6) {
Mshol.gotoAndStop(7);
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
stop();
Symbol 78 MovieClip Frame 3
stop();
Symbol 78 MovieClip Frame 4
stop();
Symbol 78 MovieClip Frame 5
stop();
Symbol 78 MovieClip Frame 6
stop();
Symbol 78 MovieClip Frame 7
stop();
Symbol 79 MovieClip Frame 1
if (_root.torso == 0) {
Mtorso.gotoAndPlay(1);
}
if (_root.torso == 1) {
Mtorso.gotoAndPlay(2);
}
if (_root.torso == 2) {
Mtorso.gotoAndPlay(3);
}
if (_root.torso == 3) {
Mtorso.gotoAndPlay(4);
}
if (_root.torso == 4) {
Mtorso.gotoAndPlay(5);
}
if (_root.torso == 5) {
Mtorso.gotoAndPlay(6);
}
if (_root.torso == 6) {
Mtorso.gotoAndPlay(7);
}
Symbol 79 MovieClip Frame 2
if (_root.torso == 0) {
Mtorso.gotoAndPlay(1);
}
if (_root.torso == 1) {
Mtorso.gotoAndPlay(2);
}
if (_root.torso == 2) {
Mtorso.gotoAndPlay(3);
}
if (_root.torso == 3) {
Mtorso.gotoAndPlay(4);
}
if (_root.torso == 4) {
Mtorso.gotoAndPlay(5);
}
if (_root.torso == 5) {
Mtorso.gotoAndPlay(6);
}
if (_root.torso == 6) {
Mtorso.gotoAndPlay(7);
}
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
stop();
Symbol 92 MovieClip Frame 3
stop();
Symbol 92 MovieClip Frame 4
stop();
Symbol 92 MovieClip Frame 5
stop();
Symbol 92 MovieClip Frame 6
stop();
Symbol 92 MovieClip Frame 7
stop();
Symbol 92 MovieClip Frame 8
stop();
Symbol 92 MovieClip Frame 9
stop();
Symbol 92 MovieClip Frame 10
stop();
Symbol 92 MovieClip Frame 11
stop();
Symbol 92 MovieClip Frame 12
stop();
Symbol 93 MovieClip Frame 1
if (_root.head == 0) {
Mhead.gotoAndStop(1);
}
if (_root.head == 1) {
Mhead.gotoAndStop(2);
}
if (_root.head == 2) {
Mhead.gotoAndStop(3);
}
if (_root.head == 3) {
Mhead.gotoAndStop(4);
}
if (_root.head == 4) {
Mhead.gotoAndStop(5);
}
if (_root.head == 5) {
Mhead.gotoAndStop(6);
}
if (_root.head == 6) {
Mhead.gotoAndStop(7);
}
if (_root.head == 7) {
Mhead.gotoAndStop(8);
}
if (_root.head == 8) {
Mhead.gotoAndStop(9);
}
if (_root.head == 9) {
Mhead.gotoAndStop(10);
}
if (_root.head == 10) {
Mhead.gotoAndStop(11);
}
if (_root.head == 11) {
Mhead.gotoAndStop(12);
}
Symbol 93 MovieClip Frame 2
if (_root.head == 0) {
Mhead.gotoAndStop(1);
}
if (_root.head == 1) {
Mhead.gotoAndStop(2);
}
if (_root.head == 2) {
Mhead.gotoAndStop(3);
}
if (_root.head == 3) {
Mhead.gotoAndStop(4);
}
if (_root.head == 4) {
Mhead.gotoAndStop(5);
}
if (_root.head == 5) {
Mhead.gotoAndStop(6);
}
if (_root.head == 6) {
Mhead.gotoAndStop(7);
}
if (_root.head == 7) {
Mhead.gotoAndStop(8);
}
if (_root.head == 8) {
Mhead.gotoAndStop(9);
}
if (_root.head == 9) {
Mhead.gotoAndStop(10);
}
if (_root.head == 10) {
Mhead.gotoAndStop(11);
}
if (_root.head == 11) {
Mhead.gotoAndStop(12);
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 108 MovieClip Frame 3
stop();
Symbol 108 MovieClip Frame 4
stop();
Symbol 108 MovieClip Frame 5
stop();
Symbol 108 MovieClip Frame 6
stop();
Symbol 108 MovieClip Frame 7
stop();
Symbol 108 MovieClip Frame 8
stop();
Symbol 108 MovieClip Frame 9
stop();
Symbol 108 MovieClip Frame 10
stop();
Symbol 108 MovieClip Frame 11
stop();
Symbol 108 MovieClip Frame 12
stop();
Symbol 109 MovieClip Frame 1
if (_root.hair == 0) {
Mhair.gotoAndStop(1);
}
if (_root.hair == 1) {
Mhair.gotoAndStop(2);
}
if (_root.hair == 2) {
Mhair.gotoAndStop(3);
}
if (_root.hair == 3) {
Mhair.gotoAndStop(4);
}
if (_root.hair == 4) {
Mhair.gotoAndStop(5);
}
if (_root.hair == 5) {
Mhair.gotoAndStop(6);
}
if (_root.hair == 6) {
Mhair.gotoAndStop(7);
}
if (_root.hair == 7) {
Mhair.gotoAndStop(8);
}
if (_root.hair == 8) {
Mhair.gotoAndStop(9);
}
if (_root.hair == 9) {
Mhair.gotoAndStop(10);
}
if (_root.hair == 10) {
Mhair.gotoAndStop(11);
}
if (_root.hair == 11) {
Mhair.gotoAndStop(12);
}
Symbol 109 MovieClip Frame 2
if (_root.hair == 0) {
Mhair.gotoAndStop(1);
}
if (_root.hair == 1) {
Mhair.gotoAndStop(2);
}
if (_root.hair == 2) {
Mhair.gotoAndStop(3);
}
if (_root.hair == 3) {
Mhair.gotoAndStop(4);
}
if (_root.hair == 4) {
Mhair.gotoAndStop(5);
}
if (_root.hair == 5) {
Mhair.gotoAndStop(6);
}
if (_root.hair == 6) {
Mhair.gotoAndStop(7);
}
if (_root.hair == 7) {
Mhair.gotoAndStop(8);
}
if (_root.hair == 8) {
Mhair.gotoAndStop(9);
}
if (_root.hair == 9) {
Mhair.gotoAndStop(10);
}
if (_root.hair == 10) {
Mhair.gotoAndStop(11);
}
if (_root.hair == 11) {
Mhair.gotoAndStop(12);
}
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 117 MovieClip Frame 3
stop();
Symbol 117 MovieClip Frame 4
stop();
Symbol 117 MovieClip Frame 5
stop();
Symbol 117 MovieClip Frame 6
stop();
Symbol 117 MovieClip Frame 7
stop();
Symbol 118 MovieClip Frame 1
if (_root.blade == 0) {
weapon.gotoAndPlay(1);
}
if (_root.blade == 1) {
weapon.gotoAndPlay(2);
}
if (_root.blade == 2) {
weapon.gotoAndPlay(3);
}
if (_root.blade == 3) {
weapon.gotoAndPlay(4);
}
if (_root.blade == 4) {
weapon.gotoAndPlay(5);
}
if (_root.blade == 5) {
weapon.gotoAndPlay(6);
}
if (_root.blade == 6) {
weapon.gotoAndPlay(7);
}
Symbol 118 MovieClip Frame 2
if (_root.blade == 0) {
weapon.gotoAndPlay(1);
}
if (_root.blade == 1) {
weapon.gotoAndPlay(2);
}
if (_root.blade == 2) {
weapon.gotoAndPlay(3);
}
if (_root.blade == 3) {
weapon.gotoAndPlay(4);
}
if (_root.blade == 4) {
weapon.gotoAndPlay(5);
}
if (_root.blade == 5) {
weapon.gotoAndPlay(6);
}
if (_root.blade == 6) {
weapon.gotoAndPlay(7);
}
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
_root.GAttack = random(5);
if (_root.GAttack == 0) {
gotoAndPlay (51);
}
if (_root.GAttack == 1) {
_root.miss = random(_root.dexterity);
if (_root.miss == 0) {
gotoAndPlay (17);
}
}
Symbol 134 MovieClip Frame 5
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(100);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
_root.BHealth = int(_root.BHealth - _root.extra);
_root.BHealth = int(_root.BHealth - _root.chargedup);
Symbol 134 MovieClip Frame 8
gotoAndPlay (1);
Symbol 134 MovieClip Frame 12
gotoAndPlay (1);
Symbol 134 MovieClip Frame 16
stop();
Symbol 134 MovieClip Frame 20
_root.quote = "Miss";
Symbol 134 MovieClip Frame 23
gotoAndPlay (1);
Symbol 134 MovieClip Frame 34
gotoAndPlay (1);
Symbol 134 MovieClip Frame 38
stop();
Symbol 134 MovieClip Frame 43
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - _root.charger;
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
_root.BHealth = int(_root.BHealth - _root.chargedup);
_root.BHealth = int(_root.BHealth - _root.extra);
Symbol 134 MovieClip Frame 45
gotoAndPlay (1);
Symbol 134 MovieClip Frame 50
gotoAndPlay (1);
Symbol 134 MovieClip Frame 55
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(200);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
_root.BHealth = int(_root.BHealth - _root.extra);
_root.BHealth = int(_root.BHealth - _root.chargedup);
Symbol 134 MovieClip Frame 59
gotoAndPlay (1);
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
stop();
Symbol 142 MovieClip Frame 3
stop();
Symbol 142 MovieClip Frame 4
stop();
Symbol 143 MovieClip Frame 1
if (_root.lower == 4) {
Mtorso.gotoAndPlay(2);
}
if (_root.lower == 5) {
Mtorso.gotoAndPlay(3);
}
if (_root.lower == 6) {
Mtorso.gotoAndPlay(4);
}
Symbol 143 MovieClip Frame 2
if (_root.lower == 4) {
Mtorso.gotoAndPlay(2);
}
if (_root.lower == 5) {
Mtorso.gotoAndPlay(3);
}
if (_root.lower == 6) {
Mtorso.gotoAndPlay(4);
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 3
stop();
Symbol 151 MovieClip Frame 4
stop();
Symbol 151 MovieClip Frame 5
stop();
Symbol 151 MovieClip Frame 6
stop();
Symbol 151 MovieClip Frame 7
stop();
Symbol 152 MovieClip Frame 1
if (_root.shol == 0) {
Mshol.gotoAndStop(1);
}
if (_root.shol == 1) {
Mshol.gotoAndStop(2);
}
if (_root.shol == 2) {
Mshol.gotoAndStop(3);
}
if (_root.shol == 3) {
Mshol.gotoAndStop(4);
}
if (_root.shol == 4) {
Mshol.gotoAndStop(5);
}
if (_root.shol == 5) {
Mshol.gotoAndStop(6);
}
if (_root.shol == 6) {
Mshol.gotoAndStop(7);
}
Symbol 152 MovieClip Frame 2
if (_root.shol == 0) {
Mshol.gotoAndStop(1);
}
if (_root.shol == 1) {
Mshol.gotoAndStop(2);
}
if (_root.shol == 2) {
Mshol.gotoAndStop(3);
}
if (_root.shol == 3) {
Mshol.gotoAndStop(4);
}
if (_root.shol == 4) {
Mshol.gotoAndStop(5);
}
if (_root.shol == 5) {
Mshol.gotoAndStop(6);
}
if (_root.shol == 6) {
Mshol.gotoAndStop(7);
}
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
stop();
Symbol 160 MovieClip Frame 3
stop();
Symbol 160 MovieClip Frame 4
stop();
Symbol 160 MovieClip Frame 5
stop();
Symbol 160 MovieClip Frame 6
stop();
Symbol 160 MovieClip Frame 7
stop();
Symbol 161 MovieClip Frame 1
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 161 MovieClip Frame 2
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
stop();
Symbol 167 MovieClip Frame 3
stop();
Symbol 167 MovieClip Frame 4
stop();
Symbol 167 MovieClip Frame 5
stop();
Symbol 167 MovieClip Frame 6
stop();
Symbol 167 MovieClip Frame 7
stop();
Symbol 168 MovieClip Frame 1
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 168 MovieClip Frame 2
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 3
stop();
Symbol 176 MovieClip Frame 4
stop();
Symbol 176 MovieClip Frame 5
stop();
Symbol 176 MovieClip Frame 6
stop();
Symbol 176 MovieClip Frame 7
stop();
Symbol 177 MovieClip Frame 1
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 177 MovieClip Frame 2
if (_root.legs == 0) {
Mleg.gotoAndPlay(1);
}
if (_root.legs == 1) {
Mleg.gotoAndPlay(2);
}
if (_root.legs == 2) {
Mleg.gotoAndPlay(3);
}
if (_root.legs == 3) {
Mleg.gotoAndPlay(4);
}
if (_root.legs == 4) {
Mleg.gotoAndPlay(5);
}
if (_root.legs == 5) {
Mleg.gotoAndPlay(6);
}
if (_root.legs == 6) {
Mleg.gotoAndPlay(7);
}
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
stop();
Symbol 185 MovieClip Frame 3
stop();
Symbol 185 MovieClip Frame 4
stop();
Symbol 185 MovieClip Frame 5
stop();
Symbol 185 MovieClip Frame 6
stop();
Symbol 185 MovieClip Frame 7
stop();
Symbol 186 MovieClip Frame 1
if (_root.torso == 0) {
Mtorso.gotoAndPlay(1);
}
if (_root.torso == 1) {
Mtorso.gotoAndPlay(2);
}
if (_root.torso == 2) {
Mtorso.gotoAndPlay(3);
}
if (_root.torso == 3) {
Mtorso.gotoAndPlay(4);
}
if (_root.torso == 4) {
Mtorso.gotoAndPlay(5);
}
if (_root.torso == 5) {
Mtorso.gotoAndPlay(6);
}
if (_root.torso == 6) {
Mtorso.gotoAndPlay(7);
}
Symbol 186 MovieClip Frame 2
if (_root.torso == 0) {
Mtorso.gotoAndPlay(1);
}
if (_root.torso == 1) {
Mtorso.gotoAndPlay(2);
}
if (_root.torso == 2) {
Mtorso.gotoAndPlay(3);
}
if (_root.torso == 3) {
Mtorso.gotoAndPlay(4);
}
if (_root.torso == 4) {
Mtorso.gotoAndPlay(5);
}
if (_root.torso == 5) {
Mtorso.gotoAndPlay(6);
}
if (_root.torso == 6) {
Mtorso.gotoAndPlay(7);
}
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
stop();
Symbol 199 MovieClip Frame 3
stop();
Symbol 199 MovieClip Frame 4
stop();
Symbol 199 MovieClip Frame 5
stop();
Symbol 199 MovieClip Frame 6
stop();
Symbol 199 MovieClip Frame 7
stop();
Symbol 199 MovieClip Frame 8
stop();
Symbol 199 MovieClip Frame 9
stop();
Symbol 199 MovieClip Frame 10
stop();
Symbol 199 MovieClip Frame 11
stop();
Symbol 199 MovieClip Frame 12
stop();
Symbol 200 MovieClip Frame 1
if (_root.head == 0) {
Mhead.gotoAndStop(1);
}
if (_root.head == 1) {
Mhead.gotoAndStop(2);
}
if (_root.head == 2) {
Mhead.gotoAndStop(3);
}
if (_root.head == 3) {
Mhead.gotoAndStop(4);
}
if (_root.head == 4) {
Mhead.gotoAndStop(5);
}
if (_root.head == 5) {
Mhead.gotoAndStop(6);
}
if (_root.head == 6) {
Mhead.gotoAndStop(7);
}
if (_root.head == 7) {
Mhead.gotoAndStop(8);
}
if (_root.head == 8) {
Mhead.gotoAndStop(9);
}
if (_root.head == 9) {
Mhead.gotoAndStop(10);
}
if (_root.head == 10) {
Mhead.gotoAndStop(11);
}
if (_root.head == 11) {
Mhead.gotoAndStop(12);
}
Symbol 200 MovieClip Frame 2
if (_root.head == 0) {
Mhead.gotoAndStop(1);
}
if (_root.head == 1) {
Mhead.gotoAndStop(2);
}
if (_root.head == 2) {
Mhead.gotoAndStop(3);
}
if (_root.head == 3) {
Mhead.gotoAndStop(4);
}
if (_root.head == 4) {
Mhead.gotoAndStop(5);
}
if (_root.head == 5) {
Mhead.gotoAndStop(6);
}
if (_root.head == 6) {
Mhead.gotoAndStop(7);
}
if (_root.head == 7) {
Mhead.gotoAndStop(8);
}
if (_root.head == 8) {
Mhead.gotoAndStop(9);
}
if (_root.head == 9) {
Mhead.gotoAndStop(10);
}
if (_root.head == 10) {
Mhead.gotoAndStop(11);
}
if (_root.head == 11) {
Mhead.gotoAndStop(12);
}
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 212 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 4
stop();
Symbol 212 MovieClip Frame 5
stop();
Symbol 212 MovieClip Frame 6
stop();
Symbol 212 MovieClip Frame 7
stop();
Symbol 212 MovieClip Frame 8
stop();
Symbol 212 MovieClip Frame 9
stop();
Symbol 212 MovieClip Frame 10
stop();
Symbol 212 MovieClip Frame 11
stop();
Symbol 212 MovieClip Frame 12
stop();
Symbol 213 MovieClip Frame 1
if (_root.hair == 0) {
Mhair.gotoAndStop(1);
}
if (_root.hair == 1) {
Mhair.gotoAndStop(2);
}
if (_root.hair == 2) {
Mhair.gotoAndStop(3);
}
if (_root.hair == 3) {
Mhair.gotoAndStop(4);
}
if (_root.hair == 4) {
Mhair.gotoAndStop(5);
}
if (_root.hair == 5) {
Mhair.gotoAndStop(6);
}
if (_root.hair == 6) {
Mhair.gotoAndStop(7);
}
if (_root.hair == 7) {
Mhair.gotoAndStop(8);
}
if (_root.hair == 8) {
Mhair.gotoAndStop(9);
}
if (_root.hair == 9) {
Mhair.gotoAndStop(10);
}
if (_root.hair == 10) {
Mhair.gotoAndStop(11);
}
if (_root.hair == 11) {
Mhair.gotoAndStop(12);
}
Symbol 213 MovieClip Frame 2
if (_root.hair == 0) {
Mhair.gotoAndStop(1);
}
if (_root.hair == 1) {
Mhair.gotoAndStop(2);
}
if (_root.hair == 2) {
Mhair.gotoAndStop(3);
}
if (_root.hair == 3) {
Mhair.gotoAndStop(4);
}
if (_root.hair == 4) {
Mhair.gotoAndStop(5);
}
if (_root.hair == 5) {
Mhair.gotoAndStop(6);
}
if (_root.hair == 6) {
Mhair.gotoAndStop(7);
}
if (_root.hair == 7) {
Mhair.gotoAndStop(8);
}
if (_root.hair == 8) {
Mhair.gotoAndStop(9);
}
if (_root.hair == 9) {
Mhair.gotoAndStop(10);
}
if (_root.hair == 10) {
Mhair.gotoAndStop(11);
}
if (_root.hair == 11) {
Mhair.gotoAndStop(12);
}
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
_root.GAttack = random(5);
if (_root.GAttack == 0) {
gotoAndPlay (51);
}
if (_root.GAttack == 1) {
_root.miss = random(_root.dexterity);
if (_root.miss == 0) {
gotoAndPlay (17);
}
}
Symbol 217 MovieClip Frame 5
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(100);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
_root.BHealth = int(_root.BHealth - _root.extra);
_root.BHealth = int(_root.BHealth - _root.chargedup);
Symbol 217 MovieClip Frame 8
gotoAndPlay (1);
Symbol 217 MovieClip Frame 12
gotoAndPlay (1);
Symbol 217 MovieClip Frame 16
stop();
Symbol 217 MovieClip Frame 17
_root.quote = "Miss";
Symbol 217 MovieClip Frame 23
gotoAndPlay (1);
Symbol 217 MovieClip Frame 34
gotoAndPlay (1);
Symbol 217 MovieClip Frame 38
stop();
Symbol 217 MovieClip Frame 42
_root.BHealth = int(_root.BHealth - _root.extra);
_root.BHealth = int(_root.BHealth - _root.chargedup);
Symbol 217 MovieClip Frame 43
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - _root.charger;
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
Symbol 217 MovieClip Frame 45
gotoAndPlay (1);
Symbol 217 MovieClip Frame 50
gotoAndPlay (1);
Symbol 217 MovieClip Frame 55
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(200);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
_root.BHealth = int(_root.BHealth - _root.extra);
_root.BHealth = int(_root.BHealth - _root.chargedup);
Symbol 217 MovieClip Frame 59
gotoAndPlay (1);
Symbol 221 Button
on (release) {
_root.YName = _root.TName;
play();
}
Symbol 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 2
stop();
Symbol 226 Button
on (release) {
play();
}
Symbol 228 Button
on (release) {
_root.YName = _root.TName;
}
Symbol 230 Button
on (release) {
gotoAndPlay (3);
}
Symbol 235 Button
on (press) {
_root.head = _root.head + 1;
if (_root.head < 0) {
_root.head = 0;
}
if (_root.head > 6) {
_root.head = 6;
}
}
Symbol 236 Button
on (press) {
_root.head = _root.head - 1;
if (_root.head < 0) {
_root.head = 0;
}
if (_root.head > 6) {
_root.head = 6;
}
}
Symbol 237 Button
on (press) {
_root.torso = _root.torso + 1;
if (_root.torso < 0) {
_root.torso = 0;
}
if (_root.torso > 3) {
_root.torso = 3;
}
}
Symbol 238 Button
on (press) {
_root.torso = _root.torso - 1;
if (_root.torso < 0) {
_root.torso = 0;
}
if (_root.torso > 3) {
_root.torso = 3;
}
}
Symbol 239 Button
on (press) {
_root.legs = _root.legs + 1;
if (_root.legs < 0) {
_root.legs = 0;
}
if (_root.legs > 3) {
_root.legs = 3;
}
}
Symbol 240 Button
on (press) {
_root.legs = _root.legs - 1;
if (_root.legs < 0) {
_root.legs = 0;
}
if (_root.legs > 3) {
_root.legs = 3;
}
}
Symbol 241 Button
on (press) {
_root.hair = _root.hair + 1;
if (_root.hair < 0) {
_root.hair = 0;
}
if (_root.hair > 6) {
_root.hair = 6;
}
}
Symbol 242 Button
on (press) {
_root.hair = _root.hair - 1;
if (_root.hair < 0) {
_root.hair = 0;
}
if (_root.hair > 6) {
_root.hair = 6;
}
}
Symbol 243 Button
on (press) {
_root.shol = _root.shol + 1;
if (_root.shol < 0) {
_root.shol = 0;
}
if (_root.shol > 3) {
_root.shol = 3;
}
}
Symbol 244 Button
on (press) {
_root.shol = _root.shol - 1;
if (_root.shol < 0) {
_root.shol = 0;
}
if (_root.shol > 3) {
_root.shol = 3;
}
}
Symbol 245 Button
on (release) {
prevFrame();
}
Symbol 247 Button
on (release) {
play();
}
Symbol 262 MovieClip Frame 1
stop();
Symbol 264 Button
on (press) {
gotoAndPlay (10);
}
Symbol 266 Button
on (press) {
if (_root.conquered > 0) {
gotoAndPlay (18);
}
}
Symbol 268 Button
on (press) {
if (_root.conquered > 1) {
gotoAndPlay (25);
}
}
Symbol 270 Button
on (press) {
if (_root.conquered > 2) {
gotoAndPlay (29);
}
}
Symbol 272 Button
on (press) {
if (_root.conquered > 3) {
gotoAndPlay (30);
}
}
Symbol 274 Button
on (press) {
if (_root.conquered > 4) {
gotoAndPlay (32);
}
}
Symbol 285 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 2
stop();
Symbol 286 Button
on (press) {
gotoAndPlay (13);
}
Symbol 297 Button
on (release) {
gotoAndPlay (11);
}
Symbol 298 Button
on (release) {
gotoAndPlay (12);
}
Symbol 301 Button
on (release) {
gotoAndPlay (9);
}
Symbol 305 Button
on (release) {
gotoAndPlay (20);
}
Symbol 308 Button
on (release) {
gotoAndPlay (22);
}
Symbol 311 Button
on (release) {
gotoAndPlay (21);
}
Symbol 315 Button
on (release) {
gotoAndPlay (10);
}
Symbol 319 Button
on (release) {
gotoAndPlay (16);
}
Symbol 322 Button
on (release) {
gotoAndPlay (26);
}
Symbol 327 Button
on (release) {
gotoAndPlay (19);
}
Symbol 333 Button
on (release) {
gotoAndPlay (1);
_root.locate = 1;
}
Symbol 334 Button
on (release) {
gotoAndPlay (36);
_root.locate = 1;
}
Symbol 336 Button
on (release) {
gotoAndPlay (36);
_root.locate = 2;
}
Symbol 338 Button
on (release) {
gotoAndPlay (36);
_root.locate = 3;
}
Symbol 340 Button
on (release) {
gotoAndPlay (36);
_root.locate = 4;
}
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
Symbol 346 Button
on (release) {
gotoAndPlay (36);
_root.locate = random(3) + 1;
}
Symbol 354 Button
on (release) {
gotoAndPlay (9);
stopAllSounds();
}
Symbol 356 Button
on (release) {
gotoAndPlay (36);
}
Symbol 360 Button
on (release) {
gotoAndPlay (9);
stopAllSounds();
}
Symbol 364 Button
on (release) {
gotoAndPlay (17);
}
Symbol 380 Button
on (release) {
gotoAndPlay (16);
}
Symbol 387 Button
on (release) {
if (_root.paas == "AKKAB") {
_root.money = 999999999 /* 0x3B9AC9FF */;
_root.pass2 = "Accepted";
}
if (_root.paas == "FIGHT") {
_root.conquered = 1;
_root.pass2 = "Accepted";
}
if (_root.paas == "DEATH") {
_root.conquered = 2;
_root.pass2 = "Accepted";
}
if (_root.paas == "ROSE") {
_root.conquered = 3;
_root.pass2 = "Accepted";
}
if (_root.paas == "FURY") {
_root.conquered = 4;
_root.pass2 = "Accepted";
}
if (_root.paas == "JINGLE") {
_root.conquered = 5;
_root.pass2 = "Accepted";
}
if (_root.paas == "ASSES") {
_root.conquered = 6;
_root.pass2 = "Accepted";
}
if (_root.paas == "XDFG") {
_root.XP = 51;
}
if (_root.paas == "RYHG") {
_root.XP = 201;
}
if (_root.paas == "YTRE") {
_root.XP = 401;
}
if (_root.paas == "NBVC") {
_root.XP = 601;
}
if (_root.paas == "HAHE") {
_root.XP = 1201;
}
if (_root.paas == "JGFQ") {
_root.XP = 2001;
}
if (_root.paas == "LAGH") {
_root.XP = 3001;
}
if (_root.paas == "GFDS") {
_root.XP = 4001;
}
if (_root.paas == "FDFS") {
_root.XP = 5001;
}
if (_root.paas == "OOPR") {
_root.XP = 10001;
}
if (_root.paas == "REWR") {
_root.XP = 20001;
}
if (_root.paas == "GDYU") {
_root.XP = 30001;
}
if (_root.paas == "BGTY") {
_root.XP = 40001;
}
if (_root.paas == "QEWW") {
_root.XP = 50001;
}
if (_root.paas == "OPUY") {
_root.XP = 60001;
}
if (_root.paas == "LKJH") {
_root.XP = 80001 /* 0x013881 */;
}
if (_root.paas == "NBVC") {
_root.XP = 200001 /* 0x030D41 */;
}
if (_root.paas == "QMDF") {
_root.XP = 300001 /* 0x0493E1 */;
}
if (_root.paas == "LKUI") {
_root.XP = 310001 /* 0x04BAF1 */;
}
if (_root.paas == "HGJG") {
_root.XP = 340001 /* 0x053021 */;
}
if (_root.paas == "JHGF") {
_root.XP = 380001 /* 0x05CC61 */;
}
if (_root.paas == "DFGD") {
_root.XP = 420001 /* 0x0668A1 */;
}
if (_root.paas == "LUMP") {
_root.XP = 480001 /* 0x075301 */;
}
if (_root.paas == "BVFG") {
_root.XP = 600001 /* 0x0927C1 */;
}
if (_root.paas == "QCFR") {
_root.XP = 700001 /* 0x0AAE61 */;
}
if (_root.paas == "SEXY") {
_root.XP = 1000000 /* 0x0F4240 */;
}
if (_root.paas == "HYPER") {
_root.conquered = 40;
_root.pass = "Accepted";
}
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
}
Symbol 399 Button
on (release) {
gotoAndPlay (36);
_root.locate = 7;
}
Symbol 401 Button
on (release) {
gotoAndPlay (36);
_root.locate = 6;
}
Symbol 403 Button
on (release) {
gotoAndPlay (36);
_root.locate = 5;
}
Symbol 405 Button
on (release) {
gotoAndPlay (36);
_root.locate = 8;
}
Symbol 406 Button
on (release) {
gotoAndPlay (36);
_root.locate = (random(3) + 4) + 1;
}
Symbol 413 Button
on (release) {
if (_root.ability > 4) {
_root.ability = _root.ability - 5;
_root.money = _root.money + 500;
}
}
Symbol 416 Button
on (release) {
if (_root.ability > 9) {
_root.ability = _root.ability - 10;
_root.money = _root.money + 1500;
}
}
Symbol 419 Button
on (release) {
if (_root.ability > 24) {
_root.ability = _root.ability - 25;
_root.money = _root.money + 2700;
}
}
Symbol 426 Button
on (release) {
if (_root.Pet1 == 0) {
if (_root.money > 9999) {
_root.money = _root.money - 10000;
_root.Petcat = 2;
_root.Pet.gotoAndStop(2);
_root.Pet1 = 1;
}
}
if (_root.Pet1 == 1) {
_root.Petcat = 2;
_root.Pet.gotoAndStop(2);
}
}
Symbol 428 Button
on (release) {
if (_root.Pet2 == 0) {
if (_root.money > 19999) {
_root.money = _root.money - 20000;
_root.Petcat = 3;
_root.Pet.gotoAndStop(3);
_root.Pet2 = 1;
}
}
if (_root.Pet2 == 1) {
_root.Petcat = 3;
_root.Pet.gotoAndStop(3);
}
}
Symbol 430 Button
on (release) {
if (_root.Pet3 == 0) {
if (_root.money > 49999) {
_root.money = _root.money - 50000;
_root.Petcat = 4;
_root.Pet.gotoAndStop(4);
_root.Pet3 = 1;
}
}
if (_root.Pet3 == 1) {
_root.Petcat = 4;
_root.Pet.gotoAndStop(4);
}
}
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 2
_root.petchoice = 0;
_root.petchoice = random(3);
if (_root.petchoice == 0) {
play();
}
if (_root.petchoice == 1) {
play();
}
if (_root.petchoice == 2) {
gotoAndStop (1);
}
Symbol 446 MovieClip Frame 6
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.05);
Symbol 446 MovieClip Frame 13
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.05);
Symbol 446 MovieClip Frame 16
gotoAndPlay (1);
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 2
_root.petchoice = 0;
_root.petchoice = random(3);
if (_root.petchoice == 0) {
play();
}
if (_root.petchoice == 1) {
play();
}
if (_root.petchoice == 2) {
gotoAndStop (1);
}
Symbol 468 MovieClip Frame 6
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.15);
Symbol 468 MovieClip Frame 9
gotoAndPlay (1);
Symbol 485 MovieClip Frame 1
stop();
Symbol 485 MovieClip Frame 2
_root.petchoice = 0;
_root.petchoice = random(3);
if (_root.petchoice == 0) {
play();
}
if (_root.petchoice == 1) {
gotoAndPlay (10);
}
if (_root.petchoice == 2) {
gotoAndStop (1);
}
Symbol 485 MovieClip Frame 6
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.15);
Symbol 485 MovieClip Frame 9
gotoAndPlay (1);
Symbol 485 MovieClip Frame 15
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.25);
Symbol 485 MovieClip Frame 18
gotoAndPlay (1);
Symbol 490 MovieClip Frame 1
stop();
Symbol 490 MovieClip Frame 2
_root.petchoice = 0;
_root.petchoice = random(3);
if (_root.petchoice == 0) {
play();
}
if (_root.petchoice == 1) {
gotoAndPlay (10);
}
if (_root.petchoice == 2) {
gotoAndStop (1);
}
Symbol 490 MovieClip Frame 6
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.25);
Symbol 490 MovieClip Frame 9
gotoAndPlay (1);
Symbol 490 MovieClip Frame 15
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.25);
Symbol 490 MovieClip Frame 18
gotoAndPlay (1);
Symbol 491 MovieClip Frame 1
stop();
Symbol 491 MovieClip Frame 2
stop();
Symbol 491 MovieClip Frame 3
stop();
Symbol 491 MovieClip Frame 4
stop();
Symbol 491 MovieClip Frame 5
stop();
Symbol 499 Button
on (release) {
if (_root.Pet4 != 1) {
if (_root.money > 59999) {
_root.money = _root.money - 60000;
_root.Petcat = 5;
_root.Pet.gotoAndStop(5);
_root.Pet4 = 1;
}
}
if (_root.Pet4 == 1) {
_root.Petcat = 5;
_root.Pet.gotoAndStop(5);
}
}
Symbol 501 Button
on (release) {
if (_root.conquered > 4) {
gotoAndPlay (35);
}
}
Symbol 506 Button
on (release) {
if (_root.money > 9) {
_root.money = _root.money - 10;
_root.smPotion = _root.smPotion + 1;
}
}
Symbol 507 Button
on (release) {
if (_root.money > 249) {
_root.money = _root.money - 250;
_root.nmPotion = _root.nmPotion + 1;
}
}
Symbol 508 Button
on (release) {
if (_root.money > 899) {
_root.money = _root.money - 900;
_root.lgPotion = _root.lgPotion + 1;
}
}
Symbol 510 Button
on (release) {
if (_root.money > 99) {
_root.money = _root.money - 100;
_root.magic = _root.magic + 1;
}
}
Symbol 512 Button
on (release) {
if (_root.money > 9999) {
_root.money = _root.money - 10000;
_root.magic = _root.magic + 100;
}
}
Symbol 525 Button
on (release) {
gotoAndPlay (23);
}
Symbol 529 Button
on (release) {
gotoAndPlay (24);
}
Symbol 533 Button
on (release) {
_root.Defense = int(((_root.legsdef + _root.lowerdef) + _root.sholdef) + _root.bodyDef);
gotoAndPlay (22);
}
Symbol 535 Button
on (press) {
if (_root.bronzebody != 1) {
if (_root.money >= 10000) {
_root.money = _root.money - 10000;
_root.torso = 4;
_root.bodyDef = 50;
_root.bronzebody = 1;
}
}
if (_root.bronzebody == 1) {
_root.torso = 4;
_root.bodyDef = 50;
}
}
Symbol 540 Button
on (press) {
if (_root.bronzeshol != 1) {
if (_root.money >= 5000) {
_root.money = _root.money - 5000;
_root.shol = 4;
_root.sholdef = 10;
_root.bronzeshol = 1;
}
}
if (_root.bronzeshol == 1) {
_root.sholdef = 10;
_root.shol = 4;
}
}
Symbol 542 Button
on (press) {
if (_root.bronzelow != 1) {
if (_root.money >= 1000) {
_root.money = _root.money - 5000;
_root.lower = 4;
_root.lowerdef = 10;
_root.bronzelow = 1;
}
}
if (_root.bronzelow == 1) {
_root.lowerdef = 10;
_root.lower = 4;
}
}
Symbol 545 Button
on (press) {
if (_root.bronzeleg != 1) {
if (_root.money >= 5000) {
_root.money = _root.money - 5000;
_root.legs = 4;
_root.legsdef = 10;
_root.bronzeleg = 1;
}
}
if (_root.bronzeleg == 1) {
_root.legsdef = 10;
_root.legs = 4;
}
}
Symbol 548 Button
on (press) {
if (_root.darkbody != 1) {
if (_root.money >= 20000) {
_root.money = _root.money - 20000;
_root.torso = 5;
_root.bodyDef = 100;
_root.darkbody = 1;
}
}
if (_root.darkbody == 1) {
_root.torso = 5;
_root.bodyDef = 100;
}
}
Symbol 550 Button
on (press) {
if (_root.darkshol != 1) {
if (_root.money >= 10000) {
_root.money = _root.money - 10000;
_root.shol = 5;
_root.sholdef = 25;
_root.darkshol = 1;
}
}
if (_root.darkshol == 1) {
_root.sholdef = 50;
_root.shol = 5;
}
}
Symbol 552 Button
on (press) {
if (_root.darklow != 1) {
if (_root.money >= 10000) {
_root.money = _root.money - 10000;
_root.lower = 5;
_root.lowerdef = 25;
_root.darklow = 1;
}
}
if (_root.darklow == 1) {
_root.lowerdef = 25;
_root.lower = 5;
}
}
Symbol 554 Button
on (press) {
if (_root.darkleg != 1) {
if (_root.money >= 10000) {
_root.money = _root.money - 10000;
_root.legs = 5;
_root.legsdef = 25;
_root.darkleg = 1;
}
}
if (_root.darkleg == 1) {
_root.legsdef = 25;
_root.legs = 5;
}
}
Symbol 560 Button
on (press) {
if (_root.ultleg != 1) {
if (_root.money >= 20000) {
_root.money = _root.money - 20000;
_root.legs = 6;
_root.legsdef = 100;
_root.ultleg = 1;
}
}
if (_root.ultleg == 1) {
_root.legsdef = 100;
_root.legs = 6;
}
}
Symbol 562 Button
on (press) {
if (_root.ultlow != 1) {
if (_root.money >= 20000) {
_root.money = _root.money - 20000;
_root.lower = 6;
_root.lowerdef = 100;
_root.ultlow = 1;
}
}
if (_root.ultlow == 1) {
_root.lowerdef = 100;
_root.lower = 6;
}
}
Symbol 564 Button
on (press) {
if (_root.ultshol != 1) {
if (_root.money >= 20000) {
_root.money = _root.money - 20000;
_root.shol = 6;
_root.sholdef = 100;
_root.ultshol = 1;
}
}
if (_root.ultshol == 1) {
_root.sholdef = 100;
_root.shol = 6;
}
}
Symbol 566 Button
on (press) {
if (_root.ultbody != 1) {
if (_root.money >= 30000) {
_root.money = _root.money - 30000;
_root.torso = 6;
_root.bodyDef = 200;
_root.ultbody = 1;
}
}
if (_root.ultbody == 1) {
_root.torso = 6;
_root.bodyDef = 300;
}
}
Symbol 572 Button
on (release) {
gotoAndPlay (22);
}
Symbol 575 Button
on (press) {
if (_root.armed != 1) {
if (_root.money >= 2000) {
_root.money = _root.money - 2000;
_root.blade = 1;
_root.extra = 100;
_root.armed = 1;
}
}
if (_root.armed == 1) {
_root.blade = 1;
_root.extra = 100;
_root.armed = 1;
}
}
Symbol 577 Button
on (press) {
if (_root.armed2 != 1) {
if (_root.money >= 5000) {
_root.money = _root.money - 5000;
_root.blade = 2;
_root.extra = 200;
_root.armed2 = 1;
}
}
if (_root.armed2 == 1) {
_root.blade = 2;
_root.extra = 200;
_root.armed2 = 1;
}
}
Symbol 579 Button
on (press) {
if (_root.armed3 != 1) {
if (_root.money >= 10000) {
_root.money = _root.money - 10000;
_root.blade = 3;
_root.extra = 500;
_root.armed3 = 1;
}
}
if (_root.armed3 == 1) {
_root.blade = 3;
_root.extra = 500;
_root.armed3 = 1;
}
}
Symbol 581 Button
on (press) {
if (_root.armed4 != 1) {
if (_root.money >= 20000) {
_root.money = _root.money - 20000;
_root.blade = 4;
_root.extra = 2000;
_root.armed4 = 1;
}
}
if (_root.armed4 == 1) {
_root.blade = 4;
_root.extra = 2000;
_root.armed4 = 1;
}
}
Symbol 583 Button
on (press) {
if (_root.armed5 != 1) {
if (_root.money >= 70000) {
_root.money = _root.money - 70000;
_root.blade = 5;
_root.extra = 10000;
_root.armed5 = 1;
}
}
if (_root.armed5 == 1) {
_root.blade = 5;
_root.extra = 10000;
_root.armed5 = 1;
}
}
Symbol 591 Button
on (release) {
gotoAndPlay (36);
_root.locate = 11;
}
Symbol 593 Button
on (release) {
gotoAndPlay (36);
_root.locate = 10;
}
Symbol 595 Button
on (release) {
gotoAndPlay (36);
_root.locate = 9;
}
Symbol 597 Button
on (release) {
gotoAndPlay (36);
_root.locate = 12;
}
Symbol 598 Button
on (release) {
gotoAndPlay (36);
_root.locate = (random(3) + 8) + 1;
}
Symbol 603 Button
on (release) {
gotoAndPlay (28);
}
Symbol 604 Button
on (release) {
gotoAndPlay (27);
}
Symbol 607 Button
on (release) {
gotoAndPlay (26);
_root.hair = _root.Detail1;
_root.head = _root.Detail2;
}
Symbol 609 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 2
stop();
Symbol 610 Button
on (release) {
_root.hair = 0;
_root.purchase2 = 100;
}
Symbol 612 Button
on (release) {
_root.Detail1 = _root.hair;
_root.Detail2 = _root.head;
if (_root.money >= _root.purchase) {
_root.money = _root.money - _root.purchase;
}
if (_root.money >= _root.purchase2) {
_root.money = _root.money - _root.purchase2;
}
}
Symbol 614 Button
on (release) {
_root.hair = 1;
_root.purchase2 = 100;
}
Symbol 616 Button
on (release) {
_root.hair = 2;
_root.purchase2 = 100;
}
Symbol 618 Button
on (release) {
_root.hair = 3;
_root.purchase2 = 100;
}
Symbol 620 Button
on (release) {
_root.hair = 4;
_root.purchase2 = 100;
}
Symbol 622 Button
on (release) {
_root.hair = 5;
_root.purchase2 = 100;
}
Symbol 624 Button
on (release) {
_root.hair = 6;
_root.purchase2 = 100;
}
Symbol 626 Button
on (release) {
_root.hair = 7;
_root.purchase2 = 200;
}
Symbol 628 Button
on (release) {
_root.hair = 8;
_root.purchase2 = 200;
}
Symbol 630 Button
on (release) {
_root.hair = 9;
_root.purchase2 = 300;
}
Symbol 631 Button
on (release) {
_root.hair = 10;
_root.purchase2 = 300;
}
Symbol 635 Button
on (release) {
_root.head = 0;
_root.purchase = 100;
}
Symbol 637 Button
on (release) {
_root.head = 1;
_root.purchase = 100;
}
Symbol 638 Button
on (release) {
_root.head = 2;
_root.purchase = 100;
}
Symbol 639 Button
on (release) {
_root.head = 3;
_root.purchase = 100;
}
Symbol 640 Button
on (release) {
_root.head = 4;
_root.purchase = 100;
}
Symbol 641 Button
on (release) {
_root.head = 5;
_root.purchase = 100;
}
Symbol 642 Button
on (release) {
_root.head = 6;
_root.purchase = 100;
}
Symbol 643 Button
on (release) {
_root.head = 7;
_root.purchase = 200;
}
Symbol 644 Button
on (release) {
_root.head = 8;
_root.purchase = 200;
}
Symbol 645 Button
on (release) {
_root.head = 9;
_root.purchase = 300;
}
Symbol 646 Button
on (release) {
_root.head = 10;
_root.purchase = 300;
}
Symbol 660 Button
on (release) {
if (_root.money > 9999) {
if (_root.race == 2) {
_root.race = 1;
_root.You.gotoAndStop(1);
_root.money = _root.money - 10000;
}
}
}
Symbol 661 Button
on (release) {
if (_root.money > 9999) {
if (_root.race == 1) {
_root.race = 2;
_root.You.gotoAndStop(2);
_root.money = _root.money - 10000;
}
}
}
Symbol 666 Button
on (release) {
gotoAndPlay (36);
_root.locate = 13;
}
Symbol 668 Button
on (release) {
gotoAndPlay (36);
_root.locate = 15;
}
Symbol 670 Button
on (release) {
gotoAndPlay (36);
_root.locate = 14;
}
Symbol 672 Button
on (release) {
gotoAndPlay (36);
_root.locate = 16;
}
Symbol 673 Button
on (release) {
gotoAndPlay (36);
_root.locate = (random(3) + 12) + 1;
}
Symbol 679 Button
on (release) {
gotoAndPlay (36);
_root.locate = 19;
}
Symbol 681 Button
on (release) {
gotoAndPlay (36);
_root.locate = 18;
}
Symbol 683 Button
on (release) {
gotoAndPlay (36);
_root.locate = 17;
}
Symbol 686 Button
on (release) {
gotoAndPlay (36);
_root.locate = 20;
}
Symbol 687 Button
on (release) {
gotoAndPlay (36);
_root.locate = (random(3) + 16) + 1;
}
Symbol 700 Button
on (release) {
gotoAndPlay (36);
_root.locate = 21;
_root.tournament1 = 0;
}
Symbol 702 Button
on (release) {
gotoAndPlay (36);
_root.locate = 22;
_root.tournament2 = 0;
}
Symbol 707 Button
on (release) {
gotoAndPlay (36);
}
Symbol 715 Button
on (release) {
_root.defense = int(((_root.legsdef + _root.lowerdef) + _root.sholdef) + _root.bodyDef);
gotoAndPlay (21);
}
Symbol 717 Button
on (release) {
if (_root.money > 9999) {
_root.money = _root.money - 10000;
_root.head = 11;
}
}
Symbol 720 Button
on (release) {
if (_root.money > 9999) {
_root.money = _root.money - 10000;
_root.hair = 11;
}
}
Symbol 721 Button
on (release) {
if (_root.money > 9999) {
_root.money = _root.money - 10000;
_root.blade = 6;
}
}
Symbol 768 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 2
stop();
Symbol 768 MovieClip Frame 3
stop();
Symbol 768 MovieClip Frame 4
stop();
Symbol 768 MovieClip Frame 5
stop();
Symbol 768 MovieClip Frame 6
stop();
Symbol 768 MovieClip Frame 7
stop();
Symbol 768 MovieClip Frame 8
stop();
Symbol 768 MovieClip Frame 9
stop();
Symbol 768 MovieClip Frame 10
stop();
Symbol 768 MovieClip Frame 11
stop();
Symbol 768 MovieClip Frame 12
stop();
Symbol 768 MovieClip Frame 13
stop();
Symbol 768 MovieClip Frame 14
stop();
Symbol 768 MovieClip Frame 15
stop();
Symbol 768 MovieClip Frame 16
stop();
Symbol 768 MovieClip Frame 17
stop();
Symbol 768 MovieClip Frame 18
stop();
Symbol 768 MovieClip Frame 19
stop();
Symbol 768 MovieClip Frame 20
stop();
Symbol 768 MovieClip Frame 21
stop();
Symbol 768 MovieClip Frame 22
stop();
Symbol 784 MovieClip Frame 1
stop();
Symbol 784 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 784 MovieClip Frame 6
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(random(25) - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 784 MovieClip Frame 9
gotoAndPlay (1);
Symbol 784 MovieClip Frame 13
gotoAndPlay (1);
Symbol 784 MovieClip Frame 16
_root.tribeman = _root.tribeman + 1;
_root.XP = _root.XP + 10;
Symbol 784 MovieClip Frame 19
stop();
Symbol 784 MovieClip Frame 23
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(random(30) - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 784 MovieClip Frame 25
gotoAndPlay (1);
Symbol 784 MovieClip Frame 32
gotoAndPlay (1);
Symbol 795 MovieClip Frame 1
stop();
Symbol 795 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 795 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int((random(70) + 10) - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 795 MovieClip Frame 9
gotoAndPlay (1);
Symbol 795 MovieClip Frame 13
gotoAndPlay (1);
Symbol 795 MovieClip Frame 16
_root.tribeman2 = _root.tribeman2 + 1;
_root.XP = _root.XP + 20;
Symbol 795 MovieClip Frame 19
stop();
Symbol 795 MovieClip Frame 24
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(random(100) - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 795 MovieClip Frame 25
gotoAndPlay (1);
Symbol 795 MovieClip Frame 32
gotoAndPlay (1);
Symbol 803 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 803 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int((random(30) + 80) - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 803 MovieClip Frame 9
gotoAndPlay (1);
Symbol 803 MovieClip Frame 13
gotoAndPlay (1);
Symbol 803 MovieClip Frame 16
_root.tribeman3 = _root.tribeman3 + 1;
_root.XP = _root.XP + 30;
Symbol 803 MovieClip Frame 19
stop();
Symbol 803 MovieClip Frame 23
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(random(200) - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 803 MovieClip Frame 25
gotoAndPlay (1);
Symbol 803 MovieClip Frame 32
gotoAndPlay (1);
Symbol 811 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 811 MovieClip Frame 4
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int((random(30) + 100) - _root.Defense);
if (_root.locate == 22) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 811 MovieClip Frame 9
gotoAndPlay (1);
Symbol 811 MovieClip Frame 13
gotoAndPlay (1);
Symbol 811 MovieClip Frame 16
if (_root.locate != 22) {
_root.tribemanKing = 1;
}
_root.XP = _root.XP + 200;
Symbol 811 MovieClip Frame 19
stop();
Symbol 811 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
if (_root.locate == 22) {
_root.BDamage = int(20000 - _root.Defense);
}
_root.BDamage = int(random(200) - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 811 MovieClip Frame 25
gotoAndPlay (1);
Symbol 811 MovieClip Frame 32
gotoAndPlay (1);
Symbol 816 MovieClip Frame 1
stop();
Symbol 816 MovieClip Frame 2
stop();
Symbol 816 MovieClip Frame 3
stop();
Symbol 817 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 817 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 821 MovieClip Frame 1
stop();
Symbol 821 MovieClip Frame 2
stop();
Symbol 821 MovieClip Frame 3
stop();
Symbol 822 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 822 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 826 MovieClip Frame 1
stop();
Symbol 826 MovieClip Frame 2
stop();
Symbol 826 MovieClip Frame 3
stop();
Symbol 827 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 827 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 831 MovieClip Frame 1
stop();
Symbol 831 MovieClip Frame 2
stop();
Symbol 831 MovieClip Frame 3
stop();
Symbol 832 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 832 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 836 MovieClip Frame 1
stop();
Symbol 836 MovieClip Frame 2
stop();
Symbol 836 MovieClip Frame 3
stop();
Symbol 837 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 837 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 2
stop();
Symbol 841 MovieClip Frame 3
stop();
Symbol 842 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 842 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 846 MovieClip Frame 1
stop();
Symbol 846 MovieClip Frame 2
stop();
Symbol 846 MovieClip Frame 3
stop();
Symbol 847 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 847 MovieClip Frame 2
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 851 MovieClip Frame 1
stop();
Symbol 851 MovieClip Frame 2
stop();
Symbol 851 MovieClip Frame 3
stop();
Symbol 852 MovieClip Frame 1
if (_root.dinopic == 1) {
}
if (_root.dinopic == 2) {
dinopart.gotoAndStop(2);
}
if (_root.dinopic == 3) {
dinopart.gotoAndStop(3);
}
Symbol 864 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 864 MovieClip Frame 4
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int((random(80) + 30) - _root.Defense);
if (_root.dinopic == 2) {
_root.BDamage = int((random(50) + 100) - _root.Defense);
}
if (_root.dinopic == 3) {
_root.BDamage = int((random(100) + 200) - _root.Defense);
}
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 864 MovieClip Frame 9
gotoAndPlay (1);
Symbol 864 MovieClip Frame 13
gotoAndPlay (1);
Symbol 864 MovieClip Frame 16
if (_root.dinopic == 1) {
_root.dino1 = _root.dino1 + 1;
_root.XP = _root.XP + 70;
}
if (_root.dinopic == 2) {
_root.dino2 = _root.dino2 + 1;
_root.XP = _root.XP + 100;
}
if (_root.dinopic == 3) {
_root.dino3 = _root.dino3 + 1;
_root.XP = _root.XP + 120;
}
Symbol 864 MovieClip Frame 19
stop();
Symbol 864 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(random(50) - _root.Defense);
if (_root.dinopic == 2) {
_root.BDamage = int((random(10) + 30) - _root.Defense);
}
if (_root.dinopic == 3) {
_root.BDamage = int((random(50) + 30) - _root.Defense);
}
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 864 MovieClip Frame 25
gotoAndPlay (1);
Symbol 864 MovieClip Frame 32
gotoAndPlay (1);
Symbol 882 MovieClip Frame 1
stop();
_root.stun = 0;
Symbol 882 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 882 MovieClip Frame 4
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int((100 + random(200)) - _root.Defense);
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 882 MovieClip Frame 9
gotoAndPlay (1);
Symbol 882 MovieClip Frame 13
gotoAndPlay (1);
Symbol 882 MovieClip Frame 16
if (_root.locate != 22) {
_root.dinoKing = 1;
}
_root.XP = _root.XP + 500;
Symbol 882 MovieClip Frame 19
stop();
Symbol 882 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(random(500) - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 882 MovieClip Frame 25
gotoAndPlay (1);
Symbol 882 MovieClip Frame 32
gotoAndPlay (1);
Symbol 894 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 894 MovieClip Frame 7
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(100 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 894 MovieClip Frame 9
gotoAndPlay (1);
Symbol 894 MovieClip Frame 13
gotoAndPlay (1);
Symbol 894 MovieClip Frame 16
_root.rath = _root.rath + 1;
_root.XP = _root.XP + 200;
Symbol 894 MovieClip Frame 19
stop();
Symbol 894 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(100 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 894 MovieClip Frame 25
gotoAndPlay (1);
Symbol 894 MovieClip Frame 32
gotoAndPlay (1);
Symbol 901 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 901 MovieClip Frame 4
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(100 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 901 MovieClip Frame 6
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(50 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 901 MovieClip Frame 9
gotoAndPlay (1);
Symbol 901 MovieClip Frame 13
gotoAndPlay (1);
Symbol 901 MovieClip Frame 16
_root.rath2 = _root.rath2 + 1;
_root.XP = _root.XP + 250;
Symbol 901 MovieClip Frame 19
stop();
Symbol 901 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(200 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 901 MovieClip Frame 25
gotoAndPlay (1);
Symbol 901 MovieClip Frame 32
gotoAndPlay (1);
Symbol 911 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 911 MovieClip Frame 4
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(300 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 911 MovieClip Frame 9
gotoAndPlay (1);
Symbol 911 MovieClip Frame 13
gotoAndPlay (1);
Symbol 911 MovieClip Frame 16
_root.rath3 = _root.rath3 + 1;
_root.XP = _root.XP + 275;
Symbol 911 MovieClip Frame 19
stop();
Symbol 911 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(100 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 911 MovieClip Frame 25
gotoAndPlay (1);
Symbol 911 MovieClip Frame 32
gotoAndPlay (1);
Symbol 918 MovieClip Frame 1
stop();
_root.stun = 0;
Symbol 918 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 918 MovieClip Frame 4
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(300 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 918 MovieClip Frame 9
gotoAndPlay (1);
Symbol 918 MovieClip Frame 13
gotoAndPlay (1);
Symbol 918 MovieClip Frame 16
if (_root.locate != 22) {
_root.rathKing = _root.rathKing + 1;
}
_root.XP = _root.XP + 1000;
Symbol 918 MovieClip Frame 19
stop();
Symbol 918 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(300 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 918 MovieClip Frame 25
gotoAndPlay (1);
Symbol 918 MovieClip Frame 32
gotoAndPlay (1);
Symbol 934 MovieClip Frame 1
stop();
Symbol 934 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 934 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(300 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 934 MovieClip Frame 9
gotoAndPlay (1);
Symbol 934 MovieClip Frame 13
gotoAndPlay (1);
Symbol 934 MovieClip Frame 16
_root.Sea = _root.Sea + 1;
_root.XP = _root.XP + 750;
Symbol 934 MovieClip Frame 19
stop();
Symbol 934 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(300 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 934 MovieClip Frame 25
gotoAndPlay (1);
Symbol 934 MovieClip Frame 32
gotoAndPlay (1);
Symbol 943 MovieClip Frame 1
stop();
Symbol 943 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 943 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(1000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 943 MovieClip Frame 9
gotoAndPlay (1);
Symbol 943 MovieClip Frame 13
gotoAndPlay (1);
Symbol 943 MovieClip Frame 16
_root.Sea2 = _root.Sea2 + 1;
_root.XP = _root.XP + 850;
Symbol 943 MovieClip Frame 19
stop();
Symbol 943 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(800 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 943 MovieClip Frame 25
gotoAndPlay (1);
Symbol 943 MovieClip Frame 32
gotoAndPlay (1);
Symbol 951 MovieClip Frame 1
stop();
Symbol 951 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 951 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(1000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 951 MovieClip Frame 9
gotoAndPlay (1);
Symbol 951 MovieClip Frame 13
gotoAndPlay (1);
Symbol 951 MovieClip Frame 16
_root.Sea3 = _root.Sea3 + 1;
_root.XP = _root.XP + 950;
Symbol 951 MovieClip Frame 19
stop();
Symbol 951 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(800 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 951 MovieClip Frame 25
gotoAndPlay (1);
Symbol 951 MovieClip Frame 32
gotoAndPlay (1);
Symbol 966 MovieClip Frame 1
stop();
Symbol 966 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 966 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(2000 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 966 MovieClip Frame 9
gotoAndPlay (1);
Symbol 966 MovieClip Frame 13
gotoAndPlay (1);
Symbol 966 MovieClip Frame 16
if (_root.locate != 22) {
_root.SeaKing = _root.SeaKing + 1;
}
_root.XP = _root.XP + 950;
Symbol 966 MovieClip Frame 19
stop();
Symbol 966 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(4000 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 966 MovieClip Frame 25
gotoAndPlay (1);
Symbol 966 MovieClip Frame 32
gotoAndPlay (1);
Symbol 985 MovieClip Frame 1
stop();
Symbol 985 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 985 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(1000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 985 MovieClip Frame 9
gotoAndPlay (1);
Symbol 985 MovieClip Frame 13
gotoAndPlay (1);
Symbol 985 MovieClip Frame 16
_root.Dark = _root.Dark + 1;
_root.XP = _root.XP + 1000;
Symbol 985 MovieClip Frame 19
stop();
Symbol 985 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(10000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 985 MovieClip Frame 25
gotoAndPlay (1);
Symbol 985 MovieClip Frame 32
gotoAndPlay (1);
Symbol 985 MovieClip Frame 33
play();
Symbol 985 MovieClip Frame 45
gotoAndPlay (1);
Symbol 998 MovieClip Frame 1
stop();
Symbol 998 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 998 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(5000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 998 MovieClip Frame 9
gotoAndPlay (1);
Symbol 998 MovieClip Frame 13
gotoAndPlay (1);
Symbol 998 MovieClip Frame 16
_root.Dark2 = _root.Dark2 + 1;
_root.XP = _root.XP + 1250;
Symbol 998 MovieClip Frame 19
stop();
Symbol 998 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(5000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 998 MovieClip Frame 25
gotoAndPlay (1);
Symbol 998 MovieClip Frame 32
gotoAndPlay (1);
Symbol 1019 MovieClip Frame 7
stop();
Symbol 1020 MovieClip Frame 1
stop();
Symbol 1020 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 1020 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(5000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 1020 MovieClip Frame 9
gotoAndPlay (1);
Symbol 1020 MovieClip Frame 13
gotoAndPlay (1);
Symbol 1020 MovieClip Frame 16
_root.Dark3 = _root.Dark3 + 1;
_root.XP = _root.XP + 1500;
Symbol 1020 MovieClip Frame 19
stop();
Symbol 1020 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(5000 - _root.Defense);
if (_root.locate == 21) {
_root.BDamage = int(20000 - _root.Defense);
}
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 1020 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1020 MovieClip Frame 33
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(7000 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 1020 MovieClip Frame 37
gotoAndPlay (1);
Symbol 1050 MovieClip Frame 1
stop();
Symbol 1050 MovieClip Frame 2
_root.BAttack = 1;
_root.BAttack = _root.BAttack + random(5);
if (_root.BAttack == 2) {
_root.enemy.ork.gotoAndPlay(20);
}
if (_root.BAttack == 3) {
_root.enemy.ork.gotoAndPlay(26);
}
Symbol 1050 MovieClip Frame 5
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(25000 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 1050 MovieClip Frame 9
gotoAndPlay (1);
Symbol 1050 MovieClip Frame 13
gotoAndPlay (1);
Symbol 1050 MovieClip Frame 16
if (_root.locate != 22) {
_root.DarkKing = _root.DarkKing + 1;
}
_root.XP = _root.XP + 10000;
Symbol 1050 MovieClip Frame 19
stop();
Symbol 1050 MovieClip Frame 22
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(5000 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 1050 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1050 MovieClip Frame 33
_root.You.main.gotoAndPlay(9);
_root.BDamage = 0;
_root.BDamage = int(20000 - _root.Defense);
if (_root.BDamage <= 0) {
_root.BDamage = 1;
}
if (_root.locate == 22) {
_root.BDamage = int(30000 - _root.Defense);
}
if (_root.defend == 1) {
_root.BDamage = 0;
_root.You.main.gotoAndPlay(46);
}
_root.GHealth = _root.GHealth - _root.BDamage;
Symbol 1050 MovieClip Frame 37
gotoAndPlay (1);
Symbol 1051 MovieClip Frame 1
stop();
Symbol 1051 MovieClip Frame 2
stop();
Symbol 1051 MovieClip Frame 3
stop();
Symbol 1051 MovieClip Frame 4
stop();
Symbol 1051 MovieClip Frame 5
stop();
Symbol 1051 MovieClip Frame 6
stop();
Symbol 1051 MovieClip Frame 7
stop();
Symbol 1051 MovieClip Frame 8
stop();
Symbol 1051 MovieClip Frame 9
stop();
Symbol 1051 MovieClip Frame 10
stop();
Symbol 1051 MovieClip Frame 11
stop();
Symbol 1051 MovieClip Frame 12
stop();
Symbol 1051 MovieClip Frame 13
stop();
Symbol 1051 MovieClip Frame 14
stop();
Symbol 1051 MovieClip Frame 15
stop();
Symbol 1051 MovieClip Frame 16
stop();
Symbol 1051 MovieClip Frame 17
stop();
Symbol 1051 MovieClip Frame 18
stop();
Symbol 1053 MovieClip Frame 1
stop();
Symbol 1053 MovieClip Frame 6
gotoAndPlay (1);
Symbol 1114 MovieClip Frame 1
stop();
Symbol 1114 MovieClip Frame 7
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.1);
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(100);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
Symbol 1114 MovieClip Frame 12
gotoAndStop (1);
Symbol 1114 MovieClip Frame 17
_root.stun = 0;
_root.stun = random(3);
if (_root.stun > 0) {
_root.quote = "Enemy stunned";
}
Symbol 1114 MovieClip Frame 18
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.15);
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(100);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
Symbol 1114 MovieClip Frame 22
gotoAndStop (1);
Symbol 1114 MovieClip Frame 27
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.2);
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(100);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
Symbol 1114 MovieClip Frame 32
gotoAndStop (1);
Symbol 1114 MovieClip Frame 39
_root.GHealth = (_root.GHealth = _root.MaxHealth);
Symbol 1114 MovieClip Frame 44
gotoAndStop (1);
Symbol 1114 MovieClip Frame 51
_root.BHealth = _root.BHealth - int(_root.BHealth * 0.4);
_root.enemy.ork.gotoAndPlay(10);
_root.BHealth = _root.BHealth - random(100);
if (_root.XP >= 1) {
_root.LVL = "Level 1";
_root.BHealth = _root.BHealth - 20;
}
if (_root.XP > 50) {
_root.LVL = "Level 2";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 200) {
_root.LVL = "Level 3";
_root.BHealth = _root.BHealth - 50;
}
if (_root.XP > 400) {
_root.LVL = "Level 4";
_root.BHealth = _root.BHealth - 100;
}
if (_root.XP > 600) {
_root.LVL = "Level 5";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 1200) {
_root.LVL = "Level 6";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 2000) {
_root.LVL = "Level 7";
_root.BHealth = _root.BHealth - 200;
}
if (_root.XP > 3000) {
_root.LVL = "Level 8";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 4000) {
_root.LVL = "Level 9";
_root.BHealth = _root.BHealth - 500;
}
if (_root.XP > 5000) {
_root.LVL = "Level 10";
_root.BHealth = _root.BHealth - 1000;
}
if (_root.XP > 10000) {
_root.LVL = "Knight Level 1";
_root.BHealth = _root.BHealth - 1100;
}
if (_root.XP > 20000) {
_root.LVL = "Knight Level 2";
_root.BHealth = _root.BHealth - 1500;
}
if (_root.XP > 30000) {
_root.LVL = "Knight Level 3";
_root.BHealth = _root.BHealth - 2000;
}
if (_root.XP > 40000) {
_root.LVL = "Knight Level 4";
_root.BHealth = _root.BHealth - 3000;
}
if (_root.XP > 50000) {
_root.LVL = "Knight Level 5";
_root.BHealth = _root.BHealth - 4000;
}
if (_root.XP > 60000) {
_root.LVL = "Ultimate";
_root.BHealth = _root.BHealth - 5000;
}
if (_root.XP > 80000) {
_root.LVL = "Ultimate King";
_root.BHealth = _root.BHealth - 7000;
}
if (_root.XP > 200000) {
_root.LVL = "God";
_root.BHealth = _root.BHealth - 8000;
}
if (_root.XP > 300000) {
_root.LVL = "God lvl 2";
_root.BHealth = _root.BHealth - 9000;
}
if (_root.XP > 310000) {
_root.LVL = "God lvl 3";
_root.BHealth = _root.BHealth - 10000;
}
if (_root.XP > 340000) {
_root.LVL = "God lvl 4";
_root.BHealth = _root.BHealth - 12000;
}
if (_root.XP > 380000) {
_root.LVL = "God lvl 5";
_root.BHealth = _root.BHealth - 15000;
}
if (_root.XP > 420000) {
_root.LVL = "God lvl 6";
_root.BHealth = _root.BHealth - 30000;
}
if (_root.XP > 480000) {
_root.LVL = "God lvl 7";
_root.BHealth = _root.BHealth - 50000;
}
if (_root.XP > 600000) {
_root.LVL = "God lvl 8";
_root.BHealth = _root.BHealth - 75000;
}
if (_root.XP > 700000) {
_root.LVL = "God lvl 9";
_root.BHealth = _root.BHealth - 85000;
}
if (_root.XP > 1000000) {
_root.LVL = "Ultimate God";
_root.BHealth = _root.BHealth - 100000;
}
Symbol 1114 MovieClip Frame 58
gotoAndStop (1);
Symbol 1114 MovieClip Frame 61
_root.shield = -4;
Symbol 1114 MovieClip Frame 65
if (_root.shield >= 1) {
gotoAndPlay (1);
}
Symbol 1114 MovieClip Frame 66
gotoAndPlay (65);
Symbol 1114 MovieClip Frame 71
_root.BHealth - int(_root.BHealth * 0.5);
Symbol 1114 MovieClip Frame 76
_root.BHealth - int(_root.BHealth * 0.5);
Symbol 1114 MovieClip Frame 77
_root.BHealth = -999999999;
Symbol 1114 MovieClip Frame 100
gotoAndPlay (1);
Symbol 1116 Button
on (release) {
gotoAndPlay (61);
}
Symbol 1118 Button
on (release) {
if (_root.XP <= 5000) {
gotoAndPlay (9);
}
if (_root.XP > 5000) {
_root.runaway = random(7);
if (_root.runaway < 3) {
gotoAndPlay (37);
_root.quote = "Failed to escape!!";
}
if (_root.runaway > 3) {
gotoAndPlay (9);
}
}
}
Symbol 1121 Button
on (release) {
_root.You.main.gotoAndPlay(2);
_root.Pet.pet_mc.play();
gotoAndPlay (37);
}
Symbol 1129 Button
on (release) {
gotoAndPlay (62);
}
Symbol 1131 Button
on (release) {
gotoAndPlay (63);
}
Symbol 1135 Button
on (release) {
_root.defend = 1;
gotoAndPlay (37);
if (_root.smPotion >= 1) {
_root.GHealth = _root.GHealth + int(_root.GHealth * 0.05);
}
if (_root.smPotion >= 1) {
_root.heals = _root.smPotion - 1;
}
if (_root.GHealth > _root.MaxHealth) {
_root.GHealth = _root.MaxHealth;
}
}
Symbol 1158 Button
on (release) {
if (_root.magic >= 1) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(2);
gotoAndPlay (37);
_root.magic = _root.magic - 1;
}
if (_root.magic < 1) {
_root.quote = "Not enough magic points";
}
}
Symbol 1160 Button
on (release) {
if (_root.XP > 250) {
if (_root.magic >= 4) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(13);
gotoAndPlay (37);
_root.magic = _root.magic - 4;
}
}
if (_root.XP < 250) {
_root.quote = "Need a higher Level to use";
}
if (_root.magic < 4) {
_root.quote = "Not enough magic points";
}
}
Symbol 1162 Button
on (release) {
if (_root.XP > 500) {
if (_root.magic >= 10) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(23);
gotoAndPlay (37);
_root.magic = _root.magic - 10;
}
}
if (_root.XP < 500) {
_root.quote = "Need a higher Level to use";
}
if (_root.magic < 10) {
_root.quote = "Not enough magic points";
}
}
Symbol 1164 Button
on (release) {
if (_root.XP > 1000) {
if (_root.magic >= 10) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(33);
gotoAndPlay (37);
_root.magic = _root.magic - 10;
}
}
if (_root.XP < 1000) {
_root.quote = "Need a higher Level to use";
}
if (_root.magic < 10) {
_root.quote = "Not enough magic points";
}
}
Symbol 1166 Button
on (release) {
gotoAndPlay (60);
}
Symbol 1174 Button
on (release) {
if (_root.XP >= 30000) {
if (_root.magic >= 20) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(59);
gotoAndPlay (37);
_root.magic = _root.magic - 20;
}
}
if (_root.XP < 30000) {
_root.quote = "Need a higher Level to use";
}
if (_root.magic < 20) {
_root.quote = "Not enough magic points";
}
}
Symbol 1177 Button
on (release) {
if (_root.strong == 0) {
if (_root.XP >= 48000) {
if (_root.magic >= 50) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(67);
gotoAndPlay (37);
_root.magic = _root.magic - 20;
}
}
}
if (_root.XP < 48000) {
_root.quote = "Need a higher Level to use";
}
if (_root.magic < 50) {
_root.quote = "Not enough magic points";
}
if (_root.powerHorse == 1) {
_root.quote = "Hades compels You";
}
}
Symbol 1179 Button
on (release) {
if (_root.XP >= 42000) {
if (_root.magic >= 20) {
_root.You.main.gotoAndPlay(24);
_root.Mattack.gotoAndPlay(45);
gotoAndPlay (37);
_root.magic = _root.magic - 20;
}
}
if (_root.XP < 42000) {
_root.quote = "Need a higher Level to use";
}
if (_root.magic < 20) {
_root.quote = "Not enough magic points";
}
}
Symbol 1187 Button
on (release) {
if (_root.ability > 1) {
_root.You.main.gotoAndPlay(35);
gotoAndPlay (64);
if (_root.ability > 1) {
_root.ability = _root.ability - 2;
}
}
}
Symbol 1189 Button
on (release) {
if (_root.ability >= 5) {
_root.You.main.gotoAndPlay(24);
gotoAndPlay (37);
_root.MaxHealth = int(_root.MaxHealth * 0.1) + _root.MaxHealth;
_root.quote = " Your Max Health has been raised bu 10%";
if (_root.ability >= 5) {
_root.ability = _root.ability - 5;
}
}
}
Symbol 1190 Button
on (release) {
if (_root.ability >= 5) {
_root.You.main.gotoAndPlay(24);
gotoAndPlay (37);
_root.chargedup = _root.chargedup + int(_root.extra * 25);
if (_root.chargedup == 0) {
_root.chargedup = _root.chargedup + 50;
}
_root.quote = " You feel stronger ";
if (_root.ability >= 5) {
_root.ability = _root.ability - 5;
}
}
}
Symbol 1207 Button
on (release) {
if (_root.smPotion > 0) {
_root.GHealth = _root.GHealth + 200;
if (_root.GHealth > _root.MaxHealth) {
_root.GHealth = _root.MaxHealth;
_root.smPotion = _root.smPotion - 1;
}
gotoAndPlay (37);
}
if (_root.smPotion < 0) {
_root.quote = "No potions left";
}
}
Symbol 1208 Button
on (release) {
if (_root.nmPotion > 0) {
_root.GHealth = _root.GHealth + 1000;
if (_root.GHealth > _root.MaxHealth) {
_root.GHealth = _root.MaxHealth;
_root.nmPotion = _root.nmPotion - 1;
}
gotoAndPlay (37);
}
if (_root.smPotion < 0) {
_root.quote = "No potions left";
}
}
Symbol 1209 Button
on (release) {
if (_root.lgPotion > 0) {
_root.GHealth = _root.MaxHealth;
if (_root.GHealth > _root.MaxHealth) {
_root.GHealth = _root.MaxHealth;
_root.lgPotion = _root.lgPotion - 1;
}
gotoAndPlay (37);
}
if (_root.smPotion < 0) {
_root.quote = "No potions left";
}
}
Symbol 1213 Button
on (release) {
gotoAndPlay (60);
}
Symbol 1243 MovieClip Frame 1
_root.quote = "Weak";
_root.charger = int(_root.BHealth * 0.01);
_root.arrows = 0;
Symbol 1243 MovieClip Frame 2
_root.charger = int(_root.BHealth * 0.05);
Symbol 1243 MovieClip Frame 3
_root.quote = "Stronger";
_root.charger = int(_root.BHealth * 0.1);
_root.arrows = 2;
Symbol 1243 MovieClip Frame 4
_root.charger = int(_root.BHealth * 0.15) + 150;
_root.arrows = 3;
Symbol 1243 MovieClip Frame 5
_root.quote = "Full";
_root.charger = int(_root.BHealth * 0.2) + 300;
_root.arrows = 4;
Symbol 1243 MovieClip Frame 6
_root.charger = int(_root.BHealth * 0.3);
_root.quote = "Full";
Symbol 1243 MovieClip Frame 7
_root.charger = int(_root.BHealth * 0.2);
Symbol 1243 MovieClip Frame 8
_root.charger = int(_root.BHealth * 0.15) + 20;
_root.quote = "Weak";
_root.arrows = 0;
Symbol 1243 MovieClip Frame 9
_root.charger = int(_root.BHealth * 0.1);
Symbol 1243 MovieClip Frame 10
_root.charger = int(_root.BHealth * 0.05);
Symbol 1243 MovieClip Frame 11
_root.quote = "Weak";
_root.charger = int(_root.BHealth * 0.01);
Symbol 1243 MovieClip Frame 12
_root.charger = int(_root.BHealth * 0.05);
Symbol 1243 MovieClip Frame 13
_root.quote = "Stronger";
_root.charger = int(_root.BHealth * 0.1);
Symbol 1243 MovieClip Frame 14
_root.charger = int(_root.BHealth * 0.15);
_root.arrows = 2;
Symbol 1243 MovieClip Frame 15
_root.quote = "Full";
_root.charger = int(_root.BHealth * 0.2) + 250;
_root.arrows = 4;
Symbol 1243 MovieClip Frame 16
_root.charger = int(_root.BHealth * 0.25);
_root.quote = "Stronger";
_root.arrows = 5;
Symbol 1243 MovieClip Frame 17
_root.charger = int(_root.BHealth * 0.2);
Symbol 1243 MovieClip Frame 18
_root.charger = int(_root.BHealth * 0.15);
_root.quote = "Weak";
_root.arrows = 0;
Symbol 1243 MovieClip Frame 19
_root.charger = int(_root.BHealth * 0.1);
Symbol 1243 MovieClip Frame 20
_root.charger = int(_root.BHealth * 0.05);
_root.play();