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;
}
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 73 {
}
movieClip 74 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 75 {
instance of movieClip 74 {
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 96 {
}
movieClip 98 {
}
movieClip 100 {
}
movieClip 102 {
}
movieClip 105 {
}
movieClip 107 {
}
movieClip 109 {
}
movieClip 114 {
}
movieClip 118 {
}
movieClip 122 {
}
movieClip 125 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 128 {
}
movieClip 129 {
}
movieClip 130 {
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 135 {
}
movieClip 138 {
frame 1 {
stop();
}
instance of movieClip 130 {
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 140 {
}
movieClip 141 {
instance of movieClip 140 {
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 143 {
frame 60 {
gotoAndPlay(10);
}
}
movieClip 148 {
}
movieClip 150 {
}
movieClip 153 {
}
movieClip 154 {
instance of movieClip 153 {
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 156 {
}
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 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 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 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 171 {
}
movieClip 172 {
instance of movieClip 171 {
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 173 {
}
movieClip 174 {
}
movieClip 175 {
}
movieClip 176 {
frame 11 {
gotoAndPlay(5);
}
}
movieClip 179 {
}
movieClip 180 {
instance of movieClip 179 {
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 183 {
}
movieClip 186 {
}
movieClip 187 {
instance of movieClip 186 {
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 192 {
}
movieClip 195 {
}
movieClip 197 {
}
movieClip 198 {
instance of movieClip 195 {
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 197 {
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 200 {
}
movieClip 202 {
}
movieClip 204 {
instance of movieClip 197 {
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 206 {
instance of movieClip 195 {
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 208 {
}
movieClip 209 {
frame 14 {
stop();
}
}
movieClip 211 {
instance of movieClip 153 {
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 213 {
}
movieClip 215 {
}
movieClip 218 {
}
movieClip 219 {
instance of movieClip 218 {
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 220 {
}
movieClip 224 {
}
movieClip 227 {
}
movieClip 230 {
}
movieClip 231 {
instance of movieClip 230 {
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 232 {
frame 12 {
stop();
}
}
movieClip 234 {
}
movieClip 235 {
}
movieClip 236 {
frame 1 {
stop();
}
instance of movieClip 148 {
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
}
instance limit of movieClip 150 {
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 237 toonpimp1a {
instance animate of movieClip 236 {
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 239 {
}
movieClip 240 {
}
movieClip 241 throwaxe1a {
instance animate of movieClip 240 {
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 247 {
}
movieClip 248 stage_card1a {
instance animate of movieClip 247 {
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 251 {
}
movieClip 257 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 263 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 280 {
}
movieClip 287 {
}
movieClip 292 {
}
movieClip 299 {
}
movieClip 301 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 303 {
}
movieClip 305 {
}
movieClip 307 {
}
movieClip 308 {
}
movieClip 311 {
}
movieClip 314 {
}
movieClip 353 {
}
movieClip 356 {
}
movieClip 357 {
}
movieClip 358 {
}
movieClip 359 {
}
movieClip 362 {
}
movieClip 363 {
frame 10 {
stop();
}
}
movieClip 365 {
}
movieClip 366 {
frame 10 {
stop();
}
}
movieClip 368 {
}
movieClip 385 {
}
movieClip 391 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 392 {
}
movieClip 394 {
}
movieClip 395 {
frame 1 {
stop();
}
instance of movieClip 148 {
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
}
instance limit of movieClip 150 {
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 396 spike1a {
instance animate of movieClip 395 {
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 407 {
frame 8 {
gotoAndPlay(3);
}
}
movieClip 408 {
}
movieClip 419 {
frame 11 {
stop();
}
}
movieClip 420 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 421 sp_bull_4a {
instance animate of movieClip 420 {
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 428 {
frame 8 {
gotoAndPlay(3);
}
}
movieClip 429 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 430 sp_bull_3a {
instance animate of movieClip 429 {
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 443 {
frame 10 {
gotoAndPlay(3);
}
}
movieClip 454 {
frame 11 {
stop();
}
}
movieClip 455 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 456 sp_bull_2a {
instance animate of movieClip 455 {
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 460 {
}
movieClip 467 {
frame 7 {
stop();
}
}
movieClip 468 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 469 sp_bull_1a {
instance animate of movieClip 468 {
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 471 {
}
movieClip 473 {
}
movieClip 474 {
instance limit of movieClip 471 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 475 scythe1a {
instance animate of movieClip 474 {
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 477 {
}
movieClip 482 {
}
movieClip 483 {
frame 91 {
stop();
}
}
movieClip 485 {
}
movieClip 487 {
}
movieClip 489 {
}
movieClip 491 {
}
movieClip 493 {
}
movieClip 495 {
}
movieClip 497 {
}
movieClip 499 {
}
movieClip 504 {
}
movieClip 505 {
frame 1 {
stop();
}
instance of movieClip 497 {
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 499 {
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 506 {
instance of movieClip 505 {
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) {
_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 {
_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) {
_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 {
_visible = false;
}
}
}
}
}
}
movieClip 508 {
}
movieClip 510 {
}
movieClip 514 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 517 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 520 {
}
movieClip 522 {
frame 1 {
eyes.gotoAndStop(1);
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 495 {
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 532 {
frame 1 {
eyes.gotoAndStop(1);
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 495 {
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 548 {
frame 1 {
eyes.gotoAndStop(1);
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 495 {
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 549 {
}
movieClip 550 {
}
movieClip 552 {
}
movieClip 554 {
}
movieClip 556 {
}
movieClip 558 {
}
movieClip 570 {
}
movieClip 578 {
}
movieClip 585 {
}
movieClip 587 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 589 {
}
movieClip 591 {
}
movieClip 592 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
}
frame 40 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
}
movieClip 601 {
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 602 {
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 603 rvines1a {
instance animate of movieClip 602 {
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 606 {
}
movieClip 615 {
}
movieClip 616 {
}
movieClip 619 {
}
movieClip 620 {
instance of movieClip 619 {
onClipEvent (load) {
if (_root.scythe_in) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.scythe_in) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 622 {
}
movieClip 624 {
}
movieClip 626 {
}
movieClip 628 {
}
movieClip 630 {
}
movieClip 632 {
}
movieClip 634 {
}
movieClip 641 {
}
movieClip 644 {
}
movieClip 646 {
}
movieClip 649 {
}
movieClip 650 {
}
movieClip 652 {
}
movieClip 654 {
frame 15 {
stop();
}
}
movieClip 657 {
}
movieClip 658 {
instance of movieClip 657 {
onClipEvent (load) {
rspeed = 8;
}
onClipEvent (enterFrame) {
_rotation = _rotation + rspeed;
}
}
}
movieClip 660 {
}
movieClip 661 {
}
movieClip 662 {
}
movieClip 667 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 669 {
}
movieClip 671 {
}
movieClip 672 {
}
movieClip 674 {
}
movieClip 675 {
}
movieClip 677 {
}
movieClip 678 {
}
movieClip 679 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 667 {
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 138 {
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 680 {
}
movieClip 681 {
}
movieClip 682 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
instance limit of movieClip 652 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance limit of movieClip 652 {
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 683 reaper1a {
instance animate of movieClip 682 {
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 685 {
}
movieClip 687 {
}
movieClip 689 {
}
movieClip 690 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 691 qte1a {
instance animate of movieClip 690 {
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 693 {
}
movieClip 695 {
}
movieClip 697 {
}
movieClip 700 {
}
movieClip 702 {
}
movieClip 704 {
}
movieClip 706 {
}
movieClip 708 {
}
movieClip 711 {
}
movieClip 714 {
}
movieClip 716 {
}
movieClip 719 {
}
movieClip 720 {
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 721 prparts1a {
instance animate of movieClip 720 {
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 725 {
}
movieClip 726 points1a {
instance animate of movieClip 725 {
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 731 {
}
movieClip 734 {
frame 11 {
stop();
}
}
movieClip 735 plaser1a {
instance animate of movieClip 734 {
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 737 {
frame 21 {
stop();
}
}
movieClip 738 openfade {
}
movieClip 745 {
frame 6 {
gotoAndPlay(2);
}
}
movieClip 750 {
}
movieClip 753 {
}
movieClip 756 {
}
movieClip 759 {
}
movieClip 762 {
}
movieClip 765 {
}
movieClip 768 {
}
movieClip 771 {
}
movieClip 774 {
}
movieClip 777 {
}
movieClip 780 {
}
movieClip 783 {
}
movieClip 786 {
}
movieClip 789 {
}
movieClip 792 {
}
movieClip 795 {
}
movieClip 798 {
}
movieClip 801 {
}
movieClip 804 {
}
movieClip 807 {
}
movieClip 808 {
frame 22 {
stop();
}
}
movieClip 809 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 810 napalm1a {
instance animate of movieClip 809 {
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;
}
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 815 {
}
movieClip 832 {
}
movieClip 834 {
}
movieClip 847 {
frame 13 {
stop();
}
}
movieClip 848 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 849 missle1a {
instance animate of movieClip 848 {
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;
}
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 852 {
}
movieClip 853 {
}
movieClip 854 miscintestines {
instance animate of movieClip 853 {
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 {
}
movieClip 857 mischeart1a {
instance animate of movieClip 856 {
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 861 {
}
// unknown tag 88 length 64
movieClip 870 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 874 {
}
movieClip 878 {
}
movieClip 879 {
}
movieClip 881 {
}
movieClip 882 {
}
movieClip 884 {
}
movieClip 885 {
instance of movieClip 884 {
}
}
movieClip 887 {
}
movieClip 888 {
}
movieClip 890 {
}
movieClip 892 {
}
movieClip 893 {
}
movieClip 894 {
}
movieClip 896 {
}
movieClip 898 {
}
movieClip 900 {
}
movieClip 903 {
}
movieClip 904 {
instance of movieClip 903 {
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 906 {
}
movieClip 908 {
}
movieClip 911 {
}
movieClip 912 {
instance of movieClip 911 {
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 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 929 {
}
movieClip 934 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 936 {
}
movieClip 939 {
}
movieClip 940 {
instance of movieClip 939 {
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 942 {
}
movieClip 943 {
}
movieClip 945 {
}
movieClip 946 {
instance of movieClip 945 {
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 948 {
}
movieClip 949 {
instance of movieClip 948 {
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 951 {
}
movieClip 952 {
instance of movieClip 951 {
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 954 {
}
movieClip 956 {
}
movieClip 957 {
}
movieClip 958 {
}
movieClip 963 {
}
movieClip 965 {
}
movieClip 967 {
}
movieClip 968 {
}
movieClip 973 {
}
movieClip 975 {
}
movieClip 977 {
}
movieClip 979 {
}
movieClip 981 {
}
movieClip 983 {
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 997 {
}
movieClip 998 {
frame 1 {
stop();
}
}
movieClip 999 {
}
movieClip 1000 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 870 {
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 1001 messagebox1a {
instance animate of movieClip 1000 {
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 1005 {
}
movieClip 1009 {
frame 3 {
if (int(random(10) == 1)) {
gotoAndPlay(4);
} else {
gotoAndPlay(2);
}
}
}
movieClip 1011 {
}
movieClip 1013 {
instance of movieClip 1011 {
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 1014 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 1015 mcocktail1a {
instance animate of movieClip 1014 {
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 1017 {
}
movieClip 1018 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1019 lifeorb1a {
instance animate of movieClip 1018 {
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 1021 {
}
movieClip 1022 {
frame 1 {
stop();
}
instance limit of movieClip 471 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1023 l_scythe2a {
instance animate of movieClip 1022 {
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 1024 l_scythe1a {
instance animate of movieClip 1022 {
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;
}
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;
}
}
}
}
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 (dead) {
++deadt;
_alpha = _alpha - 15;
size += d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1025 {
}
movieClip 1027 {
}
movieClip 1030 {
}
movieClip 1033 {
}
movieClip 1036 {
}
movieClip 1038 {
}
movieClip 1039 {
}
movieClip 1040 {
}
movieClip 1041 {
}
movieClip 1043 {
}
movieClip 1044 {
}
movieClip 1047 {
}
movieClip 1049 {
}
movieClip 1052 {
}
movieClip 1053 {
}
movieClip 1054 {
}
movieClip 1056 {
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 1057 items1a {
instance animate of movieClip 1056 {
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 = 0;
_parent.removeMovieClip();
}
if (_root.gender == 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 1063 {
}
movieClip 1069 {
}
movieClip 1070 spark1a {
frame 20 {
stop();
}
}
movieClip 1071 hitspark1a {
instance animate of movieClip 1070 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 1073 {
}
movieClip 1075 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
}
movieClip 1077 {
}
movieClip 1079 {
}
movieClip 1083 {
}
movieClip 1085 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1088 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1089 {
frame 1 {
mouth.gotoAndStop(2);
}
}
movieClip 1091 {
}
movieClip 1094 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1095 {
}
movieClip 1099 {
}
movieClip 1101 {
}
movieClip 1103 {
}
movieClip 1105 {
}
movieClip 1106 {
}
movieClip 1107 {
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 1108 heads1a {
instance animate of movieClip 1107 {
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 1110 {
}
movieClip 1112 {
}
movieClip 1114 {
}
movieClip 1116 {
}
movieClip 1117 {
}
movieClip 1120 {
}
movieClip 1123 {
}
movieClip 1124 {
instance of movieClip 1123 {
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 1127 {
}
movieClip 1128 {
instance of movieClip 1127 {
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 1131 {
}
movieClip 1133 {
}
movieClip 1135 {
}
movieClip 1136 {
instance of movieClip 1131 {
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 1133 {
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 1135 {
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 1139 {
}
movieClip 1140 {
instance of movieClip 1139 {
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 1143 {
}
movieClip 1145 {
}
movieClip 1146 {
instance of movieClip 1143 {
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 1145 {
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 1149 {
}
movieClip 1151 {
}
movieClip 1152 {
instance of movieClip 1149 {
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 1151 {
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 1155 {
}
movieClip 1157 {
}
movieClip 1159 {
}
movieClip 1161 {
}
movieClip 1162 {
instance of movieClip 1155 {
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 1157 {
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 1159 {
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 1161 {
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 1165 {
}
movieClip 1166 {
instance of movieClip 1165 {
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 1169 {
}
movieClip 1170 {
instance of movieClip 1143 {
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 1169 {
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 1173 {
}
movieClip 1174 {
instance of movieClip 1149 {
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 1173 {
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 1177 {
}
movieClip 1179 {
}
movieClip 1181 {
}
movieClip 1182 {
instance of movieClip 1177 {
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 1179 {
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 1181 {
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 1185 {
}
movieClip 1186 {
instance of movieClip 1185 {
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 1189 {
}
movieClip 1190 {
instance of movieClip 1189 {
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 1194 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1201 {
}
movieClip 1206 {
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 1212 {
}
movieClip 1216 {
frame 1 {
stop();
}
instance of movieClip 1206 {
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 1219 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1220 {
instance of movieClip 1219 {
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 1223 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1224 {
instance of movieClip 1223 {
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 1227 {
}
movieClip 1229 {
}
movieClip 1230 {
instance of movieClip 1227 {
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 1229 {
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 1232 {
}
movieClip 1233 {
frame 1 {
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 1242 {
frame 21 {
stop();
}
}
movieClip 1243 {
frame 1 {
eyes.gotoAndStop(4);
meyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
frame 95 {
stop();
}
}
movieClip 1245 {
}
movieClip 1248 {
}
movieClip 1258 {
frame 10 {
stop();
}
}
movieClip 1259 {
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 495 {
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 1263 {
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 495 {
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 1264 {
}
movieClip 1265 {
}
movieClip 1271 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 1275 {
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 1276 {
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 1277 handtrap1a {
instance animate of movieClip 1276 {
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 1279 {
}
movieClip 1286 {
}
movieClip 1305 {
instance limit of movieClip 1286 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1306 {
frame 67 {
stop();
}
}
movieClip 1307 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1308 gasser1a {
instance animate of movieClip 1307 {
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 1309 fsmoke1a {
instance animate of movieClip 847 {
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 1311 {
frame 30 {
if (_root.char_name != 'spike') {
_root.gotoAndStop('ending');
} else {
_root.gotoAndStop('gameover');
}
stop();
}
}
movieClip 1312 finalfade1a {
}
movieClip 1317 {
}
movieClip 1319 {
}
movieClip 1322 {
}
movieClip 1323 fightbar1a {
instance animate of movieClip 1322 {
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 1325 {
}
movieClip 1330 {
}
movieClip 1332 {
}
movieClip 1335 {
}
movieClip 1338 {
}
movieClip 1342 {
}
movieClip 1345 {
}
movieClip 1347 {
}
movieClip 1350 {
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 1351 feet1a {
instance animate of movieClip 1350 {
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 1353 {
}
movieClip 1355 {
}
movieClip 1356 {
frame 16 {
stop();
}
}
movieClip 1357 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1358 enemyball1a {
instance animate of movieClip 1357 {
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 1359 e_throwaxe1a {
instance animate of movieClip 240 {
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 1360 e_mcocktail1a {
instance animate of movieClip 1014 {
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 1361 {
}
movieClip 1362 e_dagger1a {
instance animate of movieClip 1361 {
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) {
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;
}
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 1363 {
}
movieClip 1364 {
}
movieClip 1365 e_bull_spark1a {
instance animate of movieClip 1364 {
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 1367 {
}
movieClip 1368 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1369 e_boomerang1a {
instance animate of movieClip 1368 {
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 1370 dragon_fireball1a {
instance animate of movieClip 1364 {
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 1373 {
}
movieClip 1378 {
frame 19 {
gotoAndPlay(4);
}
}
movieClip 1379 dracfireball2a {
instance animate of movieClip 1378 {
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 1386 {
frame 18 {
gotoAndPlay(3);
}
}
movieClip 1388 {
}
movieClip 1393 {
}
movieClip 1396 {
}
movieClip 1399 {
}
movieClip 1402 {
}
movieClip 1403 {
frame 19 {
stop();
}
}
movieClip 1405 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1406 dracfire1a {
instance animate of movieClip 1405 {
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 1415 {
frame 17 {
stop();
}
}
movieClip 1416 dracballfire1a {
instance animate of movieClip 1415 {
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 1419 {
}
movieClip 1420 {
}
movieClip 1421 {
}
movieClip 1422 {
}
movieClip 1423 dracball2a {
instance animate of movieClip 1422 {
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 1425 {
}
movieClip 1428 {
}
movieClip 1431 {
}
movieClip 1433 {
}
movieClip 1434 {
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 1435 dog1a {
}
movieClip 1436 dagger1a {
instance animate of movieClip 1361 {
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 1439 {
}
movieClip 1440 {
instance of movieClip 1439 {
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 1442 {
}
movieClip 1443 {
instance of movieClip 1442 {
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 1446 {
}
movieClip 1447 {
}
movieClip 1448 {
instance of movieClip 1447 {
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 1450 {
}
movieClip 1451 {
instance of movieClip 1450 {
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 1452 {
}
movieClip 1455 {
}
movieClip 1456 {
instance of movieClip 1131 {
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 1133 {
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 1455 {
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 1457 {
}
movieClip 1458 {
}
movieClip 1459 {
}
movieClip 1462 {
}
movieClip 1463 {
instance of movieClip 1462 {
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 1464 {
frame 5 {
stop();
}
}
movieClip 1465 {
}
movieClip 1467 {
}
movieClip 1469 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1472 {
frame 9 {
stop();
}
}
movieClip 1473 {
}
movieClip 1474 {
frame 9 {
stop();
}
}
movieClip 1476 {
frame 9 {
stop();
}
}
movieClip 1478 {
frame 9 {
stop();
}
}
movieClip 1479 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1481 {
}
movieClip 1482 {
instance weapon of movieClip 1479 {
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 1485 {
}
movieClip 1487 {
}
movieClip 1488 {
instance of movieClip 1485 {
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 1487 {
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 1489 {
frame 10 {
stop();
}
}
movieClip 1490 {
instance of movieClip 1469 {
onClipEvent (load) {
if (_root.w1) {
gotoAndStop('knife');
}
if (_root.w2) {
gotoAndStop('sword');
}
if (_root.w3) {
gotoAndStop('axe');
}
}
}
instance weapon of movieClip 1479 {
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 1469 {
onClipEvent (load) {
if (_root.w1) {
gotoAndStop('knife');
}
if (_root.w2) {
gotoAndStop('sword');
}
if (_root.w3) {
gotoAndStop('axe');
}
}
}
}
movieClip 1491 {
frame 5 {
stop();
}
}
movieClip 1494 {
}
movieClip 1497 {
}
movieClip 1499 {
}
movieClip 1501 {
instance of movieClip 1494 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1497 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1507 {
}
movieClip 1512 {
frame 10 {
stop();
}
}
movieClip 1521 {
instance of movieClip 1494 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1497 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1494 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance limit of movieClip 1507 {
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 1523 {
}
movieClip 1532 {
}
movieClip 1533 {
instance of movieClip 1494 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1497 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1534 {
frame 1 {
stop();
}
}
movieClip 1537 {
}
movieClip 1539 {
}
movieClip 1541 {
}
movieClip 1543 {
instance of movieClip 491 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1537 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1541 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1546 {
instance of movieClip 491 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1537 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1541 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1548 {
}
movieClip 1550 {
}
movieClip 1552 {
}
movieClip 1554 {
}
movieClip 1556 {
}
movieClip 1558 {
}
movieClip 1560 {
}
movieClip 1562 {
}
movieClip 1564 {
}
movieClip 1566 {
}
movieClip 1568 {
}
movieClip 1571 {
}
movieClip 1574 {
}
movieClip 1575 {
instance of movieClip 1571 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1541 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1574 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1578 {
}
movieClip 1580 {
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_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 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1581 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance of movieClip 148 {
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 1582 bunkerall1a {
instance animate of movieClip 1581 {
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 1585 {
frame 7 {
stop();
}
}
movieClip 1587 {
}
movieClip 1591 {
frame 7 {
stop();
}
}
movieClip 1593 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1594 bullet1a {
instance animate of movieClip 1593 {
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;
}
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 1595 boomerang1a {
instance animate of movieClip 1368 {
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 1603 {
frame 15 {
stop();
}
}
movieClip 1604 bloodspurt1a {
instance animate of movieClip 1603 {
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 1606 {
}
movieClip 1609 {
frame 5 {
stop();
}
}
movieClip 1610 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1611 bloodspat1a {
instance animate of movieClip 1610 {
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 1623 {
frame 23 {
stop();
}
}
movieClip 1624 {
}
movieClip 1625 {
}
movieClip 1626 bloodex1a {
instance animate of movieClip 1625 {
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 1628 {
}
movieClip 1630 {
}
movieClip 1632 {
}
movieClip 1634 {
}
movieClip 1636 {
}
movieClip 1638 {
}
movieClip 1640 {
}
movieClip 1644 {
}
movieClip 1647 {
}
movieClip 1649 {
}
movieClip 1650 {
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 1651 arms1a {
instance animate of movieClip 1650 {
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 1652 {
}
movieClip 1654 {
}
movieClip 1655 {
instance of movieClip 1654 {
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 1657 {
}
movieClip 1658 {
instance of movieClip 1657 {
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 1660 {
}
movieClip 1662 {
}
movieClip 1663 {
instance of movieClip 1662 {
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 1665 {
}
movieClip 1666 {
instance of movieClip 1665 {
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 1667 {
instance glimit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1668 {
instance glimit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1670 {
instance glimit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1671 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 1672 {
frame 15 {
stop();
}
}
movieClip 1673 {
}
movieClip 1674 {
}
movieClip 1676 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 1677 jamison1a {
instance animate of movieClip 1676 {
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') {
_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_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 1679 {
}
movieClip 1686 {
}
movieClip 1688 {
}
movieClip 1690 {
}
movieClip 1697 {
}
movieClip 1702 {
frame 25 {
stop();
}
}
movieClip 1714 {
frame 28 {
stop();
}
}
movieClip 1716 {
}
movieClip 1720 {
}
movieClip 1722 {
}
movieClip 1728 {
}
movieClip 1733 {
}
movieClip 1738 {
}
movieClip 1742 {
}
movieClip 1754 {
instance of movieClip 1720 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1722 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1728 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1733 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1738 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1742 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1738 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1733 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1756 {
}
movieClip 1759 {
}
movieClip 1784 {
instance of movieClip 1756 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1759 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1722 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1790 {
}
movieClip 1813 {
instance of movieClip 1720 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1790 {
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1827 {
frame 9 {
stop();
}
}
movieClip 1828 {
}
movieClip 1829 {
frame 9 {
stop();
}
}
movieClip 1830 {
frame 9 {
_parent.removeMovieClip();
stop();
}
}
movieClip 1831 {
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 1832 eyemonster1a {
instance animate of movieClip 1831 {
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 1834 {
}
movieClip 1836 {
}
movieClip 1838 {
}
movieClip 1840 {
}
movieClip 1842 {
}
movieClip 1844 {
}
movieClip 1846 {
}
movieClip 1848 {
}
movieClip 1850 {
}
movieClip 1853 {
}
movieClip 1854 {
}
movieClip 1855 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1856 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 34 {
stop();
}
}
movieClip 1857 {
frame 5 {
stop();
}
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 1858 {
}
movieClip 1859 {
}
movieClip 1860 {
}
movieClip 1863 {
}
movieClip 1864 {
}
movieClip 1865 {
}
movieClip 1866 {
}
movieClip 1867 {
}
movieClip 1868 {
frame 76 {
stop();
}
}
movieClip 1869 {
frame 1 {
stop();
}
instance limitc of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limit of movieClip 150 {
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 1870 wolfman1a {
instance animate of movieClip 1869 {
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.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 >= 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.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;
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) {
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(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 1874 {
}
movieClip 1876 {
frame 24 {
stop();
}
}
movieClip 1879 {
frame 24 {
stop();
}
}
movieClip 1883 {
}
movieClip 1886 {
}
movieClip 1889 {
}
movieClip 1891 {
}
movieClip 1893 {
}
movieClip 1895 {
}
movieClip 1897 {
}
movieClip 1899 {
}
movieClip 1902 {
frame 74 {
stop();
}
}
movieClip 1903 {
}
movieClip 1910 {
frame 239 {
stop();
}
frame 239 {
stop();
}
}
movieClip 1914 {
frame 20 {
stop();
}
}
movieClip 1917 {
frame 40 {
stop();
}
}
movieClip 1927 {
}
movieClip 1929 {
}
movieClip 1931 {
}
movieClip 1935 {
}
movieClip 1936 {
}
movieClip 1939 {
}
movieClip 1940 {
}
movieClip 1941 {
}
movieClip 1942 {
}
movieClip 1951 {
}
movieClip 1953 {
}
movieClip 1955 {
}
movieClip 1957 {
}
movieClip 1959 {
}
movieClip 1961 {
}
movieClip 1963 {
}
movieClip 1964 {
}
movieClip 1971 {
frame 61 {
stop();
}
}
movieClip 1980 {
frame 159 {
stop();
}
}
movieClip 1981 {
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();
}
}
movieClip 1982 draculina1a {
instance animate of movieClip 1981 {
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;
}
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 (!teleportin and !teleportout) {
if (!d) {
attsel = random(2);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack2 = true;
}
d = true;
}
if (!attack1 and !attack2) {
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 (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 (attack2t >= 250) {
attack2t = 0;
teleportout = true;
attack2 = 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 (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;
gotoAndStop('dead2');
if (!dd) {
stopAllSounds();
_root.music_numb = 14;
_root.musicb.a = false;
dd = true;
}
}
}
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 1983 reaper2a {
instance animate of movieClip 682 {
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 = 20;
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 (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) {
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.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 (teleport) {
++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 >= 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.p1.animate.hit = true;
_root.life -= r_loss;
}
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 (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 1985 {
}
movieClip 1987 {
}
movieClip 1989 {
}
movieClip 1991 {
}
movieClip 1993 {
}
movieClip 1997 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1999 {
}
movieClip 2001 {
}
movieClip 2002 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2003 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2004 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 32 {
stop();
}
}
movieClip 2005 {
frame 17 {
head.gotoAndStop(2);
}
frame 110 {
head.gotoAndStop(2);
stop();
}
}
movieClip 2006 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 90 {
stop();
}
}
movieClip 2009 {
}
movieClip 2011 {
}
movieClip 2013 {
}
movieClip 2025 {
frame 1 {
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
}
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 495 {
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 2041 {
frame 1 {
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
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 495 {
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 2042 {
frame 76 {
stop();
}
}
movieClip 2043 {
frame 1 {
stop();
}
instance limitc of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limit of movieClip 150 {
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 2044 minotaur1a {
instance animate of movieClip 2043 {
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 2047 {
}
movieClip 2049 {
}
movieClip 2053 {
}
movieClip 2056 {
}
movieClip 2060 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2062 {
}
movieClip 2064 {
}
movieClip 2065 {
}
movieClip 2069 {
frame 1 {
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
}
movieClip 2073 {
}
movieClip 2082 {
frame 15 {
gotoAndPlay(9);
}
}
movieClip 2083 {
frame 1 {
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
frame 60 {
stop();
}
}
movieClip 2089 {
frame 1 {
meyes.gotoAndStop(3);
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
instance of movieClip 667 {
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 667 {
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 667 {
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 2090 {
frame 1 {
meyes.gotoAndStop(3);
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
instance of movieClip 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 667 {
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 2098 {
frame 22 {
stop();
}
}
movieClip 2099 {
frame 1 {
eyes.gotoAndStop(2);
}
}
movieClip 2100 {
frame 1 {
eyes.gotoAndStop(2);
}
frame 75 {
eyes.gotoAndStop(3);
stop();
}
}
movieClip 2101 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
}
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 2102 medhead1a {
instance animate of movieClip 2101 {
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 2105 {
}
movieClip 2106 {
}
movieClip 2109 {
}
movieClip 2110 {
instance of movieClip 2109 {
}
}
movieClip 2112 {
}
movieClip 2113 {
}
movieClip 2116 {
}
movieClip 2117 {
instance of movieClip 2116 {
}
}
movieClip 2119 {
}
movieClip 2120 {
}
movieClip 2122 {
}
movieClip 2123 {
}
movieClip 2125 {
}
movieClip 2126 {
}
movieClip 2129 {
}
movieClip 2130 {
instance of movieClip 2129 {
}
}
movieClip 2133 {
}
movieClip 2134 {
}
movieClip 2136 {
}
movieClip 2137 {
instance of movieClip 2136 {
}
}
movieClip 2140 {
}
movieClip 2141 {
instance of movieClip 2140 {
}
}
movieClip 2144 {
}
movieClip 2145 {
}
movieClip 2148 {
}
movieClip 2149 {
instance of movieClip 2148 {
}
}
movieClip 2151 {
}
movieClip 2152 {
instance of movieClip 2151 {
}
}
movieClip 2154 {
}
movieClip 2155 {
instance of movieClip 2154 {
}
}
movieClip 2157 {
}
movieClip 2158 {
instance of movieClip 2157 {
}
}
movieClip 2160 {
}
movieClip 2161 {
instance of movieClip 2160 {
}
}
movieClip 2164 {
}
movieClip 2165 {
}
movieClip 2167 {
}
movieClip 2168 {
}
movieClip 2170 {
}
movieClip 2171 {
}
movieClip 2173 {
}
movieClip 2174 {
}
movieClip 2176 {
}
movieClip 2177 {
}
movieClip 2180 {
}
movieClip 2181 {
}
movieClip 2183 {
}
movieClip 2184 {
}
movieClip 2185 {
}
movieClip 2187 {
}
movieClip 2188 {
}
movieClip 2192 {
}
movieClip 2193 {
}
movieClip 2194 {
frame 50 {
stop();
}
}
movieClip 2195 {
frame 40 {
stop();
}
}
movieClip 2199 {
}
movieClip 2216 {
frame 58 {
stop();
}
}
movieClip 2217 {
}
movieClip 2218 {
frame 50 {
stop();
}
}
movieClip 2220 {
}
movieClip 2222 {
}
movieClip 2224 {
}
movieClip 2226 {
}
movieClip 2228 {
}
movieClip 2230 {
}
movieClip 2232 {
}
movieClip 2234 {
}
movieClip 2235 {
instance of movieClip 2224 {
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 2226 {
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 2240 {
instance of movieClip 1539 {
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 2241 {
frame 1 {
stop();
}
}
movieClip 2242 {
frame 20 {
gotoAndPlay(5);
}
}
movieClip 2245 {
}
movieClip 2248 {
}
movieClip 2252 {
}
movieClip 2253 {
frame 1 {
stop();
}
}
movieClip 2254 {
}
movieClip 2255 {
}
movieClip 2256 {
}
movieClip 2258 {
}
movieClip 2259 {
}
movieClip 2260 {
}
movieClip 2261 {
}
movieClip 2262 {
frame 1 {
stop();
}
}
movieClip 2263 {
instance character of movieClip 2262 {
onClipEvent (enterFrame) {
if (_root.fpause) {
stop();
} else {
play();
}
}
}
frame 20 {
gotoAndPlay(5);
}
}
movieClip 2264 {
frame 108 {
gotoAndPlay(84);
}
}
movieClip 2269 {
}
movieClip 2273 {
}
movieClip 2276 {
}
movieClip 2296 {
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 2297 {
}
movieClip 2298 {
frame 1 {
stop();
}
instance limit of movieClip 2187 {
onClipEvent (load) {
_visible = false;
}
}
instance limitc of movieClip 2187 {
onClipEvent (load) {
_visible = false;
}
}
instance limitb of movieClip 2187 {
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 2299 dragon1a {
instance animate of movieClip 2298 {
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 = 60;
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 (!_root.qte) {
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.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('attack2');
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('attack5');
attack1max = 70;
}
if (attsel == 2) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
if (!a) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife -= r_loss;
} else {
_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 (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) {
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
nort = 0;
++rapet;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._visible = false;
if (!failure and !success) {
_root.qte_go = true;
if (!fs) {
_root.attachMovie('fightbar1a', 'fightbar1', 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y + 100;
fs = true;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_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 - 15;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapehalf = 300;
rapemax = 400;
gotoAndStop('rape2');
if (rapet <= rapehalf) {
_root.rape_breakable = true;
} else {
_root.rape_breakable = false;
}
if (rapet >= rapemax) {
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate._visible = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + 180;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapehalf = 300;
rapemax = 400;
if (rapet <= rapehalf) {
gotoAndStop('rape2');
_root.rape_breakable = true;
} else {
gotoAndStop('rape2');
_root.rape_breakable = false;
}
if (rapet >= rapemax) {
_root.p1.animate.dead = true;
_root.p1.animate._visible = false;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + 180;
rapet = 0;
rape = false;
}
}
}
if (success) {
++successt;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
if (success_numb == 0) {
gotoAndStop('s2');
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 200;
if (successt >= successmax) {
_root.attachMovie('qte1a', 'qte1', 2000);
_root.qte1.animate._x = 250;
_root.qte1.animate._y = 250;
_root.qte_size = 150;
_root.qte_inc = 5;
successt = 0;
_root.qte_event = 1;
_root.qte = true;
success = false;
}
}
if (success_numb == 1) {
gotoAndStop('s3');
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 200;
if (successt >= successmax) {
_root.attachMovie('qte1a', 'qte1', 2000);
_root.qte1.animate._x = 250;
_root.qte1.animate._y = 250;
_root.qte_size = 50;
_root.qte_inc = 5;
successt = 0;
_root.qte_event = 1;
_root.qte = true;
success = false;
}
}
if (success_numb == 2) {
gotoAndStop('s4');
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 300;
if (successt >= successmax) {
_root.attachMovie('qte1a', 'qte1', 2000);
_root.qte1.animate._x = 250;
_root.qte1.animate._y = 250;
_root.qte_size = 50;
_root.qte_inc = 5;
successt = 0;
_root.qte_event = 2;
_root.qte = true;
success = false;
}
}
if (success_numb == 3) {
gotoAndStop('s4');
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 200;
if (successt >= successmax) {
successt = 0;
_root.qte_event = 3;
_root.qte = true;
success = false;
}
}
}
if (failure) {
++failuret;
stun = false;
stunt = 0;
if (failure_numb == 0) {
gotoAndStop('rape3');
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 60;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
if (failuret >= failuremax) {
life = 30;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + 180;
success = false;
successt = 0;
success_numb = 0;
failuret = 0;
_root.qte_event = 0;
failure = false;
rape = false;
}
}
}
} else {
fs = false;
}
if (_root.qte) {
nort = 0;
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
if (_root.qte_event == 0) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop('s1');
rape = true;
if (_root.hit) {
success = true;
success_numb = 1;
failure = false;
failure_numb = 0;
_root.qte = false;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
_root.qte = false;
}
}
if (_root.qte_event == 1) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop('s3');
if (_root.hit) {
success = true;
success_numb = 2;
failure = false;
failure_numb = 0;
_root.qte = false;
rape = true;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
rape = true;
_root.qte = false;
}
}
if (_root.qte_event == 2) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop('s4');
rape = true;
if (_root.hit) {
success = true;
success_numb = 3;
failure = false;
failure_numb = 0;
_root.qte = false;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
_root.qte = false;
}
}
if (_root.qte_event == 3) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop('s5');
rape = true;
if (_root.hit) {
success = true;
dead = true;
failure = false;
failure_numb = 0;
_root.qte = false;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
_root.qte = 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 2301 {
}
movieClip 2305 {
}
movieClip 2307 {
}
movieClip 2326 {
frame 41 {
stop();
}
}
movieClip 2329 {
}
movieClip 2348 {
instance of movieClip 1571 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1574 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2374 {
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_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 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2412 {
frame 1 {
_root.monly = 0;
}
instance of movieClip 1574 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 1541 {
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 2415 {
}
movieClip 2418 {
}
movieClip 2420 {
}
movieClip 2423 {
}
movieClip 2426 {
}
movieClip 2428 {
}
movieClip 2430 {
}
movieClip 2432 {
}
movieClip 2434 {
}
movieClip 2437 {
}
movieClip 2440 {
}
movieClip 2441 {
instance of movieClip 495 {
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 2428 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2434 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2437 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2440 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2437 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2434 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2454 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
instance of movieClip 495 {
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 2428 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2434 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2437 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2440 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2437 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2434 {
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 2428 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 100 {
stop();
}
}
movieClip 2467 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
}
instance of movieClip 495 {
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 2428 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2434 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2437 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2440 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2437 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2434 {
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 2428 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 100 {
stop();
}
}
movieClip 2469 {
frame 9 {
stop();
}
}
movieClip 2470 {
}
movieClip 2471 {
frame 9 {
stop();
}
}
movieClip 2472 {
frame 9 {
stop();
}
}
movieClip 2473 {
frame 46 {
stop();
}
}
movieClip 2493 {
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_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 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2512 {
instance of movieClip 1499 {
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_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 1539 {
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2513 {
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 2514 tmonster1a {
instance animate of movieClip 2513 {
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 2516 {
}
movieClip 2518 {
}
movieClip 2520 {
}
movieClip 2522 {
}
movieClip 2524 {
}
movieClip 2526 {
}
movieClip 2528 {
}
movieClip 2530 {
}
movieClip 2532 {
}
movieClip 2534 {
}
movieClip 2536 {
}
movieClip 2538 {
}
movieClip 2540 {
}
movieClip 2544 {
}
movieClip 2546 {
}
movieClip 2550 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2551 {
}
movieClip 2553 {
}
movieClip 2555 {
}
movieClip 2556 {
frame 13 {
stop();
}
}
movieClip 2557 {
frame 45 {
stop();
}
}
movieClip 2559 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 667 {
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 138 {
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 2560 {
}
movieClip 2562 {
frame 1 {
eyes.gotoAndStop(2);
}
frame 31 {
stop();
}
}
movieClip 2563 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
instance limita of movieClip 150 {
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 2564 une1a {
instance animate of movieClip 2563 {
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 (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;
}
}
}
}
}
}
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 2566 {
}
movieClip 2568 {
}
movieClip 2570 {
}
movieClip 2572 {
}
movieClip 2574 {
}
movieClip 2578 {
}
movieClip 2583 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2584 {
}
movieClip 2585 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2587 {
}
movieClip 2588 {
}
movieClip 2590 {
}
movieClip 2592 {
}
movieClip 2594 {
}
movieClip 2596 {
}
movieClip 2598 {
}
movieClip 2602 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2604 {
}
movieClip 2606 {
}
movieClip 2607 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
sec = 0;
}
instance of movieClip 2602 {
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 2614 {
frame 1 {
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
}
instance of movieClip 2602 {
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 2615 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 2616 succubus1a {
instance animate of movieClip 2615 {
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 2618 {
}
movieClip 2620 {
}
movieClip 2622 {
}
movieClip 2624 {
}
movieClip 2626 {
}
movieClip 2628 {
}
movieClip 2630 {
}
movieClip 2632 {
}
movieClip 2634 {
}
movieClip 2636 {
}
movieClip 2637 {
instance glimit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2638 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 2639 {
}
movieClip 2640 {
}
movieClip 2642 {
}
movieClip 2644 {
}
movieClip 2647 {
}
movieClip 2649 {
}
movieClip 2651 {
}
movieClip 2653 {
}
movieClip 2661 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 2670 {
frame 17 {
stop();
}
}
movieClip 2671 {
frame 1 {
sec = 0;
}
instance of movieClip 1123 {
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 2653 {
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 2687 {
frame 1 {
bhead.gotoAndStop(2);
}
instance of movieClip 1123 {
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 2653 {
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 2689 {
frame 1 {
bhead.gotoAndStop(2);
}
instance of movieClip 1123 {
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 2653 {
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 2691 {
}
movieClip 2693 {
}
movieClip 2694 {
frame 1 {
sec = 0;
}
instance of movieClip 667 {
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 138 {
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 62 {
gotoAndPlay(42);
}
}
movieClip 2698 {
instance of movieClip 667 {
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 138 {
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 115 {
stop();
}
}
movieClip 2699 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 2700 merlady1a {
instance animate of movieClip 2699 {
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.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 - 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 2702 {
}
movieClip 2704 {
}
movieClip 2706 {
}
movieClip 2708 {
}
movieClip 2711 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2712 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2713 {
frame 1 {
head.gotoAndStop(1);
}
frame 10 {
head.gotoAndStop(2);
}
frame 30 {
head.gotoAndStop(1);
}
frame 40 {
stop();
}
}
movieClip 2714 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 20 {
stop();
}
}
movieClip 2716 {
}
movieClip 2718 {
}
movieClip 2721 {
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 2741 {
frame 50 {
head.gotoAndStop(2);
}
frame 95 {
stop();
}
}
movieClip 2744 {
}
movieClip 2745 {
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 2760 {
frame 1 {
eye.gotoAndStop(3);
}
frame 50 {
head.gotoAndStop(2);
}
frame 95 {
eye.gotoAndStop(5);
stop();
}
}
movieClip 2761 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 2762 beast1a {
instance animate of movieClip 2761 {
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 2765 {
}
movieClip 2767 {
}
movieClip 2775 {
instance glimit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2776 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 11 {
stop();
}
}
movieClip 2780 {
}
movieClip 2783 {
}
movieClip 2784 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 2224 {
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 2226 {
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 505 {
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 1539 {
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 2793 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
instance of movieClip 2224 {
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 2226 {
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 505 {
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 1539 {
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 2795 {
}
movieClip 2797 {
}
movieClip 2798 {
}
movieClip 2799 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
}
movieClip 2800 {
}
movieClip 2801 {
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 2802 toothy1a {
instance animate of movieClip 2801 {
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 2804 {
}
movieClip 2806 {
}
movieClip 2808 {
}
movieClip 2810 {
}
movieClip 2812 {
}
movieClip 2814 {
}
movieClip 2816 {
}
movieClip 2818 {
}
movieClip 2821 {
}
movieClip 2822 {
}
movieClip 2824 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2826 {
}
movieClip 2827 {
instance of movieClip 2826 {
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 2830 {
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 138 {
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 667 {
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 2835 {
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 138 {
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 667 {
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 2836 {
frame 1 {
stop();
}
instance limit of movieClip 1425 {
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 2837 dragonlady1a {
instance animate of movieClip 2836 {
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 2839 {
}
movieClip 2841 {
}
movieClip 2843 {
}
movieClip 2845 {
}
movieClip 2847 {
}
movieClip 2849 {
}
movieClip 2850 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2851 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
frame 15 {
stop();
}
}
movieClip 2853 {
}
movieClip 2856 {
}
movieClip 2858 {
}
movieClip 2860 {
}
movieClip 2861 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
}
instance of movieClip 1578 {
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 505 {
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 2878 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
instance of movieClip 1578 {
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 505 {
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 2879 {
}
movieClip 2882 {
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 2887 {
frame 1 {
speye.gotoAndStop(2);
spmouth.gotoAndStop(2);
}
frame 130 {
stop();
}
}
movieClip 2888 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 2889 bear1a {
instance animate of movieClip 2888 {
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_f_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 2907 {
}
movieClip 2910 {
}
movieClip 2912 {
}
movieClip 2914 {
}
movieClip 2916 {
}
movieClip 2917 {
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 495 {
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 2934 {
}
movieClip 2937 {
frame 1 {
eyes.gotoAndStop(2);
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 495 {
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 2938 {
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 495 {
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 2939 {
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 495 {
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 2940 {
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 2941 ectoplasm1a {
instance animate of movieClip 2940 {
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 2944 {
}
movieClip 2946 {
}
movieClip 2948 {
}
movieClip 2952 {
}
movieClip 2953 {
}
movieClip 2954 {
}
movieClip 2955 {
instance limit of movieClip 1425 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
}
}
movieClip 2959 {
}
movieClip 2965 {
frame 5 {
stop();
}
}
movieClip 2968 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2973 {
}
movieClip 2975 {
}
movieClip 2977 {
}
movieClip 2978 {
frame 1 {
emouth.gotoAndStop(1);
}
instance of movieClip 1123 {
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 2653 {
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 2994 {
instance of movieClip 1123 {
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 2653 {
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 2996 {
frame 20 {
stop();
}
}
movieClip 2997 {
}
movieClip 3006 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3013 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3016 {
frame 24 {
gotoAndPlay(23);
}
}
movieClip 3017 {
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 3028 {
frame 1 {
speye.gotoAndStop(3);
spmouth.gotoAndStop(1);
}
frame 75 {
stop();
}
}
movieClip 3029 {
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 3030 hammerhead1a {
instance animate of movieClip 3029 {
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 {
stop();
}
movieClip 3034 {
}
movieClip 3036 {
}
instance of movieClip 3036 {
onClipEvent (release) {
_root.gotoAndStop('loader');
}
}
frame 3 {
_root.sound = true;
}
frame 3 {
stop();
stopAllSounds();
_quality = 'high';
}
movieClip 3038 {
}
// unknown tag 88 length 64
movieClip 3041 {
}
instance of movieClip 3041 {
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 3045 {
}
instance of movieClip 3045 {
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 3049 {
}
instance of movieClip 3049 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067', 1);
}
}
movieClip 3052 {
}
instance of movieClip 3052 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924', 1);
}
}
movieClip 3055 {
}
instance of movieClip 3055 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354', 1);
}
}
movieClip 3058 {
}
movieClip 3067 {
}
movieClip 3069 {
}
movieClip 3070 {
frame 1 {
stop();
}
instance of movieClip 3058 {
onClipEvent (release) {
getURL('http://www.adult-empire.com/rs.php?site_id=8358&wm_id=3287', 1);
}
}
frame 2 {
stop();
}
instance of movieClip 3067 {
onClipEvent (release) {
getURL('http://www.adult-empire.com/rs.php?site_id=9479&wm_id=3287', 1);
}
}
frame 3 {
stop();
}
}
instance of movieClip 3070 {
onClipEvent (load) {
dsel = random(2);
if (dsel == 0) {
gotoAndStop('a');
}
if (dsel == 1) {
gotoAndStop('b');
}
}
}
movieClip 3072 {
}
instance of movieClip 3072 {
onClipEvent (rollOver) {
_root.menu1.textbox = 'PLAY MORE GAMES!!!';
}
onClipEvent (rollOut) {
_root.menu1.textbox = 'Welcome to Toon Pimp\'s Palace';
}
onClipEvent (release) {
getURL('http://toonchamp.com/mogamez', 1);
}
}
movieClip 3109 {
}
instance of movieClip 3109 {
onClipEvent (release) {
getURL('http://cartoonza.com/index.html?id=hobartstarr', 1);
}
}
frame 4 {
stop();
}
movieClip 3111 {
frame 1 {
stop();
}
}
instance of movieClip 3111 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 5 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
}
movieClip 3114 {
}
movieClip 3116 {
}
instance of movieClip 3116 {
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 3118 {
}
instance of movieClip 3118 {
onClipEvent (release) {
_root.gotoAndStop('options');
}
}
movieClip 3120 {
}
instance of movieClip 3120 {
onClipEvent (release) {
_root.gotoAndStop('credits');
}
}
instance of movieClip 3045 {
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 3072 {
onClipEvent (rollOver) {
_root.menu1.textbox = 'PLAY MORE GAMES!!!';
}
onClipEvent (rollOut) {
_root.menu1.textbox = 'Welcome to Toon Pimp\'s Palace';
}
onClipEvent (release) {
getURL('http://toonchamp.com/mogamez', 1);
}
}
movieClip 3122 {
}
movieClip 3124 {
frame 1 {
stop();
}
instance of movieClip 3122 {
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 3122 {
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 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 10 {
stop();
}
instance of movieClip 3122 {
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 3126 {
frame 1 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(54)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(50)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3122 {
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 3128 {
frame 1 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3122 {
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 3131 {
}
movieClip 3134 {
}
movieClip 3137 {
}
movieClip 3138 {
frame 1 {
stop();
}
instance of movieClip 3131 {
onClipEvent (release) {
_parent.nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3134 {
onClipEvent (release) {
_parent.nextFrame();
}
}
frame 3 {
stop();
}
instance of movieClip 3134 {
onClipEvent (release) {
_parent.gotoAndStop(1);
}
}
}
movieClip 3141 {
}
instance of movieClip 3141 {
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 3145 {
}
movieClip 3146 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3150 {
}
movieClip 3151 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3152 {
instance of movieClip 3146 {
onClipEvent (load) {
gotoAndStop('a');
}
onClipEvent (release) {
_root.char_name = 'toonpimp';
_root.gotoAndStop('design');
}
onClipEvent (rollOver) {
gotoAndStop('b');
}
onClipEvent (rollOut) {
gotoAndStop('a');
}
}
instance of movieClip 3151 {
onClipEvent (load) {
gotoAndStop('a');
}
onClipEvent (release) {
_root.char_name = 'bunker';
_root.gotoAndStop('design');
}
onClipEvent (rollOver) {
gotoAndStop('b');
}
onClipEvent (rollOut) {
gotoAndStop('a');
}
}
}
frame 7 {
stop();
}
movieClip 3155 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance credits of movieClip 3155 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
movieClip 3163 {
frame 1 {
gotoAndStop(18);
}
frame 2 {
_root.text1 = 'Kaa - Perverted snake that likes to hypnotize then rape its victims before eating them.';
stop();
}
frame 3 {
_root.text1 = 'Kaa - Perverted snake that likes to hypnotize then rape its victims before eating them.';
stop();
}
frame 4 {
_root.text1 = 'Rubella - Angry, plague-filled rat bitch.';
stop();
}
frame 5 {
_root.text1 = 'Rubella - Angry, plague-filled rat bitch.';
stop();
}
frame 6 {
_root.text1 = 'Bimbette - Vampire whore with a demon living in her twat.';
stop();
}
frame 7 {
_root.text1 = 'Bimbette - Vampire whore with a demon living in her twat.';
stop();
}
frame 8 {
_root.text1 = 'Toothy - Buffed gator man with nothing better to do than to rape people.';
stop();
}
frame 9 {
_root.text1 = 'Toothy - Buffed gator man with nothing better to do than to rape people.';
stop();
}
frame 10 {
_root.text1 = 'Rapebot - Dastardly machine programmed to rape.';
stop();
}
frame 11 {
_root.text1 = 'Rapebot - Dastardly machine programmed to rape.';
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.text1 = 'Dragon - Fire breathing, donkey-loving, big tittied reptile woman stolen from a kids movie.';
stop();
}
frame 15 {
_root.text1 = 'Dragon - Fire breathing, donkey-loving, big tittied reptile woman stolen from a kids movie.';
stop();
}
frame 16 {
_root.text1 = 'Montana Max\'s Rapemech - Mech specially designed for the destruction of assholes and vaginas.';
stop();
}
frame 17 {
_root.text1 = 'Montana Max\'s Rapemech - Mech specially designed for the destruction of assholes and vaginas.';
stop();
}
frame 18 {
_root.text1 = 'Click arrows to change sex scene, cocksucker!';
stop();
}
frame 19 {
gotoAndStop(2);
}
}
movieClip 3166 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3166 {
onClipEvent (rollOver) {
gotoAndStop('d');
}
onClipEvent (rollOut) {
gotoAndStop('nd');
}
onClipEvent (release) {
if (_root.gamebeat) {
_root.anims.prevFrame();
}
}
onClipEvent (enterFrame) {
}
}
instance of movieClip 3166 {
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 3155 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 9 {
stop();
}
instance of movieClip 3155 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
movieClip 3170 {
}
movieClip 3177 {
frame 1 {
stop();
}
instance of movieClip 3034 {
onClipEvent (release) {
_quality = 'low';
_root.qualnumb = 1;
}
}
instance of movieClip 3034 {
onClipEvent (release) {
_quality = 'medium';
_root.qualnumb = 2;
}
}
instance of movieClip 3034 {
onClipEvent (release) {
_quality = 'best';
_root.qualnumb = 3;
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 3177 {
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 3182 {
frame 1 {
stop();
}
instance of movieClip 3034 {
onClipEvent (release) {
_root.sound = true;
}
}
instance of movieClip 3034 {
onClipEvent (release) {
_root.sound = false;
}
}
frame 2 {
stop();
}
}
instance of movieClip 3182 {
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 3194 {
}
movieClip 3195 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3195 {
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 3197 {
}
movieClip 3221 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3222 {
instance of movieClip 3197 {
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 3197 {
onClipEvent (release) {
if (_root.char_name == 'bunker') {
if (_root.gender_numb < 2) {
_root.gender_numb += 1;
}
if (_root.gender_numb >= 2) {
_root.gender_numb = 0;
}
}
}
}
instance of movieClip 3197 {
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 3197 {
onClipEvent (release) {
if (_root.pen_numb < 6) {
_root.pen_numb += 1;
}
if (_root.pen_numb >= 6) {
_root.pen_numb = 0;
}
}
}
instance of movieClip 3197 {
onClipEvent (release) {
_root.zoomin = true;
_root.zoomout = false;
_root.rape = false;
}
}
instance of movieClip 3197 {
onClipEvent (release) {
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
}
}
instance of movieClip 3197 {
onClipEvent (release) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
}
}
instance of movieClip 3197 {
onClipEvent (release) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
}
}
instance of movieClip 3197 {
onClipEvent (release) {
if (_root.color_numb < 7) {
_root.color_numb += 1;
}
if (_root.color_numb >= 7) {
_root.color_numb = 0;
}
}
}
instance of movieClip 3197 {
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 3197 {
onClipEvent (release) {
if (_root.color_numb < 7) {
_root.color_numb += 1;
}
if (_root.color_numb >= 7) {
_root.color_numb = 0;
}
}
}
instance of movieClip 3221 {
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 3045 {
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 3222 {
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 3224 {
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 3224 {
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 3226 {
}
instance of movieClip 3226 {
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 3231 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3231 {
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 = 'prologue';
}
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 3234 {
}
instance of movieClip 3234 {
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 3236 {
frame 16 {
stop();
}
}
movieClip 3237 {
frame 15 {
stop();
}
}
movieClip 3238 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3239 {
}
instance of movieClip 3239 {
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 3242 {
}
movieClip 3243 {
}
instance of movieClip 3243 {
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 3244 {
}
instance of movieClip 3244 {
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 3247 {
}
movieClip 3248 {
}
instance of movieClip 3248 {
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 3251 {
}
movieClip 3252 {
}
movieClip 3255 {
}
movieClip 3258 {
}
movieClip 3261 {
}
movieClip 3264 {
}
movieClip 3267 {
}
movieClip 3270 {
}
movieClip 3271 {
}
movieClip 3272 {
instance of movieClip 3255 {
onClipEvent (load) {
speed = 25;
}
onClipEvent (enterFrame) {
_rotation = _rotation + speed;
}
}
instance of movieClip 3255 {
onClipEvent (load) {
speed = 25;
}
onClipEvent (enterFrame) {
_rotation = _rotation + speed;
}
}
}
instance carriage of movieClip 3272 {
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 3274 {
}
movieClip 3275 {
}
instance map1 of movieClip 3275 {
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 3278 {
}
movieClip 3279 {
}
instance of movieClip 3279 {
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 3282 {
}
movieClip 3285 {
}
movieClip 3286 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance robe of movieClip 3286 {
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 3226 {
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 3239 {
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 3288 {
}
instance of movieClip 3288 {
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 3291 {
}
movieClip 3292 {
}
instance of movieClip 3292 {
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 3295 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3296 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 3301 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3303 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3305 {
instance of movieClip 3295 {
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 3221 {
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 3296 {
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 3301 {
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
}
instance plifemax of movieClip 3301 {
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
}
}
instance of movieClip 3305 {
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 3224 {
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 3306 {
frame 16 {
stop();
_parent.removeMovieClip();
}
}
instance of movieClip 3306 {
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 3307 {
}
instance of movieClip 3307 {
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 3312 {
}
movieClip 3315 {
}
movieClip 3318 {
}
movieClip 3319 {
}
instance bg1 of movieClip 3319 {
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 3321 {
}
movieClip 3325 {
}
movieClip 3328 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3328 {
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 3335 {
}
movieClip 3336 {
}
movieClip 3338 {
}
movieClip 3339 {
}
movieClip 3340 {
}
movieClip 3341 {
}
movieClip 3342 {
}
movieClip 3343 {
frame 19 {
stop();
}
}
movieClip 3344 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder2 of movieClip 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3224 {
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 3347 {
}
movieClip 3350 {
}
movieClip 3353 {
}
movieClip 3356 {
}
movieClip 3359 {
}
movieClip 3362 {
}
movieClip 3365 {
}
movieClip 3368 {
}
movieClip 3369 {
}
movieClip 3372 {
}
movieClip 3375 {
}
movieClip 3378 {
}
movieClip 3381 {
}
movieClip 3384 {
}
movieClip 3387 {
}
movieClip 3390 {
}
movieClip 3393 {
}
movieClip 3396 {
}
movieClip 3399 {
}
movieClip 3402 {
}
movieClip 3405 {
}
movieClip 3406 {
}
movieClip 3407 {
}
instance bg1 of movieClip 3407 {
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 3409 {
}
movieClip 3413 {
}
movieClip 3414 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3414 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3417 {
}
movieClip 3419 {
}
movieClip 3421 {
}
movieClip 3425 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3425 {
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 3344 {
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 3344 {
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 3344 {
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 3428 {
}
movieClip 3431 {
}
movieClip 3434 {
}
movieClip 3437 {
}
movieClip 3440 {
}
movieClip 3442 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3442 {
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 3445 {
}
movieClip 3446 {
}
movieClip 3447 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3288 {
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 3450 {
}
instance of movieClip 3450 {
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 3452 {
}
movieClip 3455 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (_root.bossdead) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 3455 {
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 3344 {
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 3344 {
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 3288 {
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 3460 {
}
movieClip 3461 {
}
instance of movieClip 3461 {
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 3462 {
}
movieClip 3463 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3463 {
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 3466 {
}
movieClip 3467 {
}
instance of movieClip 3467 {
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 3468 {
}
movieClip 3470 {
}
movieClip 3472 {
}
movieClip 3474 {
}
movieClip 3476 {
}
movieClip 3478 {
}
movieClip 3480 {
}
movieClip 3482 {
}
movieClip 3484 {
}
movieClip 3486 {
}
movieClip 3488 {
}
movieClip 3489 {
}
movieClip 3494 {
}
movieClip 3496 {
}
movieClip 3497 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder2 of movieClip 3497 {
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 3498 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder3 of movieClip 3498 {
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 3344 {
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 3499 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3500 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3501 {
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 3504 {
}
instance of movieClip 3504 {
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 3506 {
}
movieClip 3509 {
}
movieClip 3512 {
}
movieClip 3515 {
}
movieClip 3516 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3516 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3518 {
}
instance of movieClip 3518 {
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 3521 {
}
instance of movieClip 3521 {
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 3523 {
}
movieClip 3526 {
}
movieClip 3529 {
}
movieClip 3532 {
}
movieClip 3535 {
}
movieClip 3538 {
}
movieClip 3539 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3539 {
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 3540 {
}
instance of movieClip 3540 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3518 {
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 3521 {
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 3542 {
}
movieClip 3543 {
}
movieClip 3544 {
}
movieClip 3545 {
}
movieClip 3546 {
instance of movieClip 3542 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 3543 {
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 3544 {
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 3545 {
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 3547 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3547 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3518 {
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 3504 {
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 3548 {
}
movieClip 3551 {
}
movieClip 3553 {
}
movieClip 3554 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3554 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3521 {
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 3555 {
}
movieClip 3558 {
}
movieClip 3561 {
}
movieClip 3564 {
}
movieClip 3565 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3565 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3518 {
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();
stopAllSounds();
_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.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();
}
instance y_box of movieClip 3288 {
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;
}
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.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.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == 'spike') {
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
movieClip 3568 {
}
movieClip 3569 {
}
movieClip 3572 {
}
movieClip 3575 {
}
movieClip 3578 {
}
movieClip 3579 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 3579 {
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 3582 {
}
instance of movieClip 3582 {
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 3584 {
}
movieClip 3587 {
}
movieClip 3592 {
}
movieClip 3593 {
}
movieClip 3594 {
}
movieClip 3595 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3595 {
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 3597 {
}
instance of movieClip 3597 {
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 3344 {
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 3344 {
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 3344 {
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 3344 {
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 3599 {
}
movieClip 3601 {
}
movieClip 3603 {
}
movieClip 3605 {
}
movieClip 3607 {
}
movieClip 3609 {
}
movieClip 3611 {
}
movieClip 3613 {
}
movieClip 3616 {
}
movieClip 3618 {
}
movieClip 3620 {
frame 1 {
stop();
}
}
movieClip 3622 {
}
movieClip 3624 {
}
movieClip 3626 {
}
movieClip 3627 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3627 {
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 3630 {
}
instance of movieClip 3630 {
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 3632 {
}
movieClip 3635 {
}
movieClip 3638 {
}
movieClip 3641 {
}
movieClip 3642 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3642 {
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 3649 {
}
movieClip 3650 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance itemholder1 of movieClip 3650 {
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 3650 {
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 3650 {
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 3650 {
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 3650 {
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 3518 {
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 3653 {
}
instance of movieClip 3653 {
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 3655 {
}
movieClip 3656 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3656 {
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 3650 {
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 3650 {
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 3659 {
}
instance of movieClip 3659 {
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 3661 {
}
movieClip 3664 {
}
movieClip 3665 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3665 {
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 3650 {
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 3650 {
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 3650 {
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 3650 {
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 3668 {
}
instance of movieClip 3668 {
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 3670 {
}
movieClip 3673 {
}
movieClip 3676 {
}
movieClip 3677 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3677 {
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 3650 {
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 3650 {
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 3650 {
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 3650 {
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('jamison1a', 'boss1', 101);
_root.boss1.animate._x = -100;
_root.boss1.animate._y = 335;
stop();
}
instance y_box of movieClip 3288 {
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.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.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 = '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;
_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 3679 {
}
movieClip 3682 {
}
movieClip 3685 {
}
movieClip 3688 {
}
movieClip 3689 {
}
movieClip 3692 {
}
movieClip 3693 {
instance of movieClip 3692 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_rotation = _rotation + speed;
}
}
frame 35 {
stop();
}
}
movieClip 3694 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3697 {
}
movieClip 3698 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 3698 {
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 3701 {
}
instance of movieClip 3701 {
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 3702 {
}
movieClip 3705 {
}
movieClip 3706 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3706 {
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 3650 {
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 3650 {
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 3650 {
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 3650 {
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 3708 {
}
movieClip 3710 {
}
movieClip 3712 {
}
movieClip 3714 {
}
movieClip 3716 {
}
movieClip 3718 {
}
movieClip 3720 {
}
movieClip 3722 {
}
movieClip 3724 {
}
movieClip 3726 {
}
movieClip 3729 {
}
movieClip 3731 {
}
movieClip 3733 {
}
movieClip 3735 {
}
movieClip 3737 {
}
movieClip 3739 {
}
movieClip 3741 {
}
movieClip 3742 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3742 {
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 3745 {
}
instance of movieClip 3745 {
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 3748 {
}
movieClip 3751 {
}
movieClip 3752 {
instance of movieClip 3751 {
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 3748 {
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 3748 {
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 3748 {
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 3748 {
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 3748 {
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 3751 {
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 3751 {
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 3751 {
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 3751 {
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 3751 {
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 3748 {
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 3748 {
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 3748 {
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 3753 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3753 {
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 3650 {
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 3650 {
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 3650 {
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 3650 {
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 3288 {
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 3754 {
}
movieClip 3757 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 3757 {
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 3288 {
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 3745 {
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 3758 {
}
movieClip 3764 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
}
}
instance map1 of movieClip 3764 {
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 3769 {
}
instance of movieClip 3769 {
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 3771 {
}
movieClip 3776 {
instance limit of movieClip 150 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
}
instance map1 of movieClip 3776 {
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 3650 {
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 3650 {
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 3650 {
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 3650 {
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 3288 {
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 3777 {
}
movieClip 3782 {
}
instance map1 of movieClip 3782 {
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();
stop();
}
instance of movieClip 3045 {
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 3789 {
}
instance of movieClip 3789 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=15543:9804000000924067', 1);
}
}
instance of movieClip 3049 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067', 1);
}
}
instance of movieClip 3052 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924', 1);
}
}
instance of movieClip 3055 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354', 1);
}
}
instance of movieClip 3070 {
onClipEvent (load) {
dsel = random(2);
if (dsel == 0) {
gotoAndStop('a');
}
if (dsel == 1) {
gotoAndStop('b');
}
}
}
instance of movieClip 3072 {
onClipEvent (rollOver) {
_root.menu1.textbox = 'PLAY MORE GAMES!!!';
}
onClipEvent (rollOut) {
_root.menu1.textbox = 'Welcome to Toon Pimp\'s Palace';
}
onClipEvent (release) {
getURL('http://toonchamp.com/mogamez', 1);
}
}
movieClip 3796 {
}
instance of movieClip 3796 {
onClipEvent (release) {
getURL('http://www.hentaiflash.com/?t=105756,2,26,0', 1);
}
}
movieClip 3817 {
}
instance of movieClip 3817 {
onClipEvent (release) {
getURL('http://www.hentaiflash.com/?t=105756,2,26,0', 1);
}
}
instance of movieClip 3109 {
onClipEvent (release) {
getURL('http://cartoonza.com/index.html?id=hobartstarr', 1);
}
}
movieClip 3819 {
}
instance of movieClip 3819 {
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 3821 {
}
instance of movieClip 3821 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 38 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
}
movieClip 3823 {
}
movieClip 3825 {
}
movieClip 3830 {
}
movieClip 3832 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 667 {
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 138 {
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 3833 {
frame 1 {
tpeyes.gotoAndStop(3);
tpmouth.gotoAndStop(4);
}
instance of movieClip 667 {
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 138 {
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 3834 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3838 {
}
movieClip 3839 {
}
movieClip 3843 {
}
movieClip 3846 {
}
movieClip 3848 {
frame 461 {
stop();
}
}
movieClip 3849 {
}
movieClip 3851 {
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 138 {
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 667 {
}
instance of movieClip 2224 {
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 2226 {
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 1539 {
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 3852 {
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 138 {
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 667 {
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 2224 {
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 2226 {
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 1539 {
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 3853 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 3854 {
}
movieClip 3858 {
}
movieClip 3859 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance ending_mc of movieClip 3859 {
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 = '';
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 3860 {
frame 21 {
stop();
}
}
instance of movieClip 3239 {
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 3863 {
}
movieClip 3864 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 3867 {
}
movieClip 3868 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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 3871 {
}
movieClip 3872 {
}
movieClip 3874 {
}
movieClip 3876 {
}
movieClip 3878 {
}
movieClip 3880 {
}
movieClip 3882 {
}
movieClip 3885 {
}
movieClip 3886 {
}
movieClip 3890 {
}
movieClip 3891 {
}
movieClip 3892 {
}
movieClip 3894 {
}
movieClip 3896 {
}
movieClip 3898 {
}
movieClip 3900 {
}
movieClip 3902 {
}
movieClip 3906 {
}
movieClip 3912 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 3914 {
}
movieClip 3915 {
}
movieClip 3917 {
}
movieClip 3918 {
}
movieClip 3919 {
}
movieClip 3920 {
}
movieClip 3921 {
}
movieClip 3922 {
}
movieClip 3923 {
}
movieClip 3924 {
}
movieClip 3925 {
}
movieClip 3926 {
frame 1 {
stop();
}
instance limit of movieClip 150 {
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();
}
}