Combined Code
movieClip 4 {
}
movieClip 9 {
}
movieClip 10 {
}
movieClip 13 {
}
movieClip 14 {
}
movieClip 16 {
}
movieClip 20 {
}
movieClip 21 {
}
movieClip 24 {
}
movieClip 28 {
}
movieClip 31 {
}
movieClip 32 {
}
movieClip 34 {
}
movieClip 35 {
}
movieClip 36 {
}
movieClip 37 {
}
movieClip 39 {
}
button 40 {
on (release) {
getURL('http://sp3ktr3-x.newgrounds.com', '_blank');
}
}
movieClip 43 {
}
button 49 {
on (release) {
_root.gotoAndStop(2);
}
}
movieClip 51 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
frame 2 {
stop();
}
}
// unknown tag 88 length 140
frame 2 {
var savefile = SharedObject.getLocal('pussymon7');
energy = 100;
money = 100;
days = 1;
hp = 100;
xp = 1;
xpb = 1;
stone = 0;
candy = 0;
pballs = 0;
pots = 0;
care = 1;
ca = 1;
hpmax = 100;
q1 = false;
q2 = false;
q3 = false;
q4 = false;
q5 = false;
bull = false;
apple = 1;
i1 = 0;
i2 = 0;
i3 = 0;
i4 = false;
b1 = false;
b2 = false;
b3 = false;
b4 = false;
b5 = false;
b6 = false;
b7 = false;
ehp = 100;
etp = 3;
elv = 1;
p1 = 0;
p2 = 0;
p3 = 0;
p4 = 0;
p5 = 0;
p6 = 0;
p7 = 0;
p8 = 0;
p9 = 0;
p10 = 0;
l1 = 0;
l2 = 0;
l3 = 0;
l4 = 0;
l5 = 0;
l6 = 0;
l7 = 0;
l8 = 0;
l9 = 0;
l10 = 0;
s1 = false;
s2 = false;
s3 = false;
s4 = false;
s5 = false;
s6 = false;
s7 = false;
s8 = false;
s9 = false;
s10 = false;
}
button 59 {
on (release) {
_root.gotoAndStop(3);
}
}
button 62 {
on (release) {
_root.gotoAndStop(4);
}
}
// unknown tag 88 length 75
movieClip 65 {
frame 60 {
_root.gotoAndStop(10);
}
}
button 66 {
on (release) {
getURL('https://www.patreon.com/sp3ktr3', '_blank');
}
}
movieClip 70 {
}
button 75 {
on (release) {
_root.gotoAndStop(14);
}
on (rollOver) {
_root.b_text.text = '';
}
}
button 79 {
on (release) {
if (_root.savefile.data.days == undefined) {
_root.b_text.text = 'There is no saved game!';
} else {
_root.days = _root.savefile.data.days;
_root.money = _root.savefile.data.money;
_root.energy = _root.savefile.data.energy;
_root.pballs = _root.savefile.data.pballs;
_root.hp = _root.savefile.data.hp;
_root.xp = _root.savefile.data.xp;
_root.stone = _root.savefile.data.stone;
_root.candy = _root.savefile.data.candy;
_root.pots = _root.savefile.data.pots;
_root.xpb = _root.savefile.data.xpb;
_root.care = _root.savefile.data.care;
_root.ca = _root.savefile.data.ca;
_root.hpmax = _root.savefile.data.hpmax;
_root.q1 = _root.savefile.data.q1;
_root.q2 = _root.savefile.data.q2;
_root.q3 = _root.savefile.data.q3;
_root.q4 = _root.savefile.data.q4;
_root.q5 = _root.savefile.data.q5;
_root.q6 = _root.savefile.data.q6;
_root.bull = _root.savefile.data.bull;
_root.i1 = _root.savefile.data.i1;
_root.i2 = _root.savefile.data.i2;
_root.i3 = _root.savefile.data.i3;
_root.i4 = _root.savefile.data.i4;
_root.b1 = _root.savefile.data.b1;
_root.b2 = _root.savefile.data.b2;
_root.b3 = _root.savefile.data.b3;
_root.b4 = _root.savefile.data.b4;
_root.b5 = _root.savefile.data.b5;
_root.b6 = _root.savefile.data.b6;
_root.b7 = _root.savefile.data.b7;
_root.ehp = _root.savefile.data.ehp;
_root.etp = _root.savefile.data.etp;
_root.elv = _root.savefile.data.elv;
_root.p1 = _root.savefile.data.p1;
_root.p2 = _root.savefile.data.p2;
_root.p3 = _root.savefile.data.p3;
_root.p4 = _root.savefile.data.p4;
_root.p5 = _root.savefile.data.p5;
_root.p6 = _root.savefile.data.p6;
_root.p7 = _root.savefile.data.p7;
_root.p8 = _root.savefile.data.p8;
_root.p9 = _root.savefile.data.p9;
_root.p10 = _root.savefile.data.p10;
_root.l1 = _root.savefile.data.l1;
_root.l2 = _root.savefile.data.l2;
_root.l3 = _root.savefile.data.l3;
_root.l4 = _root.savefile.data.l4;
_root.l5 = _root.savefile.data.l5;
_root.l6 = _root.savefile.data.l6;
_root.l7 = _root.savefile.data.l7;
_root.l8 = _root.savefile.data.l8;
_root.l9 = _root.savefile.data.l9;
_root.l10 = _root.savefile.data.l10;
_root.s1 = _root.savefile.data.s1;
_root.s2 = _root.savefile.data.s2;
_root.s3 = _root.savefile.data.s3;
_root.s4 = _root.savefile.data.s4;
_root.s5 = _root.savefile.data.s5;
_root.s6 = _root.savefile.data.s6;
_root.s7 = _root.savefile.data.s7;
_root.s8 = _root.savefile.data.s8;
_root.s9 = _root.savefile.data.s9;
_root.s10 = _root.savefile.data.s10;
gotoAndStop(20);
}
}
}
button 83 {
on (release) {
_root.gotoAndStop(11);
}
on (rollOver) {
_root.b_text.text = '';
}
}
button 87 {
on (release) {
_root.gotoAndStop(12);
}
on (rollOver) {
_root.b_text.text = '';
}
}
button 91 {
on (release) {
_root.gotoAndStop(10);
}
}
frame 14 {
stop();
}
button 95 {
on (release) {
_root.gotoAndStop(15);
}
}
frame 15 {
stop();
}
button 100 {
on (release) {
this.gotoAndStop(2);
}
}
button 103 {
on (release) {
this.gotoAndStop(3);
}
}
button 106 {
on (release) {
this.gotoAndStop(4);
}
}
button 109 {
on (release) {
this.gotoAndStop(5);
}
}
button 111 {
on (release) {
this.gotoAndStop(6);
}
}
button 113 {
on (release) {
this.gotoAndStop(7);
}
}
button 115 {
on (release) {
this.gotoAndStop(8);
}
}
button 117 {
on (release) {
this.gotoAndStop(9);
}
}
button 119 {
on (release) {
this.gotoAndStop(10);
}
}
button 121 {
on (release) {
this.gotoAndStop(11);
}
}
button 123 {
on (release) {
this.gotoAndStop(12);
}
}
button 125 {
on (release) {
this.gotoAndStop(13);
}
}
button 127 {
on (release) {
this.gotoAndStop(14);
}
}
button 129 {
on (release) {
this.gotoAndStop(15);
}
}
button 131 {
on (release) {
this.gotoAndStop(16);
}
}
button 134 {
on (release) {
this.gotoAndStop(17);
}
}
button 136 {
on (release) {
this.gotoAndStop(18);
}
}
button 138 {
on (release) {
this.gotoAndStop(19);
}
}
button 140 {
on (release) {
this.gotoAndStop(20);
}
}
button 142 {
on (release) {
this.gotoAndStop(21);
}
}
button 144 {
on (release) {
this.gotoAndStop(22);
}
}
button 146 {
on (release) {
this.gotoAndStop(23);
}
}
button 148 {
on (release) {
this.gotoAndStop(24);
}
}
button 150 {
on (release) {
this.gotoAndStop(25);
}
}
button 153 {
on (release) {
this.gotoAndStop(26);
}
}
button 155 {
on (release) {
this.gotoAndStop(27);
}
}
button 158 {
on (release) {
this.gotoAndStop(28);
}
}
button 160 {
on (release) {
this.gotoAndStop(29);
}
}
button 162 {
on (release) {
this.gotoAndStop(30);
}
}
button 164 {
on (release) {
this.gotoAndStop(31);
}
}
button 166 {
on (release) {
this.gotoAndStop(32);
}
}
button 168 {
on (release) {
this.gotoAndStop(33);
}
}
button 170 {
on (release) {
this.gotoAndStop(34);
}
}
button 172 {
on (release) {
this.gotoAndStop(35);
}
}
button 174 {
on (release) {
this.gotoAndStop(36);
}
}
button 176 {
on (release) {
this.gotoAndStop(37);
}
}
button 178 {
on (release) {
this.gotoAndStop(38);
}
}
button 180 {
on (release) {
this.gotoAndStop(39);
}
}
button 182 {
on (release) {
this.gotoAndStop(40);
}
}
button 184 {
on (release) {
this.gotoAndStop(41);
}
}
button 186 {
on (release) {
this.gotoAndStop(42);
}
}
button 188 {
on (release) {
this.gotoAndStop(43);
}
}
button 190 {
on (release) {
this.gotoAndStop(44);
}
}
button 192 {
on (release) {
this.gotoAndStop(45);
}
}
button 195 {
on (release) {
this.gotoAndStop(46);
}
}
button 197 {
on (release) {
this.gotoAndStop(47);
}
}
button 200 {
on (release) {
this.gotoAndStop(48);
}
}
button 202 {
on (release) {
this.gotoAndStop(49);
}
}
button 205 {
on (release) {
this.gotoAndStop(50);
}
}
button 207 {
on (release) {
this.gotoAndStop(51);
}
}
button 210 {
on (release) {
this.gotoAndStop(52);
}
}
button 212 {
on (release) {
this.gotoAndStop(53);
}
}
button 215 {
on (release) {
this.gotoAndStop(54);
}
}
button 217 {
on (release) {
this.gotoAndStop(55);
}
}
button 220 {
on (release) {
this.gotoAndStop(56);
}
}
button 222 {
on (release) {
this.gotoAndStop(57);
}
}
button 224 {
on (release) {
this.gotoAndStop(58);
}
}
button 227 {
on (release) {
this.gotoAndStop(59);
}
}
button 229 {
on (release) {
this.gotoAndStop(60);
}
}
button 231 {
on (release) {
_root.gotoAndStop(20);
}
}
movieClip 233 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
frame 58 {
stop();
}
frame 59 {
stop();
}
frame 60 {
stop();
}
}
button 237 {
on (release) {
getURL('https://www.patreon.com/sp3ktr3', '_blank');
}
}
button 246 {
on (release) {
gotoAndStop(20);
}
}
frame 20 {
stop();
}
button 248 {
on (release) {
_root.gotoAndStop(25);
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 249 {
on (release) {
if (_root.b3 == false) {
_root.b_text.text = 'The path is blocked.';
}
if (_root.b3 == true) {
_root.gotoAndStop(55);
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 251 {
on (release) {
this.gotoAndStop(2);
}
on (rollOver) {
_root.b_text.text = 'Pussymon Center';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 253 {
on (release) {
_root.b_text.text = '';
this.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Close';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 255 {
on (release) {
this.gotoAndStop(3);
}
on (rollOver) {
_root.b_text.text = 'Buy';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 256 {
on (release) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to do this.';
}
if (_root.energy >= 10) {
_root.b_text.text = 'You restore your HP';
_root.hp = _root.hpmax;
_root.energy -= 10;
_root.gotoAndStop(22);
}
}
on (rollOver) {
_root.b_text.text = 'Heal';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 258 {
on (release) {
if (_root.money <= 199) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 200;
_root.money -= 200;
_root.pots += 1;
_root.b_text.text = 'You bought a Potion!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 1 Potion for $200';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 259 {
on (release) {
if (_root.money <= 499) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 500;
_root.money -= 500;
_root.pots += 3;
_root.b_text.text = 'You bought 3 Potions!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 3 Potions for $500';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 260 {
on (release) {
if (_root.money <= 699) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 700;
_root.money -= 700;
_root.pots += 5;
_root.b_text.text = 'You bought 5 Potions!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 5 Potions for $700';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 261 {
on (release) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to do this.';
}
if (_root.energy >= 10) {
_root.b_text.text = 'You restore your HP';
_root.hp = 100;
_root.energy -= 10;
_root.gotoAndStop(22);
}
}
on (rollOver) {
_root.b_text.text = 'Heal';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 263 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 265 {
on (release) {
this.gotoAndStop(2);
}
on (rollOver) {
_root.b_text.text = 'Tavern';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 266 {
on (release) {
_root.b_text.text = '';
this.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Close';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 268 {
on (release) {
_root.care = _root.ca;
_root.energy = 100;
_root.days += 1;
_root.apple = 1;
_root.hp = _root.hpmax;
_root.gotoAndPlay(22);
}
on (rollOver) {
_root.b_text.text = 'Sleep!';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 270 {
on (release) {
_root.savefile.data.days = _root.days;
_root.savefile.data.money = _root.money;
_root.savefile.data.energy = _root.energy;
_root.savefile.data.pballs = _root.pballs;
_root.savefile.data.hp = _root.hp;
_root.savefile.data.xp = _root.xp;
_root.savefile.data.stone = _root.stone;
_root.savefile.data.candy = _root.candy;
_root.savefile.data.pots = _root.pots;
_root.savefile.data.xpb = _root.xpb;
_root.savefile.data.care = _root.care;
_root.savefile.data.ca = _root.ca;
_root.savefile.data.hpmax = _root.hpmax;
_root.savefile.data.q1 = _root.q1;
_root.savefile.data.q2 = _root.q2;
_root.savefile.data.q3 = _root.q3;
_root.savefile.data.q4 = _root.q4;
_root.savefile.data.q5 = _root.q5;
_root.savefile.data.i1 = _root.i1;
_root.savefile.data.i2 = _root.i2;
_root.savefile.data.i3 = _root.i3;
_root.savefile.data.i4 = _root.i4;
_root.savefile.data.b1 = _root.b1;
_root.savefile.data.b2 = _root.b2;
_root.savefile.data.b3 = _root.b3;
_root.savefile.data.b4 = _root.b4;
_root.savefile.data.b5 = _root.b5;
_root.savefile.data.b6 = _root.b6;
_root.savefile.data.b7 = _root.b7;
_root.savefile.data.bull = _root.bull;
_root.savefile.data.ehp = _root.ehp;
_root.savefile.data.etp = _root.etp;
_root.savefile.data.elv = _root.elv;
_root.savefile.data.p1 = _root.p1;
_root.savefile.data.p2 = _root.p2;
_root.savefile.data.p3 = _root.p3;
_root.savefile.data.p4 = _root.p4;
_root.savefile.data.p5 = _root.p5;
_root.savefile.data.p6 = _root.p6;
_root.savefile.data.p7 = _root.p7;
_root.savefile.data.p8 = _root.p8;
_root.savefile.data.p9 = _root.p9;
_root.savefile.data.p10 = _root.p10;
_root.savefile.data.l1 = _root.l1;
_root.savefile.data.l2 = _root.l2;
_root.savefile.data.l3 = _root.l3;
_root.savefile.data.l4 = _root.l4;
_root.savefile.data.l5 = _root.l5;
_root.savefile.data.l6 = _root.l6;
_root.savefile.data.l7 = _root.l7;
_root.savefile.data.l8 = _root.l8;
_root.savefile.data.l9 = _root.l9;
_root.savefile.data.l10 = _root.l10;
_root.savefile.data.s1 = _root.s1;
_root.savefile.data.s2 = _root.s2;
_root.savefile.data.s3 = _root.s3;
_root.savefile.data.s4 = _root.s4;
_root.savefile.data.s5 = _root.s5;
_root.savefile.data.s6 = _root.s6;
_root.savefile.data.s7 = _root.s7;
_root.savefile.data.s8 = _root.s8;
_root.savefile.data.s9 = _root.s9;
_root.savefile.data.s10 = _root.s10;
savefile.flush();
_root.b_text.text = 'Saved!';
}
on (rollOver) {
_root.b_text.text = '';
}
on (rollOver) {
_root.b_text.text = 'Save Game';
}
}
movieClip 271 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 273 {
on (release) {
this.gotoAndStop(2);
}
on (rollOver) {
_root.b_text.text = 'Work clearing snow (+$100 per turn)';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 274 {
on (release) {
_root.b_text.text = '';
this.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Close';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 276 {
on (release) {
if (_root.energy <= 39) {
_root.b_text.text = 'You don\'t have enough energy to do that!';
} else {
_root.energy >= 40;
_root.energy -= 40;
_root.money += 100;
_root.b_text.text = 'You earned $100';
_root.gotoAndStop(22);
}
}
on (rollOver) {
_root.b_text.text = 'Work';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 277 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 279 {
on (release) {
this.gotoAndStop(2);
}
on (rollOver) {
_root.b_text.text = 'Shop';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 282 {
on (release) {
if (_root.money <= 199) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 200;
_root.money -= 200;
_root.pballs += 1;
_root.b_text.text = 'You bought a Pussyball!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 1 Pussyball for $200';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 283 {
on (release) {
if (_root.money <= 499) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 500;
_root.money -= 500;
_root.pballs += 3;
_root.b_text.text = 'You bought 3 Pussyballs!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 3 Pussyballs for $500';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 284 {
on (release) {
if (_root.money <= 699) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 700;
_root.money -= 700;
_root.pballs += 5;
_root.b_text.text = 'You bought 5 Pussyballs!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 5 Pussyballs for $700';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 285 {
on (release) {
this.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Close';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 286 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 289 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 291 {
on (release) {
this.gotoAndStop(2);
}
on (rollOver) {
_root.b_text.text = 'Cheat house (Special Edition with cheat manager and unused art/Pussymon avaiable in patreon.)';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 293 {
on (rollOver) {
_root.b_text.text = 'Earn XP and raise your own level defeating wild Pussymons.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 294 {
on (rollOver) {
_root.b_text.text = 'You can raise the level of your Pussymon using them in battle against Crudes or wild Pussymon.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 298 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 299 {
instance of movieClip 286 {
}
instance of movieClip 289 {
onClipEvent (load) {
if (_root.b3 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
movieClip 304 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 308 {
}
movieClip 311 {
}
movieClip 314 {
}
movieClip 317 {
}
movieClip 319 {
}
movieClip 322 {
}
movieClip 325 {
}
movieClip 328 {
}
movieClip 331 {
}
movieClip 334 {
}
movieClip 337 {
}
movieClip 341 {
}
movieClip 345 {
}
movieClip 346 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
}
movieClip 350 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 353 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 356 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 359 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 369 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 372 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 375 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 378 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 381 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 385 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 389 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 393 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 397 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 401 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 405 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 409 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 413 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 417 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 421 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 422 {
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 20) [Water = Water]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 10) [Water = Water]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 15) [Ice < Water]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 5) [Ice < Water]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Water]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Water]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 40) [Air = Water]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 30) [Air = Water]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Water]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Water]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Water]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Water]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 35) [Plant > Water]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 25) [Plant > Water]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 25) [Ice < Water]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 15) [Ice < Water]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Water]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Water]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Water]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Water]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 25) [Water > Ice]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 15) [Water > Ice]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 20) [Ice = Ice]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 10) [Ice = Ice]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Ice]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Ice]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 35) [Air < Ice]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 25) [Air < Ice]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Ice]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Ice]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Ice]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Ice]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Ice]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Ice]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 30) [Ice = Ice]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 20) [Ice = Ice]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Ice]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Ice]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Ice]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Ice]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 20) [Water = Neutral]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 10) [Water = Neutral]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 20) [Ice = Neutral]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 10) [Ice = Neutral]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Neutral]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Neutral]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 40) [Air = Neutral]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 30) [Air = Neutral]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Neutral]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Neutral]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Neutral]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Neutral]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 30) [Plant = Neutral]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 20) [Plant = Neutral]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 30) [Ice = Neutral]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 20) [Ice = Neutral]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Neutral]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Neutral]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Neutral]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Neutral]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 20) [Water = Air]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 10) [Water = Air]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 25) [Ice > Air]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 15) [Ice > Air]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Air]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Air]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 40) [Air = Air]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 30) [Air = Air]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Air]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Air]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Air]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Air]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Air]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Air]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 35) [Ice > Air]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 25) [Ice > Air]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Air]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Air]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Air]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Air]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 20) [Water = Neutral]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 10) [Water = Neutral]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 20) [Ice = Neutral]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 10) [Ice = Neutral]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Neutral]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Neutral]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 40) [Air = Neutral]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 30) [Air = Neutral]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Neutral]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Neutral]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Neutral]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Neutral]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 30) [Plant = Neutral]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 20) [Plant = Neutral]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 30) [Ice = Neutral]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 20) [Ice = Neutral]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Neutral]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Neutral]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Neutral]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Neutral]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 15) [Water < Plant]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 5) [Water < Plant]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 25) [Ice > Plant]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 15) [Ice > Plant]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Plant]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Plant]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 45) [Air > Plant]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 35) [Air > Plant]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Plant]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Plant]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Plant]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Plant]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 30) [Plant = Plant]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 20) [Plant = Plant]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 35) [Ice > Plant]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 25) [Ice > Plant]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Plant]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Plant]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Plant]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Plant]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 25) [Water > Ice]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 15) [Water > Ice]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 20) [Ice = Ice]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 10) [Ice = Ice]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Ice]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Ice]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 35) [Air < Ice]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 25) [Air < Ice]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Ice]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Ice]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Ice]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Ice]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Ice]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Ice]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 30) [Ice = Ice]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 20) [Ice = Ice]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Ice]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Ice]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Ice]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Ice]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 15) [Water < Psychic]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 5) [Water < Psychic]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 15) [Ice < Psychic]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 5) [Ice < Psychic]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 15) [Neutral < Psychic]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 5) [Neutral < Psychic]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 35) [Air < Psychic]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 25) [Air < Psychic]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 25) [Neutral < Psychic]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 15) [Neutral < Psychic]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 35) [Neutral < Psychic]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 25) [Neutral < Psychic]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Psychic]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Psychic]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 25) [Ice < Psychic]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 15) [Ice < Psychic]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 40) [Psychic = Psychic]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 30) [Psychic = Psychic]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 30) [Psychic = Psychic]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 20) [Psychic = Psychic]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 25) [Water > Metal]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 15) [Water > Metal]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 15) [Ice < Metal]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 5) [Ice < Metal]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 25) [Neutral = Metal]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 15) [Neutral = Metal]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 35) [Air < Metal]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 25) [Air < Metal]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Metal]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Metal]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Metal]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Metal]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Metal]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Metal]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 25) [Ice < Metal]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 15) [Ice < Metal]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 35) [Psychic < Metal]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 25) [Psychic < Metal]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 25) [Psychic < Metal]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 15) [Psychic < Metal]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 25) [Water > Ice]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 15) [Water > Ice]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 20) [Ice = Ice]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 10) [Ice = Ice]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Ice]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Ice]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 35) [Air < Ice]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 25) [Air < Ice]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Ice]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Ice]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Ice]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Ice]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Ice]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Ice]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 30) [Ice = Ice]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 20) [Ice = Ice]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Ice]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Ice]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Ice]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Ice]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 15) [Water < Psychic]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 5) [Water < Psychic]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 15) [Ice < Psychic]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 5) [Ice < Psychic]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 15) [Neutral < Psychic]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 5) [Neutral < Psychic]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 35) [Air < Psychic]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 25) [Air < Psychic]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 25) [Neutral < Psychic]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 15) [Neutral < Psychic]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 35) [Neutral < Psychic]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 25) [Neutral < Psychic]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 25) [Plant < Psychic]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 15) [Plant < Psychic]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 25) [Ice < Psychic]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 15) [Ice < Psychic]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 40) [Psychic = Psychic]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 30) [Psychic = Psychic]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 30) [Psychic = Psychic]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 20) [Psychic = Psychic]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 20) [Water = Neutral]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 10) [Water = Neutral]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 20) [Ice = Neutral]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 10) [Ice = Neutral]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Neutral]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Neutral]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 40) [Air = Neutral]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 30) [Air = Neutral]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Neutral]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Neutral]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Neutral]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Neutral]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 30) [Plant = Neutral]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 20) [Plant = Neutral]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 30) [Ice = Neutral]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 20) [Ice = Neutral]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Neutral]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Neutral]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Neutral]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Neutral]';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 == 0) {
this.gotoAndPlay(1);
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p1 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p1 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p1 >= 1 and _root.p1 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.p1 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p1 += 5;
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 == 0) {
_root.b_text.text = '';
}
if (_root.p1 == 100) {
_root.b_text.text = 'Master Attack with Blizzguin (Damage: 20) [Water = Water]';
}
if (_root.p1 >= 1 and _root.p1 <= 99) {
_root.b_text.text = 'Attack with Blizzguin (Damage: 10) [Water = Water]';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 == 0) {
this.gotoAndPlay(1);
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p2 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p2 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p2 >= 1 and _root.p2 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 5;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.p2 == 100) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p2 += 5;
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 0) {
_root.b_text.text = '';
}
if (_root.p2 == 100) {
_root.b_text.text = 'Master Attack with Icelly (Damage: 15) [Ice < Water]';
}
if (_root.p2 >= 1 and _root.p2 <= 99) {
_root.b_text.text = 'Attack with Icelly (Damage: 5) [Ice < Water]';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 == 0) {
this.gotoAndPlay(1);
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p3 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p3 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p3 >= 1 and _root.p3 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 10;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.p3 == 100) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p3 += 5;
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 == 0) {
_root.b_text.text = '';
}
if (_root.p3 == 100) {
_root.b_text.text = 'Master Attack with Greindeer (Damage: 20) [Neutral = Water]';
}
if (_root.p3 >= 1 and _root.p3 <= 99) {
_root.b_text.text = 'Attack with Greindeer (Damage: 10) [Neutral = Water]';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 == 0) {
this.gotoAndPlay(1);
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p4 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p4 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p4 >= 1 and _root.p4 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.p4 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p4 += 5;
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 0) {
_root.b_text.text = '';
}
if (_root.p4 == 100) {
_root.b_text.text = 'Master Attack with Aireindeer (Damage: 40) [Air = Water]';
}
if (_root.p4 >= 1 and _root.p4 <= 99) {
_root.b_text.text = 'Attack with Aireindeer (Damage: 30) [Air = Water]';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 == 0) {
this.gotoAndPlay(1);
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p5 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p5 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p5 >= 1 and _root.p5 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 20;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.p5 == 100) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p5 += 5;
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 0) {
_root.b_text.text = '';
}
if (_root.p5 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrall (Damage: 30) [Neutral = Water]';
}
if (_root.p5 >= 1 and _root.p5 <= 99) {
_root.b_text.text = 'Attack with Gingerbrall (Damage: 20) [Neutral = Water]';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 == 0) {
this.gotoAndPlay(1);
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p6 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p6 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p6 >= 1 and _root.p6 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 30;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.p6 == 100) {
if (_root.etp == 1) {
_root.ehp -= 40;
_root.p6 += 5;
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 == 0) {
_root.b_text.text = '';
}
if (_root.p6 == 100) {
_root.b_text.text = 'Master Attack with Gingerbrarge (Damage: 40) [Neutral = Water]';
}
if (_root.p6 >= 1 and _root.p6 <= 99) {
_root.b_text.text = 'Attack with Gingerbrarge (Damage: 30) [Neutral = Water]';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 == 0) {
this.gotoAndPlay(1);
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p7 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p7 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p7 >= 1 and _root.p7 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.p7 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p7 += 5;
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 == 0) {
_root.b_text.text = '';
}
if (_root.p7 == 100) {
_root.b_text.text = 'Master Attack with Leaflothine (Damage: 35) [Plant > Water]';
}
if (_root.p7 >= 1 and _root.p7 <= 99) {
_root.b_text.text = 'Attack with Leaflothine (Damage: 25) [Plant > Water]';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 == 0) {
this.gotoAndPlay(1);
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p8 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p8 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p8 >= 1 and _root.p8 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 15;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.p8 == 100) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p8 += 5;
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 == 0) {
_root.b_text.text = '';
}
if (_root.p8 == 100) {
_root.b_text.text = 'Master Attack with Flakezard (Damage: 25) [Ice < Water]';
}
if (_root.p8 >= 1 and _root.p8 <= 99) {
_root.b_text.text = 'Attack with Flakezard (Damage: 15) [Ice < Water]';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 == 0) {
this.gotoAndPlay(1);
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p10 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p10 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p10 >= 1 and _root.p10 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.p10 == 100) {
if (_root.etp == 1) {
_root.ehp -= 45;
_root.p10 += 5;
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 == 0) {
_root.b_text.text = '';
}
if (_root.p10 == 100) {
_root.b_text.text = 'Master Attack with Giftoft (Damage: 45) [Psychic > Water]';
}
if (_root.p10 >= 1 and _root.p10 <= 99) {
_root.b_text.text = 'Attack with Giftoft (Damage: 35) [Psychic > Water]';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 == 0) {
this.gotoAndPlay(1);
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
this.gotoAndPlay(2);
}
if (_root.p9 == 100) {
this.gotoAndPlay(3);
}
}
onClipEvent (release) {
if (_root.p9 == 0) {
_root.b_text.text = 'You don\'t have this Pussymon in your bag!';
} else {
if (_root.p9 >= 1 and _root.p9 <= 99) {
if (_root.etp == 1) {
_root.ehp -= 25;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.p9 == 100) {
if (_root.etp == 1) {
_root.ehp -= 35;
_root.p9 += 5;
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 == 0) {
_root.b_text.text = '';
}
if (_root.p9 == 100) {
_root.b_text.text = 'Master Attack with Suelfixie (Damage: 35) [Psychic > Water]';
}
if (_root.p9 >= 1 and _root.p9 <= 99) {
_root.b_text.text = 'Attack with Suelfixie (Damage: 25) [Psychic > Water]';
}
}
}
}
button 425 {
on (release) {
_root.gotoAndStop(30);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 426 {
on (release) {
_root.gotoAndStop(35);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 427 {
on (release) {
_root.gotoAndStop(55);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 428 {
on (release) {
_root.gotoAndStop(40);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 429 {
on (release) {
_root.gotoAndStop(45);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 430 {
on (release) {
_root.gotoAndStop(50);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 431 {
on (release) {
_root.gotoAndStop(60);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 432 {
on (release) {
_root.gotoAndStop(66);
_root.dash2.gotoAndStop(30);
_root.wild.gotoAndStop(1);
}
on (rollOver) {
_root.b_text.text = 'Run';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 434 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
}
button 436 {
on (release) {
if (_root.pots <= 0) {
_root.b_text.text = 'You don\'t have any potion in your bag';
} else {
_root.b_text.text = 'You used a Potion';
_root.pots -= 1;
_root.hp += 30;
_root.wild.gotoAndPlay(30);
if (_root.hp >= _root.hpmax) {
_root.hp = _root.hpmax;
}
}
}
on (rollOver) {
_root.b_text.text = 'Use Potion (Heal:30)';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 438 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p1 <= 0) {
if (_root.ehp <= 10) {
_root.p1 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p1 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 439 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p2 <= 0) {
if (_root.ehp <= 10) {
_root.p2 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p2 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 440 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p3 <= 0) {
if (_root.ehp <= 10) {
_root.p3 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p3 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 441 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p4 <= 0) {
if (_root.ehp <= 10) {
_root.p4 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p4 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 442 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p5 <= 0) {
if (_root.ehp <= 10) {
_root.p5 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p5 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 443 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p6 <= 0) {
if (_root.ehp <= 10) {
_root.p6 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p6 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 444 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p7 <= 0) {
if (_root.ehp <= 10) {
_root.p7 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p7 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 445 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p8 <= 0) {
if (_root.ehp <= 10) {
_root.p8 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p8 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 446 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p9 <= 0) {
if (_root.ehp <= 10) {
_root.p9 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p9 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
button 447 {
on (release) {
if (_root.pballs <= 0) {
_root.b_text.text = 'You don\'t have any Orb in your bag!';
} else {
if (_root.p10 <= 0) {
if (_root.ehp <= 10) {
_root.p10 = 1;
_root.pballs -= 1;
_root.wild.gotoAndPlay(55);
} else {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.pballs -= 1;
_root.p10 = 1;
_root.wild.gotoAndPlay(55);
}
if (randomNumber >= 11 and randomNumber <= 80) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(80);
}
if (randomNumber >= 81) {
_root.pballs -= 1;
_root.wild.gotoAndPlay(112);
}
}
} else {
_root.b_text.text = 'You already have one of this Pussymon in your bag';
}
}
}
}
movieClip 455 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
}
button 460 {
on (release) {
if (_root.wild.wild2._currentframe == 1) {
_root.i1 += 1;
_root.money += 5;
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 2) {
_root.money += 10;
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 3) {
_root.money += 10;
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 4) {
_root.money += 30;
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 5) {
_root.money += 20;
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 6) {
_root.money += 30;
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 7) {
_root.i3 += 1;
_root.money += 15;
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 8) {
_root.money += 20;
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 9) {
_root.money += 20;
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 10) {
_root.i2 += 1;
_root.money += 25;
this.gotoAndStop(11);
}
if (_root.wild.wild2._currentframe == 11) {
_root.money += 150;
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 12) {
_root.money += 20;
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 13) {
_root.money += 50;
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 14) {
_root.money += 15;
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 15) {
_root.money += 30;
this.gotoAndStop(16);
}
if (_root.wild.wild2._currentframe == 16) {
_root.money += 30;
this.gotoAndStop(17);
}
}
}
movieClip 477 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance run of movieClip 434 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.wild.wild2._currentframe == 2) {
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 3) {
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 4) {
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 5) {
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 6) {
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 7) {
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 8) {
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 9) {
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 10) {
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(11);
}
if (_root.wild.wild2._currentframe == 12) {
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 13) {
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 14) {
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 15) {
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 16) {
this.gotoAndStop(16);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
}
movieClip 480 {
frame 1 {
stop();
}
instance of movieClip 304 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(4);
} else {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
frame 20 {
stop();
}
instance of movieClip 350 {
onClipEvent (load) {
if (_root.xp >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
_root.ehp -= 10;
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xp >= 1) {
_root.b_text.text = 'Punch (Damage: 10)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 353 {
onClipEvent (load) {
if (_root.xp >= 33) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.xp <= 32) {
_root.b_text.text = 'You need to reach level 33 to unlock this ability!';
} else {
if (_root.etp == 1) {
_root.ehp -= 20;
}
if (_root.etp == 2) {
_root.ehp -= 20;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xp >= 33) {
_root.b_text.text = 'Super punch (Damage: 20)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
if (_root.xp >= 66) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.xp <= 65) {
_root.b_text.text = 'You need to reach level 66 to unlock this ability!';
} else {
if (_root.etp == 1) {
_root.ehp -= 30;
}
if (_root.etp == 2) {
_root.ehp -= 30;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xp >= 66) {
_root.b_text.text = 'Hyper punch (Damage: 30)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 359 {
onClipEvent (load) {
if (_root.xp >= 100) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.xp <= 99) {
_root.b_text.text = 'You need to reach level 100 to unlock this ability!';
} else {
if (_root.etp == 1) {
_root.ehp -= 40;
}
if (_root.etp == 2) {
_root.ehp -= 40;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xp >= 100) {
_root.b_text.text = 'Master punch (Damage: 40)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 369 {
onClipEvent (load) {
if (_root.hp <= 49 and _root.hp >= 20) {
this.gotoAndPlay(2);
} else {
if (_root.hp <= 19) {
this.gotoAndPlay(3);
} else {
this.gotoAndPlay(1);
}
}
}
}
instance of movieClip 372 {
onClipEvent (load) {
if (_root.xpb >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
_root.hp += 10;
if (_root.hp >= _root.hpmax) {
_root.hp = _root.hpmax;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xpb >= 1) {
_root.b_text.text = 'Heal (Heal: 10)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 375 {
onClipEvent (load) {
if (_root.xpb >= 33) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.xpb <= 32) {
_root.b_text.text = 'You need to reach level 33 with Bridget to unlock this ability!';
} else {
_root.hp += 20;
if (_root.hp >= _root.hpmax) {
_root.hp = _root.hpmax;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xpb >= 33) {
_root.b_text.text = 'Super heal (Heal: 20)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 378 {
onClipEvent (load) {
if (_root.xpb >= 66) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.xpb <= 65) {
_root.b_text.text = 'You need to reach level 33 with Bridget to unlock this ability!';
} else {
_root.hp += 30;
if (_root.hp >= _root.hpmax) {
_root.hp = _root.hpmax;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xpb >= 66) {
_root.b_text.text = 'Super heal (Heal: 30)';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 381 {
onClipEvent (load) {
if (_root.xpb >= 100) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.xpb <= 99) {
_root.b_text.text = 'You need to reach level 33 with Bridget to unlock this ability!';
} else {
_root.hp += 40;
if (_root.hp >= _root.hpmax) {
_root.hp = _root.hpmax;
}
if (_root.ehp <= 0) {
_root.ehp = 0;
_root.wild.gotoAndPlay(41);
} else {
_root.wild.gotoAndPlay(21);
}
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.xpb >= 100) {
_root.b_text.text = 'Super heal (Heal: 40)';
} else {
_root.b_text.text = '';
}
}
}
instance bts of movieClip 422 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.wild.wild2._currentframe == 2) {
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 3) {
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 4) {
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 5) {
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 6) {
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 7) {
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 8) {
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 9) {
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 10) {
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(11);
}
if (_root.wild.wild2._currentframe == 12) {
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 13) {
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 14) {
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 15) {
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 16) {
this.gotoAndStop(16);
}
}
}
instance run of movieClip 434 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.wild.wild2._currentframe == 2) {
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 3) {
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 4) {
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 5) {
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 6) {
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 7) {
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 8) {
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 9) {
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 10) {
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(18);
}
if (_root.wild.wild2._currentframe == 12) {
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 13) {
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 14) {
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 15) {
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 16) {
this.gotoAndStop(16);
}
}
}
instance of movieClip 455 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.wild.wild2._currentframe == 2) {
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 3) {
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 4) {
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 5) {
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 6) {
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 7) {
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 8) {
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 9) {
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 10) {
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(11);
}
if (_root.wild.wild2._currentframe == 12) {
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 13) {
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 14) {
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 15) {
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 16) {
this.gotoAndStop(16);
}
}
}
frame 30 {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 10) {
_root.wild.gotoAndStop(20);
_root.b_text.text = 'You weren\'t attacked this turn.';
}
if (randomNumber >= 11) {
_root.wild.gotoAndPlay(31);
_root.b_text.text = 'You were attacked!';
if (_root.elv == 1) {
_root.hp -= 10;
}
if (_root.elv == 2) {
_root.hp -= 20;
}
if (_root.elv == 3) {
_root.hp -= 30;
}
if (_root.hp <= 0) {
_root.hp = 0;
}
}
}
frame 40 {
if (_root.hp <= 0 and _root.wild.wild2._currentframe == 11) {
_root.b_text.text = 'Bad End - Lizardopus won and turned you into her sex slave, she still planning to dominate the world. (Tip: If you are having trouble to defeat Lizardopus unlock all heal skills for Bridget and use the last one constantly in the battle.) ';
_root.gotoAndStop(75);
}
if (_root.hp <= 0) {
_root.wild.gotoAndStop(1);
_root.gotoAndStop(20);
_root.hp = _root.hpmax;
_root.energy = 100;
_root.care = _root.ca;
_root.days += 1;
_root.b_text.text = 'You lost the battle, fainted and waked up in your room';
} else {
gotoAndStop(20);
}
}
frame 42 {
if (_root.elv == 1) {
_root.xp += 1;
if (_root.xp >= 100) {
_root.xp = 100;
}
_root.xpb += 1;
if (_root.xpb >= 100) {
_root.xpb = 100;
}
}
if (_root.elv == 2) {
_root.xp += 3;
if (_root.xp >= 100) {
_root.xp = 100;
}
_root.xpb += 3;
if (_root.xpb >= 100) {
_root.xpb = 100;
}
}
if (_root.elv == 3) {
_root.xp += 7;
if (_root.xp >= 100) {
_root.xp = 100;
}
_root.xpb += 7;
if (_root.xpb >= 100) {
_root.xpb = 100;
}
}
}
frame 50 {
stop();
}
frame 75 {
stop();
}
frame 75 {
_root.b_text.text = 'You used a Orb. Gotcha! A new Pussymon was Caught! Go check your bag!';
}
instance run of movieClip 434 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.wild.wild2._currentframe == 2) {
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 3) {
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 4) {
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 5) {
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 6) {
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 7) {
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 8) {
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 9) {
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 10) {
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(11);
}
if (_root.wild.wild2._currentframe == 12) {
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 13) {
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 14) {
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 15) {
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 16) {
this.gotoAndStop(16);
}
}
}
frame 100 {
_root.b_text.text = 'You used a Pussyball. Oh no, the Pussymon Broke Free! Well, at least she didn\'t flee.';
}
frame 110 {
_root.wild.gotoAndStop(30);
}
frame 155 {
stop();
}
frame 155 {
_root.b_text.text = 'You used a Pussyball. Oh no, the Pussymon Broke Free! The wild Pussymon fled';
}
instance run of movieClip 434 {
onClipEvent (load) {
if (_root.wild.wild2._currentframe == 1) {
this.gotoAndStop(1);
}
if (_root.wild.wild2._currentframe == 2) {
this.gotoAndStop(2);
}
if (_root.wild.wild2._currentframe == 3) {
this.gotoAndStop(3);
}
if (_root.wild.wild2._currentframe == 4) {
this.gotoAndStop(4);
}
if (_root.wild.wild2._currentframe == 5) {
this.gotoAndStop(5);
}
if (_root.wild.wild2._currentframe == 6) {
this.gotoAndStop(6);
}
if (_root.wild.wild2._currentframe == 7) {
this.gotoAndStop(7);
}
if (_root.wild.wild2._currentframe == 8) {
this.gotoAndStop(8);
}
if (_root.wild.wild2._currentframe == 9) {
this.gotoAndStop(9);
}
if (_root.wild.wild2._currentframe == 10) {
this.gotoAndStop(10);
}
if (_root.wild.wild2._currentframe == 11) {
this.gotoAndStop(11);
}
if (_root.wild.wild2._currentframe == 12) {
this.gotoAndStop(12);
}
if (_root.wild.wild2._currentframe == 13) {
this.gotoAndStop(13);
}
if (_root.wild.wild2._currentframe == 14) {
this.gotoAndStop(14);
}
if (_root.wild.wild2._currentframe == 15) {
this.gotoAndStop(15);
}
if (_root.wild.wild2._currentframe == 16) {
this.gotoAndStop(16);
}
}
}
}
button 489 {
on (release) {
gotoAndStop(21);
}
}
frame 21 {
stop();
}
movieClip 493 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 496 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 503 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 519 {
on (release) {
if (_root.pots <= 0) {
_root.b_text.text = 'You don\'t have any potion in your bag';
} else {
_root.b_text.text = 'You used a Potion';
_root.pots -= 1;
_root.hp += 30;
if (_root.hp >= _root.hpmax) {
_root.hp = _root.hpmax;
}
}
}
on (rollOver) {
_root.b_text.text = 'Use Potion (Heal:30)';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 524 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 527 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 530 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 533 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 536 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 539 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 542 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 545 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 548 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 551 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 567 {
}
movieClip 573 {
}
movieClip 579 {
}
movieClip 587 {
}
movieClip 595 {
}
movieClip 604 {
}
movieClip 611 {
}
movieClip 618 {
}
movieClip 627 {
}
movieClip 635 {
}
movieClip 636 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 15 {
stop();
}
}
button 644 {
on (release) {
if (_root.l1 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s1 == true) {
_root.pmanager.sexcards.gotoAndStop(15);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l1 >= 5 and _root.s1 == false) {
_root.pmanager.sexcards.gotoAndStop(15);
_root.s1 = true;
_root.hpmax += 10;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 651 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l1 == 0) {
this.gotoAndStop(1);
}
if (_root.l1 == 1) {
this.gotoAndStop(2);
}
if (_root.l1 == 2) {
this.gotoAndStop(3);
}
if (_root.l1 == 3) {
this.gotoAndStop(4);
}
if (_root.l1 == 4) {
this.gotoAndStop(5);
}
if (_root.l1 >= 5) {
this.gotoAndStop(6);
}
}
}
button 653 {
on (release) {
if (_root.l1 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l1 += 1;
_root.care -= 1;
_root.pmanager.hearts1.gotoAndPlay(7);
if (_root.l1 >= 5) {
_root.l1 = 5;
}
}
}
}
}
button 655 {
on (release) {
_root.b_text.text = 'This Pussymon can\'t evolve';
}
}
button 657 {
on (release) {
if (_root.p1 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p1 += 33;
}
}
if (_root.p1 >= 100) {
_root.p1 = 100;
}
}
}
movieClip 661 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l2 == 0) {
this.gotoAndStop(1);
}
if (_root.l2 == 1) {
this.gotoAndStop(2);
}
if (_root.l2 == 2) {
this.gotoAndStop(3);
}
if (_root.l2 == 3) {
this.gotoAndStop(4);
}
if (_root.l2 == 4) {
this.gotoAndStop(5);
}
if (_root.l2 >= 5) {
this.gotoAndStop(6);
}
}
}
button 662 {
on (release) {
if (_root.l2 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l2 += 1;
_root.care -= 1;
_root.pmanager.hearts2.gotoAndPlay(7);
if (_root.l2 >= 5) {
_root.l2 = 5;
}
}
}
}
}
button 665 {
on (release) {
if (_root.p2 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p2 += 33;
}
}
if (_root.p2 >= 100) {
_root.p2 = 100;
}
}
}
button 666 {
on (release) {
if (_root.l2 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s2 == true) {
_root.pmanager.sexcards.gotoAndStop(16);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l2 >= 5 and _root.s2 == false) {
_root.pmanager.sexcards.gotoAndStop(16);
_root.s2 = true;
_root.hpmax += 10;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 670 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l3 == 0) {
this.gotoAndStop(1);
}
if (_root.l3 == 1) {
this.gotoAndStop(2);
}
if (_root.l3 == 2) {
this.gotoAndStop(3);
}
if (_root.l3 == 3) {
this.gotoAndStop(4);
}
if (_root.l3 == 4) {
this.gotoAndStop(5);
}
if (_root.l3 >= 5) {
this.gotoAndStop(6);
}
}
}
button 671 {
on (release) {
if (_root.l3 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l3 += 1;
_root.care -= 1;
_root.pmanager.hearts3.gotoAndPlay(7);
if (_root.l3 >= 5) {
_root.l3 = 5;
}
}
}
}
}
button 674 {
on (release) {
if (_root.p3 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p3 += 33;
}
}
if (_root.p3 >= 100) {
_root.p3 = 100;
}
}
}
button 675 {
on (release) {
if (_root.l3 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s3 == true) {
_root.pmanager.sexcards.gotoAndStop(17);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l3 >= 5 and _root.s3 == false) {
_root.pmanager.sexcards.gotoAndStop(17);
_root.s3 = true;
_root.ca += 1;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
button 676 {
on (release) {
if (_root.p4 >= 1) {
_root.b_text.text = 'You already have the evolution form of this Pussymon in your bag';
} else {
if (_root.stone >= 1 and _root.p3 >= 50) {
_root.p4 = _root.p3;
_root.p3 = 0;
_root.stone -= 1;
_root.pmanager.gotoAndPlay(25);
} else {
_root.b_text.text = 'You need to reach level 50 with this Pussymon and have a evolution stone in order to evolve';
}
}
}
}
movieClip 679 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l4 == 0) {
this.gotoAndStop(1);
}
if (_root.l4 == 1) {
this.gotoAndStop(2);
}
if (_root.l4 == 2) {
this.gotoAndStop(3);
}
if (_root.l4 == 3) {
this.gotoAndStop(4);
}
if (_root.l4 == 4) {
this.gotoAndStop(5);
}
if (_root.l4 >= 5) {
this.gotoAndStop(6);
}
}
}
button 680 {
on (release) {
if (_root.l4 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l4 += 1;
_root.care -= 1;
_root.pmanager.hearts4.gotoAndPlay(7);
if (_root.l4 >= 5) {
_root.l4 = 5;
}
}
}
}
}
button 683 {
on (release) {
if (_root.p4 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p4 += 33;
}
}
if (_root.p4 >= 100) {
_root.p4 = 100;
}
}
}
button 684 {
on (release) {
if (_root.l4 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s4 == true) {
_root.pmanager.sexcards.gotoAndStop(18);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l4 >= 5 and _root.s4 == false) {
_root.pmanager.sexcards.gotoAndStop(18);
_root.s4 = true;
_root.hpmax += 10;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 687 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l5 == 0) {
this.gotoAndStop(1);
}
if (_root.l5 == 1) {
this.gotoAndStop(2);
}
if (_root.l5 == 2) {
this.gotoAndStop(3);
}
if (_root.l5 == 3) {
this.gotoAndStop(4);
}
if (_root.l5 == 4) {
this.gotoAndStop(5);
}
if (_root.l5 >= 5) {
this.gotoAndStop(6);
}
}
}
button 688 {
on (release) {
if (_root.l5 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l5 += 1;
_root.care -= 1;
_root.pmanager.hearts5.gotoAndPlay(7);
if (_root.l5 >= 5) {
_root.l5 = 5;
}
}
}
}
}
button 691 {
on (release) {
if (_root.p5 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p5 += 33;
}
}
if (_root.p5 >= 100) {
_root.p5 = 100;
}
}
}
button 692 {
on (release) {
if (_root.p6 >= 1) {
_root.b_text.text = 'You already have the evolution form of this Pussymon in your bag';
} else {
if (_root.stone >= 1 and _root.p5 >= 50) {
_root.p6 = _root.p5;
_root.p5 = 0;
_root.stone -= 1;
_root.pmanager.gotoAndPlay(25);
} else {
_root.b_text.text = 'You need to reach level 50 with this Pussymon and have a evolution stone in order to evolve';
}
}
}
}
button 693 {
on (release) {
if (_root.l5 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s5 == true) {
_root.pmanager.sexcards.gotoAndStop(19);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l5 >= 5 and _root.s5 == false) {
_root.pmanager.sexcards.gotoAndStop(19);
_root.s5 = true;
_root.hpmax += 20;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 695 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l6 == 0) {
this.gotoAndStop(1);
}
if (_root.l6 == 1) {
this.gotoAndStop(2);
}
if (_root.l6 == 2) {
this.gotoAndStop(3);
}
if (_root.l6 == 3) {
this.gotoAndStop(4);
}
if (_root.l6 == 4) {
this.gotoAndStop(5);
}
if (_root.l6 >= 5) {
this.gotoAndStop(6);
}
}
}
button 696 {
on (release) {
if (_root.l6 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l6 += 1;
_root.care -= 1;
_root.pmanager.hearts6.gotoAndPlay(7);
if (_root.l6 >= 5) {
_root.l6 = 5;
}
}
}
}
}
button 699 {
on (release) {
if (_root.p6 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p6 += 33;
}
}
if (_root.p6 >= 100) {
_root.p6 = 100;
}
}
}
button 700 {
on (release) {
if (_root.l6 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s6 == true) {
_root.pmanager.sexcards.gotoAndStop(20);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l6 >= 5 and _root.s6 == false) {
_root.pmanager.sexcards.gotoAndStop(20);
_root.s6 = true;
_root.ca += 1;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 703 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l7 == 0) {
this.gotoAndStop(1);
}
if (_root.l7 == 1) {
this.gotoAndStop(2);
}
if (_root.l7 == 2) {
this.gotoAndStop(3);
}
if (_root.l7 == 3) {
this.gotoAndStop(4);
}
if (_root.l7 == 4) {
this.gotoAndStop(5);
}
if (_root.l7 >= 5) {
this.gotoAndStop(6);
}
}
}
button 704 {
on (release) {
if (_root.l7 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l7 += 1;
_root.care -= 1;
_root.pmanager.hearts7.gotoAndPlay(7);
if (_root.l7 >= 5) {
_root.l7 = 5;
}
}
}
}
}
button 707 {
on (release) {
if (_root.p7 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p7 += 33;
}
}
if (_root.p7 >= 100) {
_root.p7 = 100;
}
}
}
button 708 {
on (release) {
if (_root.l7 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s7 == true) {
_root.pmanager.sexcards.gotoAndStop(21);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l7 >= 5 and _root.s7 == false) {
_root.pmanager.sexcards.gotoAndStop(21);
_root.s7 = true;
_root.hpmax += 20;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 710 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l8 == 0) {
this.gotoAndStop(1);
}
if (_root.l8 == 1) {
this.gotoAndStop(2);
}
if (_root.l8 == 2) {
this.gotoAndStop(3);
}
if (_root.l8 == 3) {
this.gotoAndStop(4);
}
if (_root.l8 == 4) {
this.gotoAndStop(5);
}
if (_root.l8 >= 5) {
this.gotoAndStop(6);
}
}
}
button 711 {
on (release) {
if (_root.l8 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l8 += 1;
_root.care -= 1;
_root.pmanager.hearts8.gotoAndPlay(7);
if (_root.l8 >= 5) {
_root.l8 = 5;
}
}
}
}
}
button 714 {
on (release) {
if (_root.p8 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p8 += 33;
}
}
if (_root.p8 >= 100) {
_root.p8 = 100;
}
}
}
button 715 {
on (release) {
if (_root.l8 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s8 == true) {
_root.pmanager.sexcards.gotoAndStop(22);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l8 >= 5 and _root.s8 == false) {
_root.pmanager.sexcards.gotoAndStop(22);
_root.s8 = true;
_root.hpmax += 10;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 717 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l9 == 0) {
this.gotoAndStop(1);
}
if (_root.l9 == 1) {
this.gotoAndStop(2);
}
if (_root.l9 == 2) {
this.gotoAndStop(3);
}
if (_root.l9 == 3) {
this.gotoAndStop(4);
}
if (_root.l9 == 4) {
this.gotoAndStop(5);
}
if (_root.l9 >= 5) {
this.gotoAndStop(6);
}
}
}
button 718 {
on (release) {
if (_root.l9 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l9 += 1;
_root.care -= 1;
_root.pmanager.hearts9.gotoAndPlay(7);
if (_root.l9 >= 5) {
_root.l9 = 5;
}
}
}
}
}
button 721 {
on (release) {
if (_root.p9 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p9 += 33;
}
}
if (_root.p9 >= 100) {
_root.p9 = 100;
}
}
}
button 722 {
on (release) {
if (_root.l9 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s9 == true) {
_root.pmanager.sexcards.gotoAndStop(23);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l9 >= 5 and _root.s9 == false) {
_root.pmanager.sexcards.gotoAndStop(23);
_root.s9 = true;
_root.hpmax += 20;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 724 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
if (_root.l10 == 0) {
this.gotoAndStop(1);
}
if (_root.l10 == 1) {
this.gotoAndStop(2);
}
if (_root.l10 == 2) {
this.gotoAndStop(3);
}
if (_root.l10 == 3) {
this.gotoAndStop(4);
}
if (_root.l10 == 4) {
this.gotoAndStop(5);
}
if (_root.l10 >= 5) {
this.gotoAndStop(6);
}
}
}
button 725 {
on (release) {
if (_root.l10 >= 5) {
_root.b_text.text = 'This Pussymon already loves you enough.';
} else {
if (_root.care <= 0) {
_root.b_text.text = 'You dont have enough care points to do that! (You earn Care Points each day when you wake up)';
} else {
_root.care >= 1;
_root.l10 += 1;
_root.care -= 1;
_root.pmanager.hearts10.gotoAndPlay(7);
if (_root.l10 >= 5) {
_root.l10 = 5;
}
}
}
}
}
button 728 {
on (release) {
if (_root.p10 >= 100) {
_root.b_text.text = 'You already reach the max level of this Pussymon!';
} else {
if (_root.candy <= 0) {
_root.b_text.text = 'You dont have any magic candy';
} else {
_root.candy >= 1;
_root.candy -= 1;
_root.p10 += 33;
}
}
if (_root.p10 >= 100) {
_root.p10 = 100;
}
}
}
button 729 {
on (release) {
if (_root.l10 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s10 == true) {
_root.pmanager.sexcards.gotoAndStop(24);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l10 >= 5 and _root.s10 == false) {
_root.pmanager.sexcards.gotoAndStop(24);
_root.s10 = true;
_root.ca += 1;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
button 732 {
on (release) {
if (_root.l10 <= 4) {
_root.b_text.text = 'You need to fill 5 hearts with this Pussymon to do that!';
}
if (_root.s10 == true) {
_root.pmanager.sexcards.gotoAndStop(25);
_root.b_text.text = 'You fuck your Pussymon!';
}
if (_root.l10 >= 5 and _root.s10 == false) {
_root.pmanager.sexcards.gotoAndStop(25);
_root.s10 = true;
_root.ca += 1;
_root.b_text.text = 'You fuck your Pussymon and unlocked a new bonus.';
}
}
}
movieClip 734 {
frame 1 {
stop();
}
instance of movieClip 493 {
onClipEvent (load) {
if (_root.p5 == 100) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 == 100) {
_root.b_text.text = 'Skill 2: Tickle - Unlocked';
} else {
_root.b_text.text = 'You need to reach level 100 with Gingerbrall to unlock this skill';
}
}
}
instance of movieClip 496 {
onClipEvent (load) {
if (_root.p2 == 100) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 == 100) {
_root.b_text.text = 'Skill 1: Freeze - Unlocked';
} else {
_root.b_text.text = 'You need to reach level 100 with Icelly to unlock this skill';
}
}
}
instance of movieClip 503 {
onClipEvent (load) {
if (_root.p4 == 100) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 == 100) {
_root.b_text.text = 'Skill 3: Fly - Unlocked';
} else {
_root.b_text.text = 'You need to reach level 100 with Aireindeer to unlock this skill';
}
}
}
instance of movieClip 385 {
onClipEvent (load) {
if (_root.p1 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p1 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p1 >= 1;
_root.pmanager.gotoAndStop(2);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p1 >= 1) {
_root.b_text.text = 'Blizzguin';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 389 {
onClipEvent (load) {
if (_root.p2 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p2 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p2 >= 1;
_root.pmanager.gotoAndStop(3);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p2 >= 1) {
_root.b_text.text = 'Icelly';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 393 {
onClipEvent (load) {
if (_root.p3 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p3 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p3 >= 1;
_root.pmanager.gotoAndStop(4);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p3 >= 1) {
_root.b_text.text = 'Greindeer';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 397 {
onClipEvent (load) {
if (_root.p4 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p4 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p4 >= 1;
_root.pmanager.gotoAndStop(5);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p4 >= 1) {
_root.b_text.text = 'Aireindeer';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 401 {
onClipEvent (load) {
if (_root.p5 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p5 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p5 >= 1;
_root.pmanager.gotoAndStop(6);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p5 >= 1) {
_root.b_text.text = 'Gingerbrall';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 405 {
onClipEvent (load) {
if (_root.p6 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p6 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p6 >= 1;
_root.pmanager.gotoAndStop(7);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p6 >= 1) {
_root.b_text.text = 'Gingerbrarge';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
if (_root.p7 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p7 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p7 >= 1;
_root.pmanager.gotoAndStop(8);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p7 >= 1) {
_root.b_text.text = 'Leaflothine';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 413 {
onClipEvent (load) {
if (_root.p8 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p8 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p8 >= 1;
_root.pmanager.gotoAndStop(9);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p8 >= 1) {
_root.b_text.text = 'Flakezard';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 421 {
onClipEvent (load) {
if (_root.p9 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p9 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p9 >= 1;
_root.pmanager.gotoAndStop(10);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p9 >= 1) {
_root.b_text.text = 'Suelfixie';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 417 {
onClipEvent (load) {
if (_root.p10 >= 1) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (release) {
if (_root.p10 <= 0) {
_root.b_text.text = 'You dont catch this Pussymon yet!';
} else {
_root.p10 >= 1;
_root.pmanager.gotoAndStop(11);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.p10 >= 1) {
_root.b_text.text = 'Giftoft';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 524 {
onClipEvent (load) {
if (_root.s1 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s1 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s1 == true) {
_root.b_text.text = 'Blizzguin Bonus + 10HP';
}
}
}
instance of movieClip 527 {
onClipEvent (load) {
if (_root.s2 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s2 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s2 == true) {
_root.b_text.text = 'Icelly Bonus + 10HP';
}
}
}
instance of movieClip 530 {
onClipEvent (load) {
if (_root.s3 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s3 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s3 == true) {
_root.b_text.text = 'Greindeer Bonus + 1 Care Point';
}
}
}
instance of movieClip 533 {
onClipEvent (load) {
if (_root.s4 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s4 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s4 == true) {
_root.b_text.text = 'Aireindeer Bonus +10HP';
}
}
}
instance of movieClip 536 {
onClipEvent (load) {
if (_root.s5 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s5 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s5 == true) {
_root.b_text.text = 'Gingerbrall Bonus +20HP';
}
}
}
instance of movieClip 539 {
onClipEvent (load) {
if (_root.s6 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s6 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s6 == true) {
_root.b_text.text = 'Gingerbrarge Bonus +1 Care Point';
}
}
}
instance of movieClip 542 {
onClipEvent (load) {
if (_root.s7 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s7 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s7 == true) {
_root.b_text.text = 'Leaflothine Bonus +20HP';
}
}
}
instance of movieClip 545 {
onClipEvent (load) {
if (_root.s8 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s8 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s8 == true) {
_root.b_text.text = 'Flakezard Bonus +10HP';
}
}
}
instance of movieClip 548 {
onClipEvent (load) {
if (_root.s9 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s9 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s9 == true) {
_root.b_text.text = 'Suelfixie Bonus +20HP';
}
}
}
instance of movieClip 551 {
onClipEvent (load) {
if (_root.s10 == true) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.s10 == false) {
_root.b_text.text = 'Reach 5 hearts with each Pussymon to unlock a bonus.';
}
if (_root.s10 == true) {
_root.b_text.text = 'Giftoft Bonus +1 Care Point';
}
}
}
frame 2 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(1);
}
}
instance hearts1 of movieClip 651 {
onClipEvent (load) {
if (_root.l1 == 0) {
this.gotoAndStop(1);
}
if (_root.l1 == 1) {
this.gotoAndStop(2);
}
if (_root.l1 == 2) {
this.gotoAndStop(3);
}
if (_root.l1 == 3) {
this.gotoAndStop(4);
}
if (_root.l1 == 4) {
this.gotoAndStop(5);
}
if (_root.l1 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 3 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
instance hearts2 of movieClip 661 {
onClipEvent (load) {
if (_root.l2 == 0) {
this.gotoAndStop(1);
}
if (_root.l2 == 1) {
this.gotoAndStop(2);
}
if (_root.l2 == 2) {
this.gotoAndStop(3);
}
if (_root.l2 == 3) {
this.gotoAndStop(4);
}
if (_root.l2 == 4) {
this.gotoAndStop(5);
}
if (_root.l2 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 4 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(3);
}
}
instance hearts3 of movieClip 670 {
onClipEvent (load) {
if (_root.l3 == 0) {
this.gotoAndStop(1);
}
if (_root.l3 == 1) {
this.gotoAndStop(2);
}
if (_root.l3 == 2) {
this.gotoAndStop(3);
}
if (_root.l3 == 3) {
this.gotoAndStop(4);
}
if (_root.l3 == 4) {
this.gotoAndStop(5);
}
if (_root.l3 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 5 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(4);
}
}
instance hearts4 of movieClip 679 {
onClipEvent (load) {
if (_root.l4 == 0) {
this.gotoAndStop(1);
}
if (_root.l4 == 1) {
this.gotoAndStop(2);
}
if (_root.l4 == 2) {
this.gotoAndStop(3);
}
if (_root.l4 == 3) {
this.gotoAndStop(4);
}
if (_root.l4 == 4) {
this.gotoAndStop(5);
}
if (_root.l4 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 6 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(5);
}
}
instance hearts5 of movieClip 687 {
onClipEvent (load) {
if (_root.l5 == 0) {
this.gotoAndStop(1);
}
if (_root.l5 == 1) {
this.gotoAndStop(2);
}
if (_root.l5 == 2) {
this.gotoAndStop(3);
}
if (_root.l5 == 3) {
this.gotoAndStop(4);
}
if (_root.l5 == 4) {
this.gotoAndStop(5);
}
if (_root.l5 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 7 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(6);
}
}
instance hearts6 of movieClip 695 {
onClipEvent (load) {
if (_root.l6 == 0) {
this.gotoAndStop(1);
}
if (_root.l6 == 1) {
this.gotoAndStop(2);
}
if (_root.l6 == 2) {
this.gotoAndStop(3);
}
if (_root.l6 == 3) {
this.gotoAndStop(4);
}
if (_root.l6 == 4) {
this.gotoAndStop(5);
}
if (_root.l6 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 8 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(7);
}
}
instance hearts7 of movieClip 703 {
onClipEvent (load) {
if (_root.l7 == 0) {
this.gotoAndStop(1);
}
if (_root.l7 == 1) {
this.gotoAndStop(2);
}
if (_root.l7 == 2) {
this.gotoAndStop(3);
}
if (_root.l7 == 3) {
this.gotoAndStop(4);
}
if (_root.l7 == 4) {
this.gotoAndStop(5);
}
if (_root.l7 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 9 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(8);
}
}
instance hearts8 of movieClip 710 {
onClipEvent (load) {
if (_root.l8 == 0) {
this.gotoAndStop(1);
}
if (_root.l8 == 1) {
this.gotoAndStop(2);
}
if (_root.l8 == 2) {
this.gotoAndStop(3);
}
if (_root.l8 == 3) {
this.gotoAndStop(4);
}
if (_root.l8 == 4) {
this.gotoAndStop(5);
}
if (_root.l8 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 10 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(9);
}
}
instance hearts9 of movieClip 717 {
onClipEvent (load) {
if (_root.l9 == 0) {
this.gotoAndStop(1);
}
if (_root.l9 == 1) {
this.gotoAndStop(2);
}
if (_root.l9 == 2) {
this.gotoAndStop(3);
}
if (_root.l9 == 3) {
this.gotoAndStop(4);
}
if (_root.l9 == 4) {
this.gotoAndStop(5);
}
if (_root.l9 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 11 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(10);
}
}
instance hearts10 of movieClip 724 {
onClipEvent (load) {
if (_root.l10 == 0) {
this.gotoAndStop(1);
}
if (_root.l10 == 1) {
this.gotoAndStop(2);
}
if (_root.l10 == 2) {
this.gotoAndStop(3);
}
if (_root.l10 == 3) {
this.gotoAndStop(4);
}
if (_root.l10 == 4) {
this.gotoAndStop(5);
}
if (_root.l10 >= 5) {
this.gotoAndStop(6);
}
}
}
frame 12 {
stop();
}
instance sexcards of movieClip 636 {
onClipEvent (load) {
this.gotoAndPlay(11);
}
}
frame 35 {
gotoAndPlay(1);
}
}
button 735 {
on (release) {
gotoAndStop(20);
}
}
frame 22 {
stop();
}
movieClip 737 {
frame 10 {
_root.gotoAndStop(20);
}
}
frame 25 {
stop();
}
button 739 {
on (release) {
_root.gotoAndStop(30);
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 740 {
on (release) {
_root.gotoAndStop(20);
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 742 {
}
movieClip 744 {
}
movieClip 746 {
}
movieClip 748 {
}
movieClip 749 {
frame 1 {
stop();
}
instance of movieClip 742 {
onClipEvent (release) {
_root.b_text.text = 'Kurge: You like my tent? Cool, now just fuck off and let us do our work.';
}
onClipEvent (rollOver) {
_root.b_text.text = 'This is team Claire’s tent.';
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
}
frame 2 {
stop();
}
instance of movieClip 744 {
onClipEvent (release) {
_root.b_text.text = 'BUZZ: Look human, Kurge is hunting, Claire is meditating somewhere to find a solution to our problems, and I’m researching about this area. We don’t have time for you right now.';
}
onClipEvent (rollOver) {
_root.b_text.text = 'This is team Claire’s tent.';
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
}
frame 3 {
stop();
}
instance of movieClip 746 {
onClipEvent (release) {
_root.b_text.text = 'Claire: Leave me alone.';
}
onClipEvent (rollOver) {
_root.b_text.text = 'This is team Claire’s tent.';
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
}
frame 4 {
stop();
}
instance of movieClip 748 {
onClipEvent (release) {
_root.b6 = false;
_root.gotoAndStop(27);
}
onClipEvent (rollOver) {
_root.b_text.text = 'This is team Claire’s tent.';
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
}
}
movieClip 751 {
}
button 752 {
on (rollOver) {
_root.b_text.text = 'The catch rate is random, but any wild Pussymon have a 100% catch rate when their HP is 10 or less.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 753 {
instance of movieClip 749 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(1);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100 and _root.b6 == false) {
this.gotoAndStop(3);
}
if (_root.energy >= 61 and _root.energy <= 100 and _root.b6 == true) {
this.gotoAndStop(4);
}
}
}
instance of movieClip 751 {
onClipEvent (rollOver) {
_root.b_text.text = 'The doors are locked, I must find another way to enter the factory.';
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 754 {
on (release) {
gotoAndStop(26);
}
}
frame 26 {
stop();
}
button 755 {
on (release) {
gotoAndStop(25);
}
}
frame 27 {
stop();
}
movieClip 772 {
}
movieClip 795 {
}
button 803 {
on (release) {
_root.gotoAndStop(25);
}
}
movieClip 805 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
}
button 811 {
on (release) {
_root.gotoAndStop(25);
}
}
frame 30 {
stop();
}
button 819 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Blizzguin and Greindeer.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 820 {
on (rollOver) {
_root.b_text.text = 'Each Pussymon has an elemental property who defines the damage they do in battle.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 822 {
on (release) {
if (_root.b1 == false) {
_root.b_text.text = 'I need to find a way to make an ice bridge to the other side.';
}
if (_root.b1 == true) {
_root.gotoAndStop(40);
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 823 {
on (release) {
if (_root.q1 == false) {
_root.b_text.text = 'I need to talk with this boat’s owner to reach the other side of this river.';
}
if (_root.q1 == true) {
_root.gotoAndStop(35);
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 824 {
on (release) {
if (_root.b2 == false) {
_root.b_text.text = 'Wow! Looks like this tree has boobs. I must find a way to pass by it.';
}
if (_root.b2 == true) {
_root.gotoAndStop(45);
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 825 {
on (release) {
_root.gotoAndStop(25);
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 827 {
on (release) {
if (_root.q1 == false) {
this.gotoAndStop(2);
}
if (_root.q1 == true) {
this.gotoAndStop(4);
}
}
}
button 828 {
on (release) {
this.gotoAndStop(1);
}
}
button 830 {
on (release) {
if (_root.i1 <= 4) {
_root.b_text.text = 'Joe: Do You want borrow my boat? If you bring me 5 Blizzguin\'s feathers I can let you use her whenever you want.';
}
if (_root.i1 >= 5) {
this.gotoAndStop(3);
_root.b_text.text = 'Joe: Do you have those Blizzguin\'s feathers?';
}
}
}
button 833 {
on (release) {
_root.q1 = true;
_root.i1 -= 5;
_root.b_text.text = 'Joe: Thanks, you can use my boat anytime you want. If you still need money, bring me more feathers, and I will pay 100 for every 5 you bring.';
this.gotoAndPlay(1);
}
}
button 834 {
on (release) {
if (_root.i1 <= 4) {
_root.b_text.text = 'Joe: Do you have those Blizzguin\'s feathers?';
}
if (_root.i1 >= 5) {
this.gotoAndStop(5);
_root.b_text.text = 'Joe: Do you have those Blizzguin\'s feathers?';
}
}
}
button 836 {
on (release) {
_root.money += 100;
_root.i1 -= 5;
_root.b_text.text = 'Thanks here\'s your money.';
this.gotoAndPlay(1);
}
}
movieClip 837 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 840 {
}
movieClip 842 {
}
button 844 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(1);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(3);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(1);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(3);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 845 {
instance of movieClip 840 {
onClipEvent (load) {
if (_root.b1 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
if (_root.p2 <= 99) {
_root.b_text.text = ' I need to find a way to make an ice bridge to the other side.';
}
if (_root.p2 == 100) {
_root.b1 = true;
this.gotoAndStop(2);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.b1 == false) {
_root.b_text.text = 'I need to find a way to make an ice bridge to the other side.';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 842 {
onClipEvent (load) {
if (_root.b2 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
if (_root.p5 <= 99) {
_root.b_text.text = 'Wow! Looks like this tree has boobs. I must find a way to pass by it.';
}
if (_root.p5 == 100) {
_root.b2 = true;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(7);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
this.gotoAndStop(2);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.b2 == false) {
_root.b_text.text = 'Wow! Looks like this tree has boobs. I must find a way to pass by it.';
} else {
_root.b_text.text = '';
}
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 846 {
on (release) {
gotoAndStop(31);
}
}
frame 31 {
stop();
}
button 847 {
on (release) {
gotoAndStop(30);
}
}
frame 35 {
stop();
}
button 850 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(2);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(12);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(2);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(12);
_root.elv = 1;
_root.etp = 1;
_root.ehp = 50;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 851 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Icelly.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 852 {
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 853 {
on (release) {
gotoAndStop(36);
}
}
frame 36 {
stop();
}
button 854 {
on (release) {
gotoAndStop(35);
}
}
frame 40 {
stop();
}
button 856 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(5);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(15);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(5);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(15);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 860 {
on (release) {
_root.b6 = true;
_root.gotoAndStop(42);
}
}
movieClip 862 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 863 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Gingerbrall.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 864 {
instance of movieClip 862 {
onClipEvent (load) {
if (_root.b6 == true) {
this.gotoAndStop(3);
} else {
if (_root.energy == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 865 {
on (release) {
gotoAndStop(41);
}
}
frame 41 {
stop();
}
button 866 {
on (release) {
gotoAndStop(40);
}
}
frame 42 {
stop();
}
button 874 {
on (release) {
_root.gotoAndStop(40);
}
}
movieClip 876 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
button 882 {
on (release) {
_root.gotoAndStop(40);
}
}
frame 45 {
stop();
}
button 884 {
on (release) {
if (_root.q3 == false) {
_root.b_text.text = 'The tree is blocking the path.';
}
if (_root.q3 == true) {
_root.gotoAndStop(50);
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 886 {
on (release) {
if (_root.q3 == false) {
this.gotoAndStop(2);
}
if (_root.q3 == true) {
this.gotoAndStop(4);
}
}
}
button 888 {
on (release) {
if (_root.i3 <= 4) {
_root.b_text.text = 'Lili: Do you need help? I can remove the tree from your path if you bring me 5 tree\'s leaves.(You can get leaves by defeating Leaflothines)';
}
if (_root.i3 >= 5) {
this.gotoAndStop(3);
_root.b_text.text = 'Lili: Do you have the tree\'s leaves?';
}
}
}
button 890 {
on (release) {
_root.q3 = true;
_root.i3 -= 5;
_root.mapt.tree.gotoAndStop(2);
_root.b_text.text = 'Lili: Thanks, I will clear the path for you. If you want more money, you can bring me more leaves and I will give you 200 for every 5.';
this.gotoAndPlay(1);
}
}
button 891 {
on (release) {
if (_root.i3 <= 4) {
_root.b_text.text = 'Lili: Do you have the tree\'s leaves?';
}
if (_root.i3 >= 5) {
this.gotoAndStop(5);
_root.b_text.text = 'Lili: Do you have the tree\'s leaves?';
}
}
}
button 893 {
on (release) {
_root.money += 200;
_root.i3 -= 5;
_root.b_text.text = 'Lili: Thanks, here\'s your money.';
this.gotoAndPlay(1);
}
}
movieClip 894 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 896 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 897 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(7);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(8);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(7);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(8);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 898 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Flakezard and Leaflothine.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 899 {
instance tree of movieClip 896 {
onClipEvent (load) {
if (_root.q3 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (rollOver) {
_root.b_text.text = '';
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 906 {
on (release) {
gotoAndStop(46);
}
}
frame 46 {
stop();
}
button 907 {
on (release) {
gotoAndStop(45);
}
}
frame 50 {
stop();
}
button 910 {
on (release) {
_root.gotoAndStop(45);
}
}
button 911 {
on (release) {
_root.gotoAndStop(55);
}
}
button 912 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(9);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(16);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(9);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(16);
_root.elv = 2;
_root.etp = 1;
_root.ehp = 100;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 913 {
on (release) {
if (_root.q2 == false) {
_root.b_text.text = 'The back entrance is closed too, but it looks like for this door I just need to find a key.';
}
if (_root.q2 == true) {
_root.gotoAndStop(65);
}
}
}
button 915 {
on (release) {
_root.gotoAndStop(70);
}
on (rollOver) {
_root.b_text.text = 'DOT: Ready? (Finish Pussymon Episode 08)';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 916 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 917 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Suelfixie.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 918 {
instance of movieClip 916 {
onClipEvent (load) {
if (_root.b7 == false) {
this.gotoAndPlay(1);
} else {
this.gotoAndPlay(2);
}
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 919 {
on (release) {
gotoAndStop(51);
}
}
frame 51 {
stop();
}
button 920 {
on (release) {
gotoAndStop(50);
}
}
frame 55 {
stop();
}
button 923 {
on (release) {
_root.gotoAndStop(50);
}
}
button 924 {
on (release) {
if (_root.b3 == false) {
_root.b_text.text = 'The path is blocked.';
}
if (_root.b3 == true) {
_root.gotoAndStop(20);
}
}
}
button 925 {
on (release) {
if (_root.b4 == false) {
_root.b_text.text = 'The path is blocked.';
}
if (_root.b4 == true) {
_root.gotoAndStop(60);
}
}
}
button 927 {
on (release) {
this.gotoAndStop(2);
}
}
button 931 {
on (release) {
if (_root.money <= 299) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 300;
_root.money -= 300;
_root.candy += 1;
_root.b_text.text = 'You bought a Magic Candy!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 1 Magic Candy for $300';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 933 {
on (release) {
if (_root.money <= 299) {
_root.b_text.text = 'Sorry, you don\'t have enough money to do that!';
} else {
_root.money >= 300;
_root.money -= 300;
_root.stone += 1;
_root.b_text.text = 'You bought a Evolution Stone!';
}
}
on (rollOver) {
_root.b_text.text = 'Buy 1 Evolution Stone for $300';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 934 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 937 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 938 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 941 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 943 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 944 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(4);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 150;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(6);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 150;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(4);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 150;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(6);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 150;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 945 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Gingerbrarge and Aireindeer.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 946 {
on (rollOver) {
_root.b_text.text = 'If you have problems to defeat a enemy try to use the heal skill more often.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 947 {
instance of movieClip 937 {
onClipEvent (load) {
if (_root.b3 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
_root.b3 = true;
_root.mapb.bar1.gotoAndStop(2);
this.gotoAndStop(2);
}
}
instance bar1 of movieClip 938 {
onClipEvent (load) {
if (_root.b3 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 941 {
onClipEvent (load) {
if (_root.b4 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (release) {
if (_root.p4 <= 99) {
_root.b_text.text = 'I need to find a way to pull this lever. Maybe if I could fly I would be able to reach it.';
}
if (_root.p4 == 100) {
_root.b4 = true;
this.gotoAndStop(2);
_root.mapb.bar3.gotoAndStop(2);
}
}
onClipEvent (rollOut) {
_root.b_text.text = '';
}
onClipEvent (rollOver) {
if (_root.b4 == false) {
_root.b_text.text = 'I need to find a way to pull this lever. Maybe if I could fly I would be able to reach it.';
} else {
_root.b_text.text = '';
}
}
}
instance bar3 of movieClip 943 {
onClipEvent (load) {
if (_root.b4 == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 948 {
on (release) {
gotoAndStop(56);
}
}
frame 56 {
stop();
}
button 949 {
on (release) {
gotoAndStop(55);
}
}
frame 60 {
stop();
}
button 953 {
on (release) {
if (_root.q2 == false) {
this.gotoAndStop(2);
}
if (_root.q2 == true) {
this.gotoAndStop(4);
}
}
}
button 955 {
on (release) {
if (_root.i2 <= 4) {
_root.b_text.text = 'Birb: Do you want the key for the factory. I don\'t think the boss will like it, but if you bring me 5 ribbons i can give you the key.(You can get ribbons by defeating Giftofts)';
}
if (_root.i2 >= 5) {
this.gotoAndStop(3);
_root.b_text.text = 'Birb: Do you have 5 ribbons?';
}
}
}
button 957 {
on (release) {
_root.q2 = true;
_root.i2 -= 5;
_root.b_text.text = 'Birb: Thanks, here\'s the key. If you want you can bring me 5 more ribbons whenever you want, and I will pay you 300 for them.';
this.gotoAndPlay(1);
}
}
button 958 {
on (release) {
if (_root.i2 <= 4) {
_root.b_text.text = 'Birb: Do you have 5 ribbons?';
}
if (_root.i2 >= 5) {
this.gotoAndStop(5);
_root.b_text.text = 'Birb: Do you have 5 ribbons?';
}
}
}
button 960 {
on (release) {
_root.money += 300;
_root.i2 -= 5;
_root.b_text.text = 'Birb: Thanks, here\'s your money.';
this.gotoAndPlay(1);
}
}
movieClip 961 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
button 962 {
on (rollOver) {
if (_root.energy <= 9) {
_root.b_text.text = 'You don\'t have energy to hunt';
}
if (_root.energy >= 10 and _root.energy <= 50) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(10);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 200;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(13);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 150;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
if (_root.energy >= 51) {
var randomNumber = Math.floor(Math.random() * 100);
if (randomNumber <= 95) {
}
if (randomNumber >= 96 and randomNumber <= 97) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(10);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 200;
_root.b_text.text = 'A wild Pussymon appears!';
_root.gotoAndStop(23);
}
if (randomNumber >= 98) {
_root.energy -= 10;
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(13);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 150;
_root.b_text.text = 'A wild Crude appears!';
_root.gotoAndStop(23);
}
}
}
on (rollOut) {
_root.b_text.text = '';
}
}
button 963 {
on (rollOver) {
_root.b_text.text = 'In this area you can find Giftoft.';
}
on (rollOut) {
_root.b_text.text = '';
}
}
movieClip 964 {
instance of movieClip 298 {
onClipEvent (load) {
if (_root.energy <= 30) {
this.gotoAndStop(3);
}
if (_root.energy >= 31 and _root.energy <= 60) {
this.gotoAndStop(2);
}
if (_root.energy >= 61 and _root.energy <= 100) {
this.gotoAndStop(1);
}
}
}
}
button 965 {
on (release) {
gotoAndStop(61);
}
}
frame 61 {
stop();
}
button 966 {
on (release) {
gotoAndStop(60);
}
}
frame 65 {
stop();
}
button 993 {
on (release) {
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(11);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 450;
_root.b_text.text = 'DASH is challenging you!';
_root.gotoAndStop(23);
}
}
movieClip 995 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
}
button 1001 {
on (release) {
_root.wild.gotoAndPlay(2);
_root.wild.wild2.gotoAndStop(11);
_root.elv = 3;
_root.etp = 1;
_root.ehp = 450;
_root.b_text.text = 'DASH is challenging you!';
_root.gotoAndStop(23);
}
}
frame 66 {
stop();
}
button 1033 {
on (release) {
_root.b7 = true;
_root.gotoAndStop(50);
}
}
movieClip 1035 {
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
frame 58 {
stop();
}
}
button 1041 {
on (release) {
_root.b7 = true;
_root.gotoAndStop(50);
}
}
frame 67 {
_root.gotoAndStop(1);
}
frame 68 {
stop();
}
frame 69 {
_root.gotoAndStop(1);
}
frame 70 {
stop();
}
button 1049 {
on (release) {
_root.gotoAndStop(1);
}
}