Combined Code
movieClip 22 {
}
movieClip 24 {
frame 1 {
stop();
}
instance of movieClip 22 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = _rotation + speed;
}
}
}
frame 2 {
stop();
}
}
movieClip 25 wine1a {
instance animate of movieClip 24 {
onClipEvent (load) {
dead = false;
deadt = 0;
speed = 7;
_xscale = 100;
yspeed = 15;
sticky = false;
stickyt = 0;
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
if (!dead) {
gotoAndStop('n');
_x = _x + speed;
_y = _y - yspeed;
--yspeed;
if (_root.map.black.hitTest(_x, _y + 20, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= 25) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 29 {
frame 9 {
gotoAndPlay(7);
}
}
movieClip 31 {
}
movieClip 33 {
frame 9 {
stop();
}
}
movieClip 34 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 35 vulcan1a {
instance animate of movieClip 34 {
onClipEvent (load) {
attach = true;
size = 100;
_root.sw_power = 3;
life = 2;
_xscale = size;
_yscale = size;
kot = 0;
komax = 15;
dspeed = 3;
rspeed = 30;
stimer = 0;
speed = 15;
removetime = 0;
ko = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
gotoAndStop('a');
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (life <= 0) {
ko = true;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life2 -= 0.25;
_root['enemy' + i].animate.life -= 1;
life -= 1;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= 1;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limita)) {
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
life -= 1;
}
++j;
}
}
if (ko) {
gotoAndStop('b');
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 43 {
}
movieClip 44 udtrap1a {
instance animate of movieClip 43 {
onClipEvent (load) {
black._visible = false;
speed = 6;
up = false;
upt = 0;
dn = true;
dnt = 0;
timermax = 30;
onscreen = false;
r_loss = 40;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (dn) {
++dnt;
_y = _y + speed;
if (dnt >= timermax) {
dnt = 0;
up = true;
dn = false;
}
}
if (up) {
++upt;
_y = _y - speed;
if (upt >= timermax) {
upt = 0;
dn = true;
up = false;
}
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
}
movieClip 46 {
}
movieClip 47 {
}
movieClip 49 {
}
movieClip 53 {
}
movieClip 54 {
instance of movieClip 53 {
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 66 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 74 {
}
movieClip 75 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 76 {
instance of movieClip 75 {
onClipEvent (load) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
}
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 97 {
}
movieClip 99 {
}
movieClip 102 {
}
movieClip 104 {
}
movieClip 106 {
}
movieClip 111 {
}
movieClip 115 {
}
movieClip 119 {
}
movieClip 122 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 125 {
}
movieClip 126 {
}
movieClip 127 {
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();
}
}
movieClip 131 {
}
movieClip 134 {
frame 1 {
stop();
}
instance of movieClip 127 {
onClipEvent (load) {
if (_root.hat_numb == 0) {
gotoAndStop('none');
}
if (_root.hat_numb == 1) {
gotoAndStop('a');
}
if (_root.hat_numb == 2) {
gotoAndStop('b');
}
if (_root.hat_numb == 3) {
gotoAndStop('c');
}
if (_root.hat_numb == 4) {
gotoAndStop('d');
}
if (_root.hat_numb == 5) {
gotoAndStop('e');
}
if (_root.hat_numb == 6) {
gotoAndStop('f');
}
if (_root.hat_numb == 7) {
gotoAndStop('g');
}
if (_root.hat_numb == 8) {
gotoAndStop('h');
}
if (_root.hat_numb == 9) {
gotoAndStop('i');
}
if (_root.hat_numb == 10) {
gotoAndStop('j');
}
if (_root.hat_numb == 11) {
gotoAndStop('k');
}
}
onClipEvent (enterFrame) {
if (_root.hat_numb == 0) {
gotoAndStop('none');
}
if (_root.hat_numb == 1) {
gotoAndStop('a');
}
if (_root.hat_numb == 2) {
gotoAndStop('b');
}
if (_root.hat_numb == 3) {
gotoAndStop('c');
}
if (_root.hat_numb == 4) {
gotoAndStop('d');
}
if (_root.hat_numb == 5) {
gotoAndStop('e');
}
if (_root.hat_numb == 6) {
gotoAndStop('f');
}
if (_root.hat_numb == 7) {
gotoAndStop('g');
}
if (_root.hat_numb == 8) {
gotoAndStop('h');
}
if (_root.hat_numb == 9) {
gotoAndStop('i');
}
if (_root.hat_numb == 10) {
gotoAndStop('j');
}
if (_root.hat_numb == 11) {
gotoAndStop('k');
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 136 {
}
movieClip 137 {
instance of movieClip 136 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 139 {
frame 60 {
gotoAndPlay(10);
}
}
movieClip 144 {
}
movieClip 146 {
}
movieClip 149 {
}
movieClip 150 {
instance of movieClip 149 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 152 {
}
movieClip 155 {
}
movieClip 156 {
instance of movieClip 155 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 159 {
}
movieClip 160 {
instance of movieClip 159 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 163 {
}
movieClip 164 {
instance of movieClip 53 {
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 163 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 167 {
}
movieClip 168 {
instance of movieClip 167 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 169 {
}
movieClip 170 {
}
movieClip 171 {
}
movieClip 172 {
frame 11 {
gotoAndPlay(5);
}
}
movieClip 175 {
}
movieClip 176 {
instance of movieClip 175 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 179 {
}
movieClip 182 {
}
movieClip 183 {
instance of movieClip 182 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 188 {
}
movieClip 191 {
}
movieClip 193 {
}
movieClip 194 {
instance of movieClip 191 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 193 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 196 {
}
movieClip 198 {
}
movieClip 200 {
instance of movieClip 193 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 202 {
instance of movieClip 191 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 204 {
}
movieClip 205 {
frame 14 {
stop();
}
}
movieClip 207 {
instance of movieClip 149 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 209 {
}
movieClip 211 {
}
movieClip 214 {
}
movieClip 215 {
instance of movieClip 214 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 216 {
}
movieClip 220 {
}
movieClip 223 {
}
movieClip 226 {
}
movieClip 227 {
instance of movieClip 226 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 228 {
frame 12 {
stop();
}
}
movieClip 230 {
}
movieClip 231 {
}
movieClip 232 {
frame 1 {
stop();
}
instance of movieClip 144 {
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 233 toonpimp1a {
instance animate of movieClip 232 {
onClipEvent (load) {
curse = false;
curset = 0;
cursemax = 200;
dir = _root.dir;
attack1max = 28;
xscale = 60;
yscale = 55;
speed = 7;
_yscale = yscale;
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = -xscale;
}
fall_max = -7;
_root.movespeed = speed;
ground = false;
nohitt = 0;
nohit = false;
nohitmax = 70;
jump = false;
jumpmax = 15;
jspeed = jumpmax;
jumpt = 0;
fall = false;
fallt = 0;
fspeed = 6;
duck = false;
up = false;
raped = false;
rapedt = 0;
rapedmax = 2;
nothing = false;
yes = true;
no = false;
rstop = false;
lstop = true;
attack_numb = 0;
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
attack2max = 30;
idupcolor = new Color(this);
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
hitcolor = new Color(this);
hitcolor0 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
hitcolor1 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
limit._visible = false;
sparktimer = 0;
sparktimermax = 10;
spark_effectt = 0;
spark_effectmax = 100;
spark_effect = false;
hit = false;
hitt = 0;
hitmax = 10;
hit_speed = speed;
slide = false;
slidet = 0;
slidemax = 45;
slidesp = 6;
dead = false;
deadt = 0;
deadmax = 150;
dead_speed = 20;
blinkt = 0;
blinkhalf = 2;
blinkmax = 3;
xspot = 30;
yspot = 100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.farx = main_hat_numb;
_root.fary = main_cl_numb;
limit._visible = false;
if (spark_effect) {
++sparktimer;
++spark_effectt;
xoffset = random(-50) + random(50);
yoffset = random(-50) + random(50);
if (sparktimer >= sparktimermax) {
_root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++);
_root['espark1' + _root.debris].animate._x = _x + xoffset;
_root['espark1' + _root.debris].animate._y = _y + yoffset;
sparktimer = 0;
}
if (spark_effectt >= spark_effectmax) {
sparktimer = 0;
spark_effectt = 0;
spark_effect = false;
}
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.qte) {
if (!dead) {
_root.pch = attack1;
if (_x >= _root.p1bounds_max) {
_x = _x - speed;
}
if (_x <= _root.p1bounds_min) {
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = _y - 10;
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = _y + 50;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y + 10;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = _y - 50;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = _x - speed;
}
if (_root.map1.black.hitTest(_x, _y + 30, true)) {
_root.ground = true;
ground = true;
} else {
_root.ground = false;
ground = false;
}
}
_root.strength1 = 1;
_yscale = yscale;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.armor) {
_root.cl_numb = _root.main_cl_numb;
if (_root.armlife <= 0) {
_root.armor = false;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
if (!dead) {
if (curse) {
++curset;
if (curset >= cursemax) {
curset = 0;
curse = false;
}
}
if (!_root.contra) {
if (_root.life <= 0) {
if (!raped) {
dead = true;
}
}
}
if (_root.magic < _root.magicmax) {
_root.magic += 0.35;
}
if (nohit) {
++nohitt;
++blinkt;
if (blinkt >= blinkmax / 2) {
hitcolor.setTransform(hitcolor1);
}
if (blinkt < blinkmax / 2) {
}
if (blinkt >= blinkmax) {
blinkt = 0;
}
if (nohitt >= nohitmax) {
hitcolor.setTransform(hitcolor1);
blinkt = 0;
_alpha = 100;
nohitt = 0;
nohit = false;
}
}
if (_y >= 450) {
if (_root.armor) {
_root.armlife -= 20;
} else {
_root.life -= 20;
}
_y = 0;
}
if (!hit) {
if (!raped) {
_root.movespeed = speed;
if (!attack1) {
if (!attack2) {
if (_root.cont_attk) {
if (!attgo) {
if (_root.cont_up) {
attack_numb = 1;
attack1max = 20;
} else {
attack1max = 15;
attack_numb = 0;
}
if (_root.cont_dn) {
}
if (_root.cont_rt or _root.cont_lft) {
}
if (_root.magic >= 10) {
attack1 = true;
}
attgo = true;
}
} else {
attgo = false;
}
if (_root.aux_attk) {
if (!attgo) {
if (_root.magic >= 30) {
attack2 = true;
}
if (_root.cont_up) {
attack_numb = 2;
}
if (!_root.cont_up) {
if (_root.cont_dn) {
attack_numb = 3;
}
if (!_root.cont_dn) {
if (_root.cont_rt or _root.cont_lft) {
attack_numb = 1;
}
}
}
if (!_root.cont_up and !_root.cont_dn and !_root.cont_rt and !_root.cont_lft) {
attack_numb = 0;
}
if (!_root.cont_up and !_root.cont_dn) {
attack_numb = 0;
}
attgo = true;
}
} else {
attgo = false;
}
}
}
if (ground) {
if (!g) {
attack1t = 0;
attack1 = false;
attack2t = 0;
attack2 = false;
g = true;
}
if (!attack1) {
if (!attack2) {
if (!_root.cont_rt and !_root.cont_lft and !_root.cont_up and !_root.cont_dn) {
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = -xscale;
}
gotoAndStop('stand');
}
if (!_root.cont_up) {
if (!_root.cont_dn) {
if (_root.cont_rt) {
gotoAndStop('run');
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!curse) {
_x = _x + speed;
dir = 1;
_xscale = xscale;
}
if (curse) {
_x = _x - speed;
dir = -1;
_xscale = -xscale;
}
}
}
if (_root.cont_lft) {
gotoAndStop('run');
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!curse) {
_x = _x - speed;
dir = -1;
_xscale = -xscale;
}
if (curse) {
_x = _x + speed;
dir = 1;
_xscale = xscale;
}
}
}
}
if (_root.cont_dn) {
gotoAndStop('duck');
duck = true;
} else {
duck = false;
if (curse) {
up = false;
}
}
}
if (_root.cont_up) {
gotoAndStop('stand');
if (!curse) {
up = true;
duck = false;
}
if (curse) {
duck = true;
}
} else {
up = false;
if (curse) {
duck = false;
}
}
if (_root.cont_jumpb) {
if (!hup1) {
_y = _y - 5;
jspeed = jumpmax;
jump = true;
hup1 = true;
}
} else {
hup1 = false;
}
}
if (attack2) {
if (attack_numb == 0) {
xspot = 45;
yspot = 20;
gotoAndStop('attack3');
}
if (attack_numb == 1) {
xspot = 40;
yspot = 65;
gotoAndStop('attack2');
}
if (attack_numb == 2) {
xspot = 50;
yspot = 40;
gotoAndStop('attack2');
}
if (attack_numb == 3) {
xspot = 50;
yspot = 20;
gotoAndStop('attack3');
}
}
}
if (attack1) {
if (!duck) {
if (attack_numb == 0) {
xspot = 60;
yspot = 35;
gotoAndStop('attack1');
}
if (attack_numb == 1) {
xspot = 60;
yspot = 30;
gotoAndStop('attack2');
}
} else {
xspot = 40;
yspot = 10;
gotoAndStop('dattack1');
}
}
} else {
g = false;
}
if (!ground) {
if (!attack1) {
if (!attack2) {
if (jspeed > 0) {
gotoAndStop('jump');
} else {
gotoAndStop('fall');
}
}
if (attack2) {
if (attack_numb == 0) {
xspot = 45;
yspot = 20;
gotoAndStop('attack3');
}
if (attack_numb == 1) {
xspot = 40;
yspot = 65;
gotoAndStop('attack2');
}
if (attack_numb == 2) {
xspot = 50;
yspot = 40;
gotoAndStop('attack2');
}
if (attack_numb == 3) {
xspot = 50;
yspot = 20;
gotoAndStop('attack3');
}
}
}
if (attack1) {
if (attack_numb == 0) {
xspot = 60;
yspot = 35;
gotoAndStop('aattack1');
}
if (attack_numb == 1) {
xspot = 60;
yspot = 35;
gotoAndStop('attack2');
}
}
if (_root.cont_rt) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = 1;
_xscale = xscale;
}
}
if (!curse) {
_x = _x + speed;
}
if (curse) {
_x = _x - speed;
}
}
}
if (_root.cont_lft) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = -1;
_xscale = -xscale;
}
}
if (!curse) {
_x = _x - speed;
}
if (curse) {
_x = _x + speed;
}
}
}
if (!jump) {
_y = _y + fspeed;
}
if (jump) {
_y = _y - jspeed;
--jspeed;
if (jspeed <= fall_max) {
jspeed = fall_max;
}
}
}
if (attack1) {
_root.cont_attk = false;
++attack1t;
if (_root.magic >= 10) {
if (attack_numb == 0) {
if (attack1t == 5) {
_root.attachMovie('bullet1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
}
if (attack1t == 7) {
_root.attachMovie('bullet1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
}
if (attack1t == 9) {
_root.attachMovie('bullet1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
_root.magic -= 20;
}
}
} else {
attack1t = 0;
attack1 = false;
}
if (_root.magic >= 20) {
if (attack_numb == 1) {
if (attack1t == 5) {
_root.attachMovie('napalm1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
_root.magic -= 20;
}
}
} else {
attack1t = 0;
attack1 = false;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
if (_root.magic <= 0) {
attack1t = 0;
attack1 = false;
}
}
if (attack2) {
if (_root.magic >= 30) {
++attack2t;
_root.aux_attk = false;
if (attack2t == 5) {
if (attack_numb == 0) {
_root.attachMovie('vulcan1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
_root.magic -= 20;
}
if (attack_numb == 1) {
_root.attachMovie('plaser1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
_root.magic -= 20;
}
if (attack_numb == 2) {
_root.attachMovie('missle1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
_root.attachMovie('fsmoke1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root.magic -= 20;
}
if (attack_numb == 3) {
_root.attachMovie('plaser1a', 'pbull' + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root['pbull' + _root.pbullets].animate._x = _x + xspot;
} else {
_root['pbull' + _root.pbullets].animate._x = _x - xspot;
}
_root['pbull' + _root.pbullets].animate._y = _y - yspot;
_root['pbull' + _root.pbullets].animate.dir = dir;
_root.magic -= 20;
}
}
if (attack2t >= attack1max) {
attack2t = 0;
attack2 = false;
}
} else {
attack2t = 0;
attack2 = false;
}
if (_root.magic <= 0) {
attack2t = 0;
attack2 = false;
}
}
}
if (raped) {
++rapedt;
if (_root.esc >= _root.escmax) {
nohit = true;
rapedt = 0;
raped = false;
}
if (rapedt >= 2) {
nohit = true;
rapedt = 0;
raped = false;
}
} else {
rped = false;
rapedt = 0;
}
}
if (hit) {
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
++hitt;
gotoAndStop('hit');
if (dir == 1) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = _x - hit_speed;
}
}
if (dir == -1) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = _x + hit_speed;
}
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
}
}
if (dead) {
++deadt;
if (!raped) {
--dead_speed;
if (dir == 1) {
_x = _x - hit_speed;
}
if (dir == -1) {
_x = _x + hit_speed;
}
_y = _y - dead_speed;
gotoAndStop('dead');
}
if (deadt >= deadmax) {
_root.gotoAndPlay('gameover');
}
}
}
if (_root.qte) {
gotoAndStop('none');
}
}
}
}
}
movieClip 235 {
}
movieClip 236 {
}
movieClip 237 throwaxe1a {
instance animate of movieClip 236 {
onClipEvent (load) {
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
_root.sw_power = 3;
size = 100;
}
if (_root.gender_numb == 1) {
_root.sw_power = 5;
size = 150;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
size = 120;
}
}
if (_root.char_name == 'spike') {
_root.sw_power = 2;
size = 80;
}
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 22;
gotx = 5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = _rotation + 25;
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
--got;
_y = _y - got;
if (dir == 1) {
_x = _x + gotx;
}
if (dir == -1) {
_x = _x - gotx;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
if (_root['enemy' + i].animate.stun) {
_root['enemy' + i].animate.life2 -= 0.5;
ko = true;
}
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
}
++j;
}
}
if (ko) {
_rotation = _rotation + 30;
--uspeed;
_y = _y - uspeed;
if (dir == 1) {
_x = _x - dspeed;
}
if (dir == -1) {
_x = _x + dspeed;
}
}
}
}
}
}
// unknown tag 88 length 69
movieClip 243 {
}
movieClip 244 stage_card1a {
instance animate of movieClip 243 {
onClipEvent (load) {
_x = 250;
_y = 150;
rtime = 0;
rtimemax = 100;
stagename = _root.stagename;
_alpha = 100;
}
onClipEvent (enterFrame) {
stagename = _root.stagename;
++rtime;
if (rtime >= rtimemax) {
_alpha = _alpha - 1;
if (_alpha <= 0) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 247 {
}
movieClip 253 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 259 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 276 {
}
movieClip 283 {
}
movieClip 288 {
}
movieClip 295 {
}
movieClip 297 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 299 {
}
movieClip 301 {
}
movieClip 303 {
}
movieClip 304 {
}
movieClip 307 {
}
movieClip 310 {
}
movieClip 349 {
}
movieClip 352 {
}
movieClip 353 {
}
movieClip 354 {
}
movieClip 355 {
}
movieClip 358 {
}
movieClip 359 {
frame 10 {
stop();
}
}
movieClip 361 {
}
movieClip 362 {
frame 10 {
stop();
}
}
movieClip 364 {
}
movieClip 381 {
}
movieClip 387 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 388 {
}
movieClip 390 {
}
movieClip 391 {
frame 1 {
stop();
}
instance of movieClip 144 {
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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 36 {
stop();
}
}
movieClip 392 spike1a {
instance animate of movieClip 391 {
onClipEvent (load) {
_root.gender_numb = 1;
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
standt = 0;
standtmax = 200;
curse = false;
curset = 0;
cursemax = 200;
dir = _root.dir;
ypoint = 10;
_root.strength1 = 1;
attack1max = 28;
xscale = 50;
yscale = 50;
speed = 6;
_yscale = yscale;
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = -xscale;
}
fall_max = -7;
_root.movespeed = speed;
ground = false;
nohitt = 0;
nohit = false;
nohitmax = 70;
jump = false;
jumpmax = 17;
jspeed = jumpmax;
jumpt = 0;
fall = false;
fallt = 0;
fspeed = 6;
duck = false;
up = false;
raped = false;
rapedt = 0;
rapedmax = 2;
nothing = false;
yes = true;
no = false;
rstop = false;
lstop = true;
attack1 = false;
attack1t = 0;
attack1max = 30;
attack2 = false;
attack2t = 0;
attack2max = 30;
attack3 = false;
attack3t = 0;
attack3max = 30;
attack4 = false;
attack4t = 0;
attack4max = 30;
attack5 = false;
attack5t = 0;
attack5max = 30;
attack6 = false;
attack6t = 0;
attack6max = 30;
idupcolor = new Color(this);
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
hitcolor = new Color(this);
hitcolor0 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
hitcolor1 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
limit._visible = false;
sparktimer = 0;
sparktimermax = 10;
spark_effectt = 0;
spark_effectmax = 100;
spark_effect = false;
hit = false;
hitt = 0;
hitmax = 10;
hit_speed = speed;
slide = false;
slidet = 0;
slidemax = 25;
slidesp = 7.5;
slidera = false;
dead = false;
deadt = 0;
deadmax = 150;
dead_speed = 20;
blinkt = 0;
blinkhalf = 2;
blinkmax = 3;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.farx = standt;
_root.fary = _y;
limit._visible = false;
if (spark_effect) {
++sparktimer;
++spark_effectt;
xoffset = random(-50) + random(50);
yoffset = random(-50) + random(50);
if (sparktimer >= sparktimermax) {
_root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++);
_root['espark1' + _root.debris].animate._x = _x + xoffset;
_root['espark1' + _root.debris].animate._y = _y + yoffset;
sparktimer = 0;
}
if (spark_effectt >= spark_effectmax) {
sparktimer = 0;
spark_effectt = 0;
spark_effect = false;
}
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.qte) {
if (!dead) {
_root.pch = attack1;
if (!slide) {
if (_x >= _root.p1bounds_max) {
_x = _x - speed;
}
if (_x <= _root.p1bounds_min) {
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = _x - speed;
}
}
if (slide) {
if (_x >= _root.p1bounds_max) {
_x = _x - slidesp;
}
if (_x <= _root.p1bounds_min) {
_x = _x + slidesp;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = _x + slidesp;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = _x - slidesp;
}
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = _y - 10;
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = _y + 50;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y + 10;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = _y - 50;
}
if (_root.map1.black.hitTest(_x, _y + 30, true)) {
_root.ground = true;
ground = true;
} else {
_root.ground = false;
ground = false;
}
}
_yscale = yscale;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.armor) {
if (_root.armlife <= 0) {
_root.armor = false;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
if (!dead) {
if (curse) {
++curset;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
if (curset >= cursemax) {
curset = 0;
curse = false;
}
}
if (!_root.contra) {
if (_root.life <= 0) {
if (!raped) {
dead = true;
}
}
}
if (_root.gender_numb == 0) {
if (_root.magic < _root.magicmax) {
_root.magic += 0.005;
}
}
if (nohit) {
++nohitt;
++blinkt;
if (blinkt >= blinkmax / 2) {
hitcolor.setTransform(hitcolor1);
}
if (blinkt < blinkmax / 2) {
hitcolor.setTransform(hitcolor0);
}
if (blinkt >= blinkmax) {
blinkt = 0;
}
if (nohitt >= nohitmax) {
hitcolor.setTransform(mainColor);
_alpha = 100;
nohitt = 0;
nohit = false;
}
}
if (_y >= 450) {
if (_root.armor) {
_root.armlife -= 20;
} else {
_root.life -= 20;
}
_y = 0;
}
if (!hit) {
if (!raped) {
if (!masturbate) {
_root.movespeed = speed;
if (!slide) {
if (!attack1) {
if (!attack2) {
if (!_root.cont_up) {
if (_root.cont_attk) {
if (!attgo) {
attack1 = true;
attgo = true;
}
} else {
attgo = false;
}
if (_root.aux_attk) {
if (!attgo) {
if (_root.sub_weapon != 0) {
if (_root.magic > 10) {
attack2 = true;
}
}
attgo = true;
}
} else {
attgo = false;
}
}
}
}
if (ground) {
if (!g) {
attack1t = 0;
attack1 = false;
attack2t = 0;
attack2 = false;
g = true;
}
if (!attack1) {
if (!attack2) {
if (!_root.cont_rt and !_root.cont_lft and !_root.cont_up and !_root.cont_dn) {
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = -xscale;
}
++standt;
if (standt >= standtmax) {
gotoAndStop('stand2');
} else {
gotoAndStop('stand');
}
}
if (!_root.cont_up) {
if (!_root.cont_dn) {
if (_root.cont_rt) {
standt = 0;
gotoAndStop('run');
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = _x + speed;
}
dir = 1;
_xscale = xscale;
}
if (_root.cont_lft) {
standt = 0;
gotoAndStop('run');
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = _x - speed;
}
dir = -1;
_xscale = -xscale;
}
}
if (_root.cont_dn) {
standt = 0;
gotoAndStop('duck');
duck = true;
} else {
duck = false;
}
}
if (_root.cont_up) {
standt = 0;
gotoAndStop('stand');
up = true;
duck = false;
} else {
up = false;
}
if (!duck) {
if (_root.cont_jumpb) {
if (!hup1) {
_y = _y - 5;
jspeed = jumpmax;
jump = true;
hup1 = true;
}
} else {
hup1 = false;
}
}
if (duck) {
if (_root.cont_jumpb) {
if (!slidera) {
jump = false;
}
} else {
slidera = false;
}
}
}
if (attack2) {
standt = 0;
gotoAndStop('attack1');
}
}
if (attack1) {
standt = 0;
gotoAndStop('attack2');
}
} else {
g = false;
}
if (!ground) {
if (!attack1) {
if (!attack2) {
if (jspeed > 0) {
standt = 0;
gotoAndStop('jump');
} else {
gotoAndStop('fall');
}
}
if (attack2) {
gotoAndStop('attack1');
}
}
if (attack1) {
gotoAndStop('attack2');
}
if (_root.cont_rt) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = 1;
_xscale = xscale;
}
}
_x = _x + speed;
}
}
if (_root.cont_lft) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = -1;
_xscale = -xscale;
}
}
_x = _x - speed;
}
}
if (!jump) {
_y = _y + fspeed;
}
if (jump) {
_y = _y - jspeed;
--jspeed;
if (jspeed <= fall_max) {
jspeed = fall_max;
}
}
}
if (attack1) {
_root.cont_attk = false;
++attack1t;
if (attack1t == 5) {
if (_root.weapon_numb == 0) {
_root.attachMovie('sp_bull_1a', 'wep1' + _root.pbullets, _root.pbullets++);
}
if (_root.weapon_numb == 1) {
_root.attachMovie('sp_bull_2a', 'wep1' + _root.pbullets, _root.pbullets++);
}
if (_root.weapon_numb == 2) {
_root.attachMovie('sp_bull_3a', 'wep1' + _root.pbullets, _root.pbullets++);
}
if (_root.weapon_numb == 3) {
_root.attachMovie('sp_bull_4a', 'wep1' + _root.pbullets, _root.pbullets++);
}
_root['wep1' + _root.pbullets].animate._x = _x;
_root['wep1' + _root.pbullets].animate._y = _y - ypoint;
_root['wep1' + _root.pbullets].animate.dir = dir;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
if (attack2) {
++attack2t;
_root.aux_attk = false;
if (attack2t == 5) {
if (_root.sub_weapon == 0) {
}
if (_root.magic >= 2) {
if (_root.sub_weapon == 1) {
_root.attachMovie('dagger1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 2) {
_root.attachMovie('throwaxe1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 3) {
_root.attachMovie('mcocktail1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 4) {
_root.attachMovie('boomerang1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
_root['swep1' + _root.pbullets].animate._x = _x;
_root['swep1' + _root.pbullets].animate._y = _y - ypoint;
_root['swep1' + _root.pbullets].animate.dir = dir;
_root.magic -= 2;
}
}
if (attack2t >= attack1max) {
attack2t = 0;
attack2 = false;
}
}
}
if (slide) {
standt = 0;
if (!slidedust) {
jumpb = false;
_root.attachMovie('dust1a', 'dust1' + _root.debris, _root.debris++);
_root['dust1' + _root.debris].animate._y = _y;
_root['dust1' + _root.debris].animate._x = _x;
slidedust = true;
}
_root.movespeed = slidesp;
++slidet;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
attackt = 0;
gotoAndStop('slide');
if (jumpb) {
slide = false;
slidet = 0;
jump = true;
}
if (dir == 1) {
_x = _x + slidesp;
}
if (dir == -1) {
_x = _x - slidesp;
}
if (_root.map.black.hitTest(_x - 20, _y, true)) {
slidet = 0;
slide = false;
}
if (_root.map.black.hitTest(_x + 20, _y, true)) {
slidet = 0;
slide = false;
}
if (!ground) {
slidet = 0;
slide = false;
}
if (slidet >= slidemax) {
slidet = 0;
slide = false;
}
} else {
slidedust = false;
_root.movespeed = speed;
}
}
if (masturbate) {
standt = 0;
++masturbatet;
gotoAndStop('masturbate');
if (masturbatet >= masturbatemax) {
masturebatet = 0;
masturbate = false;
}
}
}
if (raped) {
standt = 0;
++rapedt;
if (_root.esc >= _root.escmax) {
nohit = true;
rapedt = 0;
raped = false;
}
if (rapedt >= 2) {
nohit = true;
rapedt = 0;
raped = false;
}
} else {
rped = false;
rapedt = 0;
}
}
if (hit) {
standt = 0;
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
slide = false;
slidet = 0;
++hitt;
gotoAndStop('hit');
if (dir == 1) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = _x - hit_speed;
}
}
if (dir == -1) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = _x + hit_speed;
}
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
}
}
if (dead) {
++deadt;
if (!raped) {
--dead_speed;
if (dir == 1) {
_x = _x - hit_speed;
}
if (dir == -1) {
_x = _x + hit_speed;
}
_y = _y - dead_speed;
gotoAndStop('dead');
}
if (deadt >= deadmax) {
_root.gotoAndPlay('gameover');
}
}
}
if (_root.qte) {
gotoAndStop('none');
}
}
}
}
}
movieClip 403 {
frame 8 {
gotoAndPlay(3);
}
}
movieClip 404 {
}
movieClip 415 {
frame 11 {
stop();
}
}
movieClip 416 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 417 sp_bull_4a {
instance animate of movieClip 416 {
onClipEvent (load) {
limit._visible = false;
attach = true;
_root.sw_power = 5;
size = 150;
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
rtimemax = 150;
ko = false;
kot = 0;
kotmax = 20;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
limit._visible = false;
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++removetime;
++bullettimer;
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
gotoAndStop('nh');
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
_root['enemy' + i].animate.life2 -= 4;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (removetime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (ko) {
++kot;
gotoAndStop('h');
if (kot >= kotmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 424 {
frame 8 {
gotoAndPlay(3);
}
}
movieClip 425 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 426 sp_bull_3a {
instance animate of movieClip 425 {
onClipEvent (load) {
limit._visible = false;
attach = true;
_root.sw_power = 4;
size = 120;
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
rtimemax = 150;
ko = false;
kot = 0;
kotmax = 20;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
limit._visible = false;
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++removetime;
++bullettimer;
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
gotoAndStop('nh');
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
_root['enemy' + i].animate.life2 -= 3;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (removetime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (ko) {
++kot;
gotoAndStop('h');
if (kot >= kotmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 439 {
frame 10 {
gotoAndPlay(3);
}
}
movieClip 450 {
frame 11 {
stop();
}
}
movieClip 451 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 452 sp_bull_2a {
instance animate of movieClip 451 {
onClipEvent (load) {
limit._visible = false;
attach = true;
_root.sw_power = 3;
size = 100;
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
rtimemax = 150;
ko = false;
kot = 0;
kotmax = 20;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
limit._visible = false;
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++removetime;
++bullettimer;
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
gotoAndStop('nh');
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
_root['enemy' + i].animate.life2 -= 2;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (removetime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (ko) {
++kot;
gotoAndStop('h');
if (kot >= kotmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 456 {
}
movieClip 463 {
frame 7 {
stop();
}
}
movieClip 464 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 465 sp_bull_1a {
instance animate of movieClip 464 {
onClipEvent (load) {
limit._visible = false;
attach = true;
_root.sw_power = 2;
size = 100;
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
rtimemax = 150;
ko = false;
kot = 0;
kotmax = 20;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
limit._visible = false;
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++removetime;
++bullettimer;
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
gotoAndStop('nh');
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
_root['enemy' + i].animate.life2 -= 1;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (removetime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (ko) {
++kot;
gotoAndStop('h');
if (kot >= kotmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 467 {
}
movieClip 469 {
}
movieClip 470 {
instance limit of movieClip 467 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 471 scythe1a {
instance animate of movieClip 470 {
onClipEvent (load) {
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
speed = 61;
dx = _root.p1.animate._x - _x;
dy = _root.p1.animate._y - _y;
rtime = 0;
rtimemax = 150;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
spin_sp = random(25) - random(20);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
spin._rotation -= spin_sp;
if (!dead) {
if (this.hitTest(_root.p1.animate.character.weapon.limit)) {
dead = true;
}
if (this.hitTest(_root.swep1.animate.limit)) {
dead = true;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
dead = true;
}
}
}
_x = _x + dx / speed;
_y = _y + dy / speed;
rtime += 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
++deadt;
gotoAndStop('dead');
_yscale = -size;
_alpha = _alpha - 15;
size += d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 473 {
}
movieClip 478 {
}
movieClip 479 {
frame 91 {
stop();
}
}
movieClip 481 {
}
movieClip 483 {
}
movieClip 485 {
}
movieClip 487 {
}
movieClip 489 {
}
movieClip 491 {
}
movieClip 493 {
}
movieClip 495 {
}
movieClip 500 {
}
movieClip 501 {
frame 1 {
stop();
}
instance of movieClip 493 {
onClipEvent (load) {
if (_root.p1.animate.raped) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.raped) {
_visible = false;
} else {
_visible = true;
}
}
}
instance of movieClip 495 {
onClipEvent (load) {
if (_root.p1.animate.raped) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.raped) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 502 {
instance of movieClip 501 {
onClipEvent (load) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.gender_numb == 1 and _root.cl_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
if (_root.gender_numb == 1 and _root.cl_numb == 3) {
_visible = true;
} else {
if (_root.gender_numb == 1 and _root.cl_numb == 5) {
_visible = true;
} else {
if (_root.gender_numb == 2 and _root.cl_numb == 3) {
_visible = true;
} else {
if (_root.gender_numb == 2 and _root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.gender_numb == 1 and _root.cl_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
if (_root.gender_numb == 1 and _root.cl_numb == 3) {
_visible = true;
} else {
if (_root.gender_numb == 1 and _root.cl_numb == 5) {
_visible = true;
} else {
if (_root.gender_numb == 2 and _root.cl_numb == 3) {
_visible = true;
} else {
if (_root.gender_numb == 2 and _root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
}
}
}
}
movieClip 504 {
}
movieClip 506 {
}
movieClip 510 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 513 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 516 {
}
movieClip 518 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
}
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 40 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 528 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
}
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 40 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
frame 105 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 544 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
}
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 40 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
frame 105 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 545 {
}
movieClip 546 {
}
movieClip 548 {
}
movieClip 550 {
}
movieClip 552 {
}
movieClip 554 {
}
movieClip 565 {
}
movieClip 573 {
}
movieClip 580 {
}
movieClip 582 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 584 {
}
movieClip 586 {
}
movieClip 587 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
}
frame 40 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
}
movieClip 596 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
frame 40 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(4);
}
frame 105 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 597 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 598 rvines1a {
instance animate of movieClip 597 {
onClipEvent (load) {
black._visible = false;
speed = 4;
up = false;
upt = 0;
dn = true;
dnt = 0;
timermax = 40;
onscreen = false;
r_loss = 10;
rape = false;
rapet = 0;
rtime = 0;
rtimemax = 110;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!rape) {
gotoAndStop('reg');
++rtime;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
}
}
movieClip 601 {
}
movieClip 610 {
}
movieClip 611 {
}
movieClip 614 {
}
movieClip 615 {
instance of movieClip 614 {
onClipEvent (load) {
if (_root.scythe_in) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.scythe_in) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 617 {
}
movieClip 619 {
}
movieClip 621 {
}
movieClip 623 {
}
movieClip 625 {
}
movieClip 627 {
}
movieClip 629 {
}
movieClip 636 {
}
movieClip 639 {
}
movieClip 641 {
}
movieClip 644 {
}
movieClip 645 {
}
movieClip 647 {
}
movieClip 649 {
frame 15 {
stop();
}
}
movieClip 652 {
}
movieClip 653 {
instance of movieClip 652 {
onClipEvent (load) {
rspeed = 8;
}
onClipEvent (enterFrame) {
_rotation = _rotation + rspeed;
}
}
}
movieClip 655 {
}
movieClip 656 {
}
movieClip 657 {
}
movieClip 662 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 664 {
}
movieClip 666 {
}
movieClip 667 {
}
movieClip 669 {
}
movieClip 670 {
}
movieClip 672 {
}
movieClip 673 {
}
movieClip 674 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
}
movieClip 675 {
}
movieClip 676 {
}
movieClip 677 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
instance limit of movieClip 647 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance limit of movieClip 647 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 678 reaper1a {
instance animate of movieClip 677 {
onClipEvent (load) {
_root.scythe_in = true;
fx_offset = 0;
fy_offset = 0;
ok = false;
shot_ready = false;
shot_readyt = 0;
shot_ready_half = 100;
shot_readymax = 200;
shot_ready_y = 0;
shot_ready_x = 300;
sh_speed = 3;
comein = true;
speed = 5;
att_method = false;
att_methodt = 0;
att_methodhalf = 50;
att_methodmax = 100;
att_speed = 3;
loop_count = 0;
loop_count_max = 3;
chill = false;
chillt = 0;
ch_speed = 6;
chillmax = 100;
chill_x = 400;
chill_y = 100;
hit = false;
hitt = 0;
hit_y = 30;
hitmax = 50;
hit_speed = 3;
ymin = -100;
xmax = 350;
x_ready = false;
y_ready = false;
_x = 205;
_y = 70;
talk = false;
talkt = 0;
talkmax = 100;
leave = false;
l_speed = 3;
l_max = 850;
}
onClipEvent (enterFrame) {
_root.ps1 = _parent._name;
if (!_root.pause) {
if (comein) {
_x = _x + speed;
gotoAndStop('comein');
if (_x >= xmax) {
_root.map1.hold = true;
comein = false;
chill = true;
}
}
if (!hit) {
if (att_method) {
++att_methodt;
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
hit = true;
}
if (limit.hitTest(_root.swep1.animate.limit)) {
_root.swep1.animate.ko = true;
hit = true;
}
if (att_methodt == att_methodhalf) {
_root.attachMovie('dragon_fireball1a', 'fireball1' + _root.ebullet, _root.ebullet++);
_root['fireball1' + _root.ebullet].animate._x = _x - fx_offset;
_root['fireball1' + _root.ebullet].animate._y = _y + fy_offset;
}
if (att_methodt < att_methodhalf) {
gotoAndStop('chill');
}
if (att_methodt >= att_methodhalf) {
gotoAndStop('attack');
_x = _x + att_speed;
_y = _y - att_speed;
}
if (att_methodt >= att_methodmax) {
if (loop_count < loop_count_max) {
att_methodt = 0;
loop_count += 1;
chill = true;
att_method = false;
} else {
att_methodt = 0;
shot_ready = true;
att_method = false;
}
}
}
}
if (hit) {
gotoAndStop('hit');
++hitt;
if (dir == 1) {
_x = _x + hit_speed;
} else {
_x = _x - hit_speed;
}
--hit_y;
_y = _y - hit_y;
if (hitt >= hitmax) {
hitt = 0;
att_method = false;
att_methodt = 0;
shot_ready = true;
hit = false;
}
}
if (chill) {
gotoAndStop('chill');
++chillt;
if (_x < chill_x) {
_x = _x + ch_speed;
}
if (_x > chill_x) {
_x = _x - ch_speed;
}
if (_y < chill_y) {
_y = _y + ch_speed;
}
if (_y > chill_y) {
_y = _y - ch_speed;
}
if (chillt >= chillmax) {
chillt = 0;
att_method = true;
chill = false;
}
}
if (shot_ready) {
++shot_readyt;
if (!ok) {
gotoAndStop('throw');
if (_x < shot_ready_x) {
_x = _x + sh_speed;
x_ready = false;
} else {
if (_x > shot_ready_x) {
x_ready = false;
_x = _x - sh_speed;
} else {
x_ready = true;
}
}
if (_y < shot_ready_y) {
_y = _y + sh_speed;
y_ready = false;
} else {
if (_y > shot_ready_y) {
_y = _y - sh_speed;
y_ready = false;
} else {
y_ready = true;
}
}
if (shot_readyt >= shot_ready_half) {
_root.scythe_in = false;
_root.attachMovie('l_scythe2a', 'fireball1' + _root.ebullet, _root.ebullet++);
_root['fireball1' + _root.ebullet].animate._x = _x - fx_offset;
_root['fireball1' + _root.ebullet].animate._y = _y + fy_offset;
ok = true;
}
} else {
gotoAndStop('chill');
}
if (shot_readyt >= shot_readymax) {
talk = true;
shot_ready = false;
}
}
if (talk) {
gotoAndStop('talk');
++talkt;
if (talkt >= talkmax) {
leave = true;
talk = false;
}
}
if (leave) {
gotoAndStop('chill');
_x = _x + l_speed;
if (_x >= l_max) {
_root.map1.closer = true;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 680 {
}
movieClip 682 {
}
movieClip 684 {
}
movieClip 685 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 686 qte1a {
instance animate of movieClip 685 {
onClipEvent (load) {
_root.miss = false;
_root.hit = false;
size1 = _root.qte_size;
_xscale = size1;
_yscale = size1;
right_min = 100;
right_max = 200;
clicked = false;
inc = _root.qte_inc;
alp_inc = 0.5;
_root.qte = true;
o_size = 800;
obar._xscale = o_size;
obar._yscale = o_size;
_alpha = 60;
_root.stime = o_size;
up = true;
hit = false;
hitt = 0;
hitmax = 100;
miss = false;
misst = 0;
missmax = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '255', 'ab': '255'};
newColor = {'ra': '255', 'rb': '0', 'ga': '255', 'gb': '0', 'ba': '255', 'bb': '0', 'aa': '255', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!hit) {
if (!miss) {
if (up) {
gotoAndStop('up');
o_size -= inc;
_root.stime = o_size;
_alpha = _alpha + alp_inc;
obar._xscale = o_size;
obar._yscale = o_size;
if (_root.cont_attk) {
clicked = true;
}
if (o_size < right_min) {
idupcolor.setTransform(oldColor);
if (clicked) {
miss = true;
}
if (!clicked) {
miss = true;
}
}
if (o_size > right_max) {
idupcolor.setTransform(oldColor);
if (clicked) {
miss = true;
}
}
if (o_size >= right_min and o_size < right_max) {
idupcolor.setTransform(newColor);
if (clicked) {
hit = true;
}
}
}
}
}
if (miss) {
idupcolor.setTransform(oldColor);
_root.miss = true;
gotoAndStop('miss');
++misst;
if (misst >= missmax) {
_parent.removeMovieClip();
}
}
if (hit) {
idupcolor.setTransform(oldColor);
_root.hit = true;
gotoAndStop('hit');
++hitt;
if (hitt >= hitmax) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 688 {
}
movieClip 690 {
}
movieClip 692 {
}
movieClip 695 {
}
movieClip 697 {
}
movieClip 699 {
}
movieClip 701 {
}
movieClip 703 {
}
movieClip 706 {
}
movieClip 709 {
}
movieClip 711 {
}
movieClip 714 {
}
movieClip 715 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 716 prparts1a {
instance animate of movieClip 715 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx += 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy -= 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx -= speedx * 2;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx += speedx * 2;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
if (dir == 0) {
_x = _x - speedx;
_rotation = _rotation - speedx;
}
if (dir == 1) {
_x = _x + speedx;
_rotation = _rotation + speedx;
}
--speedy;
_y = _y - speedy;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = _y - 10;
}
gotoAndStop('d');
if (dir == 0) {
if (speedx >= 0) {
speedx -= 0.5;
_x = _x - speedx;
_rotation = _rotation - speedx;
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx += 0.5;
_x = _x + speedx;
_rotation = _rotation + speedx;
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = _y + 1;
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = _y - 1;
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
}
}
// unknown tag 88 length 69
movieClip 720 {
}
movieClip 721 points1a {
instance animate of movieClip 720 {
onClipEvent (load) {
speed = 3;
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
++rtime;
_y = _y - speed;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (rtime >= 30) {
_parent.removeMovieClip();
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 450) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 726 {
}
movieClip 729 {
frame 11 {
stop();
}
}
movieClip 730 plaser1a {
instance animate of movieClip 729 {
onClipEvent (load) {
rtime = 0;
rtimemax = 30;
size = 50;
if (dir == -1) {
_xscale = -size;
}
if (dir == 1) {
_xscale = size;
}
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++rtime;
if (dir == -1) {
_xscale = -size;
}
if (dir == 1) {
_xscale = size;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= 0.2;
_root['enemy' + i].animate.life2 -= 0.25;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= 0.05;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
}
++j;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 732 {
frame 21 {
stop();
}
}
movieClip 733 openfade {
}
movieClip 740 {
frame 6 {
gotoAndPlay(2);
}
}
movieClip 745 {
}
movieClip 748 {
}
movieClip 751 {
}
movieClip 754 {
}
movieClip 757 {
}
movieClip 760 {
}
movieClip 763 {
}
movieClip 766 {
}
movieClip 769 {
}
movieClip 772 {
}
movieClip 775 {
}
movieClip 778 {
}
movieClip 781 {
}
movieClip 784 {
}
movieClip 787 {
}
movieClip 790 {
}
movieClip 793 {
}
movieClip 796 {
}
movieClip 799 {
}
movieClip 802 {
}
movieClip 803 {
frame 22 {
stop();
}
}
movieClip 804 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 805 napalm1a {
instance animate of movieClip 804 {
onClipEvent (load) {
hitmax = 10;
_root.sw_power = 2;
size = 50;
if (dir == -1) {
_xscale = -size;
}
if (dir == 1) {
_xscale = size;
}
_yscale = size;
attach = true;
speedx = 10;
speedy = 4;
bspeed = 1.5;
removetime = 0;
ko = false;
kot = 0;
komax = 25;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
gotoAndStop('a');
++removetime;
if (removetime >= 100) {
_parent.removeMovieClip();
}
if (dir == -1) {
_xscale = -size;
_x = _x - speedx;
}
if (dir == 1) {
_xscale = size;
_x = _x + speedx;
}
_y = _y + speedy;
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= 1;
if (_root['enemy' + i].animate.stun) {
_root['enemy' + i].animate.life2 -= hitmax;
}
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= 0.5;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limita)) {
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
ko = true;
}
}
}
if (ko) {
gotoAndStop('fireup');
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= 1;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= 0.1;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
}
++j;
}
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 810 {
}
movieClip 827 {
}
movieClip 829 {
}
movieClip 842 {
frame 13 {
stop();
}
}
movieClip 843 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 844 missle1a {
instance animate of movieClip 843 {
onClipEvent (load) {
ko = false;
kot = 0;
komax = 15;
_root.sw_power = 3;
size = 70;
if (dir == 1) {
_xscale = size;
_rotation = -50;
} else {
_xscale = -size;
_rotation = 50;
}
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 22;
gotx = 5;
dspeed = 3;
r_speed = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= 3;
_root['enemy' + i].animate.life2 -= 1;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= 3;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limita)) {
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (_root.map1.black.hitTest(_x, _y + 45, true)) {
ko = true;
}
gotoAndStop('nd');
--got;
_y = _y - got;
if (dir == 1) {
_x = _x + gotx;
_xscale = size;
shell._rotation += r_speed;
}
if (dir == -1) {
_x = _x - gotx;
_xscale = -size;
shell._rotation += r_speed;
}
}
if (ko) {
gotoAndStop('d');
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 847 {
}
movieClip 848 {
}
movieClip 849 miscintestines {
instance animate of movieClip 848 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx += 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy -= 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx -= speedx * 2;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx += speedx * 2;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
if (dir == 0) {
_x = _x - speedx;
_rotation = _rotation - speedx;
}
if (dir == 1) {
_x = _x + speedx;
_rotation = _rotation + speedx;
}
--speedy;
_y = _y - speedy;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = _y - 10;
}
gotoAndStop('d');
if (dir == 0) {
if (speedx >= 0) {
speedx -= 0.5;
_x = _x - speedx;
_rotation = _rotation - speedx;
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx += 0.5;
_x = _x + speedx;
_rotation = _rotation + speedx;
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = _y + 1;
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = _y - 1;
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 851 {
}
movieClip 852 mischeart1a {
instance animate of movieClip 851 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx += 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy -= 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx -= speedx * 2;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx += speedx * 2;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
if (dir == 0) {
_x = _x - speedx;
_rotation = _rotation - speedx;
}
if (dir == 1) {
_x = _x + speedx;
_rotation = _rotation + speedx;
}
--speedy;
_y = _y - speedy;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = _y - 10;
}
gotoAndStop('d');
if (dir == 0) {
if (speedx >= 0) {
speedx -= 0.5;
_x = _x - speedx;
_rotation = _rotation - speedx;
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx += 0.5;
_x = _x + speedx;
_rotation = _rotation + speedx;
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = _y + 1;
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = _y - 1;
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 856 {
}
// unknown tag 88 length 122
movieClip 865 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 869 {
}
movieClip 873 {
}
movieClip 874 {
}
movieClip 876 {
}
movieClip 877 {
}
movieClip 879 {
}
movieClip 880 {
instance of movieClip 879 {
}
}
movieClip 882 {
}
movieClip 883 {
}
movieClip 885 {
}
movieClip 887 {
}
movieClip 888 {
}
movieClip 889 {
}
movieClip 894 {
}
movieClip 896 {
frame 1 {
stop();
}
}
movieClip 898 {
}
movieClip 900 {
}
movieClip 902 {
}
movieClip 904 {
}
movieClip 906 {
}
movieClip 909 {
}
movieClip 910 {
instance of movieClip 909 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 914 {
}
movieClip 915 {
}
movieClip 916 {
instance of movieClip 915 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 918 {
}
movieClip 920 {
}
movieClip 922 {
}
movieClip 924 {
}
movieClip 925 {
instance of movieClip 924 {
onClipEvent (load) {
if (!_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 927 {
}
movieClip 929 {
}
movieClip 945 {
}
movieClip 949 {
}
movieClip 952 {
}
movieClip 955 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 957 {
}
movieClip 958 {
}
movieClip 959 {
}
movieClip 964 {
}
movieClip 966 {
}
movieClip 968 {
}
movieClip 969 {
}
movieClip 974 {
}
movieClip 976 {
}
movieClip 978 {
}
movieClip 980 {
}
movieClip 982 {
}
movieClip 986 {
}
movieClip 991 {
}
movieClip 992 {
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();
}
}
movieClip 1006 {
}
movieClip 1010 {
}
movieClip 1014 {
}
movieClip 1018 {
}
movieClip 1022 {
}
movieClip 1026 {
}
movieClip 1030 {
}
movieClip 1031 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 1032 {
}
movieClip 1033 {
frame 1 {
}
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 865 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
gotoAndStop('f');
}
if (_root.gender_numb == 1) {
gotoAndStop('m');
}
if (_root.gender_numb == 2) {
gotoAndStop('m');
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 1034 messagebox1a {
instance animate of movieClip 1033 {
onClipEvent (load) {
text1 = _root.text1;
_x = 325;
_y = 100;
size = 70;
_xscale = size;
_yscale = size;
gotoAndStop(_root.boxcolor);
}
onClipEvent (enterFrame) {
text1 = _root.text1;
gotoAndStop(_root.boxcolor);
if (_root.messboxremove) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1038 {
}
movieClip 1042 {
frame 3 {
if (int(random(10) == 1)) {
gotoAndPlay(4);
} else {
gotoAndPlay(2);
}
}
}
movieClip 1044 {
}
movieClip 1046 {
instance of movieClip 1044 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.en1.limit)) {
_root.en1.flip = true;
}
if (this.hitTest(_root.en2.limit)) {
_root.en2.flip = true;
}
if (this.hitTest(_root.en3.limit)) {
_root.en3.flip = true;
}
if (!_root.player.big) {
if (this.hitTest(_root.player.limita)) {
_root.player.stun = true;
}
}
}
}
frame 26 {
_parent.dead = true;
}
frame 26 {
stop();
}
}
movieClip 1047 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 1048 mcocktail1a {
instance animate of movieClip 1047 {
onClipEvent (load) {
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
_root.sw_power = 2;
size = 50;
}
if (_root.gender_numb == 1) {
_root.sw_power = 3;
size = 60;
}
if (_root.gender_numb == 2) {
_root.sw_power = 2.5;
size = 55;
}
}
if (_root.char_name == 'spike') {
_root.sw_power = 2;
size = 35;
}
_xscale = size;
_yscale = size;
attach = true;
speedx = 10;
speedy = 4;
bspeed = 1.5;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
fireup = false;
fireupt = 0;
fireupmax = 20;
thrown = true;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
++removetime;
if (removetime >= 100) {
_parent.removeMovieClip();
}
if (!fireup) {
if (thrown) {
_y = _y + speedy;
if (dir == 1) {
bottle._rotation += 25;
_x = _x + speedx;
} else {
bottle._rotation += 25;
_x = _x - speedx;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
fireup = true;
thrown = false;
}
}
}
if (fireup) {
++fireupt;
gotoAndStop('fireup');
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power / 2;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power / 5;
}
++i;
}
if (fireupt >= fireupmax) {
_parent.removeMovieClip();
}
}
}
if (ko) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1050 {
}
movieClip 1051 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1052 lifeorb1a {
instance animate of movieClip 1051 {
onClipEvent (load) {
goty = 20;
dead = false;
_y = _y - 20;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (limit.hitTest(_root.p1.animate.limit)) {
_root.magic = 100;
_root.life = 100;
_root.armor = true;
_root.armlife = 100;
_parent.removeMovieClip();
}
if (!_root.map1.black.hitTest(_x, _y + 45, true)) {
--goty;
_y = _y - goty;
}
}
}
}
}
movieClip 1054 {
}
movieClip 1056 {
}
movieClip 1058 {
}
movieClip 1060 {
}
movieClip 1062 {
}
movieClip 1064 {
}
movieClip 1066 {
}
movieClip 1068 {
}
movieClip 1070 {
}
movieClip 1073 {
}
movieClip 1078 {
}
movieClip 1079 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1081 {
}
movieClip 1082 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1084 {
}
movieClip 1085 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1086 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1087 {
frame 1 {
stop();
}
instance limit of movieClip 467 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1088 l_scythe2a {
instance animate of movieClip 1087 {
onClipEvent (load) {
rot_speed = 35;
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
dspeedx = 3;
dspeedy = 5;
rape = false;
rapet = 0;
rapemax = 300;
rtime = 0;
rtimemax = 250;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
dir = -1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!dead) {
gotoAndStop('go');
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
}
}
}
_y = _y + dspeedy;
if (dir == 1) {
character._rotation += rot_speed;
_x = _x + dspeedx;
}
if (dir == -1) {
character._rotation += rot_speed;
_x = _x - dspeedx;
}
rtime += 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
++deadt;
_alpha = _alpha - 15;
size += d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1089 l_scythe1a {
instance animate of movieClip 1087 {
onClipEvent (load) {
rot_speed = 35;
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
dspeedx = 8;
dspeedy = 3;
rape = false;
rapet = 0;
rapemax = 300;
rtime = 0;
rtimemax = 250;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
r_loss = 30;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!dead) {
if (!rape) {
gotoAndStop('go');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (rtime <= 30) {
_y = _y + dspeedy;
}
if (dir == 1) {
character._rotation += rot_speed;
_x = _x + dspeedx;
}
if (dir == -1) {
character._rotation += rot_speed;
_x = _x - dspeedx;
}
rtime += 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 100;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - ply_offset;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (dead) {
++deadt;
_alpha = _alpha - 15;
size += d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1090 {
}
movieClip 1092 {
}
movieClip 1095 {
}
movieClip 1098 {
}
movieClip 1101 {
}
movieClip 1103 {
}
movieClip 1104 {
}
movieClip 1105 {
}
movieClip 1106 {
}
movieClip 1108 {
}
movieClip 1109 {
}
movieClip 1112 {
}
movieClip 1114 {
}
movieClip 1117 {
}
movieClip 1118 {
}
movieClip 1119 {
}
movieClip 1121 {
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();
}
}
movieClip 1122 items1a {
instance animate of movieClip 1121 {
onClipEvent (load) {
goty = 5 + random(20);
gotx = random(3) - random(3);
dead = false;
if (itemsel == 0) {
gotoAndStop('a');
}
if (itemsel == 1) {
gotoAndStop('b');
}
if (itemsel == 2) {
gotoAndStop('c');
}
if (itemsel == 3) {
gotoAndStop('d');
}
if (itemsel == 4) {
gotoAndStop('e');
}
if (itemsel == 5) {
gotoAndStop('f');
}
if (itemsel == 6) {
gotoAndStop('g');
}
if (itemsel == 7) {
gotoAndStop('h');
}
if (itemsel == 8) {
gotoAndStop('i');
}
_y = _y - 20;
rtime = 0;
rtimemax = 150;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (itemsel == 0) {
gotoAndStop('a');
}
if (itemsel == 1) {
gotoAndStop('b');
}
if (itemsel == 2) {
gotoAndStop('c');
}
if (itemsel == 3) {
gotoAndStop('d');
}
if (itemsel == 4) {
gotoAndStop('e');
}
if (itemsel == 5) {
gotoAndStop('f');
}
if (itemsel == 6) {
gotoAndStop('g');
}
if (itemsel == 7) {
gotoAndStop('h');
}
if (itemsel == 8) {
gotoAndStop('i');
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (itemsel == 0) {
_root.magic += 5;
}
if (itemsel == 1) {
_root.life += 10;
}
if (itemsel == 2) {
if (_root.armor) {
_root.armlife += 10;
} else {
_root.armlife = 10;
_root.armor = true;
}
}
if (itemsel == 3) {
_root.sub_weapon = 1;
}
if (itemsel == 4) {
_root.sub_weapon = 2;
}
if (itemsel == 5) {
_root.sub_weapon = 3;
}
if (itemsel == 6) {
_root.sub_weapon = 4;
}
if (itemsel == 7) {
if (_root.char_name == 'bunker') {
_root.p1.animate.nohit = true;
if (_root.gender_numb == 0) {
_root.gender_numb = 1;
_parent.removeMovieClip();
}
if (_root.gender_numb == 1) {
_root.gender_numb = 2;
_parent.removeMovieClip();
}
if (_root.gender_numb == 2) {
_root.gender_numb = 0;
_parent.removeMovieClip();
}
} else {
_root.gender_numb = 1;
}
}
if (itemsel == 8) {
_root.weapon_numb += 1;
if (_root.char_name == 'bunker') {
_root.p1.animate.nohit = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.nohit = true;
}
if (_root.weapon_numb >= 4) {
_root.weapon_numb = 3;
}
}
_parent.removeMovieClip();
}
if (rtime >= rtimemax / 2) {
_alpha = 50;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (!_root.map1.black.hitTest(_x, _y + 35, true)) {
--goty;
_y = _y - goty;
_x = _x + gotx;
}
} else {
_visible = false;
}
}
}
}
movieClip 1128 {
}
movieClip 1134 {
}
movieClip 1135 spark1a {
frame 20 {
stop();
}
}
movieClip 1136 hitspark1a {
instance animate of movieClip 1135 spark1a {
onClipEvent (load) {
rtime = 0;
rtimemax = 30;
size = 100;
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
}
movieClip 1138 {
}
movieClip 1140 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
}
movieClip 1142 {
}
movieClip 1144 {
}
movieClip 1148 {
}
movieClip 1150 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1153 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1154 {
frame 1 {
mouth.gotoAndStop(2);
}
}
movieClip 1156 {
}
movieClip 1159 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1160 {
}
movieClip 1164 {
}
movieClip 1166 {
}
movieClip 1168 {
}
movieClip 1170 {
}
movieClip 1171 {
}
movieClip 1172 {
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();
}
}
movieClip 1173 heads1a {
instance animate of movieClip 1172 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx += 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy -= 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx -= speedx * 2;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx += speedx * 2;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
if (dir == 0) {
_x = _x - speedx;
_rotation = _rotation - speedx;
}
if (dir == 1) {
_x = _x + speedx;
_rotation = _rotation + speedx;
}
--speedy;
_y = _y - speedy;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = _y - 10;
}
gotoAndStop('d');
if (dir == 0) {
if (speedx >= 0) {
speedx -= 0.5;
_x = _x - speedx;
_rotation = _rotation - speedx;
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx += 0.5;
_x = _x + speedx;
_rotation = _rotation + speedx;
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = _y + 1;
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = _y - 1;
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1175 {
}
movieClip 1177 {
}
movieClip 1179 {
}
movieClip 1181 {
}
movieClip 1182 {
}
movieClip 1185 {
}
movieClip 1188 {
}
movieClip 1189 {
instance of movieClip 1188 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1192 {
}
movieClip 1193 {
instance of movieClip 1192 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1196 {
}
movieClip 1198 {
}
movieClip 1200 {
}
movieClip 1201 {
instance of movieClip 1196 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1198 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1200 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1204 {
}
movieClip 1205 {
instance of movieClip 1204 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1208 {
}
movieClip 1210 {
}
movieClip 1211 {
instance of movieClip 1208 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1210 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1214 {
}
movieClip 1216 {
}
movieClip 1217 {
instance of movieClip 1214 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1216 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1220 {
}
movieClip 1222 {
}
movieClip 1224 {
}
movieClip 1226 {
}
movieClip 1227 {
instance of movieClip 1220 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1222 {
onClipEvent (load) {
if (_root.cl_numb == 3) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 3) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1224 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1226 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1230 {
}
movieClip 1231 {
instance of movieClip 1230 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1234 {
}
movieClip 1235 {
instance of movieClip 1208 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1234 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1238 {
}
movieClip 1239 {
instance of movieClip 1214 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1238 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1242 {
}
movieClip 1244 {
}
movieClip 1246 {
}
movieClip 1247 {
instance of movieClip 1242 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1244 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1246 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1250 {
}
movieClip 1251 {
instance of movieClip 1250 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1254 {
}
movieClip 1255 {
instance of movieClip 1254 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1260 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 1267 {
}
movieClip 1272 {
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();
}
}
movieClip 1278 {
}
movieClip 1283 {
frame 1 {
stop();
}
instance of movieClip 1272 {
onClipEvent (load) {
if (_root.hat_numb == 0) {
gotoAndStop('none');
}
if (_root.hat_numb == 1) {
gotoAndStop('a');
}
if (_root.hat_numb == 2) {
gotoAndStop('b');
}
if (_root.hat_numb == 3) {
gotoAndStop('c');
}
if (_root.hat_numb == 4) {
gotoAndStop('d');
}
if (_root.hat_numb == 5) {
gotoAndStop('e');
}
if (_root.hat_numb == 6) {
gotoAndStop('f');
}
if (_root.hat_numb == 7) {
gotoAndStop('g');
}
if (_root.hat_numb == 8) {
gotoAndStop('h');
}
if (_root.hat_numb == 9) {
gotoAndStop('i');
}
if (_root.hat_numb == 10) {
gotoAndStop('j');
}
if (_root.hat_numb == 11) {
gotoAndStop('k');
}
}
onClipEvent (enterFrame) {
if (_root.hat_numb == 0) {
gotoAndStop('none');
}
if (_root.hat_numb == 1) {
gotoAndStop('a');
}
if (_root.hat_numb == 2) {
gotoAndStop('b');
}
if (_root.hat_numb == 3) {
gotoAndStop('c');
}
if (_root.hat_numb == 4) {
gotoAndStop('d');
}
if (_root.hat_numb == 5) {
gotoAndStop('e');
}
if (_root.hat_numb == 6) {
gotoAndStop('f');
}
if (_root.hat_numb == 7) {
gotoAndStop('g');
}
if (_root.hat_numb == 8) {
gotoAndStop('h');
}
if (_root.hat_numb == 9) {
gotoAndStop('i');
}
if (_root.hat_numb == 10) {
gotoAndStop('j');
}
if (_root.hat_numb == 11) {
gotoAndStop('k');
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1286 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1287 {
instance of movieClip 1286 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
if (_root.cl_numb == 0) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop('b');
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
if (_root.cl_numb == 0) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop('b');
}
} else {
_visible = false;
}
}
}
}
movieClip 1290 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1291 {
instance of movieClip 1290 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
if (_root.cl_numb == 0) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop('b');
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
if (_root.cl_numb == 0) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop('a');
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop('b');
}
} else {
_visible = false;
}
}
}
}
movieClip 1294 {
}
movieClip 1296 {
}
movieClip 1297 {
instance of movieClip 1294 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1296 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1299 {
}
movieClip 1300 {
frame 1 {
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 1309 {
frame 21 {
stop();
}
}
movieClip 1310 {
frame 1 {
eyes.gotoAndStop(4);
meyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
frame 95 {
stop();
}
}
movieClip 1312 {
}
movieClip 1315 {
}
movieClip 1325 {
frame 10 {
stop();
}
}
movieClip 1326 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1330 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 110 {
stop();
}
}
movieClip 1331 {
}
movieClip 1332 {
}
movieClip 1338 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 1342 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
frame 30 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
frame 70 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
stop();
}
}
movieClip 1343 {
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();
}
}
movieClip 1344 handtrap1a {
instance animate of movieClip 1343 {
onClipEvent (load) {
black._visible = false;
speed = 4;
up = false;
upt = 0;
dn = true;
dnt = 0;
timermax = 40;
onscreen = false;
r_loss = 10;
rape = false;
rapet = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!rape) {
gotoAndStop('reg');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_cum1');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_sex1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
}
}
movieClip 1346 {
}
movieClip 1353 {
}
movieClip 1372 {
instance limit of movieClip 1353 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1373 {
frame 67 {
stop();
}
}
movieClip 1374 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1375 gasser1a {
instance animate of movieClip 1374 {
onClipEvent (load) {
black._visible = false;
on1 = false;
on1t = false;
on1max = 40;
off = true;
offt = 0;
offmax = 80;
r_loss = 10;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (on1) {
++on1t;
gotoAndStop('on1');
if (on1t >= on1max) {
on1t = 0;
off = true;
on1 = false;
}
}
if (off) {
++offt;
gotoAndStop('off');
if (offt >= offmax) {
offt = 0;
on1 = true;
off = false;
}
}
if (!_root.p1.animate.masturbate) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.gas.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
}
}
}
}
}
movieClip 1376 fsmoke1a {
instance animate of movieClip 842 {
onClipEvent (load) {
rtime = 0;
rtimemax = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1378 {
frame 30 {
if (_root.char_name != 'spike') {
_root.gotoAndStop('ending');
} else {
_root.gotoAndStop('gameover');
}
stop();
}
}
movieClip 1379 finalfade1a {
}
movieClip 1384 {
}
movieClip 1386 {
}
movieClip 1389 {
}
movieClip 1390 fightbar1a {
instance animate of movieClip 1389 {
onClipEvent (load) {
attached = true;
b_size = 60;
xoffset = -100;
yoffset = 80;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y - yoffset;
size = 100;
_xscale = size;
_yscale = size;
bar._width = _root.esc * 3;
outline._width = _root.escmax * 3;
bar._height = 60;
outline._height = 60;
textselect = random(3);
if (_root.qte_type == 0) {
text1 = 'WAGGLE!';
}
if (_root.qte_type == 1) {
text1 = 'PRESS A!';
}
if (_root.qte_type == 2) {
text1 = 'PRESS S!';
}
}
onClipEvent (enterFrame) {
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y - yoffset;
if (_root.qte_type == 0) {
text1 = 'TAP ARROW KEYS!';
}
if (_root.qte_type == 1) {
text1 = 'TAP A!';
}
if (_root.qte_type == 2) {
text1 = 'TAP S!';
}
if (_root.qte_type == 3) {
text1 = 'TAP D!';
}
_xscale = size;
_yscale = size;
bar._width = _root.esc;
outline._width = _root.escmax;
bar._height = b_size;
outline._height = b_size;
if (_root.esc <= 0) {
bar._width = 0;
}
if (_root.esc >= _root.escmax) {
bar._width = _root.escmax;
}
if (!_root.rape_breakable) {
_parent.removeMovieClip();
}
if (!_root.p1.animate.raped) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1392 {
}
movieClip 1397 {
}
movieClip 1399 {
}
movieClip 1402 {
}
movieClip 1405 {
}
movieClip 1409 {
}
movieClip 1412 {
}
movieClip 1414 {
}
movieClip 1417 {
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();
}
}
movieClip 1418 feet1a {
instance animate of movieClip 1417 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx += 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy -= 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx -= speedx * 2;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx += speedx * 2;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
if (dir == 0) {
_x = _x - speedx;
_rotation = _rotation - speedx;
}
if (dir == 1) {
_x = _x + speedx;
_rotation = _rotation + speedx;
}
--speedy;
_y = _y - speedy;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = _y - 10;
}
gotoAndStop('d');
if (dir == 0) {
if (speedx >= 0) {
speedx -= 0.5;
_x = _x - speedx;
_rotation = _rotation - speedx;
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx += 0.5;
_x = _x + speedx;
_rotation = _rotation + speedx;
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = _y + 1;
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = _y - 1;
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1432 {
frame 9 {
stop();
}
}
movieClip 1433 explosion3a {
instance animate of movieClip 1432 {
onClipEvent (load) {
rtime = 0;
rtimemax = 30;
}
onClipEvent (enterFrame) {
++rtime;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1435 {
}
movieClip 1437 {
}
movieClip 1438 {
frame 16 {
stop();
}
}
movieClip 1439 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1440 enemyball1a {
instance animate of movieClip 1439 {
onClipEvent (load) {
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 20;
speed = 61;
dx = _root.p1.animate._x - _x;
dy = _root.p1.animate._y - _y;
rtime = 0;
rtimemax = 150;
sparktimer = 0;
sparktimermax = 10;
size = 75;
_xscale = size;
_yscale = size;
_alpha = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (colortype == 0) {
idupcolor.setTransform(oldColor);
}
if (colortype == 1) {
idupcolor.setTransform(Color1);
}
if (colortype == 2) {
idupcolor.setTransform(Color2);
}
if (colortype == 3) {
idupcolor.setTransform(Color3);
}
if (colortype == 4) {
idupcolor.setTransform(Color4);
}
if (colortype == 5) {
idupcolor.setTransform(Color5);
}
if (colortype == 6) {
idupcolor.setTransform(Color6);
}
if (!dead) {
++rtime;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
gotoAndStop('nd');
rev._rotation += 40;
if (this.hitTest(_root.p1.animate.character.weapon.limit)) {
dead = true;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
dead = true;
}
}
}
_x = _x + dx / speed;
_y = _y + dy / speed;
rtime += 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
++deadt;
gotoAndStop('d');
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1441 e_throwaxe1a {
instance animate of movieClip 236 {
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 22;
gotx = 5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
r_loss = 20;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = _rotation + 25;
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (!ko) {
--got;
_y = _y - got;
if (dir == 1) {
_x = _x + gotx;
}
if (dir == -1) {
_x = _x - gotx;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
}
}
if (ko) {
_rotation = _rotation + 30;
--uspeed;
_y = _y - uspeed;
if (dir == 1) {
_x = _x - dspeed;
}
if (dir == -1) {
_x = _x + dspeed;
}
}
}
}
}
}
movieClip 1442 e_mcocktail1a {
instance animate of movieClip 1047 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
attach = true;
speedx = 10;
speedy = 4;
bspeed = 1.5;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
fireup = false;
fireupt = 0;
fireupmax = 20;
thrown = true;
r_loss = 5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (!ko) {
++removetime;
if (removetime >= 100) {
_parent.removeMovieClip();
}
if (!fireup) {
if (thrown) {
_y = _y + speedy;
if (dir == 1) {
bottle._rotation += 25;
_x = _x + speedx;
} else {
bottle._rotation += 25;
_x = _x - speedx;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
fireup = true;
thrown = false;
}
}
}
if (fireup) {
++fireupt;
gotoAndStop('fireup');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
}
}
}
}
if (fireupt >= fireupmax) {
_parent.removeMovieClip();
}
}
}
if (ko) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1443 {
}
movieClip 1444 e_dagger1a {
instance animate of movieClip 1443 {
onClipEvent (load) {
attach = true;
size = 250;
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
r_loss = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++removetime;
++bullettimer;
if (removetime >= 50) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
}
if (ko) {
_rotation = _rotation + 30;
--uspeed;
_y = _y - uspeed;
if (dir == -1) {
_x = _x - dspeed;
}
if (dir == 1) {
_x = _x + dspeed;
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
}
}
}
}
}
movieClip 1445 {
}
movieClip 1446 {
}
movieClip 1447 e_bull_spark1a {
instance animate of movieClip 1446 {
onClipEvent (load) {
rtime = 0;
rtimemax = 150;
_alpha = 100;
inc = 20;
size = 100;
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
_alpha = _alpha - inc;
if (_alpha <= 0) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1449 {
}
movieClip 1450 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1451 e_boomerang1a {
instance animate of movieClip 1450 {
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 20;
goty = 0.5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
r_loss = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (!ko) {
_rotation = _rotation + 35;
--got;
_y = _y - goty;
if (dir == 1) {
_x = _x + got;
}
if (dir == -1) {
_x = _x - got;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
}
}
if (ko) {
_rotation = _rotation - 30;
--uspeed;
_y = _y - uspeed;
if (dir == 1) {
_x = _x - dspeed;
}
if (dir == -1) {
_x = _x + dspeed;
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
}
}
}
}
}
movieClip 1452 dragon_fireball1a {
instance animate of movieClip 1446 {
onClipEvent (load) {
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
speed = 61;
dx = _root.p1.animate._x - _x;
dy = _root.p1.animate._y - _y;
rtime = 0;
rtimemax = 150;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!dead) {
++sparktimer;
if (sparktimer >= sparktimermax) {
_root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++);
_root['espark1' + _root.debris].animate._x = _x;
_root['espark1' + _root.debris].animate._y = _y;
sparktimer = 0;
}
if (this.hitTest(_root.p1.animate.character.weapon.limit)) {
dead = true;
}
if (this.hitTest(_root.swep1.animate.limit)) {
dead = true;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
dead = true;
}
}
}
_x = _x + dx / speed;
_y = _y + dy / speed;
rtime += 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
++deadt;
_alpha = _alpha - 15;
size += d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1455 {
}
movieClip 1460 {
frame 19 {
gotoAndPlay(4);
}
}
movieClip 1461 dracfireball2a {
instance animate of movieClip 1460 {
onClipEvent (load) {
dead = false;
deadt = 0;
dspeed = 6;
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 150) {
_parent.removeMovieClip();
}
if (!dead) {
gotoAndStop('nd');
_y = _y + dspeed;
_x = _x + (speed + 2);
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
_root.health -= 15;
_root.player1.animate.hit1 = true;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= 25) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1468 {
frame 18 {
gotoAndPlay(3);
}
}
movieClip 1470 {
}
movieClip 1475 {
}
movieClip 1478 {
}
movieClip 1481 {
}
movieClip 1484 {
}
movieClip 1485 {
frame 19 {
stop();
}
}
movieClip 1487 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1488 dracfire1a {
instance animate of movieClip 1487 {
onClipEvent (load) {
r_loss = 15;
dead = false;
deadt = 0;
if (dir == 0) {
speed = -8;
_xscale = -100;
}
if (dir == 1) {
speed = 8;
_xscale = 100;
}
if (ydir == 0) {
yspeed = 3;
}
if (ydir == 1) {
yspeed = -3;
}
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 150) {
_parent.removeMovieClip();
}
if (!dead) {
gotoAndStop('nd');
_x = _x + speed;
_y = _y + yspeed;
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
dead = true;
}
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
dead = true;
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= 25) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1497 {
frame 17 {
stop();
}
}
movieClip 1498 dracballfire1a {
instance animate of movieClip 1497 {
onClipEvent (load) {
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
if (rtime >= 25) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1501 {
}
movieClip 1502 {
}
movieClip 1503 {
}
movieClip 1504 dracball2a {
instance animate of movieClip 1503 {
onClipEvent (load) {
r_loss = 15;
dead = false;
deadt = 0;
dspeed = 6;
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
rtime = 0;
firet = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
++firet;
_rotation = _rotation + 4;
if (rtime >= 150) {
_parent.removeMovieClip();
}
afro = random(4);
if (firet >= 10) {
_root.attachMovie('dracballfire1a', 'dracballfire1' + _root.debris, _root.debris++);
if (afro == 0) {
_root['dracballfire1' + _root.debris].animate._x = _x + 20;
_root['dracballfire1' + _root.debris].animate._y = _y - 20;
}
if (afro == 1) {
_root['dracballfire1' + _root.debris].animate._x = _x - 20;
_root['dracballfire1' + _root.debris].animate._y = _y + 20;
}
if (afro == 2) {
_root['dracballfire1' + _root.debris].animate._x = _x - 30;
_root['dracballfire1' + _root.debris].animate._y = _y + 30;
}
if (afro == 3) {
_root['dracballfire1' + _root.debris].animate._x = _x + 30;
_root['dracballfire1' + _root.debris].animate._y = _y - 30;
}
firet = 0;
} else {
afro = false;
}
_x = _x + speed;
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
}
}
}
}
}
}
}
movieClip 1506 {
}
movieClip 1509 {
}
movieClip 1512 {
}
movieClip 1514 {
}
movieClip 1515 {
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();
}
}
movieClip 1516 dog1a {
}
movieClip 1517 dagger1a {
instance animate of movieClip 1443 {
onClipEvent (load) {
attach = true;
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
_root.sw_power = 2;
size = 250;
}
if (_root.gender_numb == 1) {
_root.sw_power = 3;
size = 500;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
size = 600;
}
}
if (_root.char_name == 'spike') {
_root.sw_power = 2;
size = 220;
}
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++removetime;
++bullettimer;
if (removetime >= 50) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
_root['enemy' + i].animate.life2 -= 0.5;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
if (dir == -1) {
gor = true;
gol = false;
++gortime;
if (gor) {
_xscale = -size;
_x = _x - speed;
}
}
if (dir == 1) {
gor = false;
gol = true;
if (gol) {
_xscale = size;
_x = _x + speed;
}
}
}
if (ko) {
_rotation = _rotation + 30;
--uspeed;
_y = _y - uspeed;
if (dir == -1) {
_x = _x - dspeed;
}
if (dir == 1) {
_x = _x + dspeed;
}
}
}
}
}
}
movieClip 1520 {
}
movieClip 1521 {
instance of movieClip 1520 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1523 {
}
movieClip 1524 {
instance of movieClip 1523 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1527 {
}
movieClip 1528 {
}
movieClip 1529 {
instance of movieClip 1528 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1531 {
}
movieClip 1532 {
instance of movieClip 1531 {
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1533 {
}
movieClip 1536 {
}
movieClip 1537 {
instance of movieClip 1196 {
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1198 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1536 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1538 {
}
movieClip 1539 {
}
movieClip 1540 {
}
movieClip 1543 {
}
movieClip 1544 {
instance of movieClip 1543 {
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1545 {
frame 5 {
stop();
}
}
movieClip 1546 {
}
movieClip 1548 {
}
movieClip 1550 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1553 {
frame 9 {
stop();
}
}
movieClip 1554 {
}
movieClip 1555 {
frame 9 {
stop();
}
}
movieClip 1557 {
frame 9 {
stop();
}
}
movieClip 1559 {
frame 9 {
stop();
}
}
movieClip 1560 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1562 {
}
movieClip 1563 {
instance weapon of movieClip 1560 {
onClipEvent (load) {
limit._visible = false;
if (_root.weapon_numb == 0) {
gotoAndStop('a');
}
if (_root.weapon_numb == 1) {
gotoAndStop('b');
}
if (_root.weapon_numb == 2) {
gotoAndStop('c');
}
if (_root.weapon_numb == 3) {
gotoAndStop('d');
}
}
}
frame 12 {
stop();
}
}
movieClip 1566 {
}
movieClip 1568 {
}
movieClip 1569 {
instance of movieClip 1566 {
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1568 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1570 {
frame 10 {
stop();
}
}
movieClip 1571 {
instance of movieClip 1550 {
onClipEvent (load) {
if (_root.w1) {
gotoAndStop('knife');
}
if (_root.w2) {
gotoAndStop('sword');
}
if (_root.w3) {
gotoAndStop('axe');
}
}
}
instance weapon of movieClip 1560 {
onClipEvent (load) {
limit._visible = false;
if (_root.weapon_numb == 0) {
gotoAndStop('a');
}
if (_root.weapon_numb == 1) {
gotoAndStop('b');
}
if (_root.weapon_numb == 2) {
gotoAndStop('c');
}
if (_root.weapon_numb == 3) {
gotoAndStop('d');
}
}
}
frame 12 {
stop();
}
instance of movieClip 1550 {
onClipEvent (load) {
if (_root.w1) {
gotoAndStop('knife');
}
if (_root.w2) {
gotoAndStop('sword');
}
if (_root.w3) {
gotoAndStop('axe');
}
}
}
}
movieClip 1572 {
frame 5 {
stop();
}
}
movieClip 1575 {
}
movieClip 1578 {
}
movieClip 1580 {
}
movieClip 1582 {
instance of movieClip 1575 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1578 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1588 {
}
movieClip 1593 {
frame 10 {
stop();
}
}
movieClip 1602 {
instance of movieClip 1575 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1578 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1575 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance limit of movieClip 1588 {
onClipEvent (enterFrame) {
if (!_root.pause) {
if (this.hitTest(_root.e1.animate.limit)) {
if (!a1) {
_root.e1.animate.life -= 3;
_root.e1.animate.hit = true;
a1 = true;
}
}
if (this.hitTest(_root.e2.animate.limit)) {
if (!a2) {
_root.e2.animate.life -= 3;
_root.e2.animate.hit = true;
a2 = true;
}
}
if (this.hitTest(_root.e3.animate.limit)) {
if (!a3) {
_root.e3.animate.life -= 3;
_root.e3.animate.hit = true;
a3 = true;
}
}
if (this.hitTest(_root.e4.animate.limit)) {
if (!a4) {
_root.e4.animate.life -= 3;
_root.e4.animate.hit = true;
a4 = true;
}
}
if (this.hitTest(_root.e5.animate.limit)) {
if (!a5) {
_root.e5.animate.life -= 3;
_root.e5.animate.hit = true;
a5 = true;
}
}
if (this.hitTest(_root.e6.animate.limit)) {
if (!a6) {
_root.e6.animate.life -= 3;
_root.e6.animate.hit = true;
a6 = true;
}
}
if (this.hitTest(_root.e7.animate.limit)) {
if (!a7) {
_root.e7.animate.life -= 3;
_root.e7.animate.hit = true;
a7 = true;
}
}
if (this.hitTest(_root.e8.animate.limit)) {
if (!a8) {
_root.e8.animate.life -= 3;
_root.e8.animate.hit = true;
a8 = true;
}
}
if (this.hitTest(_root.e9.animate.limit)) {
if (!a9) {
_root.e9.animate.life -= 3;
_root.e9.animate.hit = true;
a9 = true;
}
}
}
}
}
frame 10 {
stop();
}
}
movieClip 1604 {
}
movieClip 1613 {
}
movieClip 1614 {
instance of movieClip 1575 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1578 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1615 {
frame 1 {
stop();
}
}
movieClip 1618 {
}
movieClip 1620 {
}
movieClip 1622 {
}
movieClip 1624 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1618 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1622 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1627 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1618 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1622 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1629 {
}
movieClip 1631 {
}
movieClip 1633 {
}
movieClip 1635 {
}
movieClip 1637 {
}
movieClip 1639 {
}
movieClip 1641 {
}
movieClip 1643 {
}
movieClip 1645 {
}
movieClip 1647 {
}
movieClip 1649 {
}
movieClip 1652 {
}
movieClip 1655 {
}
movieClip 1656 {
instance of movieClip 1652 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1622 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1655 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1659 {
}
movieClip 1661 {
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1659 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1662 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance of movieClip 144 {
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
}
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 34 {
stop();
}
frame 35 {
stop();
}
}
movieClip 1663 bunkerall1a {
instance animate of movieClip 1662 {
onClipEvent (load) {
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
curse = false;
curset = 0;
cursemax = 200;
dir = _root.dir;
if (_root.gender_numb == 0) {
_root.strength1 = 1;
attack1max = 28;
xscale = 80;
yscale = 95;
speed = 7;
}
if (_root.gender_numb == 1) {
_root.strength1 = 2;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 5;
}
if (_root.gender_numb == 2) {
_root.strength1 = 1.5;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 6;
}
_yscale = yscale;
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = -xscale;
}
fall_max = -7;
_root.movespeed = speed;
ground = false;
nohitt = 0;
nohit = false;
nohitmax = 70;
jump = false;
jumpmax = 15;
jspeed = jumpmax;
jumpt = 0;
fall = false;
fallt = 0;
fspeed = 6;
duck = false;
up = false;
raped = false;
rapedt = 0;
rapedmax = 2;
nothing = false;
yes = true;
no = false;
rstop = false;
lstop = true;
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
attack2max = 30;
idupcolor = new Color(this);
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
hitcolor = new Color(this);
hitcolor0 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
hitcolor1 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
limit._visible = false;
sparktimer = 0;
sparktimermax = 10;
spark_effectt = 0;
spark_effectmax = 100;
spark_effect = false;
hit = false;
hitt = 0;
hitmax = 10;
hit_speed = speed;
9;
slide = false;
slidet = 0;
slidemax = 45;
slidesp = 6;
slidera = false;
dead = false;
deadt = 0;
deadmax = 150;
dead_speed = 20;
blinkt = 0;
blinkhalf = 2;
blinkmax = 3;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.farx = _x;
_root.fary = _y;
limit._visible = false;
if (spark_effect) {
++sparktimer;
++spark_effectt;
xoffset = random(-50) + random(50);
yoffset = random(-50) + random(50);
if (sparktimer >= sparktimermax) {
_root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++);
_root['espark1' + _root.debris].animate._x = _x + xoffset;
_root['espark1' + _root.debris].animate._y = _y + yoffset;
sparktimer = 0;
}
if (spark_effectt >= spark_effectmax) {
sparktimer = 0;
spark_effectt = 0;
spark_effect = false;
}
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.qte) {
if (!dead) {
_root.pch = attack1;
if (!slide) {
if (_x >= _root.p1bounds_max) {
_x = _x - speed;
}
if (_x <= _root.p1bounds_min) {
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = _x - speed;
}
}
if (slide) {
if (_x >= _root.p1bounds_max) {
_x = _x - slidesp;
}
if (_x <= _root.p1bounds_min) {
_x = _x + slidesp;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = _x + slidesp;
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = _x - slidesp;
}
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = _y - 10;
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = _y + 50;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y + 10;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = _y - 50;
}
if (_root.map1.black.hitTest(_x, _y + 30, true)) {
_root.ground = true;
ground = true;
} else {
_root.ground = false;
ground = false;
}
}
if (_root.gender_numb == 0) {
_root.strength1 = 1;
attack1max = 28;
xscale = 80;
yscale = 95;
speed = 7;
slidesp = 8;
}
if (_root.gender_numb == 1) {
_root.strength1 = 2;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 5;
slidesp = 6;
}
if (_root.gender_numb == 2) {
_root.strength1 = 1.5;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 6;
slidesp = 7.5;
}
_yscale = yscale;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.armor) {
_root.cl_numb = _root.main_cl_numb;
if (_root.armlife <= 0) {
_root.armor = false;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
if (!dead) {
if (curse) {
++curset;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
if (curset >= cursemax) {
curset = 0;
curse = false;
}
}
if (!_root.contra) {
if (_root.life <= 0) {
if (!raped) {
dead = true;
}
}
}
if (_root.gender_numb == 0) {
if (_root.magic < _root.magicmax) {
_root.magic += 0.005;
}
}
if (nohit) {
++nohitt;
++blinkt;
if (blinkt >= blinkmax / 2) {
hitcolor.setTransform(hitcolor1);
}
if (blinkt < blinkmax / 2) {
}
if (blinkt >= blinkmax) {
blinkt = 0;
}
if (nohitt >= nohitmax) {
hitcolor.setTransform(hitcolor1);
_alpha = 100;
nohitt = 0;
nohit = false;
}
}
if (_y >= 450) {
if (_root.armor) {
_root.armlife -= 20;
} else {
_root.life -= 20;
}
_y = 0;
}
if (!hit) {
if (!raped) {
if (!masturbate) {
_root.movespeed = speed;
if (!slide) {
if (!attack1) {
if (!attack2) {
if (!_root.cont_up) {
if (_root.cont_attk) {
if (!attgo) {
attack1 = true;
attgo = true;
}
} else {
attgo = false;
}
if (_root.aux_attk) {
if (!attgo) {
if (_root.sub_weapon != 0) {
if (_root.magic > 10) {
attack2 = true;
}
}
attgo = true;
}
} else {
attgo = false;
}
}
}
}
if (ground) {
if (!g) {
attack1t = 0;
attack1 = false;
attack2t = 0;
attack2 = false;
g = true;
}
if (!attack1) {
if (!attack2) {
if (!_root.cont_rt and !_root.cont_lft and !_root.cont_up and !_root.cont_dn) {
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = -xscale;
}
gotoAndStop('stand');
}
if (!_root.cont_up) {
if (!_root.cont_dn) {
if (_root.cont_rt) {
gotoAndStop('run');
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = _x + speed;
}
dir = 1;
_xscale = xscale;
}
if (_root.cont_lft) {
gotoAndStop('run');
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = _x - speed;
}
dir = -1;
_xscale = -xscale;
}
}
if (_root.cont_dn) {
gotoAndStop('duck');
duck = true;
} else {
duck = false;
}
}
if (_root.cont_up) {
gotoAndStop('ready');
up = true;
duck = false;
} else {
up = false;
}
if (!duck) {
if (_root.cont_jumpb) {
if (!hup1) {
_y = _y - 5;
jspeed = jumpmax;
jump = true;
hup1 = true;
}
} else {
hup1 = false;
}
}
if (duck) {
if (_root.cont_jumpb) {
if (!slidera) {
jump = false;
slide = true;
slidera = true;
}
} else {
slidera = false;
}
}
}
if (attack2) {
gotoAndStop('attack2');
}
}
if (attack1) {
if (!duck) {
gotoAndStop('attack1');
} else {
gotoAndStop('aattack1');
}
}
} else {
g = false;
}
if (!ground) {
if (!attack1) {
if (!attack2) {
if (jspeed > 0) {
gotoAndStop('jump');
} else {
gotoAndStop('fall');
}
}
if (attack2) {
gotoAndStop('attack2');
}
}
if (attack1) {
gotoAndStop('aattack1');
}
if (_root.cont_rt) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = 1;
_xscale = xscale;
}
}
_x = _x + speed;
}
}
if (_root.cont_lft) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = -1;
_xscale = -xscale;
}
}
_x = _x - speed;
}
}
if (!jump) {
_y = _y + fspeed;
}
if (jump) {
_y = _y - jspeed;
--jspeed;
if (jspeed <= fall_max) {
jspeed = fall_max;
}
}
}
if (attack1) {
_root.cont_attk = false;
++attack1t;
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
if (attack2) {
++attack2t;
_root.aux_attk = false;
if (attack2t == 5) {
if (_root.sub_weapon == 0) {
}
if (_root.magic >= 2) {
if (_root.sub_weapon == 1) {
_root.attachMovie('dagger1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 2) {
_root.attachMovie('throwaxe1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 3) {
_root.attachMovie('mcocktail1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 4) {
_root.attachMovie('boomerang1a', 'swep1' + _root.pbullets, _root.pbullets++);
}
_root['swep1' + _root.pbullets].animate._x = _x;
_root['swep1' + _root.pbullets].animate._y = _y - 40;
_root['swep1' + _root.pbullets].animate.dir = dir;
if (_root.gender_numb == 0) {
_root.magic -= 2;
}
if (_root.gender_numb == 1) {
_root.magic -= 10;
}
if (_root.gender_numb == 2) {
_root.magic -= 4;
}
}
}
if (attack2t >= attack1max) {
attack2t = 0;
attack2 = false;
}
}
}
if (slide) {
if (!slidedust) {
jumpb = false;
_root.attachMovie('dust1a', 'dust1' + _root.debris, _root.debris++);
_root['dust1' + _root.debris].animate._y = _y;
_root['dust1' + _root.debris].animate._x = _x;
slidedust = true;
}
_root.movespeed = slidesp;
++slidet;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
attackt = 0;
gotoAndStop('slide');
if (jumpb) {
slide = false;
slidet = 0;
jump = true;
}
if (dir == 1) {
_x = _x + slidesp;
}
if (dir == -1) {
_x = _x - slidesp;
}
if (_root.map.black.hitTest(_x - 20, _y, true)) {
slidet = 0;
slide = false;
}
if (_root.map.black.hitTest(_x + 20, _y, true)) {
slidet = 0;
slide = false;
}
if (!ground) {
slidet = 0;
slide = false;
}
if (slidet >= slidemax) {
slidet = 0;
slide = false;
}
} else {
slidedust = false;
_root.movespeed = speed;
}
}
if (masturbate) {
++masturbatet;
gotoAndStop('masturbate');
if (masturbatet >= masturbatemax) {
masturebatet = 0;
masturbate = false;
}
}
}
if (raped) {
++rapedt;
if (_root.esc >= _root.escmax) {
nohit = true;
rapedt = 0;
raped = false;
}
if (rapedt >= 2) {
nohit = true;
rapedt = 0;
raped = false;
}
} else {
rped = false;
rapedt = 0;
}
}
if (hit) {
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
slide = false;
slidet = 0;
++hitt;
gotoAndStop('hit1');
if (dir == 1) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = _x - hit_speed;
}
}
if (dir == -1) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = _x + hit_speed;
}
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
}
}
if (dead) {
++deadt;
if (!raped) {
--dead_speed;
if (dir == 1) {
_x = _x - hit_speed;
}
if (dir == -1) {
_x = _x + hit_speed;
}
_y = _y - dead_speed;
gotoAndStop('dead');
}
if (deadt >= deadmax) {
_root.gotoAndPlay('gameover');
}
}
}
if (_root.qte) {
gotoAndStop('none');
}
}
}
}
}
movieClip 1666 {
frame 7 {
stop();
}
}
movieClip 1668 {
}
movieClip 1672 {
frame 7 {
stop();
}
}
movieClip 1674 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1675 bullet1a {
instance animate of movieClip 1674 {
onClipEvent (load) {
attach = true;
size = 100;
if (_root.gender_numb == 0) {
_root.sw_power = 2;
}
if (_root.gender_numb == 1) {
_root.sw_power = 3;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
}
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000;
bullettimer = 0;
speed = 20;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
kspeed = random(20) - random(20);
y_inc = random(3) - random(4);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++removetime;
++bullettimer;
if (removetime >= 50) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
_y = _y + y_inc;
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (_root.map1.black.hitTest(_x, _y, true)) {
ko = true;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= 0.5;
_root['enemy' + i].animate.life2 -= 0.25;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= 0.5;
ko = true;
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limita)) {
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
ko = true;
}
++j;
}
}
if (ko) {
gotoAndStop('blocked');
_rotation = _rotation + dspeed;
--kspeed;
_y = _y - kspeed;
if (dir == -1) {
_x = _x - dspeed;
}
if (dir == 1) {
_x = _x + dspeed;
}
}
}
}
}
}
movieClip 1676 boomerang1a {
instance animate of movieClip 1450 {
onClipEvent (load) {
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
_root.sw_power = 3;
size = 100;
}
if (_root.gender_numb == 1) {
_root.sw_power = 5;
size = 150;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
size = 110;
}
}
if (_root.char_name == 'spike') {
_root.sw_power = 2;
size = 80;
}
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 20;
goty = 0.5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (!ko) {
_rotation = _rotation + 35;
--got;
_y = _y - goty;
if (dir == 1) {
_x = _x + got;
}
if (dir == -1) {
_x = _x - got;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['enemy' + i].animate.limit)) {
_root['enemy' + i].animate.hit = true;
_root['enemy' + i].animate.life -= _root.sw_power;
if (_root['enemy' + i].animate.stun) {
_root['enemy' + i].animate.life2 -= 2;
ko = true;
}
}
++i;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root['boss' + i].animate.limit)) {
_root['boss' + i].animate.hit = true;
_root['boss' + i].animate.life -= _root.sw_power;
ko = true;
}
++i;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root['itemholder' + j].limit)) {
_root['itemholder' + j].hit = true;
}
++j;
}
}
if (ko) {
_rotation = _rotation - 30;
--uspeed;
_y = _y - uspeed;
if (dir == 1) {
_x = _x - dspeed;
}
if (dir == -1) {
_x = _x + dspeed;
}
}
}
}
}
}
movieClip 1684 {
frame 15 {
stop();
}
}
movieClip 1685 bloodspurt1a {
instance animate of movieClip 1684 {
onClipEvent (load) {
rtime = 0;
size = 45;
_xscale = size;
_yscale = size;
_rotation = random(360);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
}
if (_root.pause) {
stop();
}
}
}
}
movieClip 1687 {
}
movieClip 1690 {
frame 5 {
stop();
}
}
movieClip 1691 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1692 bloodspat1a {
instance animate of movieClip 1691 {
onClipEvent (load) {
size = 20 + random(20);
_xscale = size;
_yscale = size;
speedx = 10 - random(20);
speedy = 5 + random(35);
drop._yscale = -100;
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
_x = _x + speedx;
--speedy;
_y = _y - speedy;
if (speedy >= 0) {
drop._yscale = -100;
}
if (speedy < 0) {
drop._yscale = 100;
}
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('d');
}
if (rtime >= 100) {
_alpha = 50;
}
if (rtime >= 150) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1704 {
frame 23 {
stop();
}
}
movieClip 1705 {
}
movieClip 1706 {
}
movieClip 1707 bloodex1a {
instance animate of movieClip 1706 {
onClipEvent (load) {
rtime = 0;
size = 20;
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
}
if (rtime >= 40) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1709 {
}
movieClip 1711 {
}
movieClip 1713 {
}
movieClip 1715 {
}
movieClip 1717 {
}
movieClip 1719 {
}
movieClip 1721 {
}
movieClip 1725 {
}
movieClip 1728 {
}
movieClip 1730 {
}
movieClip 1731 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 1732 arms1a {
instance animate of movieClip 1731 {
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx += 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy -= 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx -= speedx * 2;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx += speedx * 2;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop('nd');
if (dir == 0) {
_x = _x - speedx;
_rotation = _rotation - speedx;
}
if (dir == 1) {
_x = _x + speedx;
_rotation = _rotation + speedx;
}
--speedy;
_y = _y - speedy;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = _y - 10;
}
gotoAndStop('d');
if (dir == 0) {
if (speedx >= 0) {
speedx -= 0.5;
_x = _x - speedx;
_rotation = _rotation - speedx;
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx += 0.5;
_x = _x + speedx;
_rotation = _rotation + speedx;
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = _y + 1;
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = _y - 1;
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1737 {
}
movieClip 1738 {
}
movieClip 1740 {
frame 21 {
stop();
}
}
movieClip 1741 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1742 beast_cumshot1a {
instance animate of movieClip 1741 {
onClipEvent (load) {
r_loss = 30;
limit._visible = false;
ko = false;
kot = 0;
komax = 15;
size = 70;
if (dir == 1) {
_xscale = size;
} else {
_xscale = -size;
}
_yscale = size;
attach = true;
removetime = 0;
_yscale = -100;
got = 10;
gotx = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
if (got > 0) {
_yscale = -100;
} else {
_yscale = 100;
}
if (_root.map1.black.hitTest(_x, _y + 45, true)) {
ko = true;
}
gotoAndStop('nd');
--got;
_y = _y - got;
if (dir == 1) {
_x = _x + gotx;
_xscale = size;
}
if (dir == -1) {
_x = _x - gotx;
_xscale = -size;
}
}
if (ko) {
_yscale = 100;
gotoAndStop('d');
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1747 {
}
movieClip 1748 {
frame 21 {
stop();
}
}
movieClip 1749 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1750 beast_cum1a {
instance animate of movieClip 1749 {
onClipEvent (load) {
r_loss = 20;
limit._visible = false;
ko = false;
kot = 0;
komax = 15;
size = 70;
if (dir == 1) {
_xscale = size;
} else {
_xscale = -size;
}
_yscale = size;
attach = true;
speed = 10;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
if (_root.map1.black.hitTest(_x, _y + 45, true)) {
ko = true;
}
gotoAndStop('nd');
_y = _y + speed;
}
if (ko) {
gotoAndStop('d');
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1761 {
}
movieClip 1762 {
}
movieClip 1764 {
}
movieClip 1766 {
}
movieClip 1767 {
}
movieClip 1769 {
}
movieClip 1771 {
}
movieClip 1773 {
}
movieClip 1774 {
instance limit of movieClip 1773 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 40 {
stop();
}
}
movieClip 1776 {
}
movieClip 1778 {
}
movieClip 1779 {
instance limit of movieClip 1773 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 50 {
stop();
}
}
movieClip 1780 {
}
movieClip 1782 {
}
movieClip 1784 {
}
movieClip 1786 {
}
movieClip 1788 {
}
movieClip 1789 {
}
movieClip 1809 {
}
movieClip 1810 {
}
movieClip 1811 {
frame 140 {
stop();
}
}
movieClip 1812 {
}
movieClip 1813 {
}
movieClip 1814 {
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();
}
}
movieClip 1815 final_beast1a {
instance animate of movieClip 1814 {
onClipEvent (load) {
++exp;
expx = random(7);
expy = random(7);
att_timer1 = 0;
att_timer1max = 100;
att_sel1 = random(2);
fx_offset = 200;
fy_offset = -200;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attsel = random(3);
j_timer = 0;
j_timermax = 200;
jump = false;
jspeed = 35;
dspeed = 10;
attack1 = false;
attack1t = 0;
attack1max = 50;
attack2 = false;
attack2t = 0;
attack2max = 50;
outro = false;
intro = true;
_alpha = 0;
inc = 1;
life = 85;
dead = false;
deadt = 0;
deadmax = 700;
dir = 1;
hit = false;
hitt = 0;
hitmax = 2;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
fspeed = 10;
r_loss = 30;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
limita._visible = false;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!dead) {
if (hit) {
++hitt;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
}
if (!intro) {
if (!outro) {
if (_alpha <= 100) {
_alpha = _alpha + 1;
}
if (life <= 0) {
outro = true;
}
if (_x >= _root.map1._x) {
_x = _x - 20;
}
if (_x <= _root.map1._x - 1100) {
_x = _x + 20;
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
ground = true;
} else {
ground = false;
}
if (!rape) {
if (!ground) {
gotoAndStop('jump');
if (!jump) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limita.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
_y = _y + fspeed;
}
if (jump) {
if (dir == 1) {
_x = _x + dspeed;
}
if (dir == -1) {
_x = _x - dspeed;
}
_y = _y - jspeed;
--jspeed;
if (jspeed <= 8) {
attsel = random(3);
jump = false;
}
}
}
if (ground) {
jspeed = 35;
if (!attack2) {
if (!attack1) {
++att_timer1;
if (att_timer1 >= att_timer1max) {
if (att_sel1 == 0) {
_root.attachMovie('beast_cumshot1a', 'blood1' + _root.ebullet, _root.ebullet++);
}
if (att_sel1 == 1) {
_root.attachMovie('beast_cum1a', 'blood1' + _root.ebullet, _root.ebullet++);
}
if (dir == 1) {
_root['blood1' + _root.ebullet].animate._x = _x + fx_offset;
}
if (dir == -1) {
_root['blood1' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['blood1' + _root.ebullet].animate._y = _y + fy_offset;
_root['blood1' + _root.ebullet].animate.dir = dir;
att_sel1 = random(2);
att_timer1 = 0;
}
gotoAndStop('stand');
++j_timer;
if (j_timer >= j_timermax) {
if (attsel == 0) {
_y = _y - 20;
j_timer = 0;
jump = true;
}
if (attsel == 1) {
j_timer = 0;
attack1 = true;
}
if (attsel == 2) {
j_timer = 0;
attack2 = true;
}
}
if (_root.p1.animate._x >= _x) {
dir = 1;
_xscale = 100;
} else {
dir = -1;
_xscale = -100;
}
}
if (attack1) {
gotoAndStop('attack1');
++attack1t;
if (dir == 1) {
_x = _x + dspeed;
}
if (dir == -1) {
_x = _x - dspeed;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
if (attack1t >= attack1max) {
attsel = random(3);
attack1t = 0;
attack1 = false;
}
}
}
if (attack2) {
gotoAndStop('attack2');
++attack2t;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
if (attack2t >= attack2max) {
attsel = random(3);
attack2t = 0;
attack2 = false;
}
}
}
if (limita.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
}
if (rape) {
++rapet;
if (!fs) {
rapesel = random(2);
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 200;
_root.p1.animate.gotoAndStop(36);
if (!ground) {
_y = _y + 4;
}
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (rapesel == 0) {
gotoAndStop('sex1b');
}
if (rapesel == 1) {
gotoAndStop('sex1b');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (rapesel == 0) {
gotoAndStop('sex1a');
}
if (rapesel == 1) {
gotoAndStop('sex1a');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
} else {
fs = false;
}
}
if (outro) {
gotoAndStop('hit');
}
}
if (intro) {
gotoAndStop('stand');
}
}
if (dead) {
++deadt;
gotoAndStop('dead');
++exp;
expx = random(7);
expy = random(7);
gotoAndStop('dead');
if (exp >= 10) {
_root.attachMovie('explosion3a', 'explosion1' + _root.debris, _root.debris++);
if (expx == 0) {
_root['explosion1' + _root.debris].animate._x = _x;
}
if (expx == 1) {
_root['explosion1' + _root.debris].animate._x = _x + 10;
}
if (expx == 2) {
_root['explosion1' + _root.debris].animate._x = _x - 10;
}
if (expx == 3) {
_root['explosion1' + _root.debris].animate._x = _x + 50;
}
if (expx == 4) {
_root['explosion1' + _root.debris].animate._x = _x - 70;
}
if (expx == 5) {
_root['explosion1' + _root.debris].animate._x = _x + 70;
}
if (expx == 6) {
_root['explosion1' + _root.debris].animate._x = _x - 50;
}
if (expy == 0) {
_root['explosion1' + _root.debris].animate._y = _y;
}
if (expy == 1) {
_root['explosion1' + _root.debris].animate._y = _y - 200;
}
if (expy == 2) {
_root['explosion1' + _root.debris].animate._y = _y - 110;
}
if (expy == 3) {
_root['explosion1' + _root.debris].animate._y = _y - 130;
}
if (expy == 4) {
_root['explosion1' + _root.debris].animate._y = _y - 300;
}
if (expy == 5) {
_root['explosion1' + _root.debris].animate._y = _y + 10;
}
if (expy == 6) {
_root['explosion1' + _root.debris].animate._y = _y - 150;
}
exp = 0;
}
if (deadt >= deadmax) {
if (!de) {
_root.attachMovie('finalfade1a', 'finalfade', 2000);
_root.finalfade.animate._x = 300;
_root.finalfade.animate._y = 200;
de = true;
}
}
}
}
}
}
}
movieClip 1816 r_stars {
instance animate of movieClip 601 {
onClipEvent (load) {
rtime = 0;
rtimemax = 30;
size = 120;
_xscale = size;
_yscale = size;
inc = 2;
}
onClipEvent (enterFrame) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
size += inc;
_xscale = size;
_yscale = size;
++rtime;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1818 {
}
movieClip 1820 {
}
movieClip 1822 {
}
movieClip 1824 {
}
movieClip 1826 {
}
movieClip 1828 {
}
movieClip 1830 {
}
movieClip 1833 {
}
movieClip 1834 {
instance of movieClip 1833 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1836 {
}
movieClip 1838 {
}
movieClip 1840 {
}
movieClip 1842 {
}
movieClip 1847 {
}
movieClip 1852 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1854 {
}
movieClip 1856 {
}
movieClip 1858 {
}
movieClip 1859 {
}
movieClip 1861 {
}
movieClip 1862 {
instance of movieClip 1861 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1864 {
}
movieClip 1865 {
instance of movieClip 1864 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1867 {
}
movieClip 1868 {
instance of movieClip 1867 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1870 {
}
movieClip 1872 {
}
movieClip 1873 {
}
movieClip 1875 {
}
movieClip 1876 {
instance of movieClip 1875 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1878 {
}
movieClip 1879 {
instance of movieClip 1878 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1881 {
}
movieClip 1883 {
}
movieClip 1884 {
instance of movieClip 1883 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1886 {
}
movieClip 1887 {
instance of movieClip 1886 {
onClipEvent (load) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1888 {
instance glimit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1889 {
instance glimit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1891 {
instance glimit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1892 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 1893 {
frame 15 {
stop();
}
}
movieClip 1894 {
}
movieClip 1895 {
}
movieClip 1896 {
}
movieClip 1898 {
}
movieClip 1900 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 1901 jamison1a {
instance animate of movieClip 1900 {
onClipEvent (load) {
r_loss = 15;
fy_offset = -50;
fx_offset = 0;
up = true;
upt = 0;
upmax = 250;
dirsel = random(2);
rt = false;
lft = false;
dir = 1;
speed = 4.5;
rtt = 0;
rtmax = 600;
lftt = 0;
lftmax = 600;
rapey_offset = 100;
r_loss = 20;
jumptimer = 0;
jumptimermax = 100;
jump = false;
jumpht = 17.5;
jumpt = jumpht;
grav = 5;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 30;
attack2 = false;
attack2t = 0;
attack2max = 30;
attack3 = false;
attack3t = 0;
attack3max = 30;
att_3int = 0;
att_3intmax = 80;
speed = 2;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
dspeedx = 3;
dspeedy = 30;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
limit._visible = false;
clothed = true;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
character.limit._visible = false;
character.glimit._visible = false;
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!_root.boss_start) {
gotoAndStop('nd');
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
jumpt = jumpht;
ground = true;
} else {
ground = false;
}
if (life <= lifemax / 2) {
clothed = false;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
++att_3int;
if (ground) {
++jumptimer;
if (jumptimer >= jumptimermax) {
jumptimer = 0;
jump = true;
}
}
if (jump) {
gotoAndStop('jump');
--jumpt;
_y = _y - jumpt;
if (jumpt <= 0) {
jump = false;
}
}
if (!jump) {
if (!ground) {
gotoAndStop('fall');
_y = _y + grav;
}
}
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (up) {
if (ground) {
gotoAndStop('run');
}
++upt;
_x = _x + speed;
_xscale = size;
if (upt >= upmax) {
upt = 0;
lft = true;
rt = false;
up = false;
}
}
if (rt) {
if (ground) {
gotoAndStop('run');
}
++rtt;
_x = _x + speed;
_xscale = size;
if (rtt >= rtmax) {
rtt = 0;
lft = true;
rt = false;
}
}
if (lft) {
if (ground) {
gotoAndStop('run');
}
++lftt;
_x = _x - speed;
_xscale = -size;
if (lftt >= lftmax) {
lftt = 0;
rt = true;
lft = false;
}
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack3) {
++attack3t;
gotoAndStop('attack3');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack2');
if (!a2) {
weapon_sel = random(4);
if (_root.p1.animate._x > _x) {
_xscale = size;
dir = 1;
} else {
_xscale = -size;
dir = -1;
}
a2 = true;
}
if (attack2t == 10) {
if (weapon_sel == 0) {
_root.attachMovie('e_dagger1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 1) {
_root.attachMovie('e_boomerang1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 2) {
_root.attachMovie('e_throwaxe1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 3) {
_root.attachMovie('e_mcocktail1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
_root['fireball1' + _root.ebullet].animate.dir = dir;
if (dir == 1) {
_root['fireball1' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball1' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball1' + _root.ebullet].animate._y = _y + fy_offset;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
} else {
a2 = false;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 1) {
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
} else {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_cum_m');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_cum_m');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_sex_m');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
idupcolor.setTransform(oldColor);
gotoAndStop('dead');
--dspeedy;
_y = _y - dspeedy;
if (dir == 1) {
_x = _x - dspeedx;
}
if (dir == -1) {
_x = _x + dspeedx;
}
++deadt;
if (deadt == 5) {
_root.attachMovie('lifeorb1a', 'lifeorb1' + _root.debris, _root.debris++);
_root['lifeorb1' + _root.debris].animate._x = _x;
_root['lifeorb1' + _root.debris].animate._y = _y;
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
}
}
movieClip 1903 {
}
movieClip 1911 {
frame 15 {
gotoAndPlay(2);
}
}
movieClip 1915 {
frame 21 {
stop();
}
}
movieClip 1916 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1917 e_balls1a {
instance animate of movieClip 1916 {
onClipEvent (load) {
attach = true;
size = 65;
_xscale = size;
_yscale = size;
rtimemax = 100;
speed = 6;
yspeed = random(3) - random(3);
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
r_loss = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
++removetime;
++bullettimer;
if (removetime >= rtimemax) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
ko = true;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
}
_y = _y + yspeed;
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
}
if (ko) {
gotoAndStop('d');
}
}
}
}
}
movieClip 1919 {
}
movieClip 1920 {
frame 61 {
stop();
}
}
movieClip 1921 blood_beam1a {
instance animate of movieClip 1920 {
onClipEvent (load) {
r_loss = 25;
limit._visible = false;
removetime = 0;
removetimemax = 65;
if (dir == 1) {
_xscale = 100;
}
if (dir == -1) {
_xscale = -100;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
++removetime;
if (removetime >= removetimemax) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (dir == 1) {
_xscale = 100;
}
if (dir == -1) {
_xscale = -100;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
}
}
}
}
}
}
}
movieClip 1926 {
}
movieClip 1928 {
frame 21 {
stop();
}
}
movieClip 1929 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1930 blood_shoot1a {
instance animate of movieClip 1929 {
onClipEvent (load) {
r_loss = 30;
limit._visible = false;
ko = false;
kot = 0;
komax = 15;
size = 70;
if (dir == 1) {
_xscale = size;
} else {
_xscale = -size;
}
_yscale = size;
attach = true;
removetime = 0;
_yscale = -100;
got = 10;
gotx = random(9);
if (gotx <= 0) {
gotx = 1;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++removetime;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
if (got > 0) {
_yscale = -100;
} else {
_yscale = 100;
}
if (_root.map1.black.hitTest(_x, _y + 45, true)) {
ko = true;
}
gotoAndStop('nd');
--got;
_y = _y - got;
if (dir == 1) {
_x = _x + gotx;
_xscale = size;
}
if (dir == -1) {
_x = _x - gotx;
_xscale = -size;
}
}
if (ko) {
_yscale = 100;
gotoAndStop('d');
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1931 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1932 blood_drip1a {
instance animate of movieClip 1931 {
onClipEvent (load) {
r_loss = 20;
limit._visible = false;
ko = false;
kot = 0;
komax = 15;
size = 70;
if (dir == 1) {
_xscale = size;
} else {
_xscale = -size;
}
_yscale = size;
attach = true;
speed = 10;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!ko) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
}
ko = true;
}
}
}
if (_root.map1.black.hitTest(_x, _y + 45, true)) {
ko = true;
}
gotoAndStop('nd');
_y = _y + speed;
}
if (ko) {
gotoAndStop('d');
++kot;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1935 {
}
movieClip 1937 {
}
movieClip 1939 {
}
movieClip 1940 {
}
movieClip 1941 {
frame 20 {
stop();
}
}
movieClip 1942 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1944 {
}
movieClip 1947 {
}
movieClip 1950 {
}
movieClip 1952 {
}
movieClip 1953 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
instance limitb of movieClip 1944 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limitc of movieClip 1944 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1957 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(3);
}
instance limit of movieClip 1944 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 36 {
stop();
}
}
movieClip 1960 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(4);
}
instance limit of movieClip 1944 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 36 {
stop();
}
}
movieClip 1962 {
}
movieClip 1965 {
}
movieClip 1967 {
}
movieClip 1969 {
}
movieClip 1971 {
}
movieClip 1973 {
}
movieClip 1975 {
}
movieClip 1977 {
}
movieClip 1979 {
}
movieClip 1981 {
}
movieClip 1983 {
}
movieClip 1984 {
frame 1 {
deyes.gotoAndStop(2);
dmouth.gotoAndStop(4);
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
h1.gotoAndStop('d');
h3.gotoAndStop('d');
}
}
movieClip 1998 {
frame 1 {
deyes.gotoAndStop(2);
dmouth.gotoAndStop(3);
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
h1.gotoAndStop('d');
h3.gotoAndStop('d');
}
frame 37 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
}
movieClip 2002 {
}
movieClip 2007 {
frame 1 {
deyes.gotoAndStop(3);
dmouth.gotoAndStop(2);
}
}
movieClip 2024 {
frame 1 {
deyes.gotoAndStop(3);
dmouth.gotoAndStop(2);
}
}
movieClip 2032 {
frame 1 {
deyes.gotoAndStop(3);
dmouth.gotoAndStop(2);
}
frame 90 {
deyes.gotoAndStop(7);
dmouth.gotoAndStop(5);
stop();
}
}
movieClip 2035 {
frame 1 {
h1.gotoAndStop('d');
h2.gotoAndStop('d');
h3.gotoAndStop('d');
h4.gotoAndStop('d');
eyes.gotoAndStop(6);
mouth.gotoAndStop(3);
}
frame 150 {
stop();
}
}
movieClip 2037 {
}
movieClip 2039 {
}
movieClip 2040 {
frame 1 {
stop();
}
instance limit of movieClip 1944 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limita of movieClip 1944 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 2041 draculina_final1a {
instance animate of movieClip 2040 {
onClipEvent (load) {
exp = 0;
expx = random(7);
expy = random(7);
_root.rape_max_level = 30;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
nt = 0;
ntmax = 300;
attackable = false;
attackablet = 0;
attackablemax = 400;
r_loss = 30;
intro = true;
outro = false;
limit._visible = false;
limita._visible = false;
_alpha = 0;
inc = 0.25;
dead = false;
deadt = 0;
deadmax = 750;
dead_sp = 0.5;
att_timer = 0;
att_timermax = 100;
att_sel = random(3);
att_timer1 = 0;
att_timer1max = 150;
att_sel1 = random(3);
att_timer2 = 0;
att_timer2max = 125;
att_sel2 = random(3);
att_timer3 = 0;
att_timer3max = 175;
att_sel3 = random(3);
fx_offset = 90;
fy_offset = 0;
fx_offset1 = 50;
fy_offset1 = 80;
fx_offset2 = -75;
fy_offset2 = 0;
fx_offset3 = -45;
fy_offset3 = 80;
braf1 = false;
braf1t = 0;
braf1max = 20;
braf2 = false;
braf2t = 0;
braf2max = 20;
braf3 = false;
braf3t = 0;
braf3max = 20;
braf4 = false;
braf4t = 0;
braf4max = 20;
braf5 = false;
braf5t = 0;
braf5max = 20;
speed = 1;
life = 80;
main_dir = 1;
attack1 = false;
attack1t = 0;
attack1max = 50;
attack2 = false;
attack2t = 0;
attack2max = 50;
hit = false;
hitt = 0;
hitmax = 2;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
character.limit._visible = false;
character.limitb._visible = false;
character.limitc._visible = false;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
if (!outro) {
if (!intro) {
if (_alpha <= 100) {
_alpha = _alpha + 1;
}
if (!dead) {
if (life <= 0) {
outro = true;
}
if (hit) {
++hitt;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
if (!rape) {
if (!attack2) {
if (!attack1) {
if (!attackable) {
++nt;
if (nt >= ntmax) {
nt = 0;
attackable = true;
}
}
if (attackable) {
++attackablet;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limitb.hitTest(_root.p1.animate.limit)) {
attackablet = 0;
attack1 = true;
attackable = false;
}
}
}
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limitc.hitTest(_root.p1.animate.limit)) {
attackablet = 0;
attack2 = true;
attackable = false;
}
}
}
}
if (attackablet >= attackablemax) {
attackablet = 0;
attackable = false;
}
}
gotoAndStop('nd');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limita.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
rapesel = random(2);
if (rapesel == 0) {
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
}
if (rapesel == 1) {
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
}
rape = true;
}
}
}
}
}
if (main_dir == 1) {
_x = _x + speed;
if (_x >= _root.map1._x - 200) {
main_dir = -1;
}
}
if (main_dir == -1) {
_x = _x - speed;
if (_x <= _root.map1._x - 1150) {
main_dir = 1;
}
}
if (_root.p1.animate._x >= _x + 75) {
character.eyes.gotoAndStop(2);
}
if (_root.p1.animate._x <= _x + 75 and _root.p1.animate._x > _x - 75) {
character.eyes.gotoAndStop(3);
}
if (_root.p1.animate._x < _x - 75) {
character.eyes.gotoAndStop(4);
}
if (braf1) {
++braf1t;
character.h1.gotoAndStop('d');
if (braf1t >= braf1max) {
braf1t = 0;
braf1 = false;
}
} else {
character.h1.gotoAndStop('nd');
}
if (braf2) {
++braf2t;
character.h3.gotoAndStop('d');
if (braf2t >= braf2max) {
braf2t = 0;
braf2 = false;
}
} else {
character.h3.gotoAndStop('nd');
}
if (braf3) {
++braf3t;
character.h2.gotoAndStop('d');
if (braf3t >= braf3max) {
braf3t = 0;
braf3 = false;
}
} else {
character.h2.gotoAndStop('nd');
}
if (braf4) {
++braf4t;
character.h4.gotoAndStop('d');
if (braf4t >= braf4max) {
braf4t = 0;
braf4 = false;
}
} else {
character.h4.gotoAndStop('nd');
}
++att_timer;
if (att_timer >= att_timermax) {
braf1 = true;
if (att_sel == 0) {
_root.attachMovie('blood_shoot1a', 'blood1' + _root.ebullet, _root.ebullet++);
}
if (att_sel == 1) {
_root.attachMovie('blood_drip1a', 'blood1' + _root.ebullet, _root.ebullet++);
}
if (att_sel == 2) {
_root.attachMovie('blood_shoot1a', 'blood1' + _root.ebullet, _root.ebullet++);
}
_root['blood1' + _root.ebullet].animate._x = _x + fx_offset;
_root['blood1' + _root.ebullet].animate._y = _y + fy_offset;
_root['blood1' + _root.ebullet].animate.dir = 1;
att_sel = random(3);
att_timer = 0;
}
++att_timer1;
if (att_timer1 >= att_timer1max) {
braf2 = true;
if (att_sel1 == 0) {
_root.attachMovie('blood_shoot1a', 'blood2' + _root.ebullet, _root.ebullet++);
}
if (att_sel1 == 1) {
_root.attachMovie('blood_drip1a', 'blood2' + _root.ebullet, _root.ebullet++);
}
if (att_sel1 == 2) {
_root.attachMovie('blood_beam1a', 'blood2' + _root.ebullet, _root.ebullet++);
}
_root['blood2' + _root.ebullet].animate._x = _x + fx_offset1;
_root['blood2' + _root.ebullet].animate._y = _y + fy_offset1;
_root['blood2' + _root.ebullet].animate.dir = 1;
att_sel1 = random(3);
att_timer1 = 0;
}
++att_timer2;
if (att_timer2 >= att_timer2max) {
braf3 = true;
if (att_sel2 == 0) {
_root.attachMovie('blood_shoot1a', 'blood3' + _root.ebullet, _root.ebullet++);
}
if (att_sel2 == 1) {
_root.attachMovie('blood_drip1a', 'blood3' + _root.ebullet, _root.ebullet++);
}
if (att_sel2 == 2) {
_root.attachMovie('blood_shoot1a', 'blood3' + _root.ebullet, _root.ebullet++);
}
_root['blood3' + _root.ebullet].animate._x = _x + fx_offset2;
_root['blood3' + _root.ebullet].animate._y = _y + fy_offset2;
_root['blood3' + _root.ebullet].animate.dir = -1;
att_sel2 = random(3);
att_timer2 = 0;
}
++att_timer3;
if (att_timer3 >= att_timer3max) {
braf4 = true;
if (att_sel3 == 0) {
_root.attachMovie('blood_shoot1a', 'blood4' + _root.ebullet, _root.ebullet++);
}
if (att_sel3 == 1) {
_root.attachMovie('blood_drip1a', 'blood4' + _root.ebullet, _root.ebullet++);
}
if (att_sel3 == 2) {
_root.attachMovie('blood_beam1a', 'blood4' + _root.ebullet, _root.ebullet++);
}
_root['blood4' + _root.ebullet].animate._x = _x + fx_offset3;
_root['blood4' + _root.ebullet].animate._y = _y + fy_offset3;
_root['blood4' + _root.ebullet].animate.dir = -1;
att_sel3 = random(3);
att_timer3 = 0;
}
}
if (attack1) {
gotoAndStop('attack1');
++attack1t;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
rapesel = random(2);
if (rapesel == 0) {
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
}
if (rapesel == 1) {
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
}
rape = true;
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (attack2) {
gotoAndStop('attack2');
++attack2t;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
rapesel = random(2);
if (rapesel == 0) {
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
}
if (rapesel == 1) {
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
}
rape = true;
}
}
}
}
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (rape) {
++rapet;
_root.cam_inc = 10;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapet >= rapehalf) {
if (rapesel == 0) {
rapemax = 850;
rapehalf = 400;
gotoAndStop('sex1b');
}
if (rapesel == 1) {
rapemax = 850;
rapehalf = 400;
if (_root.life > 0) {
gotoAndStop('sex2b');
}
if (_root.life <= 0) {
gotoAndStop('sex2c');
_root.p1.animate._visible = false;
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (rapesel == 0) {
_root.rape_breakable = true;
gotoAndStop('sex1a');
}
if (rapesel == 1) {
if (_root.life > 0) {
_root.rape_breakable = true;
gotoAndStop('sex2a');
}
if (_root.life <= 0) {
_root.rape_breakable = false;
gotoAndStop('sex2a');
}
}
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
} else {
fs = false;
}
}
if (dead) {
_y = _y + dead_sp;
gotoAndStop('dead');
++deadt;
++exp;
expx = random(7);
expy = random(7);
gotoAndStop('dead');
if (exp >= 10) {
_root.attachMovie('explosion3a', 'explosion1' + _root.debris, _root.debris++);
if (expx == 0) {
_root['explosion1' + _root.debris].animate._x = _x;
}
if (expx == 1) {
_root['explosion1' + _root.debris].animate._x = _x + 10;
}
if (expx == 2) {
_root['explosion1' + _root.debris].animate._x = _x - 10;
}
if (expx == 3) {
_root['explosion1' + _root.debris].animate._x = _x + 50;
}
if (expx == 4) {
_root['explosion1' + _root.debris].animate._x = _x - 70;
}
if (expx == 5) {
_root['explosion1' + _root.debris].animate._x = _x + 70;
}
if (expx == 6) {
_root['explosion1' + _root.debris].animate._x = _x - 50;
}
if (expy == 0) {
_root['explosion1' + _root.debris].animate._y = _y;
}
if (expy == 1) {
_root['explosion1' + _root.debris].animate._y = _y - 200;
}
if (expy == 2) {
_root['explosion1' + _root.debris].animate._y = _y - 110;
}
if (expy == 3) {
_root['explosion1' + _root.debris].animate._y = _y - 130;
}
if (expy == 4) {
_root['explosion1' + _root.debris].animate._y = _y - 300;
}
if (expy == 5) {
_root['explosion1' + _root.debris].animate._y = _y + 10;
}
if (expy == 6) {
_root['explosion1' + _root.debris].animate._y = _y - 150;
}
exp = 0;
}
if (deadt >= deadmax) {
if (!de) {
_root.attachMovie('finalfade1a', 'finalfade', 2000);
_root.finalfade.animate._x = 300;
_root.finalfade.animate._y = 200;
de = true;
}
}
}
}
if (intro) {
gotoAndStop('na');
}
}
if (outro) {
idupcolor.setTransform(oldColor);
gotoAndStop('na');
}
}
}
}
movieClip 2042 {
instance of movieClip 925 {
onClipEvent (load) {
if (!_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!_parent._parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2043 {
instance glimit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2044 {
}
movieClip 2045 {
}
movieClip 2046 {
}
movieClip 2049 {
}
movieClip 2051 {
}
movieClip 2052 {
}
movieClip 2056 {
}
movieClip 2057 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 60 {
stop();
}
}
movieClip 2059 {
}
movieClip 2061 {
}
movieClip 2063 {
}
movieClip 2065 {
}
movieClip 2067 {
}
movieClip 2069 {
}
movieClip 2071 {
}
movieClip 2073 {
}
movieClip 2075 {
}
movieClip 2077 {
}
movieClip 2079 {
}
movieClip 2081 {
}
movieClip 2083 {
}
movieClip 2085 {
}
movieClip 2087 {
}
movieClip 2088 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
sec = 0;
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 2 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(2);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(1);
}
frame 25 {
sec += 1;
}
frame 51 {
if (sec >= 5) {
gotoAndPlay(52);
} else {
gotoAndPlay(2);
}
}
frame 52 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
}
frame 74 {
gotoAndPlay(52);
}
}
movieClip 2095 {
}
movieClip 2103 {
}
movieClip 2104 {
frame 1 {
speye.gotoAndStop(3);
spmouth.gotoAndStop(1);
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 101 {
stop();
}
}
movieClip 2110 {
}
movieClip 2111 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
sec = 0;
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 2 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(2);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(1);
}
frame 25 {
sec += 1;
}
frame 51 {
if (sec >= 5) {
gotoAndPlay(52);
} else {
gotoAndPlay(2);
}
}
frame 52 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
}
frame 74 {
gotoAndPlay(52);
}
}
movieClip 2118 {
frame 1 {
speye.gotoAndStop(3);
spmouth.gotoAndStop(1);
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 101 {
stop();
}
}
movieClip 2120 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
sec = 0;
}
frame 2 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(2);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(1);
}
frame 25 {
sec += 1;
}
frame 51 {
if (sec >= 5) {
gotoAndPlay(52);
} else {
gotoAndPlay(2);
}
}
frame 52 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
}
frame 74 {
gotoAndPlay(52);
}
}
movieClip 2121 {
}
movieClip 2123 {
}
movieClip 2124 {
}
movieClip 2126 {
}
movieClip 2127 {
frame 1 {
mouth.gotoAndStop(2);
eyes.gotoAndStop(1);
sec = 0;
}
frame 25 {
sec += 1;
}
frame 51 {
if (sec >= 5) {
gotoAndPlay(52);
} else {
gotoAndPlay(2);
}
}
frame 52 {
mouth.gotoAndStop(3);
eyes.gotoAndStop(2);
}
frame 74 {
gotoAndPlay(52);
}
}
movieClip 2134 {
frame 1 {
mouth.gotoAndStop(3);
eyes.gotoAndStop(3);
}
frame 101 {
mouth.gotoAndStop(4);
eyes.gotoAndStop(2);
stop();
}
}
movieClip 2135 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 2136 richie1a {
instance animate of movieClip 2135 {
onClipEvent (load) {
r_loss = 15;
fy_offset = -105;
fx_offset = 90;
up = true;
upt = 0;
upmax = 250;
dirsel = random(2);
rt = false;
lft = false;
dir = 1;
speed = 4.5;
rtt = 0;
rtmax = 600;
lftt = 0;
lftmax = 600;
rapey_offset = 100;
r_loss = 20;
jumptimer = 0;
jumptimermax = 100;
jump = false;
jumpht = 17.5;
jumpt = jumpht;
grav = 5;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 100;
attack2 = false;
attack2t = 0;
attack2max = 120;
attack3 = false;
attack3t = 0;
attack3max = 30;
att_3int = 0;
att_3intmax = 80;
speed = 2;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
dspeedx = 3;
dspeedy = 30;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
limit._visible = false;
clothed = true;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
character.limit._visible = false;
character.glimit._visible = false;
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!_root.boss_start) {
gotoAndStop('nd');
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
jumpt = jumpht;
ground = true;
} else {
ground = false;
}
if (life <= lifemax / 2) {
clothed = false;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
++att_3int;
if (ground) {
++jumptimer;
if (jumptimer >= jumptimermax) {
jumptimer = 0;
jump = true;
}
}
if (jump) {
gotoAndStop('jump');
--jumpt;
_y = _y - jumpt;
if (jumpt <= 0) {
jump = false;
}
}
if (!jump) {
if (!ground) {
gotoAndStop('fall');
_y = _y + grav;
}
}
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (up) {
if (ground) {
gotoAndStop('run');
}
++upt;
_x = _x + speed;
_xscale = size;
if (upt >= upmax) {
upt = 0;
lft = true;
rt = false;
up = false;
}
}
if (rt) {
if (ground) {
gotoAndStop('run');
}
++rtt;
_x = _x + speed;
_xscale = size;
if (rtt >= rtmax) {
rtt = 0;
lft = true;
rt = false;
}
}
if (lft) {
if (ground) {
gotoAndStop('run');
}
++lftt;
_x = _x - speed;
_xscale = -size;
if (lftt >= lftmax) {
lftt = 0;
rt = true;
lft = false;
}
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack3) {
++attack3t;
if (!ground) {
_y = _y + 6;
}
gotoAndStop('attack3');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack1');
if (_root.p1.animate._x > _x) {
_xscale = size;
dir = 1;
} else {
_xscale = -size;
dir = -1;
}
if (!ground) {
_y = _y + 6;
}
if (attack2t == 10) {
_root.attachMovie('e_balls1a', 'fireball1' + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root['fireball1' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball1' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball1' + _root.ebullet].animate._y = _y + fy_offset;
_root['fireball1' + _root.ebullet].animate.dir = dir;
}
if (attack2t == 20) {
_root.attachMovie('e_balls1a', 'fireball2' + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root['fireball2' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball2' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball2' + _root.ebullet].animate._y = _y + fy_offset;
_root['fireball2' + _root.ebullet].animate.dir = dir;
}
if (attack2t == 40) {
_root.attachMovie('e_balls1a', 'fireball3' + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root['fireball3' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball3' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball3' + _root.ebullet].animate._y = _y + fy_offset;
_root['fireball3' + _root.ebullet].animate.dir = dir;
}
if (attack2t == 60) {
_root.attachMovie('e_balls1a', 'fireball4' + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root['fireball4' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball4' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball4' + _root.ebullet].animate._y = _y + fy_offset;
_root['fireball4' + _root.ebullet].animate.dir = dir;
}
if (attack2t == 80) {
_root.attachMovie('e_balls1a', 'fireball5' + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root['fireball5' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball5' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball5' + _root.ebullet].animate._y = _y + fy_offset;
_root['fireball5' + _root.ebullet].animate.dir = dir;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
} else {
a2 = false;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack2');
if (!ground) {
_y = _y + 6;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_cum_f');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_cum_m');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_cum_m');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_cum1');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_sex_f');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_sex_m');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_sex_m');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_sex1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
idupcolor.setTransform(oldColor);
gotoAndStop('dead');
--dspeedy;
_y = _y - dspeedy;
if (dir == 1) {
_x = _x - dspeedx;
}
if (dir == -1) {
_x = _x + dspeedx;
}
++deadt;
if (deadt == 5) {
_root.attachMovie('lifeorb1a', 'lifeorb1' + _root.debris, _root.debris++);
_root['lifeorb1' + _root.debris].animate._x = _x;
_root['lifeorb1' + _root.debris].animate._y = _y;
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
}
}
movieClip 2138 {
}
movieClip 2145 {
}
movieClip 2147 {
}
movieClip 2149 {
}
movieClip 2156 {
}
movieClip 2161 {
frame 25 {
stop();
}
}
movieClip 2173 {
frame 28 {
stop();
}
}
movieClip 2175 {
}
movieClip 2179 {
}
movieClip 2181 {
}
movieClip 2187 {
}
movieClip 2192 {
}
movieClip 2197 {
}
movieClip 2201 {
}
movieClip 2213 {
instance of movieClip 2179 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2181 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2187 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2192 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2197 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2201 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2197 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2192 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2215 {
}
movieClip 2218 {
}
movieClip 2243 {
instance of movieClip 2215 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2218 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2181 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2249 {
}
movieClip 2272 {
instance of movieClip 2179 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2249 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2273 {
frame 9 {
stop();
}
}
movieClip 2274 {
}
movieClip 2275 {
frame 9 {
stop();
}
}
movieClip 2276 {
frame 9 {
_parent.removeMovieClip();
stop();
}
}
movieClip 2277 {
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 {
_root.gopast += 1;
_root.score += 450;
stop();
}
}
movieClip 2278 eyemonster1a {
instance animate of movieClip 2277 {
onClipEvent (load) {
mt = 0;
deadt = 0;
al = 0;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
_yscale = 100;
_xscale = -100;
accel = 0.2;
speed = 0;
counter = 0;
counter1 = 0;
counter2 = 0;
life = 30;
dead = false;
hitcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'};
newColor = {'ra': '50', 'rb': '250', 'ga': '50', 'gb': '50', 'ba': '50', 'bb': '50', 'aa': '255', 'ab': '0'};
shotColor = {'ra': '50', 'rb': '250', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '255', 'aa': '255', 'ab': '0'};
hit = false;
hitt = 0;
dir1 = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.act = _x;
_root.act1 = attack2;
_root.act2 = attack3;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.rapebreak) {
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
if (life <= 0) {
dead = true;
}
if (!dead) {
if (_root.p1.animate._x >= _x) {
dir1 = 1;
_xscale = -100;
}
if (_root.p1.animate._x < _x) {
dir1 = 0;
_xscale = 100;
}
if (!hit) {
if (!raping1) {
if (!raping2) {
if (!raping3) {
if (!raping4) {
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.hit1) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.health -= 3;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
raping1 = true;
}
}
}
if (limit.hitTest(_root.p1.animate.character.limit)) {
if (!as) {
life -= _root.p1.animate.power;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris++);
_root['points1' + _root.debris].animate.points1 = _root.p1.animate.power;
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Eye Rapist';
as = true;
hit = true;
}
} else {
as = false;
}
if (!_root.shot1.animate.ko) {
if (limit.hitTest(_root.shot1.animate.limit)) {
if (!aa) {
life -= 5;
_root.attachMovie('points1a', 'points1', _root.debris++);
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Eye Rapist';
aa = true;
hit = true;
}
} else {
aa = false;
}
}
if (!_root.shot2.animate.ko) {
if (limit.hitTest(_root.shot2.animate.limit)) {
++al;
if (!hw) {
life -= 2;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris++);
_root['points1' + _root.debris].animate.points1 = 2;
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Eye Rapist';
hit = true;
hw = true;
}
if (al >= 4) {
hw = false;
al = 0;
}
} else {
hw = false;
}
}
if (!_root.shot3.animate.ko) {
if (limit.hitTest(_root.shot3.animate.limit)) {
life -= 5;
_root.shot3.animate.ko = true;
_root.attachMovie('points1a', 'points1', _root.debris++);
_root.points1.animate.points1 = '5';
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Eye Rapist';
hit = true;
}
}
if (!_root.shot4.animate.ko) {
if (limit.hitTest(_root.shot4.animate.limit)) {
life -= 5;
_root.shot4.animate.ko = true;
_root.attachMovie('points1a', 'points1', _root.debris++);
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Eye Rapist';
hit = true;
}
}
}
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!attack1) {
if (!attack2) {
if (!attack3) {
gotoAndStop('nd');
++counter;
if (counter >= 120) {
attsel = random(3);
counter = 0;
if (attsel == 0) {
attack3 = false;
attack2 = false;
attack1 = true;
}
if (attsel == 1) {
attack1 = false;
attack3 = false;
attack2 = true;
}
if (attsel == 2) {
attack1 = false;
attack2 = false;
attack3 = true;
}
}
}
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack2');
attack1 = false;
attack3 = false;
attack1t = 0;
attack3t = 0;
if (attack2t > 8 and attack2t < 12) {
hitcolor.setTransform(shotColor);
}
if (attack2t > 10 and attack2t < 12) {
_root.attachMovie('aqbullet1a', 'aqbullet1' + _root.ebullet, _root.ebullet++);
_root['aqbullet1' + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root['aqbullet1' + _root.ebullet].animate._x = _x - 70;
}
if (dir1 == 1) {
_root['aqbullet1' + _root.ebullet].animate._x = _x + 70;
}
_root['aqbullet1' + _root.ebullet].animate._y = _y + 10;
}
if (attack2t >= 30) {
hitcolor.setTransform(oldColor);
attack2t = 0;
attack2 = false;
}
}
if (attack3) {
++attack3t;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
gotoAndStop('attack3');
if (attack3t > 10 and attack3t < 12) {
_root.attachMovie('cumb1a', 'aqbullet2' + _root.ebullet, _root.ebullet++);
_root['aqbullet2' + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root['aqbullet2' + _root.ebullet].animate._x = _x - 95;
}
if (dir1 == 1) {
_root['aqbullet2' + _root.ebullet].animate._x = _x + 95;
}
_root['aqbullet2' + _root.ebullet].animate._y = _y + 10;
}
if (attack3t > 15 and attack3t < 17) {
_root.attachMovie('cumb1a', 'aqbullet3' + _root.ebullet, _root.ebullet++);
_root['aqbullet3' + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root['aqbullet3' + _root.ebullet].animate._x = _x - 95;
}
if (dir1 == 1) {
_root['aqbullet3' + _root.ebullet].animate._x = _x + 95;
}
_root['aqbullet3' + _root.ebullet].animate._y = _y + 10;
}
if (attack3t > 19 and attack3t < 21) {
_root.attachMovie('cumb1a', 'aqbullet4' + _root.ebullet, _root.ebullet++);
_root['aqbullet4' + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root['aqbullet4' + _root.ebullet].animate._x = _x - 95;
}
if (dir1 == 1) {
_root['aqbullet4' + _root.ebullet].animate._x = _x + 95;
}
_root['aqbullet4' + _root.ebullet].animate._y = _y + 10;
}
if (attack3t >= 30) {
attack3t = 0;
attack3 = false;
}
}
if (attack1) {
gotoAndStop('attack1');
++attack1t;
attack2 = false;
attack3 = false;
attack2t = 0;
attack3t = 0;
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.hit1) {
if (body.limit.hitTest(_root.p1.animate.limit)) {
_root.health -= 3;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
raping1 = true;
}
}
}
if (attack1t >= 60) {
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
}
}
}
}
}
}
}
}
}
}
if (raping1) {
if (dir == 0) {
_xscale = -100;
}
if (dir == 1) {
_xscale = -100;
}
_root.rape2 = true;
_root.health -= 0.1;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
gotoAndStop('hold');
_root.p1.animate._y = _y + 80;
s1 = true;
_root.p1.animate.gotoAndStop('held');
if (_root.health <= 95) {
raping1 = false;
raping2 = true;
}
if (_root.p1.animate.kdown) {
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
_root.rape1 = false;
_root.rape2 = false;
}
}
if (raping2) {
_root.rape1 = true;
_root.health -= 0.12;
if (_x >= _root.p1.animate._x + 20) {
_root.mover = true;
} else {
_root.mover = false;
}
if (_x <= _root.p1.animate._x + 25) {
_root.movel = true;
} else {
_root.movel = false;
}
_root.p1.animate.gotoAndStop('rape1');
if (!fag) {
sexs = random(2);
fag = true;
}
if (_root.female) {
if (sexs == 0) {
gotoAndStop('rape1a');
}
if (sexs == 1) {
gotoAndStop('rape2a');
}
}
if (_root.male) {
nocum = true;
gotoAndStop('rape3a');
}
if (!nocum) {
++mt;
cumdirx = random(3);
cumdiry = random(3);
if (mt > 75) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate.dir = random(2);
if (cumdiry == 0) {
_root['cum1' + _root.debris].animate._y = _y - 10;
}
if (cumdiry == 1) {
_root['cum1' + _root.debris].animate._y = _y - 15;
}
if (cumdiry == 2) {
_root['cum1' + _root.debris].animate._y = _y - 20;
}
if (cumdirx == 0) {
_root['cum1' + _root.debris].animate._x = _x + 2;
}
if (cumdirx == 1) {
_root['cum1' + _root.debris].animate._x = _x - 2;
}
if (cumdirx == 2) {
_root['cum1' + _root.debris].animate._x = _x;
}
}
if (mt >= mtmax) {
mt = 0;
}
}
if (_root.p1.animate.kdown) {
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
} else {
nocum = false;
fag = false;
}
if (hit) {
++hitt;
if (!arg) {
ac1 = random(2);
_root.attachMovie('spark1a', 'spark1' + _root.spark, _root.spark++);
_root['spark1' + _root.spark]._x = _x;
_root['spark1' + _root.spark]._y = _y;
arg = true;
}
hitcolor.setTransform(newColor);
if (hitt >= 3) {
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
} else {
arg = false;
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!itatt) {
_root.rape1 = false;
_root.rape2 = false;
_root.score += 100;
attit = random(10);
if (attit == 5) {
_root.attachMovie('items1a', 'items1' + _root.itlayer, _root.itlayer++);
_root['items1' + _root.itlayer].animate._x = _x;
_root['items1' + _root.itlayer].animate._y = _y;
}
itatt = true;
}
if (deadt >= 30) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2280 {
}
movieClip 2282 {
}
movieClip 2284 {
}
movieClip 2286 {
}
movieClip 2288 {
}
movieClip 2290 {
}
movieClip 2292 {
}
movieClip 2294 {
}
movieClip 2296 {
}
movieClip 2306 {
}
movieClip 2308 {
}
movieClip 2309 {
}
movieClip 2310 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2314 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 34 {
stop();
}
}
movieClip 2315 {
frame 5 {
stop();
}
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2316 {
}
movieClip 2318 {
}
movieClip 2320 {
}
movieClip 2322 {
}
movieClip 2324 {
}
movieClip 2326 {
}
movieClip 2329 {
}
movieClip 2331 {
}
movieClip 2333 {
}
movieClip 2335 {
}
movieClip 2337 {
}
movieClip 2339 {
}
movieClip 2342 {
}
movieClip 2344 {
}
movieClip 2346 {
}
movieClip 2347 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
sec = 0;
}
frame 90 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
frame 122 {
sec += 1;
}
frame 161 {
if (sec >= 2) {
gotoAndPlay(162);
} else {
gotoAndPlay(90);
}
}
frame 162 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
frame 184 {
gotoAndPlay(162);
}
}
movieClip 2368 {
frame 1 {
sec = 0;
}
frame 46 {
sec += 1;
}
frame 91 {
if (sec >= 3) {
gotoAndPlay(91);
} else {
gotoAndPlay(21);
}
}
frame 150 {
stop();
}
}
movieClip 2370 {
}
movieClip 2372 {
}
movieClip 2374 {
}
movieClip 2392 {
}
movieClip 2397 {
}
movieClip 2398 {
frame 1 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 20 {
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 63 {
gotoAndPlay(42);
}
}
movieClip 2409 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 146 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 2410 {
}
movieClip 2411 {
}
movieClip 2412 {
}
movieClip 2413 {
frame 76 {
stop();
}
}
movieClip 2414 {
frame 1 {
stop();
}
instance limitc of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 2415 wolfman1a {
instance animate of movieClip 2414 {
onClipEvent (load) {
reset_depth = 570;
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 60;
attack2 = false;
attack2t = 0;
attack2_y = 15;
attack2_ymax = 20;
attack2_sp = 2.5;
attack2max = 40;
attack3 = false;
attack3t = 0;
attack3max = 120;
att_3int = 0;
att_3intmax = 150;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = -size;
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.boss_start) {
gotoAndStop('nd');
}
if (_root.boss_start) {
if (_x >= _root.map1._x + 700) {
_x = _x - 10;
}
if (_x < _root.map1._x - 700) {
_x = _x + 10;
}
if (_y >= reset_depth) {
_y = 0;
}
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (!attack2) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
}
if (life <= 0) {
dead = true;
}
if (!rape) {
if (limitc.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
gotoAndStop('walk');
++att_3int;
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (_root.p1.animate._x > _x) {
dir = 1;
_xscale = size;
_x = _x + speed;
} else {
dir = -1;
_x = _x - speed;
_xscale = -size;
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack3) {
++attack3t;
gotoAndStop('attack3');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack2 = true;
attack3 = false;
}
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack2');
--attack2_y;
_y = _y - attack2_y;
if (dir == 1) {
_x = _x + attack2_sp;
}
if (dir == -1) {
_x = _x - attack2_sp;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack2t >= 3) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
attack2t = 0;
attack2 = false;
}
}
} else {
attack2_y = attack2_ymax;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack2 = true;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
rapehalf = 400;
rapemax = 600;
}
if (_root.gender_numb == 1) {
rapehalf = 400;
rapemax = 750;
}
if (_root.gender_numb == 2) {
rapehalf = 400;
rapemax = 750;
}
}
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= deadred) {
if (!de) {
_root.attachMovie('lifeorb1a', 'lifeorb1' + _root.debris, _root.debris++);
_root['lifeorb1' + _root.debris].animate._x = _x;
_root['lifeorb1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(9);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(9);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(9);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(9);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
}
}
movieClip 2419 {
}
movieClip 2421 {
frame 24 {
stop();
}
}
movieClip 2424 {
frame 24 {
stop();
}
}
movieClip 2428 {
}
movieClip 2431 {
}
movieClip 2434 {
}
movieClip 2436 {
}
movieClip 2438 {
}
movieClip 2440 {
}
movieClip 2442 {
}
movieClip 2444 {
}
movieClip 2446 {
}
movieClip 2449 {
frame 74 {
stop();
}
}
movieClip 2450 {
}
movieClip 2457 {
frame 239 {
stop();
}
frame 239 {
stop();
}
}
movieClip 2461 {
frame 20 {
stop();
}
}
movieClip 2464 {
frame 40 {
stop();
}
}
movieClip 2469 {
}
movieClip 2472 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2486 {
}
movieClip 2487 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 160 {
stop();
}
}
movieClip 2490 {
}
movieClip 2491 {
}
movieClip 2492 {
}
movieClip 2502 {
}
movieClip 2504 {
}
movieClip 2506 {
}
movieClip 2508 {
}
movieClip 2510 {
}
movieClip 2512 {
}
movieClip 2514 {
}
movieClip 2515 {
}
movieClip 2522 {
frame 61 {
stop();
}
}
movieClip 2531 {
frame 159 {
stop();
}
}
movieClip 2537 {
}
movieClip 2545 {
frame 62 {
stop();
}
}
movieClip 2546 {
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();
}
}
movieClip 2547 draculina1a {
instance animate of movieClip 2546 {
onClipEvent (load) {
as1 = false;
enatt = 0;
intro1 = true;
intro2 = false;
intro2t = 0;
dead2 = false;
dead2t = 0;
exp = 0;
jumpt = 0;
fspeed = 6;
atspeed = 5;
attackt = 0;
atdrop = 20;
stspeed = 6;
dir1 = 0;
_xscale = 100;
hitcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'};
newColor = {'ra': '50', 'rb': '250', 'ga': '50', 'gb': '50', 'ba': '50', 'bb': '50', 'aa': '255', 'ab': '0'};
hit = false;
hitt = 0;
waitt = 0;
life = 120;
form1 = true;
form2 = false;
attack1t = 0;
attack2t = 0;
teleportin = true;
teleportout = false;
teleportint = 0;
teleportoutt = 0;
dead = false;
changeup = false;
changeupt = 0;
chillt = 0;
deadt = 0;
jump = false;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack3 = false;
attack3t = 0;
attack3max = 100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.draclife = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (!intro2) {
if (!intro1) {
if (!dead2) {
if (!dead) {
if (!changeup) {
if (hit) {
++hitt;
if (!arg) {
ac1 = random(2);
_root.attachMovie('spark1a', 'spark1' + _root.spark, _root.spark++);
_root['spark1' + _root.spark]._x = _x;
_root['spark1' + _root.spark]._y = _y;
arg = true;
}
hitcolor.setTransform(newColor);
if (hitt >= 3) {
as1 = false;
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
} else {
arg = false;
}
if (form1) {
if (life <= 0) {
dead2 = true;
}
if (!rape) {
if (!teleportin and !teleportout) {
if (!d) {
attsel = random(3);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack2 = true;
}
if (attsel == 2) {
attack3 = true;
}
d = true;
}
if (!attack1 and !attack2 and !attack3) {
gotoAndStop('wait');
}
if (limita.hitTest(_root.p1.animate.limit)) {
if (dir1 == 0) {
_root.p1.animate._x -= _root.movespeed;
}
if (dir1 == 1) {
_root.p1.animate._x += _root.movespeed;
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!as1) {
life -= _root.p1power;
hit = true;
}
} else {}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1a');
if (attack1t > 30 and attack1t < 32) {
_root.attachMovie('dracfire1a', 'dracfire1' + _root.ebullet, _root.ebullet++);
_root['dracfire1' + _root.ebullet].animate.dir = dir1;
_root['dracfire1' + _root.ebullet].animate._x = _x;
_root['dracfire1' + _root.ebullet].animate._y = _y;
_root.attachMovie('dracfire1a', 'dracfire2' + _root.ebullet, _root.ebullet++);
_root['dracfire2' + _root.ebullet].animate.dir = dir1;
_root['dracfire2' + _root.ebullet].animate._x = _x;
_root['dracfire2' + _root.ebullet].animate._y = _y + 30;
}
if (attack1t > 33 and attack1t < 35) {
_root.attachMovie('dracfire1a', 'dracfire3' + _root.ebullet, _root.ebullet++);
_root['dracfire3' + _root.ebullet].animate.dir = dir1;
_root['dracfire3' + _root.ebullet].animate._x = _x;
_root['dracfire3' + _root.ebullet].animate._y = _y - 20;
_root.attachMovie('dracfire1a', 'dracfire4' + _root.ebullet, _root.ebullet++);
_root['dracfire4' + _root.ebullet].animate.dir = dir1;
_root['dracfire4' + _root.ebullet].animate._x = _x;
_root['dracfire4' + _root.ebullet].animate._y = _y + 50;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1t = 0;
attack3 = true;
attack1 = false;
}
}
}
}
if (attack1t >= 100) {
attack1t = 0;
teleportout = true;
attack1 = false;
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack2a');
if (attack2t > 50 and attack2t < 52) {
_root.attachMovie('dracball2a', 'dracball1', 112);
_root.dracball1.animate.dir = dir1;
_root.dracball1.animate._x = _x;
_root.dracball1.animate._y = _y + 20;
}
if (attack2t > 100 and attack2t < 102) {
_root.attachMovie('dracball2a', 'dracball2', 113);
_root.dracball2.animate.dir = dir1;
_root.dracball2.animate._x = _x;
_root.dracball2.animate._y = _y - 60;
}
if (attack2t > 150 and attack2t < 152) {
_root.attachMovie('dracball2a', 'dracball3', 114);
_root.dracball3.animate.dir = dir1;
_root.dracball3.animate._x = _x;
_root.dracball3.animate._y = _y + 20;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack2t = 0;
attack3 = true;
attack2 = false;
}
}
}
}
if (attack2t >= 250) {
attack2t = 0;
teleportout = true;
attack2 = false;
}
}
if (attack3) {
++attack3t;
gotoAndStop('attack3a');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
teleportout = true;
attack3 = false;
}
}
} else {
d = false;
}
if (teleportin) {
++teleportint;
gotoAndStop('in');
if (_x >= _root.p1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
if (!telez) {
xsel = random(5);
_y = 300;
if (xsel == 0) {
_x = _root.p1.animate._x;
}
if (xsel == 1) {
_x = _root.p1.animate._x + 200;
}
if (xsel == 2) {
_x = _root.p1.animate._x - 100;
}
if (xsel == 3) {
_x = _root.p1.animate._x + 100;
}
if (xsel == 4) {
_x = _root.p1.animate._x - 200;
}
telez = true;
}
if (teleportint >= 60) {
teleportint = 0;
teleportin = false;
}
} else {
telez = false;
}
if (teleportout) {
++teleportoutt;
gotoAndStop('out');
if (teleportoutt >= 100) {
teleportoutt = 0;
teleportin = true;
teleportout = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
attack3 = false;
attack3t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 100;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
teleportout = true;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - ply_offset;
rapet = 0;
teleportout = true;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_rape1b');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('bm_rape1b');
}
if (_root.gender_numb == 1) {
gotoAndStop('bm_rape1b');
}
if (_root.gender_numb == 2) {
gotoAndStop('bm_rape1b');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_rape1a');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('bm_rape1a');
}
if (_root.gender_numb == 1) {
gotoAndStop('bm_rape1a');
}
if (_root.gender_numb == 2) {
gotoAndStop('bm_rape1a');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
teleportout = true;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (form2) {
++enatt;
if (enatt >= 100) {
if (!_root.dragon1.animate.attach) {
_root.attachMovie('dragongirl2a', 'dragon1', 52);
_root.dragon1.animate._x = 570;
_root.dragon1.animate._y = 250;
enatt = 0;
}
}
if (enatt > 100 and enatt < 102) {
ecall = true;
} else {
ecall = false;
}
if (enatt >= 120) {
enatt = 0;
}
if (life <= 0) {
dead = true;
}
if (_x > _root.p1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.hit1) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.health -= 15;
_root.p1.animate.hit1 = true;
}
if (limita.hitTest(_root.p1.animate.limit)) {
_root.health -= 15;
_root.p1.animate.hit1 = true;
}
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.limit)) {
if (!as) {
life -= _root.p1.animate.power;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris++);
_root['points1' + _root.debris].animate.points1 = _root.p1.animate.power;
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Real Draculina';
as = true;
hit = true;
}
} else {
as = false;
}
if (!_root.shot1.animate.ko) {
if (limit.hitTest(_root.shot1.animate.limit)) {
if (!aa) {
life -= 5;
_root.attachMovie('points1a', 'points1', _root.debris++);
_root.shot1.animate.ko = true;
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Real Draculina';
aa = true;
hit = true;
}
} else {
aa = false;
}
}
if (!_root.shot2.animate.ko) {
if (limit.hitTest(_root.shot2.animate.limit)) {
++al;
if (!hw) {
life -= 2;
_root.shot2.animate.ko = true;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris++);
_root['points1' + _root.debris].animate.points1 = 2;
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Real Draculina';
hit = true;
hw = true;
}
if (al >= 4) {
hw = false;
al = 0;
}
} else {
hw = false;
}
}
if (!_root.shot3.animate.ko) {
if (limit.hitTest(_root.shot3.animate.limit)) {
life -= 5;
_root.shot3.animate.ko = true;
_root.attachMovie('points1a', 'points1', _root.debris++);
_root.points1.animate.points1 = '5';
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Real Draculina';
hit = true;
}
}
if (!_root.shot4.animate.ko) {
if (limit.hitTest(_root.shot4.animate.limit)) {
++axet;
if (!axe) {
life -= 5;
_root.shot4.animate.ko = true;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris++);
_root['points1' + _root.debris].animate.points1 = 5;
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'Real Draculina';
axe = true;
hit = true;
}
if (axet >= 10) {
axet = 0;
axe = false;
}
} else {
axe = false;
}
}
}
if (!jump) {
if (!attack) {
gotoAndStop('chill');
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
_x = _x - 15;
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
_x = _x + 15;
}
if (_x >= _root.p1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
_y = _y + fspeed;
}
++chillt;
if (chillt >= 60) {
chillt = 0;
attsel = random(2);
if (attsel == 0) {
attack = true;
}
if (attsel == 1) {
jump = true;
}
}
}
}
if (jump) {
gotoAndStop('jump');
atdrop -= 0.5;
_y = _y - atdrop;
if (!ajdir) {
if (dir1 == 0) {
atspeed = -5;
}
if (dir1 == 1) {
atspeed = 5;
}
ajdir = true;
}
if (_x >= _root.map1._x + 450) {
_x = _x + (atspeed + 2);
}
if (_x < _root.map1._x - 480) {
_x = _x - (atspeed - 2);
}
_x = _x + atspeed;
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
jump = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
_x = _x + (atspeed + 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
_x = _x - (atspeed + 2);
}
if (atdrop > 3 and atdrop < 5) {
_root.attachMovie('dracfireball2a', 'dracfireball2' + _root.ebullet, _root.ebullet++);
_root['dracfireball2' + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root['dracfireball2' + _root.ebullet].animate._x = _x - 80;
}
if (dir1 == 1) {
_root['dracfireball2' + _root.ebullet].animate._x = _x + 80;
}
_root['dracfireball2' + _root.ebullet].animate._y = _y - 230;
}
if (jumpt >= 100) {
jumpt = 0;
jump = false;
}
if (_y >= 350) {
jumpt = 0;
jump = false;
}
} else {
ajdir = false;
jumpt = 0;
atdrop = 20;
}
if (attack) {
gotoAndStop('attack1b');
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
_y = _y + fspeed;
}
++attackt;
if (attackt > 30 and attackt < 32) {
_root.attachMovie('dracfireball2a', 'dracfireball2' + _root.ebullet, _root.ebullet++);
_root['dracfireball2' + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root['dracfireball2' + _root.ebullet].animate._x = _x - 80;
}
if (dir1 == 1) {
_root['dracfireball2' + _root.ebullet].animate._x = _x + 80;
}
_root['dracfireball2' + _root.ebullet].animate._y = _y - 230;
}
if (attackt >= 50) {
attackt = 0;
attack = false;
}
}
}
}
if (changeup) {
life = 170;
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
++changeupt;
gotoAndStop('transform');
if (changeupt >= 70) {
form1 = false;
form2 = true;
changeup = false;
}
}
}
if (dead) {
stopAllSounds();
hitcolor.setTransform(oldColor);
++deadt;
++exp;
expx = random(7);
expy = random(7);
gotoAndStop('dead');
_root.dragon1.animate.dead = true;
if (exp >= 10) {
_root.attachMovie('explosion3a', 'explosion1' + _root.debris, _root.debris++);
if (expx == 0) {
_root['explosion1' + _root.debris].animate._x = _x;
}
if (expx == 1) {
_root['explosion1' + _root.debris].animate._x = _x + 10;
}
if (expx == 2) {
_root['explosion1' + _root.debris].animate._x = _x - 10;
}
if (expx == 3) {
_root['explosion1' + _root.debris].animate._x = _x + 50;
}
if (expx == 4) {
_root['explosion1' + _root.debris].animate._x = _x - 70;
}
if (expx == 5) {
_root['explosion1' + _root.debris].animate._x = _x + 70;
}
if (expx == 6) {
_root['explosion1' + _root.debris].animate._x = _x - 50;
}
if (expy == 0) {
_root['explosion1' + _root.debris].animate._y = _y;
}
if (expy == 1) {
_root['explosion1' + _root.debris].animate._y = _y - 200;
}
if (expy == 2) {
_root['explosion1' + _root.debris].animate._y = _y - 110;
}
if (expy == 3) {
_root['explosion1' + _root.debris].animate._y = _y - 130;
}
if (expy == 4) {
_root['explosion1' + _root.debris].animate._y = _y - 300;
}
if (expy == 5) {
_root['explosion1' + _root.debris].animate._y = _y + 10;
}
if (expy == 6) {
_root['explosion1' + _root.debris].animate._y = _y - 150;
}
exp = 0;
}
if (deadt > 149 and deadt < 151) {
_root.attachMovie('endfade1a', 'endfade', 2000);
_root.endfade.animate._x = 300;
_root.endfade.animate._y = 200;
}
if (deadt >= 200) {
dead2 = true;
dead = false;
}
}
}
if (dead2) {
++dead2t;
if (_root.char_name == 'bunker') {
dead2max = 300;
}
if (_root.char_name == 'toonpimp') {
dead2max = 300;
}
if (_root.char_name == 'spike') {
dead2max = 750;
}
_root.map1.fade1.gotoAndStop('o');
if (_root.char_name == 'bunker') {
gotoAndStop('out');
}
if (_root.char_name == 'toonpimp') {
gotoAndStop('out');
}
if (_root.char_name == 'spike') {
gotoAndStop('dead2');
}
if (!dd) {
stopAllSounds();
if (_root.char_name == 'bunker') {
}
if (_root.char_name == 'toonpimp') {
}
if (_root.char_name == 'spike') {
_root.music_numb = 14;
_root.musicb.a = false;
}
dd = true;
}
if (dead2t > dead2max) {
if (_root.char_name == 'bunker') {
_root.gotoAndStop('st5b');
}
if (_root.char_name == 'toonpimp') {
_root.gotoAndStop('st5c');
}
if (_root.char_name == 'spike') {
_root.attachMovie('finalfade1a', 'finalfade', 2000);
_root.finalfade.animate._x = 300;
_root.finalfade.animate._y = 200;
}
}
}
}
if (intro1) {
gotoAndStop('intro1');
}
}
if (intro2) {
++intro2t;
gotoAndStop('intro2');
if (intro2t > 15 and intro2t < 17) {
_root.attachMovie('wine1a', 'wine1' + _root.debris, _root.debris++);
_root['wine1' + _root.debris].animate._x = _x;
_root['wine1' + _root.debris].animate._y = _y - 70;
}
if (intro2t >= 200) {
intro2 = false;
}
}
}
}
}
}
movieClip 2548 reaper2a {
instance animate of movieClip 677 {
onClipEvent (load) {
_root.scythe_in = true;
tele_speed = 9;
p_distance = 100;
x_port = 400;
y_port = 60;
teleport_timer = 0;
teleport_timermax = 800;
teleport = false;
teleportt = 0;
teleportmax = 170;
pxspot = 0;
pyspot = 0;
fy_offset = -50;
fx_offset = 0;
ymin = 185;
up = true;
upt = 0;
upmax = 250;
dirsel = random(2);
if (dirsel == 0) {
rt = true;
lft = false;
}
if (dirsel == 1) {
rt = false;
lft = true;
}
dir = 1;
speed = 4.5;
rtt = 0;
rtmax = 600;
lftt = 0;
lftmax = 900;
rapey_offset = 100;
r_loss = 20;
jumptimer = 0;
jumptimermax = 100;
jump = false;
jumpht = 17.5;
jumpt = jumpht;
grav = 5;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 30;
attack2 = false;
attack2t = 0;
attack2max = 11;
attack3 = false;
attack3t = 0;
attack3max = 100;
att_3int = 0;
att_3intmax = 45;
speed = 2;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = -size;
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
dspeedx = 3;
dspeedy = 30;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.boss_start) {
gotoAndStop('chill');
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!rape) {
if (!_root.p1.animate.raped) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
}
if (!teleport) {
if (!attack1) {
if (!attack3) {
++teleport_timer;
if (teleport_timer >= teleport_timermax) {
if (!t1) {
_root.attachMovie('r_stars', 'stars1', 700);
_root.stars1.animate._x = _x;
_root.stars1.animate._y = _y;
t1 = true;
}
teleport_timer = 0;
teleport = true;
}
++att_3int;
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (_root.p1.animate._x >= _x) {
_xscale = -size;
} else {
_xscale = size;
}
if (_y < ymin) {
_y = _y + speed;
}
if (_y > ymin) {
_y = _y - speed;
}
if (rt) {
gotoAndStop('chill2');
++rtt;
_x = _x + speed;
if (_x >= rtmax) {
lft = true;
attsel = random(2);
if (attsel == 0) {
attack3 = true;
}
if (attsel == 1) {
teleport = true;
}
rt = false;
}
}
if (lft) {
gotoAndStop('chill2');
++lftt;
_x = _x - speed;
if (_x <= _root.map1._x - lftmax) {
rt = true;
attsel = random(2);
if (attsel == 0) {
attack3 = true;
}
if (attsel == 1) {
teleport = true;
}
lft = false;
}
}
}
if (attack3) {
++attack3t;
gotoAndStop('attack');
if (_root.p1.animate._x >= _x) {
_xscale = -size;
} else {
_xscale = size;
}
if (attack3t == 10) {
_root.scythe_in = false;
_root.attachMovie('l_scythe1a', 'fireball3a', 105);
_root.fireball3a.animate.dir = dir;
_root.fireball3a.animate._x = _x + pxspot;
_root.fireball3a.animate._y = _y + pyspot;
}
if (attack3t >= attack3max) {
attack3t = 0;
_root.scythe_in = true;
attack3 = false;
}
}
if (attack2) {
++attack2t;
if (!a2) {
weapon_sel = random(4);
if (_root.p1.animate._x > _x) {
dir = 1;
} else {
dir = -1;
}
a2 = true;
}
if (attack2t == 10) {
if (weapon_sel == 0) {
_root.attachMovie('scythe1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 1) {
_root.attachMovie('e_boomerang1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 2) {
_root.attachMovie('e_throwaxe1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 3) {
_root.attachMovie('scythe1a', 'fireball1' + _root.ebullet, _root.ebullet++);
}
_root['fireball1' + _root.ebullet].animate.dir = dir;
if (dir == 1) {
_root['fireball1' + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root['fireball1' + _root.ebullet].animate._x = _x - fx_offset;
}
_root['fireball1' + _root.ebullet].animate._y = _y + fy_offset;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
} else {
a2 = false;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (teleport) {
t1 = false;
++teleportt;
gotoAndStop('chill2');
if (teleportt == 1) {
if (_root.p1.animate._x > _x) {
_xscale = size;
dir = 1;
} else {
_xscale = -size;
dir = -1;
}
}
if (teleportt < 0) {
_visible = false;
}
if (teleportt >= 0 and teleportt < 15) {
_visible = false;
}
if (teleportt == 11) {
_root.attachMovie('r_stars', 'stars2', 701);
_root.stars2.animate._x = _x;
_root.stars2.animate._y = _y;
}
if (teleportt >= 10 and teleportt < 40) {
_visible = true;
if (dir == 1) {
_x = _root.p1.animate._x + p_distance;
_xscale = size;
}
if (dir == -1) {
_x = _root.p1.animate._x - p_distance;
_xscale = -size;
}
if (!sx) {
_y = _root.p1.animate._y;
sx = true;
}
}
if (teleportt >= 40 and teleportt < 90) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (dir == 1) {
_x = _x - tele_speed;
_xscale = size;
}
if (dir == -1) {
_x = _x + tele_speed;
_xscale = -size;
}
}
if (teleportt >= 90 and teleportt < 150) {
if (_root.p1.animate._x > _x) {
_xscale = -size;
} else {
_xscale = size;
}
}
if (teleportt >= 150 and teleportt < 160) {
_visible = false;
}
if (teleportt >= teleportmax) {
_visible = true;
_x = _root.map1._x - x_port;
_y = _root.map1._y - y_port;
teleportt = 0;
teleport = false;
}
} else {
sx = false;
}
}
if (_root.p1.animate.raped) {
if (_root.p1.animate._x > _x) {
_xscale = size;
dir = 1;
} else {
_xscale = -size;
dir = -1;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
idupcolor.setTransform(oldColor);
gotoAndStop('dead');
--dspeedy;
_y = _y - dspeedy;
if (dir == 1) {
_x = _x - dspeedx;
}
if (dir == -1) {
_x = _x + dspeedx;
}
++deadt;
if (deadt == 5) {
_root.attachMovie('lifeorb1a', 'lifeorb1' + _root.debris, _root.debris++);
_root['lifeorb1' + _root.debris].animate._x = _x;
_root['lifeorb1' + _root.debris].animate._y = _y;
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
}
}
movieClip 2550 {
}
movieClip 2552 {
}
movieClip 2554 {
}
movieClip 2556 {
}
movieClip 2558 {
}
movieClip 2562 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 2564 {
}
movieClip 2566 {
}
movieClip 2567 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2568 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2569 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 32 {
stop();
}
}
movieClip 2570 {
frame 17 {
head.gotoAndStop(2);
}
frame 110 {
head.gotoAndStop(2);
stop();
}
}
movieClip 2571 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 90 {
stop();
}
}
movieClip 2574 {
}
movieClip 2576 {
}
movieClip 2578 {
}
movieClip 2590 {
frame 1 {
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 20 {
sec += 1;
}
frame 40 {
if (sec >= 3) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
frame 60 {
gotoAndPlay(42);
}
}
movieClip 2606 {
frame 1 {
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 19 {
gotoAndPlay(42);
}
frame 100 {
stop();
}
}
movieClip 2607 {
frame 76 {
stop();
}
}
movieClip 2608 {
frame 1 {
stop();
}
instance limitc of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 2609 minotaur1a {
instance animate of movieClip 2608 {
onClipEvent (load) {
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 60;
attack2 = false;
attack2t = 0;
attack2max = 130;
attack3 = false;
attack3t = 0;
attack3max = 120;
att_3int = 0;
att_3intmax = 150;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 20;
_xscale = -size;
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.boss_start) {
gotoAndStop('nd');
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limitc.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
gotoAndStop('walk');
++att_3int;
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (_root.p1.animate._x > _x) {
_xscale = size;
_x = _x + speed;
} else {
_x = _x - speed;
_xscale = -size;
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attsel = random(2);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack3 = true;
}
}
}
if (attack3) {
++attack3t;
gotoAndStop('attack3');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack2');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.gas.limit.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.curse = true;
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= deadred) {
if (!de) {
_root.attachMovie('lifeorb1a', 'lifeorb1' + _root.debris, _root.debris++);
_root['lifeorb1' + _root.debris].animate._x = _x;
_root['lifeorb1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(7);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(7);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(7);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(7);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
}
}
movieClip 2612 {
}
movieClip 2614 {
}
movieClip 2618 {
}
movieClip 2621 {
}
movieClip 2625 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2627 {
}
movieClip 2629 {
}
movieClip 2630 {
}
movieClip 2634 {
frame 1 {
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 2643 {
frame 15 {
gotoAndPlay(9);
}
}
movieClip 2644 {
frame 1 {
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
frame 60 {
stop();
}
}
movieClip 2650 {
frame 1 {
meyes.gotoAndStop(3);
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
}
movieClip 2651 {
frame 1 {
meyes.gotoAndStop(3);
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 80 {
stop();
}
}
movieClip 2659 {
frame 22 {
stop();
}
}
movieClip 2660 {
frame 1 {
eyes.gotoAndStop(2);
}
}
movieClip 2661 {
frame 1 {
eyes.gotoAndStop(2);
}
frame 75 {
eyes.gotoAndStop(3);
stop();
}
}
movieClip 2662 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
}
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();
}
}
movieClip 2663 medhead1a {
instance animate of movieClip 2662 {
onClipEvent (load) {
attach = true;
up = false;
upt = 0;
upmax = 60;
upspmax = -2;
vspeed = 3;
vspeedmin = 3;
vspeedmax = -3;
dn = true;
dnt = 0;
dnmax = 60;
dnspmax = 2;
spinc = 0.02;
sy = _y;
ang = 0;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
speed = 2;
onscreen = true;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 1;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_parent._x -= _root.movespeed;
}
if (_root.movel) {
_parent._x += _root.movespeed;
}
if (_root.moveu) {
_parent._y -= _root.movespeed;
}
if (_root.moved) {
_parent._y += _root.movespeed;
}
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.strength1;
dead = true;
s = true;
}
} else {
s = false;
}
gotoAndStop('nd');
if (up) {
++upt;
if (vspeed < upspmax) {
--vspeed;
}
_y = _y - vspeed;
if (upt > upmax) {
upt = 0;
vspeed = vspeedmax;
up = false;
dn = true;
}
}
if (dn) {
++dnt;
if (vspeed < dnspmax) {
++vspeed;
}
_y = _y + vspeed;
if (dnt > upmax) {
dnt = 0;
vspeed = vspeedmin;
dn = false;
up = true;
}
}
if (dir == 1) {
_xscale = -size;
_x = _x + speed;
if (_x >= 700) {
_parent.removeMovieClip();
}
}
if (dir == -1) {
_xscale = size;
_x = _x - speed;
if (_x <= -100) {
_parent.removeMovieClip();
}
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
}
if (_root.gender_numb == 1) {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
if (_root.gender_numb == 2) {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop('none');
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
dead = true;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
dead = true;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_cum1');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'spike') {
gotoAndStop('sp_sex1');
}
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2666 {
}
movieClip 2667 {
}
movieClip 2670 {
}
movieClip 2671 {
instance of movieClip 2670 {
}
}
movieClip 2673 {
}
movieClip 2674 {
}
movieClip 2677 {
}
movieClip 2678 {
instance of movieClip 2677 {
}
}
movieClip 2680 {
}
movieClip 2681 {
}
movieClip 2683 {
}
movieClip 2684 {
}
movieClip 2686 {
}
movieClip 2687 {
}
movieClip 2690 {
}
movieClip 2691 {
instance of movieClip 2690 {
}
}
movieClip 2694 {
}
movieClip 2695 {
}
movieClip 2697 {
}
movieClip 2698 {
instance of movieClip 2697 {
}
}
movieClip 2701 {
}
movieClip 2702 {
instance of movieClip 2701 {
}
}
movieClip 2705 {
}
movieClip 2706 {
}
movieClip 2709 {
}
movieClip 2710 {
instance of movieClip 2709 {
}
}
movieClip 2712 {
}
movieClip 2713 {
instance of movieClip 2712 {
}
}
movieClip 2715 {
}
movieClip 2716 {
instance of movieClip 2715 {
}
}
movieClip 2718 {
}
movieClip 2719 {
instance of movieClip 2718 {
}
}
movieClip 2721 {
}
movieClip 2722 {
instance of movieClip 2721 {
}
}
movieClip 2725 {
}
movieClip 2726 {
}
movieClip 2728 {
}
movieClip 2729 {
}
movieClip 2731 {
}
movieClip 2732 {
}
movieClip 2734 {
}
movieClip 2735 {
}
movieClip 2737 {
}
movieClip 2738 {
}
movieClip 2741 {
}
movieClip 2742 {
}
movieClip 2744 {
}
movieClip 2745 {
}
movieClip 2746 {
}
movieClip 2748 {
}
movieClip 2749 {
}
movieClip 2753 {
}
movieClip 2754 {
}
movieClip 2755 {
frame 52 {
stop();
}
}
movieClip 2756 {
frame 40 {
stop();
}
}
movieClip 2760 {
}
movieClip 2777 {
frame 58 {
stop();
}
}
movieClip 2778 {
}
movieClip 2779 {
frame 50 {
stop();
}
}
movieClip 2781 {
}
movieClip 2783 {
}
movieClip 2785 {
}
movieClip 2786 {
instance of movieClip 2785 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2788 {
}
movieClip 2789 {
instance of movieClip 2788 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2791 {
}
movieClip 2793 {
}
movieClip 2795 {
}
movieClip 2797 {
}
movieClip 2798 {
frame 1 {
mouth.gotoAndStop(3);
eyes.gotoAndStop(2);
}
instance of movieClip 2786 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2789 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance mouth of movieClip 1260 {
}
}
movieClip 2803 {
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 22 {
gotoAndPlay(10);
}
}
movieClip 2804 {
frame 1 {
stop();
}
}
movieClip 2805 {
frame 20 {
gotoAndPlay(5);
}
}
movieClip 2808 {
}
movieClip 2811 {
}
movieClip 2815 {
}
movieClip 2816 {
frame 1 {
stop();
}
}
movieClip 2817 {
}
movieClip 2818 {
}
movieClip 2819 {
}
movieClip 2821 {
}
movieClip 2822 {
}
movieClip 2823 {
}
movieClip 2824 {
}
movieClip 2825 {
frame 1 {
stop();
}
}
movieClip 2826 {
instance character of movieClip 2825 {
onClipEvent (enterFrame) {
if (_root.fpause) {
stop();
} else {
play();
}
}
}
frame 20 {
gotoAndPlay(5);
}
}
movieClip 2827 {
frame 108 {
gotoAndPlay(84);
}
}
movieClip 2832 {
}
movieClip 2836 {
}
movieClip 2839 {
}
movieClip 2859 {
frame 1 {
if (_root.shirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.pants) {
pants._visible = true;
} else {
pants._visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 2860 {
}
movieClip 2861 {
frame 1 {
stop();
}
instance limit of movieClip 2748 {
onClipEvent (load) {
_visible = false;
}
}
instance limitc of movieClip 2748 {
onClipEvent (load) {
_visible = false;
}
}
instance limitb of movieClip 2748 {
onClipEvent (load) {
_visible = false;
}
}
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();
}
}
movieClip 2862 dragon1a {
instance animate of movieClip 2861 {
onClipEvent (load) {
dir_max = 100;
dir_min = -100;
rape = false;
rapet = 0;
rapemax = 400;
rapehalf = 300;
a = false;
fx_offset = 0;
fy_offset = -20;
r_loss = 20;
attdelay = 0;
attdelaymax = 40;
attsel = random(3);
attack_timer = 0;
attack_timermax = 200;
animate.limit._visible = false;
attack1 = false;
attack1t = 0;
attack1max = 100;
attack2 = false;
attack2t = 0;
attack2max = 100;
mapx_mid = 320;
st_speed = 3;
speed = 5;
gor = false;
gort = 0;
gormax = 200;
rmax = 500;
gol = true;
golt = 0;
lmax = 200;
golmax = 200;
stun = false;
stunt = 0;
stunmax = 400;
stunlife = 50;
stunlifemax = 50;
hitablet = 0;
life = 30;
lifemax = 30;
life2 = 50;
life2max = 50;
hit = false;
hitt = 0;
hitmax = 2;
nort = 0;
nortmax = 100;
size = 80;
dead = false;
dead_ani = 0;
deadt = 0;
deadmax = 300;
_xscale = size;
_yscale = size;
_root.qte_event = 0;
success = false;
successt = 0;
successmax = 100;
success_numb = 0;
failure = false;
failuret = 0;
failuremax = 100;
failure_numb = 0;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
main_y = 80;
stun_y = 250;
_x = _root.map1._x - 50;
_y = 80;
_root.boss_start = false;
_root.bossdead = false;
yspot = -100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
limitb._visible = false;
character.limit._visible = false;
_root.sos = life2;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!_root.boss_start) {
_xscale = -size;
}
if (_root.boss_start) {
if (!dead) {
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
if (!rape) {
_root.main_camera_mode = 2;
if (limitc.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (!stun) {
if (life <= 0) {
stun = true;
}
if (!attack1) {
if (!attack2) {
++hitablet;
if (hitablet >= 10) {
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
life -= _root.p1power;
hit = true;
}
if (limit.hitTest(_root.swep1.animate.limit)) {
if (!_root.swep1.animate.ko) {
life -= _root.sw_power;
_root.swep1.animate.ko = true;
hit = true;
}
}
}
++attack_timer;
++attdelay;
if (attack_timer >= attack_timermax) {
attack_timer = 0;
attack2 = true;
}
if (attdelay >= attdelaymax) {
if (limitb.hitTest(_root.p1.animate.limit)) {
attsel = random(3);
attack1 = true;
}
}
if (_root.p1.animate._x > _x + dir_max) {
dir = 1;
_xscale = -size;
} else {
if (_root.p1.animate._x < _x + dir_min) {
dir = -1;
_xscale = size;
}
}
if (gor) {
++gort;
if (_x < _root.map1._x + rmax) {
gotoAndStop('walk');
_x = _x + speed;
} else {
gotoAndStop('stand');
}
if (gort >= gormax) {
gort = 0;
gol = true;
gor = false;
}
}
if (gol) {
++golt;
if (_x > _root.map1._x + lmax) {
gotoAndStop('walk');
_x = _x - speed;
} else {
gotoAndStop('stand');
}
if (golt >= golmax) {
golt = 0;
gor = true;
gol = false;
}
}
if (_y < main_y) {
_y = _y + 1;
}
if (_y > main_y) {
_y = _y - 1;
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack3');
if (attack2t == 20) {
_root.attachMovie('dragon_fireball1a', 'fireball1' + _root.debris, _root.debris++);
if (dir == 1) {
_root['fireball1' + _root.debris].animate._x = _x + fx_offset;
} else {
_root['fireball1' + _root.debris].animate._x = _x - fx_offset;
}
_root['fireball1' + _root.debris].animate._y = _y + fy_offset;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
++attack1t;
attdelay = 0;
if (attsel == 0) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
gotoAndStop('attack5');
attack1max = 70;
}
if (attsel == 1) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
if (!a) {
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
a = true;
}
}
}
}
gotoAndStop('attack4');
attack1max = 75;
}
if (attsel == 2) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
gotoAndStop('attack2');
attack1max = 70;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
a = false;
}
}
if (stun) {
++stunt;
if (!s1) {
s1 = true;
}
attack1 = false;
attack1t = 0;
attack1max = 100;
attack2 = false;
attack2t = 0;
attack2max = 100;
if (_y < stun_y) {
_y = _y + 1;
}
if (_y > stun_y) {
_y = _y - 1;
}
if (stunt <= 50) {
if (dir == -1) {
_xscale = size;
_x = _x + st_speed;
} else {
_xscale = -size;
_x = _x - st_speed;
}
}
gotoAndStop('hit3');
++nort;
if (!hit) {
++hitablet;
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
life2 -= _root.p1power;
hit = true;
}
if (limit.hitTest(_root.swep1.animate.limit)) {
if (!_root.swep1.animate.ko) {
life2 -= _root.sw_power;
_root.swep1.animate.ko = true;
hit = true;
}
}
}
if (life2 <= 0) {
dead = true;
}
if (stunt >= stunmax) {
life = 20;
stunt = 0;
stun = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
if (_root.char_name == 'toonpimp') {
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
} else {
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
}
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - ply_offset;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (_root.char_name == 'toonpimp') {
gotoAndStop('rape_tp1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('rape_bf1');
}
if (_root.gender_numb == 1) {
gotoAndStop('rape_bm1');
}
if (_root.gender_numb == 2) {
gotoAndStop('rape_bm1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (dead) {
++deadt;
idupcolor.setTransform(oldColor);
if (!sd) {
stopAllSounds();
sd = true;
}
_root.bossdead = true;
_root.main_camera_mode = 0;
gotoAndStop('hit3');
if (deadt == 10) {
_root.attachMovie('lifeorb1a', 'lifeorb1' + _root.debris, _root.debris++);
_root['lifeorb1' + _root.debris].animate._x = _x;
_root['lifeorb1' + _root.debris].animate._y = _y + yspot;
}
_y = _y + 2;
if (deadt >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
}
}
movieClip 2864 {
}
movieClip 2868 {
}
movieClip 2870 {
}
movieClip 2889 {
frame 41 {
stop();
}
}
movieClip 2892 {
}
movieClip 2911 {
instance of movieClip 1652 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1655 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2937 {
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1659 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2975 {
frame 1 {
_root.monly = 0;
}
instance of movieClip 1655 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1622 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 22 {
if (_root.monly >= 10) {
gotoAndPlay(23);
}
if (_root.monly < 10) {
gotoAndPlay(2);
}
}
}
movieClip 2978 {
}
movieClip 2981 {
}
movieClip 2983 {
}
movieClip 2986 {
}
movieClip 2989 {
}
movieClip 2991 {
}
movieClip 2993 {
}
movieClip 2995 {
}
movieClip 2997 {
}
movieClip 3000 {
}
movieClip 3003 {
}
movieClip 3004 {
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2991 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2997 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3000 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3003 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3000 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2997 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3017 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2991 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2997 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3000 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3003 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3000 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2997 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 50 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
instance of movieClip 2991 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 100 {
stop();
}
}
movieClip 3030 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2991 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2997 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3000 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3003 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3000 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2997 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 50 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
instance of movieClip 2991 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 100 {
stop();
}
}
movieClip 3032 {
}
movieClip 3033 {
frame 9 {
stop();
}
}
movieClip 3034 {
frame 9 {
stop();
}
}
movieClip 3035 {
frame 46 {
stop();
}
}
movieClip 3055 {
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1659 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3074 {
instance of movieClip 1580 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1659 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3075 {
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 {
_root.score += 200;
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3076 tmonster1a {
instance animate of movieClip 3075 {
onClipEvent (load) {
rapey_offset = 150;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 70;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 40;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop('nd');
++dirt;
if (dirt >= dirmax) {
dir = -dir;
dirt = 0;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (limita.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_cum1');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_sex1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3078 {
}
movieClip 3080 {
}
movieClip 3082 {
}
movieClip 3084 {
}
movieClip 3086 {
}
movieClip 3088 {
}
movieClip 3090 {
}
movieClip 3092 {
}
movieClip 3094 {
}
movieClip 3096 {
}
movieClip 3098 {
}
movieClip 3100 {
}
movieClip 3102 {
}
movieClip 3106 {
}
movieClip 3108 {
}
movieClip 3112 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 3113 {
}
movieClip 3115 {
}
movieClip 3117 {
}
movieClip 3118 {
frame 13 {
stop();
}
}
movieClip 3119 {
frame 45 {
stop();
}
}
movieClip 3122 {
}
movieClip 3125 {
}
movieClip 3127 {
}
movieClip 3129 {
}
movieClip 3131 {
}
movieClip 3133 {
}
movieClip 3135 {
}
movieClip 3136 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(2);
eyes.gotoAndStop(2);
sec = 0;
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 20 {
sec += 1;
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(3);
eyes.gotoAndStop(2);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 62 {
gotoAndPlay(42);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
}
movieClip 3145 {
frame 1 {
tpeyes.gotoAndStop(4);
tpmouth.gotoAndStop(4);
eyes.gotoAndStop(2);
sec = 0;
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 120 {
tpeyes.gotoAndStop(1);
tpmouth.gotoAndStop(3);
eyes.gotoAndStop(1);
}
}
movieClip 3147 {
frame 1 {
eyes.gotoAndStop(2);
}
frame 31 {
stop();
}
}
movieClip 3148 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limita of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 3149 une1a {
instance animate of movieClip 3148 {
onClipEvent (load) {
p_xspot = 70;
p_yspot = -130;
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
att_timer = 0;
att_timermax = 100;
attack1 = false;
attack1t = 0;
attack1max = 60;
attack2 = false;
attack2t = 0;
attack2max = 60;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 20;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limita.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x += _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x -= _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limita.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (!attack1) {
if (!attack2) {
gotoAndStop('nd');
if (!_root.p1.animate.raped) {
++att_timer;
if (att_timer >= att_timermax) {
attsel = random(2);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack2 = true;
}
att_timer = 0;
}
}
if (_root.p1.animate._x >= _x) {
dir = 1;
} else {
dir = -1;
}
if (dir == 1) {
p_xspot = 75;
_xscale = size;
}
if (dir == -1) {
p_xspot = -75;
_xscale = -size;
}
}
if (attack2) {
++attack2t;
gotoAndStop('attack2');
if (attack2t == 5) {
_root.attachMovie('rvines1a', 'trap1', 111);
_root.trap1.animate._x = _x + 100;
_root.trap1.animate._y = _y;
_root.attachMovie('rvines1a', 'trap2', 112);
_root.trap2.animate._x = _x - 100;
_root.trap2.animate._y = _y;
_root.attachMovie('rvines1a', 'trap3', 113);
_root.trap3.animate._x = _x + 150;
_root.trap3.animate._y = _y;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (attack1t == 10) {
_root.attachMovie('enemyball1a', 'eball1' + _root.debris, _root.debris++);
_root['eball1' + _root.debris].animate._x = _x + p_xspot;
_root['eball1' + _root.debris].animate._y = _y + p_yspot;
_root['eball1' + _root.debris].animate.colortype = 3;
}
if (attack1t == 20) {
_root.attachMovie('enemyball1a', 'eball2' + _root.debris, _root.debris++);
_root['eball2' + _root.debris].animate._x = _x + p_xspot;
_root['eball2' + _root.debris].animate._y = _y + p_yspot;
_root['eball2' + _root.debris].animate.colortype = 4;
}
if (attack1t == 30) {
_root.attachMovie('enemyball1a', 'eball3' + _root.debris, _root.debris++);
_root['eball3' + _root.debris].animate._x = _x + p_xspot;
_root['eball3' + _root.debris].animate._y = _y + p_yspot;
_root['eball3' + _root.debris].animate.colortype = 5;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3151 {
}
movieClip 3153 {
}
movieClip 3155 {
}
movieClip 3157 {
}
movieClip 3159 {
}
movieClip 3163 {
}
movieClip 3168 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 3169 {
}
movieClip 3170 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3172 {
}
movieClip 3173 {
}
movieClip 3175 {
}
movieClip 3177 {
}
movieClip 3179 {
}
movieClip 3181 {
}
movieClip 3183 {
}
movieClip 3187 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 3189 {
}
movieClip 3191 {
}
movieClip 3192 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
sec = 0;
}
instance of movieClip 3187 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 2 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(2);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(1);
}
frame 25 {
sec += 1;
}
frame 51 {
if (sec >= 5) {
gotoAndPlay(52);
} else {
gotoAndPlay(2);
}
}
frame 52 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
}
frame 79 {
gotoAndPlay(52);
}
}
movieClip 3199 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
}
instance of movieClip 3187 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 115 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(3);
tpeyes.gotoAndStop(4);
}
frame 155 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
stop();
}
}
movieClip 3200 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 3201 succubus1a {
instance animate of movieClip 3200 {
onClipEvent (load) {
atdrop = 20;
atspeed = 4;
rand = 100;
randy = 200;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 35;
speed = 2;
dir = -1;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power + _root.strength1;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop('nd');
MaxX = _root.p1.animate._x + rand;
MinX = _root.p1.animate._x - rand;
MaxY = _root.p1.animate._y - 170;
MinY = _root.p1.animate._y - 200;
if (_x <= MinX) {
_x = _x + speed;
xPos = false;
} else {
if (_x >= MaxX) {
_x = _x - speed;
xPos = false;
} else {
xPos = true;
}
}
if (_y <= MinY) {
_y = _y + speed;
yPos = false;
} else {
if (_y >= MaxY) {
_y = _y - speed;
yPos = false;
} else {
yPos = true;
}
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.p1.animate._x) {
dir = -1;
_xscale = -size;
} else {
dir = 1;
_xscale = size;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
--atdrop;
_y = _y + atdrop;
if (dir == -1) {
_x = _x - atspeed;
}
if (dir == 1) {
_x = _x + atspeed;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(8);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(8);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(8);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(8);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3203 {
}
movieClip 3205 {
}
movieClip 3207 {
}
movieClip 3209 {
}
movieClip 3211 {
}
movieClip 3213 {
}
movieClip 3215 {
}
movieClip 3217 {
}
movieClip 3219 {
}
movieClip 3221 {
}
movieClip 3222 {
instance glimit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3223 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 3224 {
}
movieClip 3225 {
}
movieClip 3227 {
}
movieClip 3229 {
}
movieClip 3232 {
}
movieClip 3234 {
}
movieClip 3236 {
}
movieClip 3238 {
}
movieClip 3246 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3255 {
frame 17 {
stop();
}
}
movieClip 3256 {
frame 1 {
sec = 0;
}
instance of movieClip 1188 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3238 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 3 {
bhead.gotoAndStop(1);
}
frame 20 {
bhead.gotoAndStop(2);
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(2);
} else {
gotoAndPlay(42);
}
}
frame 42 {
bhead.gotoAndStop(3);
}
frame 52 {
bhead.gotoAndStop(2);
}
frame 62 {
gotoAndPlay(42);
}
}
movieClip 3272 {
frame 1 {
bhead.gotoAndStop(2);
}
instance of movieClip 1188 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3238 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 11 {
bhead.gotoAndStop(2);
}
frame 125 {
bhead.gotoAndStop(2);
stop();
}
}
movieClip 3274 {
frame 1 {
bhead.gotoAndStop(2);
}
instance of movieClip 1188 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3238 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 11 {
bhead.gotoAndStop(2);
}
frame 125 {
bhead.gotoAndStop(1);
stop();
}
}
movieClip 3276 {
}
movieClip 3278 {
}
movieClip 3279 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 20 {
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(3);
}
frame 62 {
gotoAndPlay(42);
}
}
movieClip 3283 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 68 {
tpmouth.gotoAndStop(4);
tpeyes.gotoAndStop(4);
}
frame 115 {
tpmouth.gotoAndStop(3);
tpeyes.gotoAndStop(1);
stop();
}
}
movieClip 3284 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 3285 merlady1a {
instance animate of movieClip 3284 {
onClipEvent (load) {
ply_offset = 100;
attach = true;
jumpin = true;
jumpin_t = 20;
ground = false;
masturbate = false;
masturbatet = 0;
masturbatemax = 120;
r_loss = 25;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 40;
spsel = random(5);
if (spsel == 0) {
speed = 2.5;
}
if (spsel == 1) {
speed = 3;
}
if (spsel == 2) {
speed = 3.5;
}
if (spsel == 3) {
speed = 4;
}
if (spsel == 4) {
speed = 4.5;
}
onscreen = true;
yspot = 80;
size = 17;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
animate.limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= 580) {
_parent.removeMovieClip();
}
if (_x <= -30) {
_parent.removeMovieClip();
}
if (onscreen) {
if (!dead) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
ground = true;
} else {
ground = false;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!jumpin) {
if (_y >= 420) {
_parent.removeMovieClip();
}
if (!rape) {
if (!attack1) {
if (!masturbate) {
if (ground) {
gotoAndStop('nd');
} else {
_y = _y + 5;
gotoAndStop('jump');
}
if (_root.p1.animate._x > _x) {
_xscale = size;
_x = _x + speed;
} else {
_x = _x - speed;
_xscale = -size;
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
}
if (masturbate) {
++masturbatet;
animate.gotoAndStop('masturbate');
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (attack1) {
++attack1t;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
gotoAndStop('attack1');
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 100;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - ply_offset;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (jumpin) {
gotoAndStop('jump');
if (_root.p1.animate._x > _x) {
_xscale = size;
} else {
_xscale = -size;
}
--jumpin_t;
_y = _y - jumpin_t;
if (jumpin_t < 0 and ground) {
jumpin = false;
}
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(4);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(4);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(4);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(4);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3287 {
}
movieClip 3289 {
}
movieClip 3291 {
}
movieClip 3293 {
}
movieClip 3296 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3297 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3298 {
frame 1 {
head.gotoAndStop(1);
}
frame 10 {
head.gotoAndStop(2);
}
frame 30 {
head.gotoAndStop(1);
}
frame 40 {
stop();
}
}
movieClip 3299 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 20 {
stop();
}
}
movieClip 3301 {
}
movieClip 3303 {
}
movieClip 3306 {
frame 1 {
head.gotoAndStop(1);
sec = 0;
}
frame 20 {
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
ehead.gotoAndStop(2);
}
frame 63 {
gotoAndPlay(42);
}
}
movieClip 3326 {
frame 50 {
head.gotoAndStop(2);
}
frame 95 {
stop();
}
}
movieClip 3329 {
}
movieClip 3330 {
frame 1 {
eye.gotoAndStop(4);
head.gotoAndStop(1);
sec = 0;
}
frame 20 {
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
eye.gotoAndStop(2);
head.gotoAndStop(1);
}
frame 63 {
gotoAndPlay(42);
}
}
movieClip 3345 {
frame 1 {
eye.gotoAndStop(3);
}
frame 50 {
head.gotoAndStop(2);
}
frame 95 {
eye.gotoAndStop(5);
stop();
}
}
movieClip 3346 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 3347 beast1a {
instance animate of movieClip 3346 {
onClipEvent (load) {
p_xspot = 0;
p_yspot = -100;
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
attack2 = false;
attack2t = 0;
attack2max = 50;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
ptimer = 0;
ptimermax = 200;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 10;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
gotoAndStop('nd');
++ptimer;
if (ptimer >= ptimermax) {
attack2 = true;
ptimer = 0;
}
if (_root.p1.animate._x >= _x) {
p_xspot = 70;
_xscale = size;
} else {
p_xspot = -70;
_xscale = -size;
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack2) {
gotoAndStop('attack2');
++attack2t;
if (attack2t == 10) {
_root.attachMovie('enemyball1a', 'eball1' + _root.debris, _root.debris++);
_root['eball1' + _root.debris].animate._x = _x + p_xspot;
_root['eball1' + _root.debris].animate._y = _y + p_yspot;
_root['eball1' + _root.debris].animate.colortype = 3;
}
if (attack2t == 20) {
_root.attachMovie('enemyball1a', 'eball2' + _root.debris, _root.debris++);
_root['eball2' + _root.debris].animate._x = _x + p_xspot;
_root['eball2' + _root.debris].animate._y = _y + p_yspot;
_root['eball2' + _root.debris].animate.colortype = 4;
}
if (attack2t == 30) {
_root.attachMovie('enemyball1a', 'eball3' + _root.debris, _root.debris++);
_root['eball3' + _root.debris].animate._x = _x + p_xspot;
_root['eball3' + _root.debris].animate._y = _y + p_yspot;
_root['eball3' + _root.debris].animate.colortype = 5;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(5);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(5);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(5);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(5);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3350 {
}
movieClip 3352 {
}
movieClip 3360 {
instance glimit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3361 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 11 {
stop();
}
}
movieClip 3365 {
}
movieClip 3368 {
}
movieClip 3369 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 2786 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 501 {
onClipEvent (load) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 20 {
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
frame 62 {
gotoAndPlay(42);
}
}
movieClip 3378 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
instance of movieClip 501 {
onClipEvent (load) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 31 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(1);
}
frame 90 {
stop();
}
}
movieClip 3380 {
}
movieClip 3382 {
}
movieClip 3383 {
}
movieClip 3384 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
}
movieClip 3385 {
}
movieClip 3386 {
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();
}
}
movieClip 3387 toothy1a {
instance animate of movieClip 3386 {
onClipEvent (load) {
masturbate = false;
masturbatet = 0;
masturbatemax = 120;
r_loss = 25;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 40;
speed = 3;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 4;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
animate.limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!rape) {
if (!attack1) {
if (!masturbate) {
gotoAndStop('nd');
if (_root.p1.animate._x > _x) {
_xscale = size;
_x = _x + speed;
} else {
_x = _x - speed;
_xscale = -size;
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
}
if (masturbate) {
++masturbatet;
animate.gotoAndStop('masturbate');
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (attack1) {
++attack1t;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
gotoAndStop('attack1');
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
_root.cam_inc = 150;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(2);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(2);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(2);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(2);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3389 {
}
movieClip 3391 {
}
movieClip 3393 {
}
movieClip 3395 {
}
movieClip 3397 {
}
movieClip 3399 {
}
movieClip 3401 {
}
movieClip 3403 {
}
movieClip 3406 {
}
movieClip 3407 {
}
movieClip 3409 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3411 {
}
movieClip 3412 {
instance of movieClip 3411 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
}
movieClip 3415 {
frame 1 {
sec = 0;
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 20 {
sec += 1;
}
frame 41 {
if (sec >= 4) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 62 {
gotoAndPlay(42);
}
}
movieClip 3420 {
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
frame 115 {
stop();
}
}
movieClip 3421 {
frame 1 {
stop();
}
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 3422 dragonlady1a {
instance animate of movieClip 3421 {
onClipEvent (load) {
atdrop = 20;
atspeed = 4;
rand = 100;
randy = 200;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
speed = 2;
dir = -1;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop('nd');
MaxX = _root.p1.animate._x + rand;
MinX = _root.p1.animate._x - rand;
MaxY = _root.p1.animate._y - 170;
MinY = _root.p1.animate._y - 200;
if (_x <= MinX) {
_x = _x + speed;
xPos = false;
} else {
if (_x >= MaxX) {
_x = _x - speed;
xPos = false;
} else {
xPos = true;
}
}
if (_y <= MinY) {
_y = _y + speed;
yPos = false;
} else {
if (_y >= MaxY) {
_y = _y - speed;
yPos = false;
} else {
yPos = true;
}
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.p1.animate._x) {
dir = -1;
_xscale = -size;
} else {
dir = 1;
_xscale = size;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
--atdrop;
_y = _y + atdrop;
if (dir == -1) {
_x = _x - atspeed;
}
if (dir == 1) {
_x = _x + atspeed;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_f_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_f_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_f_sex1');
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(3);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(3);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(3);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(3);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3424 {
}
movieClip 3426 {
}
movieClip 3428 {
}
movieClip 3430 {
}
movieClip 3432 {
}
movieClip 3434 {
}
movieClip 3435 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3436 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 3438 {
}
movieClip 3441 {
}
movieClip 3443 {
}
movieClip 3445 {
}
movieClip 3446 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 1659 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 501 {
onClipEvent (load) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
}
frame 20 {
sec += 1;
}
frame 40 {
if (sec >= 3) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
frame 60 {
gotoAndPlay(42);
}
}
movieClip 3463 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
instance of movieClip 1659 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 501 {
onClipEvent (load) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 1 or _root.gender_numb == 2) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
} else {
_visible = false;
}
}
}
frame 130 {
stop();
}
}
movieClip 3464 {
}
movieClip 3467 {
frame 1 {
speye.gotoAndStop(2);
spmouth.gotoAndStop(2);
sec = 0;
}
frame 20 {
sec += 1;
}
frame 40 {
if (sec >= 3) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
frame 42 {
speye.gotoAndStop(3);
spmouth.gotoAndStop(2);
}
frame 60 {
gotoAndPlay(42);
}
}
movieClip 3472 {
frame 1 {
speye.gotoAndStop(2);
spmouth.gotoAndStop(2);
}
frame 130 {
stop();
}
}
movieClip 3473 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 3474 bear1a {
instance animate of movieClip 3473 {
onClipEvent (load) {
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = _y + 5;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = _y - 10;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop('nd');
++dirt;
if (dirt >= dirmax) {
dir = -dir;
dirt = 0;
}
if (dir == 1) {
_xscale = size;
_x = _x + speed;
}
if (dir == -1) {
_xscale = -size;
_x = _x - speed;
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_sex1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3492 {
}
movieClip 3495 {
}
movieClip 3497 {
}
movieClip 3499 {
}
movieClip 3501 {
}
movieClip 3502 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3519 {
}
movieClip 3522 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 85 {
stop();
}
}
movieClip 3523 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3524 {
instance of movieClip 487 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 491 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3525 {
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();
}
}
movieClip 3526 ectoplasm1a {
instance animate of movieClip 3525 {
onClipEvent (load) {
r_loss = 35;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
gspeed = 3;
ch = random(2);
if (ch == 1) {
beh1 = true;
beh2 = false;
}
if (ch == 0) {
beh1 = false;
beh2 = true;
}
beh1t = 0;
beh2t = 0;
beh1max = 100 + random(300);
beh2max = 100 + random(300);
dir = random(8);
speed = 2 + random(5);
dirt = 0;
dirmax = 50;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
animate.limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmax + 50) {
dir = random(8);
speed = 2 + random(5);
}
if (_x <= _root.stagewmin - 50) {
dir = random(8);
speed = 2 + random(5);
}
if (_y >= _root.stagehmax + 50) {
dir = random(8);
speed = 2 + random(5);
}
if (_y <= _root.stagehmin - 50) {
dir = random(8);
speed = 2 + random(5);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
gotoAndStop('nd');
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.curse = true;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'toonpimp') {
_root.life -= r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.p1.animate.curse = true;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'spike') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
}
}
}
}
if (beh1) {
++beh1t;
++dirt;
if (dirt >= dirmax) {
dir = random(8);
dirt = 0;
}
if (dir == 0) {
_y = _y - speed;
}
if (dir == 1) {
_y = _y - speed;
_x = _x + speed;
}
if (dir == 2) {
_x = _x + speed;
}
if (dir == 3) {
_y = _y + speed;
_x = _x + speed;
}
if (dir == 4) {
_y = _y + speed;
}
if (dir == 5) {
_y = _y + speed;
_x = _x - speed;
}
if (dir == 6) {
_x = _x - speed;
}
if (dir == 7) {
_y = _y - speed;
_x = _x - speed;
}
if (beh1t >= beh1max) {
beh1t = 0;
beh1max = 100 + random(300);
beh2 = true;
beh1 = false;
}
}
if (beh2) {
++beh2t;
if (_root.p1.animate._x >= _x) {
_x = _x + gspeed;
_xscale = size;
} else {
_x = _x - gspeed;
_xscale = -size;
}
if (_root.p1.animate._y >= _y) {
_y = _y + gspeed;
} else {
_y = _y - gspeed;
}
if (beh2t >= beh2max) {
beh2t = 0;
beh2max = 100 + random(300);
beh1 = true;
beh2 = false;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
gotoAndStop('b_m_cum1');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
gotoAndStop('b_m_sex1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3529 {
}
movieClip 3531 {
}
movieClip 3533 {
}
movieClip 3537 {
}
movieClip 3538 {
}
movieClip 3539 {
}
movieClip 3540 {
instance limit of movieClip 1506 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 3544 {
}
movieClip 3550 {
frame 5 {
stop();
}
}
movieClip 3553 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3558 {
}
movieClip 3560 {
}
movieClip 3562 {
}
movieClip 3563 {
frame 1 {
emouth.gotoAndStop(1);
}
instance of movieClip 1188 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3238 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 15 {
emouth.gotoAndStop(2);
_root.attachMovie('spermcloud1a', 'sp1a' + _root.debris, _root.debris++);
_root['sp1a' + _root.debris].animate._x = _parent._x;
_root['sp1a' + _root.debris].animate._y = _parent._y;
}
frame 31 {
if (_root.health >= 50) {
gotoAndPlay(1);
} else {
gotoAndPlay(32);
}
}
frame 32 {
emouth.gotoAndStop(1);
}
frame 39 {
emouth.gotoAndStop(2);
_root.attachMovie('spermcloud1a', 'sp1a' + _root.debris, _root.debris++);
_root['sp1a' + _root.debris].animate._x = _parent._x;
_root['sp1a' + _root.debris].animate._y = _parent._y;
}
frame 47 {
if (_root.health >= 50) {
gotoAndPlay(1);
} else {
gotoAndPlay(32);
}
}
}
movieClip 3579 {
instance of movieClip 1188 {
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3238 {
onClipEvent (load) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0 or _root.gender_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 75 {
stop();
}
}
movieClip 3581 {
frame 20 {
stop();
}
}
movieClip 3582 {
}
movieClip 3591 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3598 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3601 {
frame 24 {
gotoAndPlay(23);
}
}
movieClip 3602 {
frame 1 {
speye.gotoAndStop(2);
spmouth.gotoAndStop(2);
sec = 0;
}
frame 15 {
sec += 1;
}
frame 31 {
if (sec >= 5) {
gotoAndPlay(32);
} else {
gotoAndPlay(2);
}
}
frame 32 {
speye.gotoAndStop(3);
spmouth.gotoAndStop(2);
}
frame 47 {
gotoAndPlay(42);
}
}
movieClip 3614 {
frame 1 {
speye.gotoAndStop(3);
spmouth.gotoAndStop(1);
}
frame 75 {
stop();
}
}
movieClip 3615 {
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();
}
}
movieClip 3616 hammerhead1a {
instance animate of movieClip 3615 {
onClipEvent (load) {
p_xspot = 0;
p_yspot = -60;
atdrop = 20;
atspeed = 4;
rand = 100;
randy = 200;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
attack2 = false;
attack2t = 0;
attack2max = 35;
attimer = 0;
attimermax = 100;
speed = 2;
dir = -1;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 6;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life -= _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
++attimer;
if (attimer >= attimermax) {
attimer = 0;
attack2 = true;
}
gotoAndStop('nd');
MaxX = _root.p1.animate._x + rand;
MinX = _root.p1.animate._x - rand;
MaxY = _root.p1.animate._y - 170;
MinY = _root.p1.animate._y - 200;
if (_x <= MinX) {
_x = _x + speed;
xPos = false;
} else {
if (_x >= MaxX) {
_x = _x - speed;
xPos = false;
} else {
xPos = true;
}
}
if (_y <= MinY) {
_y = _y + speed;
yPos = false;
} else {
if (_y >= MaxY) {
_y = _y - speed;
yPos = false;
} else {
yPos = true;
}
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.p1.animate._x) {
dir = -1;
_xscale = -size;
} else {
dir = 1;
_xscale = size;
}
}
if (attack2) {
gotoAndStop('attack2');
++attack2t;
if (attack2t == 10) {
_root.attachMovie('enemyball1a', 'eball1' + _root.debris, _root.debris++);
_root['eball1' + _root.debris].animate._x = _x + p_xspot;
_root['eball1' + _root.debris].animate._y = _y + p_yspot;
_root['eball1' + _root.debris].animate.colortype = 2;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
++attack1t;
gotoAndStop('attack1');
--atdrop;
_y = _y + atdrop;
if (dir == -1) {
_x = _x - atspeed;
}
if (dir == 1) {
_x = _x + atspeed;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie('hitspark1a', 'hitspark1' + _root.spark, _root.spark++);
_root['hitspark1' + _root.spark].animate._x = _root.p1.animate._x;
_root['hitspark1' + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife -= r_loss;
} else {
if (_root.char_name == 'bunker') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == 'toonpimp') {
_root.p1.animate.hit = true;
_root.life -= r_loss;
}
if (_root.char_name == 'spike') {
_root.life -= r_loss;
_root.desire += 0.02;
_root.rape_max_level += 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
++rapet;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
++cumt;
if (cumt >= 20) {
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_cum1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_cum1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_cum1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_cum1');
}
_root.rape_breakable = false;
_root.attachMovie('cum1a', 'cum1' + _root.debris, _root.debris++);
_root['cum1' + _root.debris].animate._x = _x;
_root['cum1' + _root.debris].animate._y = _y - 50;
_root['cum1' + _root.debris].animate.xspot = xspot;
_root['cum1' + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp_sex1');
}
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 1) {
gotoAndStop('b_m_sex1');
}
if (_root.gender_numb == 2) {
gotoAndStop('b_m_sex1');
}
}
if (_root.char_name == 'spike') {
gotoAndStop('sp_sex1');
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life -= _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
++hitt;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop('dead');
++deadt;
if (!de) {
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(6);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(6);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(6);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(6);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
frame 1 {
Stage.scaleMode = 'exactfit';
Stage.showMenu = false;
_root.quality_key = 81;
_root.rt_key = 39;
_root.lft_key = 37;
_root.up_key = 38;
_root.dn_key = 40;
_root.attk_key = 65;
_root.jump_key = 83;
_root.aux_key = 68;
_root.aux_attk = false;
_root.cont_rt = false;
_root.cont_lft = false;
_root.cont_up = false;
_root.cont_dn = false;
_root.zoomin = false;
_root.rape_breakable = false;
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = true;
_root.stage_rt = false;
_root.sound = true;
_root.music_numb = 0;
_root.spike_able = false;
_root.gotoAndPlay('loader');
}
frame 2 {
}
movieClip 3620 {
}
movieClip 3622 {
}
instance of movieClip 3622 {
onClipEvent (release) {
_root.gotoAndStop('loader');
}
}
frame 3 {
_root.sound = true;
}
frame 3 {
stop();
stopAllSounds();
_quality = 'high';
}
movieClip 3626 {
}
instance of movieClip 3626 {
onClipEvent (release) {
getURL('https://www.comdotgame.com/in/toonpimp', 'gropesville');
}
}
movieClip 3628 {
}
// unknown tag 88 length 122
movieClip 3631 {
}
instance of movieClip 3631 {
onClipEvent (load) {
rtime = _root.getBytesLoaded();
rtmax = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
if (rtime >= rtmax) {
_root.gotoAndStop('loaded');
} else {
rtime = _root.getBytesLoaded();
percentage = (rtime / rtmax) * 100;
bar._xscale = percentage * 3;
results1 = Math.floor(percentage) + '% CRACKLEVANIA 2!';
}
}
}
movieClip 3635 {
}
instance of movieClip 3635 {
onClipEvent (rollOver) {
_root.intext = 'TOON PIMP';
}
onClipEvent (rollOut) {
_root.intext = '';
}
onClipEvent (release) {
getURL('http://toonpimp.net', 'gropesville');
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay('loader');
}
}
}
movieClip 3638 {
}
instance of movieClip 3638 {
onClipEvent (release) {
getURL('https://www.patreon.com/ultimateror', 1);
}
}
movieClip 3641 {
}
instance of movieClip 3641 {
onClipEvent (release) {
getURL('https://gum.co/yHYtB', 1);
}
}
movieClip 3644 {
}
instance of movieClip 3644 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924', 1);
}
}
movieClip 3647 {
}
instance of movieClip 3647 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354', 1);
}
}
movieClip 3650 {
}
instance of movieClip 3650 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067', 1);
}
}
frame 4 {
stop();
}
movieClip 3652 {
frame 1 {
stop();
}
}
instance of movieClip 3652 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 5 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
}
movieClip 3655 {
}
movieClip 3657 {
}
instance of movieClip 3657 {
onClipEvent (release) {
_root.cont_level = 1;
if (!_root.spike_able) {
_root.gotoAndStop('charselect');
}
if (_root.spike_able) {
_root.char_name = 'spike';
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.weapon_numb = 0;
_root.gotoAndStop('prologue');
}
}
}
movieClip 3659 {
}
instance of movieClip 3659 {
onClipEvent (release) {
_root.gotoAndStop('options');
}
}
movieClip 3661 {
}
instance of movieClip 3661 {
onClipEvent (release) {
_root.gotoAndStop('credits');
}
}
instance of movieClip 3635 {
onClipEvent (rollOver) {
_root.intext = 'TOON PIMP';
}
onClipEvent (rollOut) {
_root.intext = '';
}
onClipEvent (release) {
getURL('http://toonpimp.net', 'gropesville');
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay('loader');
}
}
}
instance of movieClip 3626 {
onClipEvent (release) {
getURL('https://www.comdotgame.com/in/toonpimp', 'gropesville');
}
}
instance of movieClip 3641 {
onClipEvent (release) {
getURL('https://gum.co/yHYtB', 1);
}
}
instance of movieClip 3638 {
onClipEvent (release) {
getURL('https://www.patreon.com/ultimateror', 1);
}
}
movieClip 3663 {
}
movieClip 3665 {
frame 1 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 10 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 11 {
_root.contra = true;
stop();
}
}
movieClip 3667 {
frame 1 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(54)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(50)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 10 {
_root.spike_able = true;
stop();
}
}
movieClip 3669 {
frame 1 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
_root.gamebeat = true;
stop();
}
}
movieClip 3672 {
}
movieClip 3675 {
}
movieClip 3678 {
}
movieClip 3679 {
frame 1 {
stop();
}
instance of movieClip 3672 {
onClipEvent (release) {
_parent.nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3675 {
onClipEvent (release) {
_parent.nextFrame();
}
}
frame 3 {
stop();
}
instance of movieClip 3675 {
onClipEvent (release) {
_parent.gotoAndStop(1);
}
}
}
movieClip 3682 {
}
instance of movieClip 3682 {
onClipEvent (load) {
if (_root.gamebeat) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (release) {
if (_root.gamebeat) {
_root.gotoAndStop('gallery');
}
}
onClipEvent (enterFrame) {
if (_root.gamebeat) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 6 {
_root.hat_numb = 0;
stop();
}
movieClip 3686 {
}
movieClip 3687 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3691 {
}
movieClip 3692 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3693 {
instance of movieClip 3687 {
onClipEvent (load) {
gotoAndStop('a');
}
onClipEvent (release) {
_root.char_name = 'toonpimp';
_root.gotoAndStop('design');
}
onClipEvent (rollOver) {
gotoAndStop('b');
}
onClipEvent (rollOut) {
gotoAndStop('a');
}
}
instance of movieClip 3692 {
onClipEvent (load) {
gotoAndStop('a');
}
onClipEvent (release) {
_root.char_name = 'bunker';
_root.gotoAndStop('design');
}
onClipEvent (rollOver) {
gotoAndStop('b');
}
onClipEvent (rollOut) {
gotoAndStop('a');
}
}
}
frame 7 {
_root.pen_numb = 1;
_root.main_hat_numb = 0;
_root.main_cl_numb = 0;
_root.cl_numb = 0;
stop();
}
movieClip 3696 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance credits of movieClip 3696 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
movieClip 3697 {
frame 1 {
gotoAndStop(57);
}
frame 2 {
_root.gender_numb = 0;
stop();
}
frame 3 {
_root.gender_numb = 1;
stop();
}
frame 4 {
stop();
}
frame 5 {
_root.text1 = 'Rubella - Angry, plague-filled rat bitch.';
stop();
}
frame 6 {
_root.gender_numb = 1;
stop();
}
frame 7 {
_root.gender_numb = 1;
stop();
}
frame 8 {
_root.gender_numb = 0;
stop();
}
frame 9 {
_root.gender_numb = 0;
stop();
}
frame 10 {
_root.gender_numb = 1;
stop();
}
frame 11 {
_root.gender_numb = 1;
stop();
}
frame 12 {
_root.text1 = 'Pepto - Evil Demon that awakens every 100 years to cause chaos and mayhem.';
stop();
}
frame 13 {
_root.text1 = 'Pepto - Evil Demon that awakens every 100 years to cause chaos and mayhem.';
stop();
}
frame 14 {
_root.gender_numb = 0;
stop();
}
frame 15 {
_root.gender_numb = 0;
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
_root.gender_numb = 0;
stop();
}
frame 19 {
_root.gender_numb = 0;
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
_root.gender_numb = 0;
stop();
}
frame 23 {
_root.gender_numb = 0;
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
_root.gender_numb = 1;
stop();
}
frame 27 {
_root.gender_numb = 1;
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
_root.gender_numb = 0;
stop();
}
frame 35 {
_root.gender_numb = 0;
stop();
}
frame 36 {
_root.gender_numb = 1;
stop();
}
frame 37 {
_root.gender_numb = 1;
stop();
}
frame 38 {
_root.gender_numb = 1;
stop();
}
frame 39 {
_root.gender_numb = 1;
stop();
}
frame 40 {
_root.gender_numb = 0;
stop();
}
frame 41 {
_root.gender_numb = 1;
stop();
}
frame 42 {
_root.gender_numb = 0;
stop();
}
frame 43 {
_root.gender_numb = 0;
stop();
}
frame 44 {
stop();
}
frame 45 {
_root.gender_numb = 0;
stop();
}
frame 46 {
_root.gender_numb = 0;
stop();
}
frame 47 {
_root.gender_numb = 1;
stop();
}
frame 48 {
_root.gender_numb = 1;
stop();
}
frame 49 {
_root.gender_numb = 0;
stop();
}
frame 50 {
_root.gender_numb = 0;
stop();
}
frame 51 {
_root.gender_numb = 1;
stop();
}
frame 52 {
_root.gender_numb = 1;
stop();
}
frame 53 {
_root.gender_numb = 0;
stop();
}
frame 54 {
_root.gender_numb = 0;
stop();
}
frame 55 {
_root.gender_numb = 0;
stop();
}
frame 56 {
_root.gender_numb = 1;
stop();
}
frame 57 {
_root.gender_numb = 1;
stop();
}
frame 58 {
_root.gender_numb = 0;
stop();
}
frame 59 {
_root.gender_numb = 0;
stop();
}
frame 60 {
_root.gender_numb = 1;
stop();
}
frame 61 {
_root.gender_numb = 1;
stop();
}
frame 62 {
_root.gender_numb = 0;
stop();
}
frame 63 {
_root.gender_numb = 1;
stop();
}
frame 64 {
_root.gender_numb = 1;
stop();
}
}
movieClip 3700 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3700 {
onClipEvent (rollOver) {
gotoAndStop('d');
}
onClipEvent (rollOut) {
gotoAndStop('nd');
}
onClipEvent (release) {
if (_root.gamebeat) {
_root.anims.prevFrame();
}
}
onClipEvent (enterFrame) {
}
}
instance of movieClip 3700 {
onClipEvent (rollOver) {
gotoAndStop('d');
}
onClipEvent (rollOut) {
gotoAndStop('nd');
}
onClipEvent (release) {
if (_root.gamebeat) {
_root.anims.nextFrame();
}
}
onClipEvent (enterFrame) {
}
}
frame 8 {
stop();
}
instance credits of movieClip 3696 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 9 {
stop();
}
instance of movieClip 3696 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
movieClip 3704 {
}
movieClip 3711 {
frame 1 {
stop();
}
instance of movieClip 3620 {
onClipEvent (release) {
_quality = 'low';
_root.qualnumb = 1;
}
}
instance of movieClip 3620 {
onClipEvent (release) {
_quality = 'medium';
_root.qualnumb = 2;
}
}
instance of movieClip 3620 {
onClipEvent (release) {
_quality = 'best';
_root.qualnumb = 3;
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 3711 {
onClipEvent (load) {
if (_quality == 'LOW' or _root.qualnumb == 1) {
gotoAndStop('low');
}
if (_quality == 'MEDIUM' or _root.qualnumb == 2) {
gotoAndStop('med');
}
if (_quality == 'HIGH') {
gotoAndStop('high');
}
if (_quality == 'BEST' or _root.qualnumb == 3) {
gotoAndStop('high');
}
}
onClipEvent (enterFrame) {
if (_quality == 'LOW' or _root.qualnumb == 1) {
gotoAndStop('low');
}
if (_quality == 'MEDIUM' or _root.qualnumb == 2) {
gotoAndStop('med');
}
if (_quality == 'HIGH') {
gotoAndStop('high');
}
if (_quality == 'BEST' or _root.qualnumb == 3) {
gotoAndStop('high');
}
}
}
movieClip 3716 {
frame 1 {
stop();
}
instance of movieClip 3620 {
onClipEvent (release) {
_root.sound = true;
}
}
instance of movieClip 3620 {
onClipEvent (release) {
_root.sound = false;
}
}
frame 2 {
stop();
}
}
instance of movieClip 3716 {
onClipEvent (load) {
if (_root.sound) {
gotoAndStop('s');
}
if (!_root.sound) {
gotoAndStop('ns');
}
}
onClipEvent (enterFrame) {
if (_root.sound) {
gotoAndStop('s');
}
if (!_root.sound) {
gotoAndStop('ns');
}
}
}
frame 10 {
_root.qte = false;
if (_root.char_name == 'toonpimp') {
_root.cl_numbmax = 3;
_root.male = true;
_root.gender_numb = 1;
_root.female = false;
}
if (_root.char_name == 'bunker') {
_root.cl_numbmax = 6;
_root.gender_numb = 0;
_root.male = false;
_root.female = true;
}
_root.color_numb = 0;
_root.cl_numb = 1;
_root.main_cl_numb = _root.cl_numb;
_root.hat_numb = 0;
_root.main_hat_numb = _root.hat_numb;
_root.mainmus = 1;
_root.sub_weapon = 0;
_root.bg_color = 0;
_root.boss_color = 1;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.life = 100;
_root.lifemax = 100;
stop();
}
movieClip 3728 {
}
movieClip 3729 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3729 {
onClipEvent (load) {
idupcolor = new Color(this);
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp');
}
if (_root.char_name == 'bunker') {
gotoAndStop('bunker');
}
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3731 {
}
movieClip 3755 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3756 {
instance of movieClip 3731 {
onClipEvent (release) {
if (_root.armlife >= _root.armlifemax / 2) {
if (_root.hat_numb < 12) {
_root.hat_numb += 1;
}
if (_root.hat_numb >= 12) {
_root.hat_numb = 0;
}
} else {
_root.hat_numb = 0;
}
}
}
instance of movieClip 3731 {
onClipEvent (release) {
if (_root.char_name == 'bunker') {
if (_root.gender_numb < 3) {
_root.gender_numb += 1;
}
if (_root.gender_numb >= 3) {
_root.gender_numb = 0;
}
}
}
}
instance of movieClip 3731 {
onClipEvent (release) {
if (_root.armor) {
if (_root.cl_numb < _root.cl_numbmax) {
_root.cl_numb += 1;
}
if (_root.cl_numb >= _root.cl_numbmax) {
_root.cl_numb = 0;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
}
}
instance of movieClip 3731 {
onClipEvent (release) {
if (_root.pen_numb < 6) {
_root.pen_numb += 1;
}
if (_root.pen_numb >= 6) {
_root.pen_numb = 0;
}
}
}
instance of movieClip 3731 {
onClipEvent (release) {
_root.zoomin = true;
_root.zoomout = false;
_root.rape = false;
}
}
instance of movieClip 3731 {
onClipEvent (release) {
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
}
}
instance of movieClip 3731 {
onClipEvent (release) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
}
}
instance of movieClip 3731 {
onClipEvent (release) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
}
}
instance of movieClip 3731 {
onClipEvent (release) {
if (_root.color_numb < 7) {
_root.color_numb += 1;
}
if (_root.color_numb >= 7) {
_root.color_numb = 0;
}
}
}
instance of movieClip 3731 {
onClipEvent (release) {
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.main_hat_numb = _root.hat_numb;
_root.main_cl_numb = _root.cl_numb;
_root.weapon_numb = 0;
_root.gotoAndStop('opening');
}
}
instance of movieClip 3731 {
onClipEvent (release) {
if (_root.color_numb < 7) {
_root.color_numb += 1;
}
if (_root.color_numb >= 7) {
_root.color_numb = 0;
}
}
}
instance of movieClip 3755 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
gotoAndStop('f');
}
if (_root.gender_numb == 1) {
gotoAndStop('m');
}
if (_root.gender_numb == 2) {
gotoAndStop('h');
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
gotoAndStop('f');
}
if (_root.gender_numb == 1) {
gotoAndStop('m');
}
if (_root.gender_numb == 2) {
gotoAndStop('h');
}
}
}
instance of movieClip 3635 {
onClipEvent (rollOver) {
_root.intext = 'TOON PIMP';
}
onClipEvent (rollOut) {
_root.intext = '';
}
onClipEvent (release) {
getURL('http://toonpimp.net', 'gropesville');
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay('loader');
}
}
}
}
instance of movieClip 3756 {
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
xoffset = -175;
yoffset = -100;
xoffsetzi = -120;
yoffsetzi = -70;
xoffsetzo = -250;
yoffsetzo = -150;
xoffsetrp = -70;
yoffsetrp = -35;
s0 = 100;
s1 = 50;
s2 = 130;
s3 = 70;
if (_root.zoomin) {
size = s3;
_alpha = 100;
_x = _root.zoombox._x + xoffsetzi;
_y = _root.zoombox._y + yoffsetzi;
}
if (_root.zoomout) {
size = s2;
_alpha = 100;
_x = _root.zoombox._x + xoffsetzo;
_y = _root.zoombox._y + yoffsetzo;
}
if (_root.rape) {
size = s1;
_alpha = 60;
_x = _root.zoombox._x + xoffsetrp;
_y = _root.zoombox._y + yoffsetrp;
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_alpha = 100;
size = s0;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y + yoffset;
}
}
onClipEvent (enterFrame) {
if (!_root.qte) {
if (!_root.p1.animate.raped) {
_visible = true;
_xscale = size;
_yscale = size;
if (_root.zoomin) {
_alpha = 100;
size = s3;
_x = _root.zoombox._x + xoffsetzi;
_y = _root.zoombox._y + yoffsetzi;
}
if (_root.zoomout) {
_alpha = 100;
size = s2;
_x = _root.zoombox._x + xoffsetzo;
_y = _root.zoombox._y + yoffsetzo;
}
if (_root.rape) {
_alpha = 60;
size = s1;
_x = _root.zoombox._x + xoffsetrp;
_y = _root.zoombox._y + yoffsetrp;
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_alpha = 100;
size = s0;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y + yoffset;
}
}
if (_root.p1.animate.raped) {
_visible = false;
}
}
if (_root.qte) {
_visible = false;
}
}
}
movieClip 3758 {
frame 1 {
function camControl() {
parentColor.setTransform(camColor.getTransform());
var v4 = sX / this._width;
var v3 = sY / this._height;
_parent._x = cX - this._x * v4;
_parent._y = cY - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
}
function resetStage() {
var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
parentColor.setTransform(v2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = 'exactFit';
var cX = Stage.width / 2;
var cY = Stage.height / 2;
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
}
}
instance zoombox of movieClip 3758 {
onClipEvent (load) {
rapet = 0;
rapemax = 100;
xspot = 0;
yspot = -140;
_root.camx = _x;
_root.camy = _y;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
inc = 0.7;
main_cam_x = 275;
main_cam_y = 200;
_root.screen_size = 70;
_root.screen_size_main = 70;
_root.screen_size_close = 50;
_root.screen_size_rape = 30;
_root.screen_size_max = 100;
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
onClipEvent (enterFrame) {
_root.camx = _x;
_root.camy = _y;
if (_root.zoomout) {
_x = main_cam_x;
_y = main_cam_y - _root.ground_y_max;
if (_root.screen_size < _root.screen_size_max) {
_root.screen_size += inc;
}
if (_root.screen_size > _root.screen_size_max) {
_root.screen_size -= inc;
}
}
if (_root.zoomin) {
_x = main_cam_x;
_y = main_cam_y + _root.ground_y_min;
if (_root.screen_size > _root.screen_size_close) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_close) {
_root.screen_size += inc;
}
}
if (_root.rape) {
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
if (_root.screen_size > _root.screen_size_rape) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_rape) {
_root.screen_size += inc;
}
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_x = main_cam_x;
_y = main_cam_y;
if (_root.screen_size > _root.screen_size_main) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_main) {
_root.screen_size += inc;
}
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
}
movieClip 3760 {
}
instance of movieClip 3760 {
onClipEvent (load) {
vol = 0;
fadein = true;
fadeout = false;
stopAllSounds();
s1 = 0;
_root.mapdp = 10;
_root.ebullet = 530;
_root.pbullets = 200;
_root.shadowlayer = 70;
_root.partslayer = 500;
_root.debris = 570;
_root.itlayer = 650;
_root.spark = 680;
if (!_root.sound) {
stopAllSounds();
}
stagemusic1a = new Sound();
stagemusic1a.volume = vol;
stagemusic1a.attachSound('cnd1a');
stagemusic1a.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic1b = new Sound();
stagemusic1b.volume = vol;
stagemusic1b.attachSound('cdmain');
stagemusic1b.onSoundComplete = function () {
stagemusic1b.start();
};
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_root.male = false;
_root.female = true;
}
if (_root.gender_numb == 1) {
_root.male = true;
_root.female = false;
}
if (_root.gender_numb == 2) {
_root.male = true;
_root.female = true;
}
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
if (_root.revstop) {
_root.p1.animate.life = 100;
}
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
++vol;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
--vol;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
stagemusic1a.start();
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (_root.mapdp >= 15) {
_root.mapdp = 10;
}
if (_root.pbullets >= 230) {
_root.pbullets = 200;
}
if (_root.shadowlayer >= 79) {
_root.shadowlayer = 70;
}
if (_root.partslayer >= 515) {
_root.partslayer = 500;
}
if (_root.ebullet >= 560) {
_root.ebullet = 530;
}
if (_root.debris >= 600) {
_root.debris = 570;
}
if (_root.itlayer >= 670) {
_root.itlayer = 650;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
}
frame 11 {
stop();
}
movieClip 3765 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3765 {
onClipEvent (load) {
rtime = 0;
rtimemax = 4500;
stagemusic2a = new Sound();
stagemusic2a.attachSound('intro_snd');
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp');
}
if (_root.char_name == 'bunker') {
gotoAndStop('bunker');
}
stagego = 'st1a';
}
onClipEvent (enterFrame) {
++rtime;
if (rtime >= 2900) {
_root.fade1.gotoAndStop('out');
}
if (rtime >= rtimemax) {
_root.gotoAndStop(stagego);
}
if (_root.cont_attk) {
_root.gotoAndStop(stagego);
}
if (_root.cont_jumpb) {
_root.gotoAndStop(stagego);
}
if (_root.aux_attk) {
_root.gotoAndStop(stagego);
}
if (!a) {
stagemusic2a.start();
a = true;
}
}
}
movieClip 3768 {
}
instance of movieClip 3768 {
onClipEvent (load) {
if (_root.char_name == 'bunker') {
text1 = 'Ten years after Draculina\'s defeat, the evil haunted castle Cracklevania once again appears in the mist. Bunker, once again, must brave the evil halls of Cracklevania to banish the evil and perhaps get some answers...';
}
if (_root.char_name == 'toonpimp') {
text1 = 'Noticing the reemergence of the evil castle Cracklevania, Angry Hayter A.K.A The Toon Pimp, quickly rushes in through its evil halls to meet with its owner.';
}
speed = 0.2;
}
onClipEvent (enterFrame) {
_y = _y - speed;
}
}
movieClip 3770 {
frame 16 {
stop();
}
}
movieClip 3771 {
frame 15 {
stop();
}
}
movieClip 3772 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3774 {
}
instance of movieClip 3774 {
onClipEvent (load) {
move_ok1 = false;
move_ok2 = false;
move_ok3 = false;
move_ok4 = false;
jump_ok = false;
p1_x_max = 270;
p1_x_min = 280;
p1_y_max = 230;
p1_y_min = 270;
yes = false;
no = true;
rstop = false;
lstop = false;
qstart = false;
_root.counterstart = false;
_root.counterstartt = 0;
_root.counterstartmax = 100;
}
onClipEvent (enterFrame) {
if (!root.pause) {
if (Key.isDown(_root.rt_key)) {
_root.cont_rt = true;
_root.cont_lft = false;
if (_root.qte_type == 0) {
if (!move_ok1) {
_root.esc += _root.strength1;
move_ok1 = true;
}
}
} else {
move_ok1 = false;
_root.cont_rt = false;
}
if (Key.isDown(_root.lft_key)) {
_root.cont_lft = true;
_root.cont_rt = false;
if (_root.qte_type == 0) {
if (!move_ok2) {
_root.esc += _root.strength1;
move_ok2 = true;
}
}
} else {
move_ok2 = false;
_root.cont_lft = false;
}
if (Key.isDown(_root.up_key)) {
_root.cont_up = true;
_root.cont_dn = false;
if (_root.qte_type == 0) {
if (!move_ok3) {
_root.esc += _root.strength1;
move_ok3 = true;
}
}
} else {
move_ok3 = true;
_root.cont_up = false;
}
if (Key.isDown(_root.dn_key)) {
_root.cont_dn = true;
_root.cont_up = false;
if (_root.qte_type == 0) {
if (!move_ok4) {
_root.esc += _root.strength1;
move_ok4 = true;
}
}
} else {
move_ok4 = false;
_root.cont_dn = false;
}
if (Key.isDown(_root.attk_key)) {
if (!att_ok) {
if (_root.qte_type == 1) {
_root.esc += _root.strength1;
}
_root.cont_attk = true;
att_ok = true;
}
} else {
att_ok = false;
_root.cont_attk = false;
}
if (Key.isDown(_root.jump_key)) {
if (!jump_ok) {
if (_root.qte_type == 2) {
_root.esc += _root.strength1;
}
_root.cont_jumpb = true;
jump_ok = true;
}
} else {
jump_ok = false;
_root.cont_jumpb = false;
}
if (Key.isDown(_root.aux_key)) {
if (!aux_ok) {
if (_root.qte_type == 3) {
_root.esc += _root.strength1;
}
_root.aux_attk = true;
aux_ok = true;
}
} else {
aux_ok = false;
_root.aux_attk = false;
}
if (_root.qte_go) {
if (_root.esc > 0) {
_root.esc -= _root.desire;
}
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.raped) {
if (_root.scrollhor) {
if (_root.p1.animate._x > p1_x_min and _root.mapx >= _root.mapx_min) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if (_root.p1.animate._x < p1_x_max and _root.mapx <= _root.mapx_max) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
}
if (_root.vert_scroll) {
if (_root.p1.animate._y > p1_y_min and _root.mapy >= _root.mapy_min) {
_root.moveu = true;
_root.moved = false;
} else {
_root.moveu = false;
}
if (_root.p1.animate._y < p1_y_max and _root.mapy <= _root.mapy_max) {
_root.moved = true;
_root.moveu = false;
} else {
_root.moved = false;
}
} else {
_root.moveu = false;
}
}
if (_root.p1.animate.raped) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
if (_root.p1.animate.dead) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
if (Key.isDown(_root.quality_key)) {
if (!qstart) {
++_root.qualnumb;
qstart = true;
}
} else {
qstart = false;
}
if (_root.qualnumb >= 4) {
_root.qualnumb = 1;
}
if (_root.qualnumb == 1) {
_quality = 'low';
}
if (_root.qualnumb == 2) {
_quality = 'medium';
}
if (_root.qualnumb == 3) {
_quality = 'high';
}
}
}
}
frame 12 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = 1;
_root.music_numb = 1;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.scrollhor = false;
_root.scrollvert = false;
_root.p1bounds_max = 350;
_root.p1bounds_min = 100;
_root.mapx_max = 500;
_root.mapx_min = 0;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 250;
_root.p1.animate._y = 250;
_root.map1._x = -450;
_root.map1._y = 321;
_root.bg1._x = 231;
_root.bg1._y = 220;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.weapon_numb = 0;
_root.sub_weapon = 0;
_root.main_scroll_sp = 15;
_root.stagename = 'PROLOGUE';
_root.main_hat_numb = _root.hat_numb;
_root.main_cl_numb = _root.cl_numb;
_root.itemNumber = 7;
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
stop();
}
movieClip 3777 {
}
movieClip 3778 {
}
instance of movieClip 3778 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3779 {
}
instance of movieClip 3779 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3782 {
}
movieClip 3783 {
}
instance of movieClip 3783 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3786 {
}
movieClip 3787 {
}
movieClip 3790 {
}
movieClip 3793 {
}
movieClip 3796 {
}
movieClip 3799 {
}
movieClip 3802 {
}
movieClip 3805 {
}
movieClip 3806 {
}
movieClip 3807 {
instance of movieClip 3790 {
onClipEvent (load) {
speed = 25;
}
onClipEvent (enterFrame) {
_rotation = _rotation + speed;
}
}
instance of movieClip 3790 {
onClipEvent (load) {
speed = 25;
}
onClipEvent (enterFrame) {
_rotation = _rotation + speed;
}
}
}
instance carriage of movieClip 3807 {
onClipEvent (load) {
this.swapDepths(111);
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3809 {
}
movieClip 3810 {
}
instance map1 of movieClip 3810 {
onClipEvent (load) {
_root.enemyNumber = 2;
i = _root.enemyNumber - 1;
l_effect = false;
l_effectt = 0;
l_effectmax = 5;
effectt = 0;
effectmax = 200;
_root.bg_color = 1;
hold = false;
holdt = 0;
holdmax = 60;
_visible = false;
_root.qte = true;
xpoint = 186;
speed = 3;
opening = true;
starter = false;
startert = 0;
startermax = 400;
closer = false;
go = false;
xtimer = 0;
xtimermax = 200;
}
onClipEvent (enterFrame) {
_root.carriage._x = _x;
_root.carriage._y = _y;
if (l_effect) {
++l_effectt;
_root.bg_color = 5;
if (l_effectt >= l_effectmax) {
_root.bg_color = 1;
l_effectt = 0;
l_effect = false;
}
}
if (opening) {
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y - 20;
_root.robe._x = _root.p1.animate._x;
_root.robe._y = _root.p1.animate._y;
if (_x < xpoint) {
_x = _x + speed;
}
if (_x >= xpoint) {
if (!b) {
_root.attachMovie('stage_card1a', 'stagecard1', 2001);
b = true;
}
++xtimer;
if (xtimer >= xtimermax) {
if (!a) {
l_effect = true;
_root.attachMovie('reaper1a', 'enemy' + i, 98);
a = true;
}
}
if (!hold) {
}
if (hold) {
_root.qte = false;
starter = true;
opening = false;
}
}
}
if (!closer) {
if (starter) {
_root.robe.fall = true;
_root.robe._y = _root.p1.animate._y;
++effectt;
if (effectt >= effectmax) {
l_effect = true;
effectt = 0;
}
}
}
if (closer) {
if (_root.p1.animate.ground) {
go = true;
_root.qte = true;
}
if (go) {
_root.p1.animate._x += speed;
_root.p1.animate.gotoAndStop('stand');
_x = _x + speed;
if (_x >= 700) {
_root.gotoAndPlay('st1a');
}
}
}
}
}
movieClip 3813 {
}
movieClip 3814 {
}
instance of movieClip 3814 {
onClipEvent (load) {
this.swapDepths(112);
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3817 {
}
movieClip 3820 {
}
movieClip 3821 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance robe of movieClip 3821 {
onClipEvent (load) {
fall = false;
fallt = 0;
fallmax = 30;
speed = 10;
this.swapDepths(100);
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!fall) {
gotoAndStop('a');
}
if (fall) {
this.swapDepths(130);
gotoAndStop('b');
_x = _x - speed;
++fallt;
if (fallt >= fallmax) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
}
instance musicb of movieClip 3760 {
onClipEvent (load) {
vol = 0;
fadein = true;
fadeout = false;
stopAllSounds();
s1 = 0;
_root.pbullets = 250;
_root.ebullet = 350;
_root.debris = 550;
_root.spark = 680;
if (!_root.sound) {
stopAllSounds();
}
stagemusic1a = new Sound();
stagemusic1a.volume = vol;
stagemusic1a.attachSound('wg1a');
stagemusic1a.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic1b = new Sound();
stagemusic1b.volume = vol;
stagemusic1b.attachSound('wg1b');
stagemusic1b.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic2a = new Sound();
stagemusic2a.volume = vol;
stagemusic2a.attachSound('cast3a');
stagemusic2a.onSoundComplete = function () {
stagemusic2a.start();
};
stagemusic3a = new Sound();
stagemusic2a.volume = vol;
stagemusic3a.attachSound('hd1a');
stagemusic3a.onSoundComplete = function () {
stagemusic3a.start();
};
stagemusic4a = new Sound();
stagemusic4a.volume = vol;
stagemusic4a.attachSound('fr2a');
stagemusic4a.onSoundComplete = function () {
stagemusic4a.start();
};
stagemusic5a = new Sound();
stagemusic5a.volume = vol;
stagemusic5a.attachSound('beginning2a');
stagemusic5a.onSoundComplete = function () {
stagemusic5a.start();
};
stagemusic6a = new Sound();
stagemusic6a.volume = vol;
stagemusic6a.attachSound('bloodytears1a');
stagemusic6a.onSoundComplete = function () {
stagemusic6a.start();
};
stagemusic7a = new Sound();
stagemusic7a.volume = vol;
stagemusic7a.attachSound('cast4a');
stagemusic7a.onSoundComplete = function () {
stagemusic7a.start();
};
stagemusic8a = new Sound();
stagemusic8a.volume = vol;
stagemusic8a.attachSound('stmus4');
stagemusic8a.onSoundComplete = function () {
stagemusic8a.start();
};
stagemusic9a = new Sound();
stagemusic9a.volume = vol;
stagemusic9a.attachSound('silence');
stagemusic9a.onSoundComplete = function () {
stagemusic9a.start();
};
stagemusic10a = new Sound();
stagemusic10a.volume = vol;
stagemusic10a.attachSound('cemetary');
stagemusic10a.onSoundComplete = function () {
stagemusic10a.start();
};
stagemusic11a = new Sound();
stagemusic11a.volume = vol;
stagemusic11a.attachSound('drac1a');
stagemusic11a.onSoundComplete = function () {
stagemusic11b.start();
};
stagemusic11b = new Sound();
stagemusic11b.volume = vol;
stagemusic11b.attachSound('drac1b');
stagemusic11b.onSoundComplete = function () {
stagemusic11b.start();
};
stagemusic12a = new Sound();
stagemusic12a.volume = vol;
stagemusic12a.attachSound('spikem1a');
stagemusic12a.onSoundComplete = function () {
stagemusic12a.start();
};
stagemusic13a = new Sound();
stagemusic13a.volume = vol;
stagemusic13a.attachSound('simonsloop1a');
stagemusic13a.onSoundComplete = function () {
stagemusic13b.start();
};
stagemusic14a = new Sound();
stagemusic14a.volume = vol;
stagemusic14a.attachSound('dracdead1a');
stagemusic14a.onSoundComplete = function () {
stopAllSounds();
_root.attachMovie('finalfade1a', 'finalfade', 2000);
_root.finalfade.animate._x = 300;
_root.finalfade.animate._y = 200;
};
stagemusic13b = new Sound();
stagemusic13b.volume = vol;
stagemusic13b.attachSound('simonsloop1b');
stagemusic13b.onSoundComplete = function () {
stagemusic13b.start();
};
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_root.male = false;
_root.female = true;
}
if (_root.gender_numb == 1) {
_root.male = true;
_root.female = false;
}
if (_root.gender_numb == 2) {
_root.male = true;
_root.female = true;
}
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
if (_root.revstop) {
_root.p1.animate.life = 100;
}
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
++vol;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
--vol;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
if (_root.music_numb == 1) {
stagemusic3a.start();
}
if (_root.music_numb == 2) {
stagemusic1a.start();
}
if (_root.music_numb == 3) {
stagemusic2a.start();
}
if (_root.music_numb == 4) {
stagemusic4a.start();
}
if (_root.music_numb == 5) {
stagemusic5a.start();
}
if (_root.music_numb == 6) {
stagemusic6a.start();
}
if (_root.music_numb == 7) {
stagemusic7a.start();
}
if (_root.music_numb == 8) {
stagemusic8a.start();
}
if (_root.music_numb == 9) {
stagemusic9a.start();
}
if (_root.music_numb == 10) {
stagemusic10a.start();
}
if (_root.music_numb == 11) {
stagemusic11a.start();
}
if (_root.music_numb == 12) {
stagemusic12a.start();
}
if (_root.music_numb == 13) {
stagemusic13a.start();
}
if (_root.music_numb == 14) {
stagemusic14a.start();
}
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (_root.armlife >= _root.armlifemax) {
_root.armlife = _root.armlifemax;
}
if (_root.armlife <= 0) {
_root.armlife = 0;
}
if (_root.life >= _root.lifemax) {
_root.life = _root.lifemax;
}
if (_root.life <= 0) {
_root.life = 0;
}
if (_root.magic >= _root.magicmax) {
_root.magic = _root.magicmax;
}
if (_root.magic <= 0) {
_root.magic = 0;
}
if (_root.debris >= 600) {
_root.debris = 550;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
if (_root.ebullet >= 400) {
_root.ebullet = 350;
}
if (_root.pbullets >= 300) {
_root.pbullets = 250;
}
}
}
instance of movieClip 3774 {
onClipEvent (load) {
move_ok1 = false;
move_ok2 = false;
move_ok3 = false;
move_ok4 = false;
jump_ok = false;
p1_x_max = 270;
p1_x_min = 280;
p1_y_max = 230;
p1_y_min = 270;
yes = false;
no = true;
rstop = false;
lstop = false;
qstart = false;
_root.counterstart = false;
_root.counterstartt = 0;
_root.counterstartmax = 100;
}
onClipEvent (enterFrame) {
if (!root.pause) {
if (Key.isDown(_root.rt_key)) {
_root.cont_rt = true;
_root.cont_lft = false;
if (_root.qte_type == 0) {
if (!move_ok1) {
_root.esc += _root.strength1;
move_ok1 = true;
}
}
} else {
move_ok1 = false;
_root.cont_rt = false;
}
if (Key.isDown(_root.lft_key)) {
_root.cont_lft = true;
_root.cont_rt = false;
if (_root.qte_type == 0) {
if (!move_ok2) {
_root.esc += _root.strength1;
move_ok2 = true;
}
}
} else {
move_ok2 = false;
_root.cont_lft = false;
}
if (Key.isDown(_root.up_key)) {
_root.cont_up = true;
_root.cont_dn = false;
if (_root.qte_type == 0) {
if (!move_ok3) {
_root.esc += _root.strength1;
move_ok3 = true;
}
}
} else {
move_ok3 = true;
_root.cont_up = false;
}
if (Key.isDown(_root.dn_key)) {
_root.cont_dn = true;
_root.cont_up = false;
if (_root.qte_type == 0) {
if (!move_ok4) {
_root.esc += _root.strength1;
move_ok4 = true;
}
}
} else {
move_ok4 = false;
_root.cont_dn = false;
}
if (Key.isDown(_root.attk_key)) {
if (!att_ok) {
if (_root.qte_type == 1) {
_root.esc += _root.strength1;
}
_root.cont_attk = true;
att_ok = true;
}
} else {
att_ok = false;
_root.cont_attk = false;
}
if (Key.isDown(_root.jump_key)) {
if (!jump_ok) {
if (_root.qte_type == 2) {
_root.esc += _root.strength1;
}
_root.cont_jumpb = true;
jump_ok = true;
}
} else {
jump_ok = false;
_root.cont_jumpb = false;
}
if (Key.isDown(_root.aux_key)) {
if (!aux_ok) {
if (_root.qte_type == 3) {
_root.esc += _root.strength1;
}
_root.aux_attk = true;
aux_ok = true;
}
} else {
aux_ok = false;
_root.aux_attk = false;
}
if (_root.qte_go) {
if (_root.esc > 0) {
_root.esc -= _root.desire;
}
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.raped) {
if (_root.scrollhor) {
if (_root.p1.animate._x > p1_x_min and _root.mapx >= _root.mapx_min) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if (_root.p1.animate._x < p1_x_max and _root.mapx <= _root.mapx_max) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
}
if (_root.vert_scroll) {
if (_root.p1.animate._y > p1_y_min and _root.mapy >= _root.mapy_min) {
_root.moveu = true;
_root.moved = false;
} else {
_root.moveu = false;
}
if (_root.p1.animate._y < p1_y_max and _root.mapy <= _root.mapy_max) {
_root.moved = true;
_root.moveu = false;
} else {
_root.moved = false;
}
} else {
_root.moveu = false;
}
}
if (_root.p1.animate.raped) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
if (_root.p1.animate.dead) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
if (Key.isDown(_root.quality_key)) {
if (!qstart) {
++_root.qualnumb;
qstart = true;
}
} else {
qstart = false;
}
if (_root.qualnumb >= 4) {
_root.qualnumb = 1;
}
if (_root.qualnumb == 1) {
_quality = 'low';
}
if (_root.qualnumb == 2) {
_quality = 'medium';
}
if (_root.qualnumb == 3) {
_quality = 'high';
}
}
}
}
movieClip 3823 {
}
instance of movieClip 3823 {
onClipEvent (enterFrame) {
_root.moveu = false;
_root.movel = false;
if (_root.map1._x <= _root.mapx_min + 5) {
if (_root.p1.animate._x > 545) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = true;
_root.stage_rt = false;
}
}
if (_root.map1._x > _root.mapx_max - 5) {
if (_root.p1.animate._x < 0) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = false;
_root.stage_rt = true;
}
}
}
}
movieClip 3826 {
}
movieClip 3827 {
}
instance of movieClip 3827 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
}
movieClip 3830 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3831 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 3836 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3838 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3840 {
instance of movieClip 3830 {
onClipEvent (load) {
if (_root.char_name == 'bunker') {
gotoAndStop('b');
}
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp');
}
if (_root.char_name == 'spike') {
gotoAndStop('s');
}
}
}
instance of movieClip 3755 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
gotoAndStop('f');
}
if (_root.gender_numb == 1) {
gotoAndStop('m');
}
if (_root.gender_numb == 2) {
gotoAndStop('h');
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
gotoAndStop('f');
}
if (_root.gender_numb == 1) {
gotoAndStop('m');
}
if (_root.gender_numb == 2) {
gotoAndStop('h');
}
}
}
instance of movieClip 3831 {
onClipEvent (load) {
if (_root.char_name == 'bunker') {
if (_root.sub_weapon == 0) {
gotoAndStop('none');
}
if (_root.sub_weapon == 1) {
gotoAndStop('a');
}
if (_root.sub_weapon == 2) {
gotoAndStop('b');
}
if (_root.sub_weapon == 3) {
gotoAndStop('c');
}
if (_root.sub_weapon == 4) {
gotoAndStop('d');
}
} else {
if (_root.char_name == 'spike') {
if (_root.sub_weapon == 0) {
gotoAndStop('none');
}
if (_root.sub_weapon == 1) {
gotoAndStop('a');
}
if (_root.sub_weapon == 2) {
gotoAndStop('b');
}
if (_root.sub_weapon == 3) {
gotoAndStop('c');
}
if (_root.sub_weapon == 4) {
gotoAndStop('d');
}
} else {
gotoAndStop('none');
}
}
}
onClipEvent (enterFrame) {
if (_root.char_name == 'bunker') {
if (_root.sub_weapon == 0) {
gotoAndStop('none');
}
if (_root.sub_weapon == 1) {
gotoAndStop('a');
}
if (_root.sub_weapon == 2) {
gotoAndStop('b');
}
if (_root.sub_weapon == 3) {
gotoAndStop('c');
}
if (_root.sub_weapon == 4) {
gotoAndStop('d');
}
} else {
if (_root.char_name == 'spike') {
if (_root.sub_weapon == 0) {
gotoAndStop('none');
}
if (_root.sub_weapon == 1) {
gotoAndStop('a');
}
if (_root.sub_weapon == 2) {
gotoAndStop('b');
}
if (_root.sub_weapon == 3) {
gotoAndStop('c');
}
if (_root.sub_weapon == 4) {
gotoAndStop('d');
}
} else {
gotoAndStop('none');
}
}
}
}
instance plifemax of movieClip 3836 {
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
}
instance plifemax of movieClip 3836 {
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
}
}
instance of movieClip 3840 {
onClipEvent (load) {
plife._width = _root.life;
armorbar._width = _root.armlife;
staminabar._width = _root.magic * 2;
xoffset = -170;
yoffset = -145;
xoffsetzi = -120;
yoffsetzi = -70;
xoffsetzo = -250;
yoffsetzo = -200;
xoffsetrp = -70;
yoffsetrp = -35;
s0 = 50;
s1 = 50;
s2 = 60;
s3 = 70;
if (_root.zoomin) {
size = s3;
_alpha = 100;
_x = _root.zoombox._x + xoffsetzi;
_y = _root.zoombox._y + yoffsetzi;
}
if (_root.zoomout) {
size = s2;
_alpha = 100;
_x = _root.zoombox._x + xoffsetzo;
_y = _root.zoombox._y + yoffsetzo;
}
if (_root.rape) {
size = s1;
_alpha = 60;
_x = _root.zoombox._x + xoffsetrp;
_y = _root.zoombox._y + yoffsetrp;
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_alpha = 100;
size = s0;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y + yoffset;
}
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
plife._width = _root.life;
if (_root.life >= 100) {
plife._width = 100;
}
if (_root.life <= 0) {
plife._width = 0;
}
armorbar._width = _root.armlife;
if (_root.armlife <= 0) {
armorbar._width = 0;
}
if (_root.armlife >= 100) {
armorbar._width = 100;
}
staminabar._width = _root.magic * 2;
if (_root.magic >= 100) {
staminabar._width = 200;
}
if (_root.magic <= 0) {
staminabar._width = 0;
}
if (!_root.qte) {
if (!_root.p1.animate.raped) {
_visible = true;
_xscale = size;
_yscale = size;
if (_root.zoomin) {
_alpha = 100;
size = s3;
_x = _root.zoombox._x + xoffsetzi;
_y = _root.zoombox._y + yoffsetzi;
}
if (_root.zoomout) {
_alpha = 100;
size = s2;
_x = _root.zoombox._x + xoffsetzo;
_y = _root.zoombox._y + yoffsetzo;
}
if (_root.rape) {
_alpha = 60;
size = s1;
_x = _root.zoombox._x + xoffsetrp;
_y = _root.zoombox._y + yoffsetrp;
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_alpha = 100;
size = s0;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y + yoffset;
}
}
if (_root.p1.animate.raped) {
_visible = false;
}
}
if (_root.qte) {
_visible = false;
}
}
}
instance zoombox of movieClip 3758 {
onClipEvent (load) {
rapet = 0;
rapemax = 100;
xspot = 0;
yspot = -140;
_root.camx = _x;
_root.camy = _y;
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
inc = 0.7;
main_cam_x = 275;
main_cam_y = 200;
_root.screen_size = 20;
_root.screen_size_main = 70;
_root.screen_size_close = 50;
_root.screen_size_rape = 55;
_root.screen_size_max = 100;
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
onClipEvent (enterFrame) {
_root.camx = _x;
_root.camy = _y;
if (_root.zoomout) {
_x = main_cam_x;
_y = main_cam_y - _root.ground_y_max;
if (_root.screen_size < _root.screen_size_max) {
_root.screen_size += inc;
}
if (_root.screen_size > _root.screen_size_max) {
_root.screen_size -= inc;
}
}
if (_root.zoomin) {
_x = main_cam_x;
_y = main_cam_y + _root.ground_y_min;
if (_root.screen_size > _root.screen_size_close) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_close) {
_root.screen_size += inc;
}
}
if (_root.rape) {
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
if (_root.screen_size > _root.screen_size_rape) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_rape) {
_root.screen_size += inc;
}
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_x = main_cam_x;
_y = main_cam_y;
if (_root.screen_size > _root.screen_size_main) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_main) {
_root.screen_size += inc;
}
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
}
movieClip 3841 {
frame 16 {
stop();
_parent.removeMovieClip();
}
}
instance of movieClip 3841 {
onClipEvent (load) {
this.swapDepths(4000);
}
}
frame 13 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.cont_level = 2;
_root.dir = 1;
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
stopAllSounds();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1000;
_root.mapx_min = -1800;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
if (_root.char_name == 'bunker') {
_root.music_numb = 5;
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.music_numb = 2;
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.music_numb = 12;
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_max;
_root.map1._y = 321;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.itemNumber = 7;
_root.attachMovie('bear1a', 'enemy1', 101);
_root.enemy1.animate._x = 1550;
_root.enemy1.animate._y = 370;
_root.attachMovie('bear1a', 'enemy2', 102);
_root.enemy2.animate._x = 1750;
_root.enemy2.animate._y = 370;
_root.attachMovie('bear1a', 'enemy3', 103);
_root.enemy3.animate._x = 2000;
_root.enemy3.animate._y = 370;
_root.attachMovie('bear1a', 'enemy4', 104);
_root.enemy4.animate._x = 2300;
_root.enemy4.animate._y = 370;
stop();
}
movieClip 3842 {
}
instance of movieClip 3842 {
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
xoffset = 0;
yoffset = 0;
xoffsetzi = 0;
yoffsetzi = 0;
xoffsetzo = 0;
yoffsetzo = 0;
xoffsetrp = 0;
yoffsetrp = 0;
s0 = 100;
s1 = 100;
s2 = 300;
s3 = 100;
if (_root.zoomin) {
size = s3;
_x = _root.zoombox._x + xoffsetzi;
_y = _root.zoombox._y + yoffsetzi;
}
if (_root.zoomout) {
size = s2;
_x = _root.zoombox._x + xoffsetzo;
_y = _root.zoombox._y + yoffsetzo;
}
if (_root.rape) {
size = s1;
_x = _root.zoombox._x + xoffsetrp;
_y = _root.zoombox._y + yoffsetrp;
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
size = s0;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y + yoffset;
}
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
_xscale = size;
_yscale = size;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.zoomin) {
size = s3;
_x = _root.zoombox._x + xoffsetzi;
_y = _root.zoombox._y + yoffsetzi;
}
if (_root.zoomout) {
size = s2;
_x = _root.zoombox._x + xoffsetzo;
_y = _root.zoombox._y + yoffsetzo;
}
if (_root.rape) {
size = s1;
_x = _root.zoombox._x + xoffsetrp;
_y = _root.zoombox._y + yoffsetrp;
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
size = s0;
_x = _root.zoombox._x + xoffset;
_y = _root.zoombox._y + yoffset;
}
}
}
movieClip 3847 {
}
movieClip 3850 {
}
movieClip 3853 {
}
movieClip 3854 {
}
instance bg1 of movieClip 3854 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 3856 {
}
movieClip 3860 {
}
movieClip 3863 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3863 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 3870 {
}
movieClip 3871 {
}
movieClip 3873 {
}
movieClip 3874 {
}
movieClip 3875 {
}
movieClip 3876 {
}
movieClip 3877 {
}
movieClip 3878 {
frame 19 {
stop();
}
}
movieClip 3879 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 8;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(125);
removeMovieClip(this);
}
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 3;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(126);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(127);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(128);
removeMovieClip(this);
}
}
}
}
}
instance itemholder5 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(129);
removeMovieClip(this);
}
}
}
}
}
instance zoombox of movieClip 3758 {
onClipEvent (load) {
rapet = 0;
rapemax = 100;
xspot = 0;
yspot = -140;
_root.camx = _x;
_root.camy = _y;
_root.cam_inc = 0;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
inc = 0.7;
main_cam_x = 275;
main_cam_y = 200;
_root.screen_size = 70;
_root.screen_size_main = 70;
_root.screen_size_close = 55;
_root.screen_size_rape = 50;
_root.screen_size_max = 100;
_xscale = _root.screen_size;
_yscale = _root.screen_size;
_root.main_camera_mode = 0;
_root.camera_mode = _root.main_camera_mode;
}
onClipEvent (enterFrame) {
_root.camx = _x;
_root.camy = _y;
if (_root.p1.animate.raped) {
_root.camera_mode = 3;
} else {
_root.camera_mode = _root.main_camera_mode;
}
if (_root.camera_mode == 0) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
}
if (_root.camera_mode == 1) {
_root.zoomin = true;
_root.zoomout = false;
_root.rape = false;
}
if (_root.camera_mode == 2) {
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
}
if (_root.camera_mode == 3) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
}
if (!_root.rape) {
if (_root.zoomout) {
_x = main_cam_x;
_y = main_cam_y - _root.ground_y_max;
if (_root.screen_size < _root.screen_size_max) {
_root.screen_size += inc;
}
if (_root.screen_size > _root.screen_size_max) {
_root.screen_size -= inc;
}
}
if (_root.zoomin) {
_x = main_cam_x;
_y = main_cam_y + _root.ground_y_min;
if (_root.screen_size > _root.screen_size_close) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_close) {
_root.screen_size += inc;
}
}
}
if (_root.rape) {
if (_y < _root.p1.animate._y) {
_y = _y + 1;
}
if (_y > _root.p1.animate._y) {
_y = _y - 1;
}
if (_root.screen_size > _root.screen_size_rape) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_rape) {
_root.screen_size += inc;
}
}
if (!_root.zoomin and !_root.zoomout and !_root.rape) {
_x = main_cam_x;
_y = main_cam_y;
if (_root.screen_size > _root.screen_size_main) {
_root.screen_size -= inc;
}
if (_root.screen_size < _root.screen_size_main) {
_root.screen_size += inc;
}
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
}
frame 14 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 747;
_root.mapx_min = -3332;
_root.mapy_max = 1023;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.music_numb = 1;
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.music_numb = 2;
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 308;
_root.map1._x = _root.mapx_max;
_root.map1._y = 282;
_root.enemyNumber = 15;
_root.attachMovie('bear1a', 'enemy1', 101);
_root.enemy1.animate._x = 1000;
_root.enemy1.animate._y = 340;
_root.attachMovie('bear1a', 'enemy2', 102);
_root.enemy2.animate._x = 1250;
_root.enemy2.animate._y = 340;
_root.attachMovie('toothy1a', 'enemy3', 103);
_root.enemy3.animate._x = 1500;
_root.enemy3.animate._y = 320;
_root.attachMovie('bear1a', 'enemy4', 104);
_root.enemy4.animate._x = 1750;
_root.enemy4.animate._y = 340;
_root.attachMovie('bear1a', 'enemy5', 105);
_root.enemy5.animate._x = 2000;
_root.enemy5.animate._y = 340;
_root.attachMovie('toothy1a', 'enemy6', 106);
_root.enemy6.animate._x = 2250;
_root.enemy6.animate._y = 320;
_root.attachMovie('bear1a', 'enemy7', 107);
_root.enemy7.animate._x = 2500;
_root.enemy7.animate._y = 340;
_root.attachMovie('bear1a', 'enemy8', 108);
_root.enemy8.animate._x = 2700;
_root.enemy8.animate._y = 340;
_root.attachMovie('toothy1a', 'enemy9', 109);
_root.enemy9.animate._x = 3000;
_root.enemy9.animate._y = 320;
_root.attachMovie('bear1a', 'enemy10', 110);
_root.enemy10.animate._x = 3200;
_root.enemy10.animate._y = 340;
_root.attachMovie('toothy1a', 'enemy11', 111);
_root.enemy11.animate._x = 3400;
_root.enemy11.animate._y = 320;
stop();
}
movieClip 3882 {
}
movieClip 3885 {
}
movieClip 3888 {
}
movieClip 3891 {
}
movieClip 3894 {
}
movieClip 3897 {
}
movieClip 3900 {
}
movieClip 3903 {
}
movieClip 3904 {
}
movieClip 3907 {
}
movieClip 3910 {
}
movieClip 3913 {
}
movieClip 3916 {
}
movieClip 3919 {
}
movieClip 3922 {
}
movieClip 3925 {
}
movieClip 3928 {
}
movieClip 3931 {
}
movieClip 3934 {
}
movieClip 3937 {
}
movieClip 3940 {
}
movieClip 3941 {
}
movieClip 3942 {
}
instance bg1 of movieClip 3942 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 3944 {
}
movieClip 3948 {
}
movieClip 3949 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3949 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 15 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = true;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1065;
_root.mapx_min = 515;
_root.mapy_max = 1050;
_root.mapy_min = 320;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.music_numb = 1;
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.music_numb = 2;
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_max;
_root.map1._y = _root.mapy_min;
_root.enemyNumber = 15;
_root.attachMovie('bear1a', 'enemy1', 101);
_root.enemy1.animate._x = 500;
_root.enemy1.animate._y = 200;
_root.attachMovie('bear1a', 'enemy2', 102);
_root.enemy2.animate._x = 500;
_root.enemy2.animate._y = -200;
_root.attachMovie('bear1a', 'enemy3', 103);
_root.enemy3.animate._x = 400;
_root.enemy3.animate._y = -500;
_root.attachMovie('bear1a', 'enemy4', 104);
_root.enemy4.animate._x = 600;
_root.enemy4.animate._y = -500;
stop();
}
movieClip 3952 {
}
movieClip 3954 {
}
movieClip 3956 {
}
movieClip 3960 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3960 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 7;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
this.swapDepths(127);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 4;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
this.swapDepths(129);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
frame 16 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1750;
_root.mapx_min = -1025;
_root.mapy_max = 1050;
_root.mapy_min = 320;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.music_numb = 1;
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.music_numb = 2;
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_max;
_root.map1._y = 295;
_root.enemyNumber = 15;
_root.attachMovie('toothy1a', 'enemy1', 101);
_root.enemy1.animate._x = 1550;
_root.enemy1.animate._y = 350;
_root.attachMovie('dragonlady1a', 'enemy2', 102);
_root.enemy2.animate._x = 1750;
_root.enemy2.animate._y = 300;
_root.attachMovie('toothy1a', 'enemy3', 103);
_root.enemy3.animate._x = 2000;
_root.enemy3.animate._y = 350;
_root.attachMovie('dragonlady1a', 'enemy4', 104);
_root.enemy4.animate._x = 2300;
_root.enemy4.animate._y = 300;
_root.attachMovie('ectoplasm1a', 'enemy5', 105);
_root.enemy5.animate._x = 2000;
_root.enemy5.animate._y = 300;
_root.attachMovie('ectoplasm1a', 'enemy6', 106);
_root.enemy6.animate._x = 1100;
_root.enemy6.animate._y = 300;
stop();
}
movieClip 3963 {
}
movieClip 3966 {
}
movieClip 3969 {
}
movieClip 3972 {
}
movieClip 3975 {
}
movieClip 3977 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3977 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 3980 {
}
movieClip 3981 {
}
movieClip 3982 {
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();
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(127);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(128);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(129);
removeMovieClip(this);
}
}
}
}
}
frame 17 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.cont_level = 3;
_root.esc = 0;
_root.escmax = 10;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.music_numb = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1000;
_root.mapx_min = -200;
_root.mapy_max = 1050;
_root.mapy_min = 320;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.dir = 1;
_root.p1.animate._x = 20;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_max;
_root.map1._y = 300;
_root.enemyNumber = 24;
_root.attachMovie('minotaur1a', 'boss1', 101);
_root.boss1.animate._x = 950;
_root.boss1.animate._y = 350;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = false;
mapx_introstart = 500;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x <= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 200;
_root.p1.animate._y = 310;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (_root.char_name == 'toonpimp') {
if (mess_numb == 1) {
_root.text1 = 'Fool, How dare you enter the hallowed halls of Cracklevania!';
_root.boxcolor = 3;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Your master has something I want!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'This whole castle!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'How dare you speak ill of Cracklevania!';
_root.boxcolor = 3;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'bunker') {
if (mess_numb == 1) {
_root.text1 = 'Fool, How dare you enter the hallowed halls of Cracklevania!';
_root.boxcolor = 3;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Out of the way, FOUL BEAST!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'I\'ll make you regret those words, intruder!';
_root.boxcolor = 3;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
movieClip 3985 {
}
instance of movieClip 3985 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 3987 {
}
movieClip 3990 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (_root.bossdead) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 3990 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 1;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(125);
removeMovieClip(this);
}
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 2;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(126);
removeMovieClip(this);
}
}
}
}
}
frame 18 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = 1;
_root.itemNumber = 7;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 730;
_root.mapx_min = -181;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 9;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 375;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.enemyNumber = 12;
stop();
}
instance of movieClip 3823 {
onClipEvent (enterFrame) {
_root.moveu = false;
_root.movel = false;
if (_root.map1._x <= _root.mapx_min + 5) {
if (_root.p1.animate._x > 545) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = true;
_root.stage_rt = false;
}
}
if (_root.map1._x > _root.mapx_max - 5) {
if (_root.p1.animate._x < 0) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = false;
_root.stage_rt = true;
}
}
}
}
movieClip 3995 {
}
movieClip 3996 {
}
instance of movieClip 3996 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 3997 {
}
movieClip 3998 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3998 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4001 {
}
movieClip 4002 {
}
instance of movieClip 4002 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4003 {
}
movieClip 4005 {
}
movieClip 4007 {
}
movieClip 4009 {
}
movieClip 4011 {
}
movieClip 4013 {
}
movieClip 4015 {
}
movieClip 4017 {
}
movieClip 4019 {
}
movieClip 4021 {
}
movieClip 4023 {
}
movieClip 4024 {
}
movieClip 4029 {
}
movieClip 4031 {
}
movieClip 4032 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder3 of movieClip 4032 {
onClipEvent (load) {
this.swapDepths(127);
hit = false;
hitt = 0;
hitmax = 250;
life = 1;
size = 85;
_xscale = size;
_yscale = size;
limit._visible = false;
yspot = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('ns');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('s');
++hitt;
if (!a) {
randomsel = random(9);
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = randomsel;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
a = true;
}
if (hitt >= hitmax / 1.5) {
_alpha = 50;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
movieClip 4033 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder3 of movieClip 4033 {
onClipEvent (load) {
this.swapDepths(128);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('ns');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('s');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
movieClip 4034 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4035 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4036 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 19 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = 1;
_root.cont_level = 4;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2453;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 6;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 295;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('beast1a', 'enemy4', 104);
_root.enemy4.animate._x = 750;
_root.enemy4.animate._y = 275;
_root.attachMovie('beast1a', 'enemy5', 105);
_root.enemy5.animate._x = 1500;
_root.enemy5.animate._y = 275;
_root.attachMovie('beast1a', 'enemy6', 106);
_root.enemy6.animate._x = 2200;
_root.enemy6.animate._y = 275;
_root.attachMovie('beast1a', 'enemy7', 107);
_root.enemy7.animate._x = 3850;
_root.enemy7.animate._y = 275;
stop();
}
movieClip 4039 {
}
instance of movieClip 4039 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 4041 {
}
movieClip 4044 {
}
movieClip 4047 {
}
movieClip 4050 {
}
movieClip 4051 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4051 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 8;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(125);
removeMovieClip(this);
}
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 3;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(126);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(127);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(128);
removeMovieClip(this);
}
}
}
}
}
instance itemholder5 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(129);
removeMovieClip(this);
}
}
}
}
}
movieClip 4053 {
}
instance of movieClip 4053 {
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
++addt;
if (addt >= addmax) {
_root.attachMovie('medhead1a', 'enemy2', 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
++add2t;
if (add2t >= add2max) {
_root.attachMovie('medhead1a', 'enemy3', 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
}
frame 20 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2453;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 295;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('hammerhead1a', 'enemy4', 104);
_root.enemy4.animate._x = 250;
_root.enemy4.animate._y = 365;
_root.attachMovie('hammerhead1a', 'enemy5', 105);
_root.enemy5.animate._x = 1000;
_root.enemy5.animate._y = 365;
_root.attachMovie('hammerhead1a', 'enemy6', 106);
_root.enemy6.animate._x = 2000;
_root.enemy6.animate._y = 365;
_root.attachMovie('hammerhead1a', 'enemy7', 107);
_root.enemy7.animate._x = 3000;
_root.enemy7.animate._y = 365;
stop();
}
movieClip 4056 {
}
instance of movieClip 4056 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 4058 {
}
movieClip 4061 {
}
movieClip 4064 {
}
movieClip 4067 {
}
movieClip 4070 {
}
movieClip 4073 {
}
movieClip 4074 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4074 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4075 {
}
instance of movieClip 4075 {
onClipEvent (load) {
sy = _y;
ang = 0;
_alpha = 50;
this.swapDepths(3000);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
ang += 0.008999999999999999;
_y = sy + 10 * Math.cos(ang);
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance of movieClip 4053 {
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
xsel = random(4);
if (xsel == 0) {
xspot = 550;
}
if (xsel == 1) {
xspot = 450;
}
if (xsel == 2) {
xspot = 500;
}
if (xsel == 3) {
xspot = 350;
}
if (!_root.enemy2.animate.attach) {
++addt;
if (addt >= addmax) {
_root.attachMovie('merlady1a', 'enemy2', 102);
_root.enemy2.animate._x = xspot;
_root.enemy2.animate._y = 410;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
++add2t;
if (add2t >= add2max) {
_root.attachMovie('merlady1a', 'enemy3', 103);
_root.enemy3.animate._x = xspot;
_root.enemy3.animate._y = 410;
add2_dir = random(2);
add2t = 0;
}
}
}
}
}
frame 21 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 1;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2449;
_root.mapx_min = -1950;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 300;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
}
instance of movieClip 4056 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 4077 {
}
movieClip 4078 {
}
movieClip 4079 {
}
movieClip 4080 {
}
movieClip 4081 {
instance of movieClip 4077 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 4078 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 50;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4079 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 50;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4080 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 50;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
}
movieClip 4082 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4082 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance of movieClip 4053 {
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
++addt;
if (addt >= addmax) {
_root.attachMovie('medhead1a', 'enemy2', 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
++add2t;
if (add2t >= add2max) {
_root.attachMovie('medhead1a', 'enemy3', 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
}
frame 22 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2466;
_root.mapx_min = -1923;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 330;
_root.map1._x = _root.mapx_max;
_root.map1._y = 368;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 17;
_root.attachMovie('beast1a', 'enemy6', 106);
_root.enemy6.animate._x = 1100;
_root.enemy6.animate._y = 300;
_root.attachMovie('toothy1a', 'enemy1', 101);
_root.enemy1.animate._x = 1550;
_root.enemy1.animate._y = 330;
_root.attachMovie('hammerhead1a', 'enemy2', 102);
_root.enemy2.animate._x = 1750;
_root.enemy2.animate._y = 300;
_root.attachMovie('toothy1a', 'enemy3', 103);
_root.enemy3.animate._x = 2000;
_root.enemy3.animate._y = 330;
_root.attachMovie('hammerhead1a', 'enemy4', 104);
_root.enemy4.animate._x = 2300;
_root.enemy4.animate._y = 300;
_root.attachMovie('beast1a', 'enemy5', 105);
_root.enemy5.animate._x = 2000;
_root.enemy5.animate._y = 300;
_root.attachMovie('toothy1a', 'enemy7', 107);
_root.enemy7.animate._x = 2500;
_root.enemy7.animate._y = 330;
_root.attachMovie('hammerhead1a', 'enemy8', 108);
_root.enemy8.animate._x = 2700;
_root.enemy8.animate._y = 300;
_root.attachMovie('beast1a', 'enemy9', 109);
_root.enemy9.animate._x = 2900;
_root.enemy9.animate._y = 300;
_root.attachMovie('toothy1a', 'enemy10', 110);
_root.enemy10.animate._x = 3100;
_root.enemy10.animate._y = 330;
_root.attachMovie('hammerhead1a', 'enemy11', 111);
_root.enemy11.animate._x = 3300;
_root.enemy11.animate._y = 300;
_root.attachMovie('beast1a', 'enemy12', 112);
_root.enemy12.animate._x = 3600;
_root.enemy12.animate._y = 300;
stop();
}
instance of movieClip 4039 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 4083 {
}
movieClip 4086 {
}
movieClip 4088 {
}
movieClip 4089 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4089 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 23 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2450;
_root.mapx_min = -1928;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_max;
_root.map1._y = 370;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 17;
_root.enemyNumber = 14;
_root.attachMovie('toothy1a', 'enemy1', 101);
_root.enemy1.animate._x = 1000;
_root.enemy1.animate._y = 350;
_root.attachMovie('hammerhead1a', 'enemy4', 104);
_root.enemy4.animate._x = 1200;
_root.enemy4.animate._y = 300;
_root.attachMovie('toothy1a', 'enemy5', 105);
_root.enemy5.animate._x = 1500;
_root.enemy5.animate._y = 350;
_root.attachMovie('hammerhead1a', 'enemy6', 106);
_root.enemy6.animate._x = 2000;
_root.enemy6.animate._y = 300;
_root.attachMovie('beast1a', 'enemy7', 107);
_root.enemy7.animate._x = 2300;
_root.enemy7.animate._y = 300;
_root.attachMovie('beast1a', 'enemy8', 108);
_root.enemy8.animate._x = 2700;
_root.enemy8.animate._y = 300;
_root.attachMovie('hammerhead1a', 'enemy9', 109);
_root.enemy9.animate._x = 2900;
_root.enemy9.animate._y = 300;
_root.attachMovie('beast1a', 'enemy10', 110);
_root.enemy10.animate._x = 3200;
_root.enemy10.animate._y = 300;
_root.attachMovie('beast1a', 'enemy11', 111);
_root.enemy11.animate._x = 3500;
_root.enemy11.animate._y = 300;
stop();
}
instance of movieClip 4056 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 4090 {
}
movieClip 4093 {
}
movieClip 4096 {
}
movieClip 4099 {
}
movieClip 4100 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4100 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 6;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 8;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance of movieClip 4053 {
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
++addt;
if (addt >= addmax) {
_root.attachMovie('medhead1a', 'enemy2', 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
++add2t;
if (add2t >= add2max) {
_root.attachMovie('medhead1a', 'enemy3', 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
}
frame 24 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = 1;
_root.cont_level = 5;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 730;
_root.mapx_min = -183;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 350;
_root.attachMovie('wolfman1a', 'boss1', 105);
_root.boss1.animate._x = 900;
_root.boss1.animate._y = 345;
_root.map1._x = _root.mapx_max;
_root.map1._y = 372;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 7;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = false;
mapx_introstart = 280;
stopAllSounds();
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x <= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 200;
_root.p1.animate._y = 320;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (_root.char_name == 'toonpimp') {
if (mess_numb == 1) {
_root.text1 = 'GGGGRRRRAAAAAHHHH!!!!';
_root.boxcolor = 7;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Do you kiss your mom with that mouth?!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'GGGRRRAAAAAAAAHHHHH!!!';
_root.boxcolor = 7;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'Such language is totally unnecessary!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'bunker') {
if (mess_numb == 1) {
_root.text1 = 'GGGGRRRRAAAAAHHHH!!!!';
_root.boxcolor = 7;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'You poor thing...';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'GRAAAAAAGGGGGGGGHHHHH!!!!!!';
_root.boxcolor = 7;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'Let me free you from your affliction!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
movieClip 4103 {
}
movieClip 4104 {
}
movieClip 4110 {
}
movieClip 4111 {
}
movieClip 4114 {
}
movieClip 4117 {
}
movieClip 4118 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 4118 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
frame 25 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1115;
_root.mapx_min = -207;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 9;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 210;
_root.map1._x = _root.mapx_max;
_root.map1._y = 350;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.enemyNumber = 12;
stop();
}
movieClip 4121 {
}
instance of movieClip 4121 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 4;
}
if (_root.moved) {
_y = _y + _root.movespeed / 4;
}
}
}
}
movieClip 4123 {
}
movieClip 4126 {
}
movieClip 4131 {
}
movieClip 4132 {
}
movieClip 4133 {
}
movieClip 4134 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4134 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4136 {
}
instance of movieClip 4136 {
onClipEvent (load) {
_alpha = 50;
this.swapDepths(3000);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 6;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 8;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 3879 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
movieClip 4138 {
}
movieClip 4140 {
}
movieClip 4142 {
}
movieClip 4144 {
}
movieClip 4146 {
}
movieClip 4148 {
}
movieClip 4150 {
}
movieClip 4152 {
}
movieClip 4155 {
}
movieClip 4157 {
}
movieClip 4159 {
frame 1 {
stop();
}
}
movieClip 4161 {
}
movieClip 4163 {
}
movieClip 4165 {
}
movieClip 4166 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 4166 {
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 250;
life = 1;
size = 20;
_xscale = size;
_yscale = size;
limit._visible = false;
yspot = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('ns');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('s');
++hitt;
if (!a) {
randomsel = random(9);
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = randomsel;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
a = true;
}
if (hitt >= hitmax / 1.5) {
_alpha = 50;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
frame 26 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.cont_level = 6;
_root.dir = 1;
_root.itemNumber = 7;
stopAllSounds();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = true;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 550;
_root.mapx_min = 515;
_root.mapy_max = 2532;
_root.mapy_min = -2110;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 8;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 350;
_root.map1._x = _root.mapx_max;
_root.map1._y = _root.mapy_min;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
}
movieClip 4169 {
}
instance of movieClip 4169 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4171 {
}
movieClip 4174 {
}
movieClip 4177 {
}
movieClip 4180 {
}
movieClip 4181 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4181 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4188 {
}
movieClip 4189 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder5 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance of movieClip 4053 {
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
++addt;
if (addt >= addmax) {
_root.attachMovie('medhead1a', 'enemy2', 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
++add2t;
if (add2t >= add2max) {
_root.attachMovie('medhead1a', 'enemy3', 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
}
frame 27 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2473;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 310;
_root.map1._x = _root.mapx_min;
_root.map1._y = 335;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('handtrap1a', 'trap1', 101);
_root.trap1.animate._x = -500;
_root.trap1.animate._y = 300;
_root.attachMovie('handtrap1a', 'trap2', 102);
_root.trap2.animate._x = -1200;
_root.trap2.animate._y = 300;
_root.attachMovie('handtrap1a', 'trap3', 103);
_root.trap3.animate._x = -2500;
_root.trap3.animate._y = 300;
_root.attachMovie('handtrap1a', 'trap4', 104);
_root.trap4.animate._x = -3500;
_root.trap4.animate._y = 300;
_root.attachMovie('gasser1a', 'trap5', 105);
_root.trap5.animate._x = -700;
_root.trap5.animate._y = 50;
_root.attachMovie('gasser1a', 'trap6', 106);
_root.trap6.animate._x = -1600;
_root.trap6.animate._y = 50;
_root.attachMovie('gasser1a', 'trap7', 107);
_root.trap7.animate._x = -2900;
_root.trap7.animate._y = 50;
_root.attachMovie('udtrap1a', 'trap8', 108);
_root.trap8.animate._x = -900;
_root.trap8.animate._y = 50;
_root.attachMovie('udtrap1a', 'trap9', 109);
_root.trap9.animate._x = -2000;
_root.trap9.animate._y = 50;
_root.attachMovie('udtrap1a', 'trap10', 110);
_root.trap10.animate._x = -3200;
_root.trap10.animate._y = 50;
stop();
}
movieClip 4192 {
}
instance of movieClip 4192 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4194 {
}
movieClip 4195 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4195 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 28 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2456;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 330;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('tmonster1a', 'enemy1', 101);
_root.enemy1.animate._x = -400;
_root.enemy1.animate._y = 100;
_root.attachMovie('tmonster1a', 'enemy2', 102);
_root.enemy2.animate._x = -600;
_root.enemy2.animate._y = 100;
_root.attachMovie('tmonster1a', 'enemy4', 104);
_root.enemy4.animate._x = -2200;
_root.enemy4.animate._y = 100;
_root.attachMovie('tmonster1a', 'enemy5', 105);
_root.enemy5.animate._x = -2350;
_root.enemy5.animate._y = 100;
_root.attachMovie('une1a', 'enemy3', 103);
_root.enemy3.animate._x = -1500;
_root.enemy3.animate._y = 320;
_root.attachMovie('une1a', 'enemy6', 106);
_root.enemy6.animate._x = -3000;
_root.enemy6.animate._y = 320;
stop();
}
movieClip 4198 {
}
instance of movieClip 4198 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4200 {
}
movieClip 4203 {
}
movieClip 4204 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4204 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 4;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 29 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2456;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 450;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('beast1a', 'enemy5', 105);
_root.enemy5.animate._x = -300;
_root.enemy5.animate._y = 220;
_root.attachMovie('beast1a', 'enemy1', 101);
_root.enemy1.animate._x = -1200;
_root.enemy1.animate._y = 230;
_root.attachMovie('beast1a', 'enemy3', 103);
_root.enemy3.animate._x = -2100;
_root.enemy3.animate._y = 230;
_root.attachMovie('beast1a', 'enemy7', 107);
_root.enemy7.animate._x = -3250;
_root.enemy7.animate._y = 220;
_root.attachMovie('une1a', 'enemy2', 102);
_root.enemy2.animate._x = -700;
_root.enemy2.animate._y = 340;
_root.attachMovie('une1a', 'enemy4', 104);
_root.enemy4.animate._x = -1600;
_root.enemy4.animate._y = 340;
_root.attachMovie('une1a', 'enemy6', 106);
_root.enemy6.animate._x = -2700;
_root.enemy6.animate._y = 340;
_root.attachMovie('une1a', 'enemy8', 108);
_root.enemy8.animate._x = -3700;
_root.enemy8.animate._y = 340;
stop();
}
movieClip 4207 {
}
instance of movieClip 4207 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 4;
}
if (_root.movel) {
_x = _x + _root.movespeed / 4;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4209 {
}
movieClip 4212 {
}
movieClip 4215 {
}
movieClip 4216 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4216 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 30 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = -1;
_root.cont_level = 7;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2476;
_root.mapx_min = 1600;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_min;
_root.map1._y = 375;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 17;
_root.enemyNumber = 14;
_root.attachMovie('richie1a', 'boss1', 101);
_root.boss1.animate._x = -100;
_root.boss1.animate._y = 335;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = false;
mapx_introstart = 1800;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
if (_root.p1.animate._x <= 350) {
intro = true;
starter = true;
}
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 350;
_root.p1.animate._y = 315;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (_root.char_name == 'toonpimp') {
if (mess_numb == 1) {
_root.text1 = '...';
_root.boxcolor = 5;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Not the talkative type, huh?';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.q = 1;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'Okay then let\'s get this over with';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = '...';
_root.boxcolor = 5;
if (_root.cont_attk) {
++mess_numb;
_root.q = 1;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
stopAllSounds();
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'bunker') {
if (mess_numb == 1) {
_root.text1 = 'You... you\'re not a monster!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = '...';
_root.boxcolor = 5;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'I know we are on the same side!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'Don\'t make me hurt you!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
stopAllSounds();
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.music_numb = 4;
stopAllSounds();
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
movieClip 4218 {
}
movieClip 4221 {
}
movieClip 4224 {
}
movieClip 4227 {
}
movieClip 4228 {
}
movieClip 4231 {
}
movieClip 4232 {
instance of movieClip 4231 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_rotation = _rotation + speed;
}
}
frame 35 {
stop();
}
}
movieClip 4233 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4236 {
}
movieClip 4237 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 4237 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop('a');
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop('b');
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
frame 31 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 575;
_root.mapx_min = -30;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.dir = -1;
_root.p1.animate._x = 530;
_root.p1.animate._y = 210;
_root.attachMovie('lifeorb1a', 'lifeorb1', 105);
_root.lifeorb1.animate._x = 700;
_root.lifeorb1.animate._y = 250;
_root.map1._x = _root.mapx_min;
_root.map1._y = 250;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 9;
_root.musicb.a = false;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
}
movieClip 4240 {
}
instance of movieClip 4240 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 4;
}
if (_root.movel) {
_x = _x + _root.movespeed / 4;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4241 {
}
movieClip 4244 {
}
movieClip 4245 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4245 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop('a');
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop('b');
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 8;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 5;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
movieClip 4247 {
}
movieClip 4249 {
}
movieClip 4251 {
}
movieClip 4253 {
}
movieClip 4255 {
}
movieClip 4257 {
}
movieClip 4259 {
}
movieClip 4261 {
}
movieClip 4263 {
}
movieClip 4265 {
}
movieClip 4268 {
}
movieClip 4270 {
}
movieClip 4272 {
}
movieClip 4274 {
}
movieClip 4276 {
}
movieClip 4278 {
}
movieClip 4280 {
}
movieClip 4281 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 4281 {
onClipEvent (load) {
this.swapDepths(124);
hit = false;
hitt = 0;
hitmax = 250;
life = 1;
size = 18;
_xscale = size;
_yscale = size;
limit._visible = false;
yspot = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('ns');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('s');
++hitt;
if (!a) {
randomsel = random(9);
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = randomsel;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
_root.attachMovie('feet1a', 'feet1' + _root.debris, _root.debris++);
_root['feet1' + _root.debris].animate._x = _x;
_root['feet1' + _root.debris].animate._y = _y - yspot;
_root['feet1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('prparts1a', 'parts1' + _root.debris, _root.debris++);
_root['parts1' + _root.debris].animate._x = _x;
_root['parts1' + _root.debris].animate._y = _y - yspot;
_root['parts1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('arms1a', 'arm1' + _root.debris, _root.debris++);
_root['arm1' + _root.debris].animate._x = _x;
_root['arm1' + _root.debris].animate._y = _y - yspot;
_root['arm1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++);
_root['head1' + _root.debris].animate._x = _x;
_root['head1' + _root.debris].animate._y = _y - yspot;
_root['head1' + _root.debris].animate.gotoAndStop(1);
_root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++);
_root['misc1' + _root.debris].animate._x = _x;
_root['misc1' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++);
_root['misc2' + _root.debris].animate._x = _x;
_root['misc2' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++);
_root['misc3' + _root.debris].animate._x = _x;
_root['misc3' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++);
_root['misc4' + _root.debris].animate._x = _x;
_root['misc4' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++);
_root['misc5' + _root.debris].animate._x = _x;
_root['misc5' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++);
_root['misc6' + _root.debris].animate._x = _x;
_root['misc6' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++);
_root['misc7' + _root.debris].animate._x = _x;
_root['misc7' + _root.debris].animate._y = _y - yspot;
_root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++);
_root['misc8' + _root.debris].animate._x = _x;
_root['misc8' + _root.debris].animate._y = _y - yspot;
de = true;
a = true;
}
if (hitt >= hitmax / 1.5) {
_alpha = 50;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
}
frame 32 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.cont_level = 8;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 251;
_root.mapx_min = -6345;
_root.mapy_max = 7202;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 240;
_root.map1._x = _root.mapx_min;
_root.map1._y = 261;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 10;
_root.musicb.a = false;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('succubus1a', 'enemy1', 101);
_root.enemy1.animate._x = -500;
_root.enemy1.animate._y = 250;
_root.attachMovie('succubus1a', 'enemy2', 102);
_root.enemy2.animate._x = -1500;
_root.enemy2.animate._y = 250;
_root.attachMovie('succubus1a', 'enemy3', 103);
_root.enemy3.animate._x = -3100;
_root.enemy3.animate._y = 250;
stop();
}
movieClip 4284 {
}
instance of movieClip 4284 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 15;
}
if (_root.movel) {
_x = _x + _root.movespeed / 15;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4287 {
}
movieClip 4290 {
}
movieClip 4291 {
instance of movieClip 4290 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4290 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4290 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4290 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4290 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4290 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
instance of movieClip 4287 {
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
++ftimer;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
++fallt;
if (fallt < fallmax) {
_y = _y + fspeed;
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y += fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
}
}
movieClip 4292 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4292 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop('a');
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop('b');
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 33 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.cont_level = 9;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 940;
_root.mapx_min = -405;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 280;
_root.map1._x = _root.mapx_min;
_root.map1._y = 307;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('dragon1a', 'enemy1', 91);
_root.enemy1.animate._x = -1000;
_root.enemy1.animate._y = 340;
_root.main_camera_mode = 0;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = false;
mapx_introstart = 50;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 200;
_root.p1.animate._y = 300;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (_root.char_name == 'toonpimp') {
if (mess_numb == 1) {
_root.text1 = 'Heeeeelllllloooooo!';
_root.boxcolor = 4;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Huh, who are you?!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'You\'re beautiful!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'You\'re going to make a tasty little snack!';
_root.boxcolor = 4;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'bunker') {
if (mess_numb == 1) {
_root.text1 = 'HHEEEEYYY THHHEEEEERRRRREEE!!!';
_root.boxcolor = 4;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'W-WHAT!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'IT\'S SNACKTIME!!!';
_root.boxcolor = 4;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
movieClip 4293 {
}
movieClip 4296 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 4296 {
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
frame 34 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.music_numb = 0;
_root.clean();
stopAllSounds();
_root.dir = -1;
_root.cont_level = 10;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1057;
_root.mapx_min = 175;
_root.mapy_max = 2456;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 320;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('reaper2a', 'boss1', 101);
_root.boss1.animate._x = _root.map1._x - 400;
_root.boss1.animate._y = _root.map1._y - 60;
_root.marker1._x = _root.map1._x - 400;
_root.marker1._y = _root.map1._y;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = false;
mapx_introstart = 450;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 350;
_root.p1.animate._y = 300;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (_root.char_name == 'toonpimp') {
if (mess_numb == 1) {
_root.text1 = 'So you managed to survive!';
_root.boxcolor = 6;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'I\'ve been through worse, BITCH!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'Our last meeting was a TEST!';
_root.boxcolor = 6;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'You wont be so lucky this time!';
_root.boxcolor = 6;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'bunker') {
if (mess_numb == 1) {
_root.text1 = 'So you managed to survive!';
_root.boxcolor = 6;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Sorry to disappoint you.';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'Our last meeting was a TEST!';
_root.boxcolor = 6;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'You wont be so lucky this time!';
_root.boxcolor = 6;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
instance of movieClip 4284 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 15;
}
if (_root.movel) {
_x = _x + _root.movespeed / 15;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4297 {
}
movieClip 4303 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 4303 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop('a');
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop('b');
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
frame 35 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1065;
_root.mapx_min = 175;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 315;
_root.map1._x = _root.mapx_min;
_root.map1._y = 315;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 0;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stopAllSounds();
_root.musicb.a = false;
_root.music_numb = 9;
stop();
}
movieClip 4308 {
}
instance of movieClip 4308 {
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed / 4;
}
if (_root.movel) {
_x = _x + _root.movespeed / 4;
}
if (_root.moveu) {
_y = _y - _root.movespeed / 8;
}
if (_root.moved) {
_y = _y + _root.movespeed / 8;
}
}
}
}
movieClip 4310 {
}
movieClip 4315 {
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 4315 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop('a');
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop('b');
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4317 {
}
movieClip 4319 {
}
movieClip 4321 {
}
movieClip 4323 {
}
movieClip 4325 {
}
movieClip 4327 {
}
movieClip 4329 {
}
movieClip 4331 {
}
movieClip 4333 {
}
movieClip 4335 {
}
movieClip 4337 {
}
movieClip 4339 {
}
movieClip 4341 {
}
movieClip 4343 {
}
movieClip 4345 {
}
movieClip 4348 {
}
movieClip 4350 {
}
movieClip 4352 {
}
movieClip 4354 {
}
movieClip 4355 {
frame 1 {
stop();
}
}
instance of movieClip 4355 {
onClipEvent (load) {
this.swapDepths(124);
hit = false;
hitt = 0;
hitmax = 250;
life = 1;
size = 70;
_xscale = size;
_yscale = size;
limit._visible = false;
yspot = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moved) {
_y = _y - _root.movespeed;
}
if (_root.moveu) {
_y = _y + _root.movespeed;
}
}
}
}
instance itemholder1 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 0;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder2 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 6;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder3 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 8;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
instance itemholder4 of movieClip 4189 {
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
if (!hit) {
gotoAndStop('nd');
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = 'hibachi grill';
hit = true;
}
}
if (hit) {
gotoAndStop('dead');
++hitt;
if (!a) {
_root.attachMovie('items1a', 'item1' + _root.debris, _root.debris++);
_root['item1' + _root.debris].animate.itemsel = 7;
_root['item1' + _root.debris].animate._y = _y;
_root['item1' + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
}
frame 36 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.music_numb = 0;
_root.cont_level = 11;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1225;
_root.mapx_min = -650;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 310;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('draculina1a', 'boss1', 108);
_root.boss1.animate._x = -1300;
_root.boss1.animate._y = 290;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = false;
mapx_introstart = 855;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.mapx_max = 1000;
_root.mapx_min = 855;
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 350;
_root.p1.animate._y = 335;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (_root.char_name == 'toonpimp') {
if (mess_numb == 1) {
_root.text1 = 'WOW! What a piece of .... ahh!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'THIS IS MY CASTLE NOW, BITCH!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'Look at you! You\'re so adorable!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'How is a cute little bunny going to run Cracklevania?!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.text1 = 'Come on, let\'s find out!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 6) {
_root.text1 = 'Tonight, I will feast on your blood and your soul!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 7) {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro1 = false;
_root.boss1.animate.intro2 = true;
intro = false;
}
}
if (_root.char_name == 'bunker') {
if (mess_numb == 1) {
_root.text1 = 'Bunker!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Draculina! Stop this madness!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'Leave this world and cure me of my curse!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = 'That was no curse!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.text1 = 'That was a BLESSING!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 6) {
_root.text1 = 'You were the best of my minions!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 7) {
_root.text1 = 'Have you not forgotten?';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 8) {
_root.text1 = 'NO! It\'s not true!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 9) {
_root.text1 = 'I\'ll stop you again!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 10) {
_root.text1 = 'This time it will be PERMANENT!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 11) {
_root.text1 = 'ENOUGH TALK! HAVE AT YOU!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 12) {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro1 = false;
_root.boss1.animate.intro2 = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro1 = false;
_root.boss1.animate.intro2 = true;
intro = false;
}
}
}
}
movieClip 4356 {
}
movieClip 4361 {
frame 25 {
stop();
}
}
movieClip 4362 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4370 {
}
movieClip 4372 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance map1 of movieClip 4372 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop('a');
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop('b');
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
frame 37 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.music_numb = 0;
_root.cont_level = 11;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1225;
_root.mapx_min = 560;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 310;
_root.p1.animate._y = 350;
_root.map1._x = 910;
_root.map1._y = 310;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.map1.gotoAndStop('b');
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('final_beast1a', 'boss1', 108);
_root.boss1.animate._x = 100;
_root.boss1.animate._y = 360;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
outro = false;
_root.boss1.animate.intro = true;
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 0;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = true;
mapx_introstart = 855;
}
onClipEvent (enterFrame) {
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (mess_numb == 0) {
_root.text1 = 'BEHOLD!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 1) {
_root.text1 = 'BEHOLD!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'MY TRUE POWER!!!!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'AHAHAHAHAHAAHAHAHAHAHAHAAH!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro = false;
_root.fade1.gotoAndPlay(2);
intro = false;
}
}
if (_root.boss1.animate.outro) {
outro = true;
}
if (outro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = -70;
_root.p1.animate._x = 350;
_root.p1.animate._y = 330;
_root.boss1.animate._x = 100;
_root.boss1.animate._y = 360;
if (!u) {
_root.messboxremove = false;
mess_numb = 0;
_root.attachMovie('messagebox1a', messagebox1, 500);
u = true;
}
if (mess_numb == 0) {
_root.text1 = 'NO!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 1) {
_root.text1 = 'WHAT HAVE YOU DONE??!!!!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'RELEASE THIS CURSE! NOW!';
_root.boxcolor = 2;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'AAAAAAAAAAAHHHHHHHHH!!!!!!!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
stopAllSounds();
_root.music_numb = 14;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.dead = true;
_root.boss1.animate.outro = false;
outro = false;
}
}
}
}
instance map1 of movieClip 4372 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
movieClip 4373 {
frame 1 {
stop();
}
frame 95 {
stop();
}
}
frame 38 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.music_numb = 0;
_root.cont_level = 11;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1225;
_root.mapx_min = 560;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == 'bunker') {
_root.attachMovie('bunkerall1a', 'p1', 99);
}
if (_root.char_name == 'toonpimp') {
_root.attachMovie('toonpimp1a', 'p1', 99);
}
if (_root.char_name == 'spike') {
_root.attachMovie('spike1a', 'p1', 99);
}
_root.p1.animate._x = 400;
_root.p1.animate._y = 350;
_root.map1._x = 850;
_root.map1._y = 310;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.map1.gotoAndStop('c');
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie('draculina_final1a', 'boss1', 108);
_root.boss1.animate._x = 200;
_root.boss1.animate._y = 120;
stop();
}
instance y_box of movieClip 3823 {
onClipEvent (load) {
outro = false;
_root.boss1.animate.intro = true;
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 0;
mess_numb_max = 5;
mess_pic = '';
starter = false;
intro = true;
mapx_introstart = 855;
}
onClipEvent (enterFrame) {
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = _root.p1.animate.size;
if (!b) {
_root.attachMovie('messagebox1a', messagebox1, 500);
b = true;
}
if (mess_numb == 0) {
_root.text1 = 'BEHOLD!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 1) {
_root.text1 = 'BEHOLD!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'MY TRUE POWER!!!!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'AHAHAHAHAHAAHAHAHAHAHAHAAH!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro = false;
_root.fade1.gotoAndPlay(2);
intro = false;
}
}
if (_root.boss1.animate.outro) {
outro = true;
}
if (outro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop('stand');
_root.p1.animate._xscale = -70;
_root.p1.animate._x = 400;
_root.p1.animate._y = 330;
_root.boss1.animate._x = 200;
_root.boss1.animate._y = 120;
if (!u) {
_root.messboxremove = false;
mess_numb = 0;
_root.attachMovie('messagebox1a', messagebox1, 500);
u = true;
}
if (mess_numb == 0) {
_root.text1 = 'NO!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 1) {
_root.text1 = 'WHAT HAVE YOU DONE??!!!!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = 'Looks like Cracklevania is mine now!';
_root.boxcolor = 1;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = 'AAAAAAAAAAAHHHHHHHHH!!!!!!!';
_root.boxcolor = 8;
if (_root.cont_attk) {
++mess_numb;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
stopAllSounds();
_root.music_numb = 14;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.dead = true;
_root.boss1.animate.outro = false;
outro = false;
}
}
}
}
instance map1 of movieClip 4372 {
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_root.moveu) {
_y = _y - _root.movespeed;
}
if (_root.moved) {
_y = _y + _root.movespeed;
}
}
}
}
frame 39 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
}
instance of movieClip 3635 {
onClipEvent (rollOver) {
_root.intext = 'TOON PIMP';
}
onClipEvent (rollOut) {
_root.intext = '';
}
onClipEvent (release) {
getURL('http://toonpimp.net', 'gropesville');
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay('loader');
}
}
}
instance of movieClip 3626 {
onClipEvent (release) {
getURL('https://www.comdotgame.com/in/toonpimp', 'gropesville');
}
}
instance of movieClip 3650 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067', 1);
}
}
instance of movieClip 3644 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924', 1);
}
}
instance of movieClip 3647 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354', 1);
}
}
instance of movieClip 3641 {
onClipEvent (release) {
getURL('https://gumroad.com/l/cracklist#', 1);
}
}
movieClip 4375 {
}
instance of movieClip 4375 {
onClipEvent (release) {
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.sub_weapon = 0;
_root.weapon_numb = 0;
if (_root.cont_level == 1) {
_root.gotoAndStop('prologue');
}
if (_root.cont_level == 2) {
_root.gotoAndStop('st1a');
}
if (_root.cont_level == 3) {
_root.gotoAndStop('st1e');
}
if (_root.cont_level == 4) {
_root.gotoAndStop('st2a');
}
if (_root.cont_level == 5) {
_root.gotoAndStop('st2f');
}
if (_root.cont_level == 6) {
_root.gotoAndStop('st3a');
}
if (_root.cont_level == 7) {
_root.gotoAndStop('st3e');
}
if (_root.cont_level == 8) {
_root.gotoAndStop('st4a');
}
if (_root.cont_level == 9) {
_root.gotoAndStop('st4b');
}
if (_root.cont_level == 10) {
_root.gotoAndStop('st4c');
}
if (_root.cont_level == 11) {
_root.gotoAndStop('st5a');
}
}
}
movieClip 4377 {
}
instance of movieClip 4377 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 40 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
}
movieClip 4379 {
}
movieClip 4381 {
}
movieClip 4386 {
}
movieClip 4388 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
}
movieClip 4389 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
}
movieClip 4390 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4394 {
}
movieClip 4395 {
}
movieClip 4399 {
}
movieClip 4402 {
}
movieClip 4404 {
frame 461 {
stop();
}
}
movieClip 4405 {
}
movieClip 4407 {
frame 1 {
tpeyes.gotoAndStop(2);
tpmouth.gotoAndStop(4);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
}
instance of movieClip 2786 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2789 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 4408 {
frame 1 {
tpeyes.gotoAndStop(2);
tpmouth.gotoAndStop(4);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
instance of movieClip 60 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance tpeyes of movieClip 134 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 662 {
onClipEvent (load) {
mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'};
Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'};
Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'};
Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'};
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop('a');
}
if (_root.pen_numb == 1) {
gotoAndStop('b');
}
if (_root.pen_numb == 2) {
gotoAndStop('c');
}
if (_root.pen_numb == 3) {
gotoAndStop('d');
}
if (_root.pen_numb == 4) {
gotoAndStop('e');
}
if (_root.pen_numb == 5) {
gotoAndStop('none');
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
}
instance of movieClip 2786 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2789 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1620 {
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 4409 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4410 {
}
movieClip 4414 {
}
movieClip 4417 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance ending_mc of movieClip 4417 {
onClipEvent (load) {
rtimer = 0;
rtimermax = 4000;
stagemusic2a = new Sound();
stagemusic2a.attachSound('ending1a');
text_speed = 0.3;
if (_root.char_name == 'bunker') {
if (_root.gender_numb == 0) {
text_mc.text1 = 'After finally defeating Draculina, Bucella and Angry watch as Cracklevania crumbles into the ocean. They know that one day Draculina and Cracklevania will return and they must be ready, but for now they will just enjoy each other.';
gotoAndStop('bf');
}
if (_root.gender_numb == 1) {
text_mc.text1 = 'After defeating Draculina, Bunker, completely worn out from his battles, passes out amongst the creatures still left in Cracklevania. Those very creatures recognize Bunker as their new master and become dedicated to plesuring him until the end of time, or until another brave soul dares to save him from this horrible, yet fascinating place known as Cracklevania.';
gotoAndStop('bm');
}
if (_root.gender_numb == 2) {
text_mc.text1 = 'After defeating Draculina, Bunker, completely worn out from shis battles, passes out amongst the creatures still left in Cracklevania. Those very creatures recognize Bunker as their new master and become dedicated to plesuring shim until the end of time, or until another brave soul dares to save shim from this horrible, yet fascinating place known as Cracklevania.';
gotoAndStop('bh');
}
}
if (_root.char_name == 'toonpimp') {
gotoAndStop('tp');
text_mc.text1 = 'As Draculina tries to escape after her defeat, Toon Pimp grabs her. He soon makes her and everything in Cracklevania his own. And with that, Toon Pimp uses his newfound power to open the largest brothel ever.';
}
if (!a) {
stagemusic2a.start();
a = true;
}
}
onClipEvent (enterFrame) {
text_mc._y -= text_speed;
++rtimer;
if (rtimer >= rtimermax) {
_root.gotoAndStop('gameover');
}
}
}
movieClip 4418 {
frame 21 {
stop();
}
}
instance of movieClip 3774 {
onClipEvent (load) {
move_ok1 = false;
move_ok2 = false;
move_ok3 = false;
move_ok4 = false;
jump_ok = false;
p1_x_max = 270;
p1_x_min = 280;
p1_y_max = 230;
p1_y_min = 270;
yes = false;
no = true;
rstop = false;
lstop = false;
qstart = false;
_root.counterstart = false;
_root.counterstartt = 0;
_root.counterstartmax = 100;
}
onClipEvent (enterFrame) {
if (!root.pause) {
if (Key.isDown(_root.rt_key)) {
_root.cont_rt = true;
_root.cont_lft = false;
if (_root.qte_type == 0) {
if (!move_ok1) {
_root.esc += _root.strength1;
move_ok1 = true;
}
}
} else {
move_ok1 = false;
_root.cont_rt = false;
}
if (Key.isDown(_root.lft_key)) {
_root.cont_lft = true;
_root.cont_rt = false;
if (_root.qte_type == 0) {
if (!move_ok2) {
_root.esc += _root.strength1;
move_ok2 = true;
}
}
} else {
move_ok2 = false;
_root.cont_lft = false;
}
if (Key.isDown(_root.up_key)) {
_root.cont_up = true;
_root.cont_dn = false;
if (_root.qte_type == 0) {
if (!move_ok3) {
_root.esc += _root.strength1;
move_ok3 = true;
}
}
} else {
move_ok3 = true;
_root.cont_up = false;
}
if (Key.isDown(_root.dn_key)) {
_root.cont_dn = true;
_root.cont_up = false;
if (_root.qte_type == 0) {
if (!move_ok4) {
_root.esc += _root.strength1;
move_ok4 = true;
}
}
} else {
move_ok4 = false;
_root.cont_dn = false;
}
if (Key.isDown(_root.attk_key)) {
if (!att_ok) {
if (_root.qte_type == 1) {
_root.esc += _root.strength1;
}
_root.cont_attk = true;
att_ok = true;
}
} else {
att_ok = false;
_root.cont_attk = false;
}
if (Key.isDown(_root.jump_key)) {
if (!jump_ok) {
if (_root.qte_type == 2) {
_root.esc += _root.strength1;
}
_root.cont_jumpb = true;
jump_ok = true;
}
} else {
jump_ok = false;
_root.cont_jumpb = false;
}
if (Key.isDown(_root.aux_key)) {
if (!aux_ok) {
if (_root.qte_type == 3) {
_root.esc += _root.strength1;
}
_root.aux_attk = true;
aux_ok = true;
}
} else {
aux_ok = false;
_root.aux_attk = false;
}
if (_root.qte_go) {
if (_root.esc > 0) {
_root.esc -= _root.desire;
}
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.raped) {
if (_root.scrollhor) {
if (_root.p1.animate._x > p1_x_min and _root.mapx >= _root.mapx_min) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if (_root.p1.animate._x < p1_x_max and _root.mapx <= _root.mapx_max) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
}
if (_root.vert_scroll) {
if (_root.p1.animate._y > p1_y_min and _root.mapy >= _root.mapy_min) {
_root.moveu = true;
_root.moved = false;
} else {
_root.moveu = false;
}
if (_root.p1.animate._y < p1_y_max and _root.mapy <= _root.mapy_max) {
_root.moved = true;
_root.moveu = false;
} else {
_root.moved = false;
}
} else {
_root.moveu = false;
}
}
if (_root.p1.animate.raped) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
if (_root.p1.animate.dead) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
if (Key.isDown(_root.quality_key)) {
if (!qstart) {
++_root.qualnumb;
qstart = true;
}
} else {
qstart = false;
}
if (_root.qualnumb >= 4) {
_root.qualnumb = 1;
}
if (_root.qualnumb == 1) {
_quality = 'low';
}
if (_root.qualnumb == 2) {
_quality = 'medium';
}
if (_root.qualnumb == 3) {
_quality = 'high';
}
}
}
}
movieClip 4421 {
}
movieClip 4422 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}
movieClip 4425 {
}
movieClip 4426 {
frame 1 {
stop();
}
instance limit of movieClip 146 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
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();
}
}