Combined Code
frame 1 {
MenNav = false;
currentPlayers = 2;
Flavor = 1;
EdnaLvl = 2;
EdnaExp = 50;
EdnaHP = 45;
EdnaHPMax = 60;
EdnaAP = 6;
EdnaAPMax = 6;
EdnaItemCount = 6;
EdnaAtk = 2;
EdnaDef = 3;
EdnaQui = 4;
EdnaFit = 3;
EdnaAbi = 4;
EdnaSwi = 4;
EdnaWeapon = 'Empty';
EdnaHead = 'Empty';
EdnaBody = 'Empty';
EdnaCharm = 'Empty';
EdwardHP = 114;
EdwardAP = 0;
PokeLvl = 3;
PokeExp = 85;
PokeHP = 30;
PokeHPMax = 70;
PokeAP = 11;
PokeAPMax = 11;
PokeItemCount = 6;
PokeAtk = 3;
PokeDef = 3;
PokeQui = 5;
PokeFit = 3;
PokeAbi = 4;
PokeSwi = 5;
PokeWeapon = 'Empty';
PokeHead = 'Empty';
PokeBody = 'Empty';
PokeCharm = 'Empty';
CynHP = 99;
CynAP = 35;
var ednaBox = ['Baton', 'Hamburger', 'Pink Panties', 'Bottle Rocket', 'Lollipop', 'Edward Doll'];
var pokeBox = ['Bottle Rocket', 'YoYo'];
}
frame 2 {
stop();
Flavor = 1;
}
movieClip 8 {
frame 1 {
stop();
if (_root.Flavor == 2) {
gotoAndStop('Edna');
} else {
if (_root.Flavor == 3) {
gotoAndStop('Cynthia');
} else {
if (_root.Flavor == 4) {
gotoAndStop('Monike');
} else {
if (_root.Flavor == 5) {
gotoAndStop('Mint');
} else {
if (_root.Flavor == 6) {
gotoAndStop('Lucy');
} else {
if (_root.Flavor == 7) {
gotoAndStop('Jenny');
}
}
}
}
}
}
}
}
// unknown tag 88 length 88
movieClip 13 {
}
button 14 {
on (rollOver) {
mcBox.gotoAndStop('Samantha');
}
on (release) {
Flavor = 1;
play();
}
}
button 16 {
on (rollOver) {
mcBox.gotoAndStop('Edna');
}
on (release) {
Flavor = 2;
play();
}
}
button 18 {
on (rollOver) {
mcBox.gotoAndStop('Cynthia');
}
on (release) {
Flavor = 3;
play();
}
}
button 20 {
on (rollOver) {
mcBox.gotoAndStop('Monike');
}
on (release) {
Flavor = 4;
play();
}
}
button 22 {
on (rollOver) {
mcBox.gotoAndStop('Mint');
}
on (release) {
Flavor = 5;
play();
}
}
button 24 {
on (rollOver) {
mcBox.gotoAndStop('Lucy');
}
on (release) {
Flavor = 6;
play();
}
}
button 26 {
on (rollOver) {
mcBox.gotoAndStop('Jenny');
}
on (release) {
Flavor = 7;
play();
}
}
frame 10 {
stop();
MenNav = true;
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
movieClip 35 {
frame 1 {
stop();
if (_root.Flavor == 2) {
gotoAndStop('Edna');
} else {
if (_root.Flavor == 3) {
gotoAndStop('Cynthia');
} else {
if (_root.Flavor == 4) {
gotoAndStop('Monike');
} else {
if (_root.Flavor == 5) {
gotoAndStop('Mint');
} else {
if (_root.Flavor == 6) {
gotoAndStop('Lucy');
} else {
if (_root.Flavor == 7) {
gotoAndStop('Jenny');
}
}
}
}
}
}
}
}
button 39 {
on (release) {
gotoAndStop('EdnaSkill');
}
}
button 42 {
on (release) {
gotoAndStop('Close');
}
on (keyPress '<Space>') {
gotoAndStop('Close');
}
}
button 45 {
on (release) {
gotoAndStop('EdnaItems');
}
}
button 48 {
on (release) {
gotoAndStop('EdnaGear');
}
}
button 51 {
on (release) {
gotoAndStop('EdnaStats');
}
}
movieClip 59 {
frame 1 {
stop();
if (_root.Flavor == 2) {
gotoAndStop('Edna');
} else {
if (_root.Flavor == 3) {
gotoAndStop('Cynthia');
} else {
if (_root.Flavor == 4) {
gotoAndStop('Monike');
} else {
if (_root.Flavor == 5) {
gotoAndStop('Mint');
} else {
if (_root.Flavor == 6) {
gotoAndStop('Lucy');
} else {
if (_root.Flavor == 7) {
gotoAndStop('Jenny');
}
}
}
}
}
}
}
}
// unknown tag 88 length 62
// unknown tag 88 length 64
movieClip 69 {
frame 1 {
txtHP1.text = _root.PokeHP;
txtHP2.text = _root.PokeHP;
txtAP1.text = _root.PokeAP;
txtAP2.text = _root.PokeAP;
}
}
movieClip 75 {
frame 1 {
txtHP1.text = _root.EdnaHP;
txtHP2.text = _root.EdnaHP;
txtAP1.text = _root.EdnaAP;
txtAP2.text = _root.EdnaAP;
}
}
movieClip 81 {
frame 1 {
txtHP1.text = _root.CynHP;
txtHP2.text = _root.CynHP;
txtAP1.text = _root.CynAP;
txtAP2.text = _root.CynAP;
}
}
movieClip 88 {
frame 1 {
txtHP1.text = _root.EdwardHP;
txtHP2.text = _root.EdwardHP;
txtAP1.text = _root.EdwardAP;
txtAP2.text = _root.EdwardAP;
}
}
frame 20 {
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
Lv1.text = EdnaLvl;
Lv2.text = EdnaLvl;
Exp1.text = EdnaExp;
Exp2.text = EdnaExp;
HP1.text = EdnaHP + ' / ' + EdnaHPMax;
HP2.text = EdnaHP + ' / ' + EdnaHPMax;
AP1.text = EdnaAP + ' / ' + EdnaAPMax;
AP2.text = EdnaAP + ' / ' + EdnaAPMax;
Atk1.text = EdnaAtk;
Atk2.text = EdnaAtk;
Def1.text = EdnaDef;
Def2.text = EdnaDef;
Qui1.text = EdnaQui;
Qui2.text = EdnaQui;
Fig1.text = EdnaFit;
Fig2.text = EdnaFit;
Abi1.text = EdnaAbi;
Abi2.text = EdnaAbi;
Swi1.text = EdnaSwi;
Swi2.text = EdnaSwi;
}
movieClip 96 {
frame 1 {
stop();
if (_root.Flavor == 2) {
gotoAndStop('Edna');
} else {
if (_root.Flavor == 3) {
gotoAndStop('Cynthia');
} else {
if (_root.Flavor == 4) {
gotoAndStop('Monike');
} else {
if (_root.Flavor == 5) {
gotoAndStop('Mint');
} else {
if (_root.Flavor == 6) {
gotoAndStop('Lucy');
} else {
if (_root.Flavor == 7) {
gotoAndStop('Jenny');
}
}
}
}
}
}
}
}
button 119 {
on (release) {
gotoAndStop('EdnaStats');
}
}
button 120 {
on (release) {
gotoAndStop('PokeStats');
}
}
button 121 {
on (release) {
gotoAndStop('EdStats');
}
}
button 122 {
on (release) {
gotoAndStop('CynStats');
}
}
frame 30 {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 589.3;
}
Lv1.text = PokeLvl;
Lv2.text = PokeLvl;
Exp1.text = PokeExp;
Exp2.text = PokeExp;
HP1.text = PokeHP + ' / ' + PokeHPMax;
HP2.text = PokeHP + ' / ' + PokeHPMax;
AP1.text = PokeAP + ' / ' + PokeAPMax;
AP2.text = PokeAP + ' / ' + PokeAPMax;
Atk1.text = PokeAtk;
Atk2.text = PokeAtk;
Def1.text = PokeDef;
Def2.text = PokeDef;
Qui1.text = PokeQui;
Qui2.text = PokeQui;
Fig1.text = PokeFit;
Fig2.text = PokeFit;
Abi1.text = PokeAbi;
Abi2.text = PokeAbi;
Swi1.text = PokeSwi;
Swi2.text = PokeSwi;
}
frame 40 {
if (currentPlayers == 3) {
mcArrow2._x = 371.4;
}
}
frame 60 {
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (ednaBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = ednaBox[0];
}
if (ednaBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = ednaBox[1];
}
if (ednaBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = ednaBox[2];
}
if (ednaBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = ednaBox[3];
}
if (ednaBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = ednaBox[4];
}
if (ednaBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = ednaBox[5];
}
if (ednaBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = ednaBox[6];
}
if (ednaBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = ednaBox[7];
}
if (ednaBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = ednaBox[8];
}
if (ednaBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = ednaBox[9];
}
if (ednaBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = ednaBox[10];
}
if (ednaBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = ednaBox[11];
}
if (ednaBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = ednaBox[12];
}
if (ednaBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = ednaBox[13];
}
if (ednaBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = ednaBox[14];
}
if (ednaBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = ednaBox[15];
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 187 {
on (rollOver) {
if (ednaBox[1] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[1] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[1] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[1] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[1];
ItemLocation = 1;
gotoAndStop('EdnaUse');
}
}
button 188 {
on (rollOver) {
if (ednaBox[0] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[0] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[0] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[0] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[0];
ItemLocation = 0;
gotoAndStop('EdnaUse');
}
}
button 190 {
on (rollOver) {
if (ednaBox[2] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[2] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[2] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[2] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[2];
ItemLocation = 2;
gotoAndStop('EdnaUse');
}
}
button 191 {
on (rollOver) {
if (ednaBox[4] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[4] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[4] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[4] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[4];
ItemLocation = 4;
gotoAndStop('EdnaUse');
}
}
button 192 {
on (rollOver) {
if (ednaBox[6] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[6] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[6] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[6] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[6];
ItemLocation = 6;
gotoAndStop('EdnaUse');
}
}
button 194 {
on (rollOver) {
if (ednaBox[3] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[3] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[3] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[3] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[3];
ItemLocation = 3;
gotoAndStop('EdnaUse');
}
}
button 195 {
on (rollOver) {
if (ednaBox[5] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[5] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[5] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[5] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[5];
ItemLocation = 5;
gotoAndStop('EdnaUse');
}
}
button 196 {
on (rollOver) {
if (ednaBox[7] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (ednaBox[7] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (ednaBox[7] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (ednaBox[7] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = ednaBox[7];
ItemLocation = 7;
gotoAndStop('EdnaUse');
}
}
button 213 {
on (release) {
gotoAndStop('EdnaItems');
}
}
button 214 {
on (release) {
gotoAndStop('PokeItems');
}
}
button 215 {
on (release) {
gotoAndStop('EdItems');
}
}
button 216 {
on (release) {
gotoAndStop('CynItems');
}
}
frame 70 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 220 {
on (rollOver) {
itemInfo.text = 'Drop this item? Warning: Clicking this mean you\'ll lose this item forever.';
}
on (rollOut) {
itemInfo.text = 'Who will you use this item on?';
}
on (release) {
gotoAndStop('EdnaReset');
}
}
button 223 {
on (rollOver) {
itemInfo.text = 'Give this item to someone?';
}
on (rollOut) {
itemInfo.text = 'Who will you use this item on?';
}
on (release) {
gotoAndStop('EdnaGive');
}
}
button 226 {
on (release) {
gotoAndStop('EdnaItems');
}
}
button 227 {
on (release) {
if (ItemUse == 'Hamburger') {
EdnaHP += 50;
gotoAndStop('EdnaReset');
} else {
itemInfo.text = 'You can not use that item Edna...';
}
}
}
button 228 {
on (release) {
if (ItemUse == 'Hamburger') {
PokeHP += 50;
gotoAndStop('EdnaReset');
} else {
itemInfo.text = 'You can not use that item Pokeinfo...';
}
}
}
button 229 {
on (release) {
if (ItemUse == 'Hamburger') {
EdwardHP += 50;
gotoAndStop('EdnaReset');
} else {
itemInfo.text = 'You can not use that item Edward...';
}
}
}
button 230 {
on (release) {
if (ItemUse == 'Hamburger') {
CynHP += 50;
gotoAndStop('EdnaReset');
} else {
itemInfo.text = 'You can not use that item Cynthia...';
}
}
}
frame 80 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 232 {
on (rollOver) {
itemInfo.text = 'Drop this item? Warning: Clicking this mean you\'ll lose this item forever.';
}
on (rollOut) {
itemInfo.text = 'Who will you give this item to?';
}
on (release) {
gotoAndStop('EdnaReset');
}
}
button 233 {
on (rollOver) {
itemInfo.text = 'Use this item on someone instead?';
}
on (rollOut) {
itemInfo.text = 'Who will you give this item to?';
}
on (release) {
gotoAndStop('EdnaUse');
}
}
button 234 {
on (release) {
pokeBox.push(ItemUse);
gotoAndStop('EdnaReset');
}
}
button 235 {
on (release) {
edwardBox.push(ItemUse);
gotoAndStop('EdnaReset');
}
}
button 236 {
on (release) {
cynBox.push(ItemUse);
gotoAndStop('EdnaReset');
}
}
frame 89 {
if (ItemLocation == 0) {
ednaBox.splice(0, 1);
} else {
if (ItemLocation == 1) {
ednaBox.splice(1, 1);
} else {
if (ItemLocation == 2) {
ednaBox.splice(2, 1);
} else {
if (ItemLocation == 3) {
ednaBox.splice(3, 1);
} else {
if (ItemLocation == 4) {
ednaBox.splice(4, 1);
} else {
if (ItemLocation == 5) {
ednaBox.splice(5, 1);
} else {
if (ItemLocation == 6) {
ednaBox.splice(6, 1);
} else {
if (ItemLocation == 7) {
ednaBox.splice(7, 1);
}
}
}
}
}
}
}
}
if (EdnaHP > EdnaHPMax) {
EdnaHP = EdnaHPMax;
}
if (PokeHP > PokeHPMax) {
PokeHP = PokeHPMax;
}
if (EdwardHP > EdwardHPMax) {
EdwardHP = EdwardHPMax;
}
if (CynHP > CynHPMax) {
CynHP = CynHPMax;
}
if (EdnaAP > EdnaAPMax) {
EdnaAP = EdnaAPMax;
}
if (PokeAP > PokeAPMax) {
PokeAP = PokeAPMax;
}
if (EdwardAP > EdwardAPMax) {
EdwardAP = EdwardAPMax;
}
if (CynAP > CynAPMax) {
CynAP = CynAPMax;
}
gotoAndStop('EdnaItems');
}
frame 90 {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 589.3;
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (pokeBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = pokeBox[0];
}
if (pokeBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = pokeBox[1];
}
if (pokeBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = pokeBox[2];
}
if (pokeBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = pokeBox[3];
}
if (pokeBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = pokeBox[4];
}
if (pokeBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = pokeBox[5];
}
if (pokeBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = pokeBox[6];
}
if (pokeBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = pokeBox[7];
}
if (pokeBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = pokeBox[8];
}
if (pokeBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = pokeBox[9];
}
if (pokeBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = pokeBox[10];
}
if (pokeBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = pokeBox[11];
}
if (pokeBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = pokeBox[12];
}
if (pokeBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = pokeBox[13];
}
if (pokeBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = pokeBox[14];
}
if (pokeBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = pokeBox[15];
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 237 {
on (rollOver) {
if (pokeBox[1] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[1] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[1] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[1] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[1];
ItemLocation = 1;
gotoAndStop('pokeUse');
}
}
button 238 {
on (rollOver) {
if (pokeBox[0] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[0] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[0] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[0] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[0];
ItemLocation = 0;
gotoAndStop('pokeUse');
}
}
button 240 {
on (rollOver) {
if (pokeBox[2] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[2] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[2] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[2] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[2];
ItemLocation = 2;
gotoAndStop('pokeUse');
}
}
button 241 {
on (rollOver) {
if (pokeBox[4] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[4] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[4] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[4] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[4];
ItemLocation = 4;
gotoAndStop('pokeUse');
}
}
button 242 {
on (rollOver) {
if (pokeBox[6] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[6] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[6] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[6] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[6];
ItemLocation = 6;
gotoAndStop('pokeUse');
}
}
button 243 {
on (rollOver) {
if (pokeBox[3] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[3] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[3] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[3] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[3];
ItemLocation = 3;
gotoAndStop('pokeUse');
}
}
button 244 {
on (rollOver) {
if (pokeBox[5] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[5] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[5] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[5] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[5];
ItemLocation = 5;
gotoAndStop('pokeUse');
}
}
button 245 {
on (rollOver) {
if (pokeBox[7] == 'Hamburger') {
itemInfo.text = 'A tasty hamburger that can heal 50 HP';
} else {
if (pokeBox[7] == 'Energy Drink') {
itemInfo.text = 'This suger filled drink can revive 20 AP';
} else {
if (pokeBox[7] == 'Lollipop') {
itemInfo.text = 'A tasty snack that can heal 15 HP';
} else {
if (pokeBox[7] == 'Bottle Rocket') {
itemInfo.text = 'Do not aim towards face. Deals heavy damage to an enemy.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = '';
}
on (release) {
ItemUse = pokeBox[7];
ItemLocation = 7;
gotoAndStop('pokeUse');
}
}
frame 100 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 263 {
on (rollOver) {
itemInfo.text = 'Drop this item? Warning: Clicking this mean you\'ll lose this item forever.';
}
on (rollOut) {
itemInfo.text = 'Who will you use this item on?';
}
on (release) {
gotoAndStop('PokeReset');
}
}
button 264 {
on (rollOver) {
itemInfo.text = 'Give this item to someone?';
}
on (rollOut) {
itemInfo.text = 'Who will you use this item on?';
}
on (release) {
gotoAndStop('PokeGive');
}
}
button 265 {
on (release) {
gotoAndStop('PokeItems');
}
}
button 266 {
on (release) {
if (ItemUse == 'Hamburger') {
EdnaHP += 50;
gotoAndStop('PokeReset');
} else {
itemInfo.text = 'You can not use that item Edna...';
}
}
}
button 267 {
on (release) {
if (ItemUse == 'Hamburger') {
PokeHP += 50;
gotoAndStop('PokeReset');
} else {
itemInfo.text = 'You can not use that item Pokeinfo...';
}
}
}
button 268 {
on (release) {
if (ItemUse == 'Hamburger') {
EdwardHP += 50;
gotoAndStop('PokeReset');
} else {
itemInfo.text = 'You can not use that item Edward...';
}
}
}
button 269 {
on (release) {
if (ItemUse == 'Hamburger') {
CynHP += 50;
gotoAndStop('PokeReset');
} else {
itemInfo.text = 'You can not use that item Cynthia...';
}
}
}
frame 110 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 271 {
on (rollOver) {
itemInfo.text = 'Drop this item? Warning: Clicking this mean you\'ll lose this item forever.';
}
on (rollOut) {
itemInfo.text = 'Who will you give this item to?';
}
on (release) {
gotoAndStop('PokeReset');
}
}
button 272 {
on (rollOver) {
itemInfo.text = 'Use this item on someone instead?';
}
on (rollOut) {
itemInfo.text = 'Who will you give this item to?';
}
on (release) {
gotoAndStop('PokeUse');
}
}
button 273 {
on (release) {
ednaBox.push(ItemUse);
gotoAndStop('PokeReset');
}
}
button 274 {
on (release) {
edwardBox.push(ItemUse);
gotoAndStop('PokeReset');
}
}
button 275 {
on (release) {
cynBox.push(ItemUse);
gotoAndStop('PokeReset');
}
}
frame 119 {
if (ItemLocation == 0) {
pokeBox.splice(0, 1);
} else {
if (ItemLocation == 1) {
pokeBox.splice(1, 1);
} else {
if (ItemLocation == 2) {
pokeBox.splice(2, 1);
} else {
if (ItemLocation == 3) {
pokeBox.splice(3, 1);
} else {
if (ItemLocation == 4) {
pokeBox.splice(4, 1);
} else {
if (ItemLocation == 5) {
pokeBox.splice(5, 1);
} else {
if (ItemLocation == 6) {
pokeBox.splice(6, 1);
} else {
if (ItemLocation == 7) {
pokeBox.splice(7, 1);
}
}
}
}
}
}
}
}
if (EdnaHP > EdnaHPMax) {
EdnaHP = EdnaHPMax;
}
if (PokeHP > PokeHPMax) {
PokeHP = PokeHPMax;
}
if (EdwardHP > EdwardHPMax) {
EdwardHP = EdwardHPMax;
}
if (CynHP > CynHPMax) {
CynHP = CynHPMax;
}
if (EdnaAP > EdnaAPMax) {
EdnaAP = EdnaAPMax;
}
if (PokeAP > PokeAPMax) {
PokeAP = PokeAPMax;
}
if (EdwardAP > EdwardAPMax) {
EdwardAP = EdwardAPMax;
}
if (CynAP > CynAPMax) {
CynAP = CynAPMax;
}
gotoAndStop('PokeItems');
}
frame 120 {
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (ednaBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = ednaBox[0];
}
if (ednaBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = ednaBox[1];
}
if (ednaBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = ednaBox[2];
}
if (ednaBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = ednaBox[3];
}
if (ednaBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = ednaBox[4];
}
if (ednaBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = ednaBox[5];
}
if (ednaBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = ednaBox[6];
}
if (ednaBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = ednaBox[7];
}
if (ednaBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = ednaBox[8];
}
if (ednaBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = ednaBox[9];
}
if (ednaBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = ednaBox[10];
}
if (ednaBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = ednaBox[11];
}
if (ednaBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = ednaBox[12];
}
if (ednaBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = ednaBox[13];
}
if (ednaBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = ednaBox[14];
}
if (ednaBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = ednaBox[15];
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
frame 130 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
frame 140 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
frame 149 {
if (ItemLocation == 0) {
edwardBox.splice(0, 1);
} else {
if (ItemLocation == 1) {
edwardBox.splice(1, 1);
} else {
if (ItemLocation == 2) {
edwardBox.splice(2, 1);
} else {
if (ItemLocation == 3) {
edwardBox.splice(3, 1);
} else {
if (ItemLocation == 4) {
edwardBox.splice(4, 1);
} else {
if (ItemLocation == 5) {
edwardBox.splice(5, 1);
} else {
if (ItemLocation == 6) {
edwardBox.splice(6, 1);
} else {
if (ItemLocation == 7) {
edwardBox.splice(7, 1);
}
}
}
}
}
}
}
}
if (EdnaHP > EdnaHPMax) {
EdnaHP = EdnaHPMax;
}
if (PokeHP > PokeHPMax) {
PokeHP = PokeHPMax;
}
if (EdwardHP > EdwardHPMax) {
EdwardHP = EdwardHPMax;
}
if (CynHP > CynHPMax) {
CynHP = CynHPMax;
}
if (EdnaAP > EdnaAPMax) {
EdnaAP = EdnaAPMax;
}
if (PokeAP > PokeAPMax) {
PokeAP = PokeAPMax;
}
if (EdwardAP > EdwardAPMax) {
EdwardAP = EdwardAPMax;
}
if (CynAP > CynAPMax) {
CynAP = CynAPMax;
}
gotoAndStop('EdItems');
}
frame 150 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (pokeBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = pokeBox[0];
}
if (pokeBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = pokeBox[1];
}
if (pokeBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = pokeBox[2];
}
if (pokeBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = pokeBox[3];
}
if (pokeBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = pokeBox[4];
}
if (pokeBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = pokeBox[5];
}
if (pokeBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = pokeBox[6];
}
if (pokeBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = pokeBox[7];
}
if (pokeBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = pokeBox[8];
}
if (pokeBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = pokeBox[9];
}
if (pokeBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = pokeBox[10];
}
if (pokeBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = pokeBox[11];
}
if (pokeBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = pokeBox[12];
}
if (pokeBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = pokeBox[13];
}
if (pokeBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = pokeBox[14];
}
if (pokeBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = pokeBox[15];
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
frame 160 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
frame 170 {
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
frame 179 {
if (ItemLocation == 0) {
pokeBox.splice(0, 1);
} else {
if (ItemLocation == 1) {
pokeBox.splice(1, 1);
} else {
if (ItemLocation == 2) {
pokeBox.splice(2, 1);
} else {
if (ItemLocation == 3) {
pokeBox.splice(3, 1);
} else {
if (ItemLocation == 4) {
pokeBox.splice(4, 1);
} else {
if (ItemLocation == 5) {
pokeBox.splice(5, 1);
} else {
if (ItemLocation == 6) {
pokeBox.splice(6, 1);
} else {
if (ItemLocation == 7) {
pokeBox.splice(7, 1);
}
}
}
}
}
}
}
}
if (EdnaHP > EdnaHPMax) {
EdnaHP = EdnaHPMax;
}
if (PokeHP > PokeHPMax) {
PokeHP = PokeHPMax;
}
if (EdwardHP > EdwardHPMax) {
EdwardHP = EdwardHPMax;
}
if (CynHP > CynHPMax) {
CynHP = CynHPMax;
}
if (EdnaAP > EdnaAPMax) {
EdnaAP = EdnaAPMax;
}
if (PokeAP > PokeAPMax) {
PokeAP = PokeAPMax;
}
if (EdwardAP > EdwardAPMax) {
EdwardAP = EdwardAPMax;
}
if (CynAP > CynAPMax) {
CynAP = CynAPMax;
}
gotoAndStop('PokeItems');
}
frame 180 {
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
Weapon1.text = EdnaWeapon;
Weapon2.text = EdnaWeapon;
Head1.text = EdnaHead;
Head2.text = EdnaHead;
Body1.text = EdnaBody;
Body2.text = EdnaBody;
Charm1.text = EdnaCharm;
Charm2.text = EdnaCharm;
}
button 276 {
on (release) {
GearType = 'Weapon';
GearSwitch = EdnaWeapon;
gotoAndStop('EdnaSwitch');
}
}
button 277 {
on (release) {
GearType = 'Body';
GearSwitch = EdnaBody;
gotoAndStop('EdnaSwitch');
}
}
button 278 {
on (release) {
GearType = 'Head';
GearSwitch = EdnaHead;
gotoAndStop('EdnaSwitch');
}
}
button 279 {
on (release) {
GearType = 'Charm';
GearSwitch = EdnaCharm;
gotoAndStop('EdnaSwitch');
}
}
movieClip 290 {
}
button 291 {
on (release) {
gotoAndStop('EdnaGear');
}
}
button 292 {
on (release) {
gotoAndStop('PokeGear');
}
}
button 293 {
on (release) {
gotoAndStop('EdGear');
}
}
button 294 {
on (release) {
gotoAndStop('CynGear');
}
}
frame 190 {
if (ednaBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = ednaBox[0];
}
if (ednaBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = ednaBox[1];
}
if (ednaBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = ednaBox[2];
}
if (ednaBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = ednaBox[3];
}
if (ednaBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = ednaBox[4];
}
if (ednaBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = ednaBox[5];
}
if (ednaBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = ednaBox[6];
}
if (ednaBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = ednaBox[7];
}
if (ednaBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = ednaBox[8];
}
if (ednaBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = ednaBox[9];
}
if (ednaBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = ednaBox[10];
}
if (ednaBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = ednaBox[11];
}
if (ednaBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = ednaBox[12];
}
if (ednaBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = ednaBox[13];
}
if (ednaBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = ednaBox[14];
}
if (ednaBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = ednaBox[15];
}
}
button 295 {
on (rollOver) {
if (ednaBox[1] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[1] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[1] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[1] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[1] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[1] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[1];
ednaBox.splice(1, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[1] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[1];
ednaBox.splice(1, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[1] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[1];
ednaBox.splice(1, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[1] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[1];
ednaBox.splice(1, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[1] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[1];
ednaBox.splice(1, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 296 {
on (rollOver) {
if (ednaBox[0] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[0] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[0] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[0] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[0] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[0] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[0];
ednaBox.splice(0, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[0] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[0];
ednaBox.splice(0, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[0] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[0];
ednaBox.splice(0, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[0] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[0];
ednaBox.splice(0, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[0] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[0];
ednaBox.splice(0, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 298 {
on (rollOver) {
if (ednaBox[2] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[2] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[2] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[2] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[2] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[2] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[2];
ednaBox.splice(2, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[2] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[2];
ednaBox.splice(2, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[2] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[2];
ednaBox.splice(2, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[2] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[2];
ednaBox.splice(2, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[2] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[2];
ednaBox.splice(2, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 299 {
on (rollOver) {
if (ednaBox[4] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[4] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[4] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[4] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[4] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[4] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[4];
ednaBox.splice(4, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[4] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[4];
ednaBox.splice(4, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[4] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[4];
ednaBox.splice(4, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[4] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[4];
ednaBox.splice(4, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[4] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[4];
ednaBox.splice(4, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 300 {
on (rollOver) {
if (ednaBox[6] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[6] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[6] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[6] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[6] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[6] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[6];
ednaBox.splice(6, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[6] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[6];
ednaBox.splice(6, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[6] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[6];
ednaBox.splice(6, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[6] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[6];
ednaBox.splice(6, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[6] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[6];
ednaBox.splice(6, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 301 {
on (rollOver) {
if (ednaBox[3] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[3] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[3] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[3] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[3] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[3] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[3];
ednaBox.splice(3, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[3] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[3];
ednaBox.splice(3, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[3] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[3];
ednaBox.splice(3, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[3] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[3];
ednaBox.splice(3, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[3] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[3];
ednaBox.splice(3, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 302 {
on (rollOver) {
if (ednaBox[5] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[5] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[5] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[5] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[5] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[5] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[5];
ednaBox.splice(5, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[5] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[5];
ednaBox.splice(5, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[5] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[5];
ednaBox.splice(5, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[5] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[5];
ednaBox.splice(5, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[5] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[5];
ednaBox.splice(5, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 303 {
on (rollOver) {
if (ednaBox[7] == 'Baton') {
itemInfo.text = 'A small baton that Edna Can use. +5 Attack';
} else {
if (ednaBox[7] == 'Scrunchie') {
itemInfo.text = 'A cute headband for both Edna and Cynthia. +2 Defense';
} else {
if (ednaBox[7] == 'Female School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edna and Cynthia wear. +5 Defense.';
} else {
if (ednaBox[7] == 'Pink Panties') {
itemInfo.text = 'A cute pair of pink panties that Edna and Cynthia can wear. Charm.';
} else {
if (ednaBox[7] == 'Edward Doll') {
itemInfo.text = 'A special doll that gives Edna a boost of courage when she holds it. Charm.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && ednaBox[7] == 'Baton') {
if (EdnaWeapon != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaWeapon = ednaBox[7];
ednaBox.splice(7, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && ednaBox[7] == 'Scrunchie') {
if (EdnaHead != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaHead = ednaBox[7];
ednaBox.splice(7, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && ednaBox[7] == 'Female School Uniform') {
if (EdnaBody != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaBody = ednaBox[7];
ednaBox.splice(7, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && ednaBox[7] == 'Pink Panties') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[7];
ednaBox.splice(7, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && ednaBox[7] == 'Edward Doll') {
if (EdnaCharm != 'Empty') {
ednaBox.push(GearSwitch);
}
EdnaCharm = ednaBox[7];
ednaBox.splice(7, 1);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
}
button 320 {
on (release) {
gotoAndStop('EdnaGear');
}
}
button 323 {
on (release) {
if (EdnaItemCount > 16) {
itemInfo.text = 'Item box full. Can\'t unequip item.';
} else {
if (GearType == 'Weapon' && EdnaWeapon != 'Empty') {
EdnaWeapon = 'Empty';
ednaBox.push(GearSwitch);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Head' && EdnaHead != 'Empty') {
EdnaHead = 'Empty';
ednaBox.push(GearSwitch);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Body' && EdnaBody != 'Empty') {
EdnaBody = 'Empty';
ednaBox.push(GearSwitch);
gotoAndStop('EdnaGear');
} else {
if (GearType == 'Charm' && EdnaCharm != 'Empty') {
EdnaCharm = 'Empty';
ednaBox.push(GearSwitch);
gotoAndStop('EdnaGear');
} else {
itemInfo.text = 'You have nothing to unequip.';
}
}
}
}
}
}
}
frame 200 {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 589.3;
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
Weapon1.text = PokeWeapon;
Weapon2.text = PokeWeapon;
Head1.text = PokeHead;
Head2.text = PokeHead;
Body1.text = PokeBody;
Body2.text = PokeBody;
Charm1.text = PokeCharm;
Charm2.text = PokeCharm;
}
button 324 {
on (release) {
GearType = 'Weapon';
GearSwitch = PokeWeapon;
gotoAndStop('PokeSwitch');
}
}
button 325 {
on (release) {
GearType = 'Body';
GearSwitch = PokeBody;
gotoAndStop('PokeSwitch');
}
}
button 326 {
on (release) {
GearType = 'Head';
GearSwitch = PokeHead;
gotoAndStop('PokeSwitch');
}
}
button 327 {
on (release) {
GearType = 'Charm';
GearSwitch = PokeCharm;
gotoAndStop('PokeSwitch');
}
}
frame 210 {
if (pokeBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = pokeBox[0];
}
if (pokeBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = pokeBox[1];
}
if (pokeBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = pokeBox[2];
}
if (pokeBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = pokeBox[3];
}
if (pokeBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = pokeBox[4];
}
if (pokeBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = pokeBox[5];
}
if (pokeBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = pokeBox[6];
}
if (pokeBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = pokeBox[7];
}
if (pokeBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = pokeBox[8];
}
if (pokeBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = pokeBox[9];
}
if (pokeBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = pokeBox[10];
}
if (pokeBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = pokeBox[11];
}
if (pokeBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = pokeBox[12];
}
if (pokeBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = pokeBox[13];
}
if (pokeBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = pokeBox[14];
}
if (pokeBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = pokeBox[15];
}
}
button 339 {
on (rollOver) {
if (pokeBox[1] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[1] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[1] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[1] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[1] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[1];
pokeBox.splice(1, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[1] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[1];
pokeBox.splice(1, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[1] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[1];
pokeBox.splice(1, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[1] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[1];
pokeBox.splice(1, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Charm') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 340 {
on (rollOver) {
if (pokeBox[0] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[0] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[0] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[0] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[0] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[0];
pokeBox.splice(0, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[0] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[0];
pokeBox.splice(0, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[0] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[0];
pokeBox.splice(0, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[0] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[0];
pokeBox.splice(0, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 342 {
on (rollOver) {
if (pokeBox[2] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[2] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[2] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[2] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[2] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[2];
pokeBox.splice(2, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[2] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[2];
pokeBox.splice(2, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[2] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[2];
pokeBox.splice(2, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[2] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[2];
pokeBox.splice(2, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 343 {
on (rollOver) {
if (pokeBox[4] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[4] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[4] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[4] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[4] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[4];
pokeBox.splice(4, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[4] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[4];
pokeBox.splice(4, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[4] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[4];
pokeBox.splice(4, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[4] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[4];
pokeBox.splice(4, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 344 {
on (rollOver) {
if (pokeBox[6] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[6] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[6] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[6] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[6] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[6];
pokeBox.splice(6, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[6] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[6];
pokeBox.splice(6, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[6] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[6];
pokeBox.splice(6, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[6] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[6];
pokeBox.splice(6, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 345 {
on (rollOver) {
if (pokeBox[3] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[3] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[3] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[3] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[3] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[3];
pokeBox.splice(3, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[3] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[3];
pokeBox.splice(3, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[3] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[3];
pokeBox.splice(3, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[3] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[3];
pokeBox.splice(3, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 346 {
on (rollOver) {
if (pokeBox[5] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[5] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[5] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[5] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[5] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[5];
pokeBox.splice(5, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[5] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[5];
pokeBox.splice(5, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[5] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[5];
pokeBox.splice(5, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[5] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[5];
pokeBox.splice(5, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 347 {
on (rollOver) {
if (pokeBox[7] == 'YoYo') {
itemInfo.text = 'A minature Yo-Yo that Pokeinfo can use. +5 Attack';
} else {
if (pokeBox[7] == 'Ballcap') {
itemInfo.text = 'A hat for Pokeinfo. +2 Defense';
} else {
if (pokeBox[7] == 'Male School Uniform') {
itemInfo.text = 'Your standard school uniform that both Edward and Pokeinfo can wear. +5 Defense.';
} else {
if (pokeBox[7] == 'Stop Watch') {
itemInfo.text = 'Standard charm for Pokeinfo.';
} else {
itemInfo.text = 'You can not equip this item.';
}
}
}
}
}
on (rollOut) {
itemInfo.text = 'Select An Item to Equip.';
}
on (release) {
if (GearType == 'Weapon' && pokeBox[7] == 'YoYo') {
if (PokeWeapon != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeWeapon = pokeBox[7];
pokeBox.splice(7, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Weapon') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Head' && pokeBox[7] == 'Ballcap') {
if (PokeHead != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeHead = pokeBox[7];
pokeBox.splice(7, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Body' && pokeBox[7] == 'Male School Uniform') {
if (PokeBody != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeBody = pokeBox[7];
pokeBox.splice(7, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
on (release) {
if (GearType == 'Charm' && pokeBox[7] == 'Stop Watch') {
if (PokeCharm != 'Empty') {
pokeBox.push(GearSwitch);
}
PokeCharm = pokeBox[7];
pokeBox.splice(7, 1);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body') {
itemInfo.text = 'You can not equip this item...';
}
}
}
}
button 364 {
on (release) {
gotoAndStop('PokeGear');
}
}
button 365 {
on (release) {
if (PokeItemCount > 16) {
itemInfo.text = 'Item box full. Can\'t unequip item.';
} else {
if (GearType == 'Weapon' && PokeWeapon != 'Empty') {
PokeWeapon = 'Empty';
pokeBox.push(GearSwitch);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Head' && PokeHead != 'Empty') {
PokeHead = 'Empty';
pokeBox.push(GearSwitch);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Body' && PokeBody != 'Empty') {
PokeBody = 'Empty';
pokeBox.push(GearSwitch);
gotoAndStop('PokeGear');
} else {
if (GearType == 'Charm' && PokeCharm != 'Empty') {
PokeCharm = 'Empty';
pokeBox.push(GearSwitch);
gotoAndStop('PokeGear');
} else {
itemInfo.text = 'You have nothing to unequip.';
}
}
}
}
}
}
}
frame 220 {
if (currentPlayers == 3) {
mcArrow2._x = 371.4;
}
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
Weapon1.text = EdnaWeapon;
Weapon2.text = EdnaWeapon;
Head1.text = EdnaHead;
Head2.text = EdnaHead;
Body1.text = EdnaBody;
Body2.text = EdnaBody;
Charm1.text = EdnaCharm;
Charm2.text = EdnaCharm;
}
frame 230 {
if (ednaBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = ednaBox[0];
}
if (ednaBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = ednaBox[1];
}
if (ednaBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = ednaBox[2];
}
if (ednaBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = ednaBox[3];
}
if (ednaBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = ednaBox[4];
}
if (ednaBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = ednaBox[5];
}
if (ednaBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = ednaBox[6];
}
if (ednaBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = ednaBox[7];
}
if (ednaBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = ednaBox[8];
}
if (ednaBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = ednaBox[9];
}
if (ednaBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = ednaBox[10];
}
if (ednaBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = ednaBox[11];
}
if (ednaBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = ednaBox[12];
}
if (ednaBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = ednaBox[13];
}
if (ednaBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = ednaBox[14];
}
if (ednaBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = ednaBox[15];
}
}
frame 240 {
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
Weapon1.text = PokeWeapon;
Weapon2.text = PokeWeapon;
Head1.text = PokeHead;
Head2.text = PokeHead;
Body1.text = PokeBody;
Body2.text = PokeBody;
Charm1.text = PokeCharm;
Charm2.text = PokeCharm;
}
frame 250 {
if (pokeBox[0] == undefined) {
Item0.text = '';
btnItem0._visible = false;
} else {
Item0.text = pokeBox[0];
}
if (pokeBox[1] == undefined) {
Item1.text = '';
btnItem1._visible = false;
} else {
Item1.text = pokeBox[1];
}
if (pokeBox[2] == undefined) {
Item2.text = '';
btnItem2._visible = false;
} else {
Item2.text = pokeBox[2];
}
if (pokeBox[3] == undefined) {
Item3.text = '';
btnItem3._visible = false;
} else {
Item3.text = pokeBox[3];
}
if (pokeBox[4] == undefined) {
Item4.text = '';
btnItem4._visible = false;
} else {
Item4.text = pokeBox[4];
}
if (pokeBox[5] == undefined) {
Item5.text = '';
btnItem5._visible = false;
} else {
Item5.text = pokeBox[5];
}
if (pokeBox[6] == undefined) {
Item6.text = '';
btnItem6._visible = false;
} else {
Item6.text = pokeBox[6];
}
if (pokeBox[7] == undefined) {
Item7.text = '';
btnItem7._visible = false;
} else {
Item7.text = pokeBox[7];
}
if (pokeBox[8] == undefined) {
Item8.text = '';
btnItem8._visible = false;
} else {
Item8.text = pokeBox[8];
}
if (pokeBox[9] == undefined) {
Item9.text = '';
btnItem9._visible = false;
} else {
Item9.text = pokeBox[9];
}
if (pokeBox[10] == undefined) {
Item10.text = '';
btnItem10._visible = false;
} else {
Item10.text = pokeBox[10];
}
if (pokeBox[11] == undefined) {
Item11.text = '';
btnItem11._visible = false;
} else {
Item11.text = pokeBox[11];
}
if (pokeBox[12] == undefined) {
Item12.text = '';
btnItem12._visible = false;
} else {
Item12.text = pokeBox[12];
}
if (pokeBox[13] == undefined) {
Item13.text = '';
btnItem13._visible = false;
} else {
Item13.text = pokeBox[13];
}
if (pokeBox[14] == undefined) {
Item14.text = '';
btnItem14._visible = false;
} else {
Item14.text = pokeBox[14];
}
if (pokeBox[15] == undefined) {
Item15.text = '';
btnItem15._visible = false;
} else {
Item15.text = pokeBox[15];
}
}
frame 260 {
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 1) {
mcArrow._x = 400;
} else {
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 214.3;
}
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 367 {
on (release) {
gotoAndStop('EdnaSkill');
}
}
button 368 {
on (release) {
gotoAndStop('PokeSkill');
}
}
button 369 {
on (release) {
gotoAndStop('EdSkill');
}
}
button 370 {
on (release) {
gotoAndStop('CynSkill');
}
}
button 372 {
on (release) {
gotoAndStop('EdnaSkill');
}
}
frame 280 {
if (currentPlayers == 1) {
mcEdna._x = 400;
mcEdna._y = 539.4;
mcEdward._visible = false;
mcPokeinfo._visible = false;
mcCynthia._visible = false;
} else {
if (currentPlayers == 2) {
mcPokeinfo._visible = true;
mcEdward._visible = false;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
} else {
if (currentPlayers == 3) {
mcPokeinfo._visible = true;
mcEdward._visible = true;
mcCynthia._visible = false;
mcEdna._x = 214.3;
mcEdna._y = 539.4;
mcPokeinfo._x = 589.3;
mcPokeinfo._y = 539.4;
mcEdward._x = 371.4;
mcEdward._y = 484.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
if (currentPlayers == 2 || currentPlayers == 3) {
mcArrow._x = 589.3;
}
if (currentPlayers == 1) {
mcSelect1._x = 400;
mcSelect2._visible = false;
mcSelect3._visible = false;
mcSelect4._visible = false;
} else {
if (currentPlayers == 2) {
mcSelect2._visible = true;
mcSelect3._visible = false;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
} else {
if (currentPlayers == 3) {
mcSelect2._visible = true;
mcSelect3._visible = true;
mcSelect4._visible = false;
mcSelect1._x = 214.3;
mcSelect2._x = 589.3;
mcSelect3._x = 371.4;
} else {
if (currentPlayer == 4) {
}
}
}
}
}
button 375 {
on (release) {
gotoAndStop('PokeSkill');
}
}