Combined Code
movieClip 34 {
}
movieClip 35 arm5a {
instance animate of movieClip 34 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 37 {
}
movieClip 38 arm4a {
instance animate of movieClip 37 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 40 {
}
movieClip 41 arm3a {
instance animate of movieClip 40 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 43 {
}
movieClip 44 arm2a {
instance animate of movieClip 43 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 46 {
}
movieClip 47 arm1a {
instance animate of movieClip 46 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 53 {
}
movieClip 55 {
}
movieClip 63 {
}
movieClip 70 {
}
movieClip 73 {
}
movieClip 83 {
}
movieClip 88 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 108 {
}
movieClip 119 {
}
movieClip 123 {
}
movieClip 132 {
}
movieClip 153 {
frame 25 {
stop();
}
}
movieClip 155 {
}
movieClip 162 {
frame 2 {
tu1 = new Sound();
tu1.attachSound('timesup');
tu1.start();
stop();
}
}
movieClip 164 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
play();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
}
movieClip 165 pepe1a {
instance animate of movieClip 164 {
onClipEvent (load) {
spec1t = 0;
tr1 = new Sound();
tr1.attachSound('ltrapse');
screech1 = new Sound();
screech1.attachSound('screecha');
screech = false;
screecht = 0;
stime = 0.07000000000000001;
yes = false;
no = true;
stink._alpha = 50;
rape = false;
rapet = 0;
stopt = 0;
vstop = 20;
velo = 0.5;
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
special1 = false;
special1t = 0;
vspeed = 6;
speed = 0;
speedmax = 6;
speedmin = -6;
_root.movespeed = speedmax;
rbounds = 540;
lbounds = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
stun = false;
stunt = 0;
}
onClipEvent (enterFrame) {
_root.ply = attack1;
stink._alpha = 50;
if (Key.isDown(38) or Key.isDown(87)) {
up = true;
dn = false;
rt = false;
lft = false;
} else {
up = false;
}
if (Key.isDown(40) or Key.isDown(83)) {
dn = true;
up = false;
rt = false;
lft = false;
} else {
dn = false;
}
if (Key.isDown(37) or Key.isDown(65)) {
lft = true;
rt = false;
} else {
lft = false;
}
if (Key.isDown(39) or Key.isDown(68)) {
rt = true;
lft = false;
} else {
rt = false;
}
if (Key.isDown(32) or Key.isDown(90)) {
if (!ak) {
att = true;
ak = true;
}
} else {
ak = false;
}
if (!_root.pause) {
_parent.swapDepths(_y);
_root.movespeed = speedmax;
stink._width = _root.stink;
stink._height = _root.stink;
if (!_root.timeup) {
if (screech) {
++screecht;
if (!sc) {
screech1.start();
sc = true;
}
if (screecht >= 40) {
screecht = 0;
screech = false;
}
}
if (special1) {
++special1t;
speedmax = 12;
speedmin = -12;
vstop = 30;
velo = 0.3;
if (up or dn or lft or rt) {
if (!spec1) {
tr1.start();
spec1 = true;
}
}
if (spec1) {
++spec1t;
if (spec1t >= 80) {
spec1t = 0;
spec1 = false;
}
}
if (special1t >= 600) {
spec1t = 0;
spec1 = false;
velo = 0.5;
vstop = 20;
special1t = 0;
speedmax = 6;
speedmin = -6;
special1 = false;
}
} else {
spec1 = false;
}
if (_x >= lbounds) {
_x = _x - speedmax;
}
if (_x <= rbounds) {
_x = _x + speedmax;
}
if (!stun) {
if (!rape) {
_root.stink += stime;
stink._visible = true;
if (!attack1) {
if (!attack2) {
if (up) {
if (special1) {
gotoAndStop('run2');
} else {
gotoAndStop('run1');
}
if (_y >= _root.ubounds) {
_y = _y - vspeed;
}
}
if (dn) {
if (special1) {
gotoAndStop('run2');
} else {
gotoAndStop('run1');
}
if (_y <= _root.dbounds) {
_y = _y + vspeed;
}
}
if (rt) {
dir = 0;
_xscale = -100;
if (speed <= 0.5) {
if (!rsc) {
rsc = true;
}
gotoAndStop('turnaround');
} else {
if (special1) {
gotoAndStop('run2');
} else {
gotoAndStop('run1');
}
}
if (_x <= rbounds) {
_x = _x + speed;
if (speed >= speedmax) {
speed = speedmax;
}
if (speed < speedmax) {
speed += velo;
}
}
} else {
rsc = false;
}
if (lft) {
dir = 1;
_xscale = 100;
if (speed >= 0.5) {
if (!lsc) {
lsc = true;
}
gotoAndStop('turnaround');
} else {
if (special1) {
gotoAndStop('run2');
} else {
gotoAndStop('run1');
}
}
if (_x >= lbounds) {
_x = _x + speed;
if (speed <= speedmin) {
speed = speedmin;
}
if (speed > speedmin) {
speed -= velo;
}
}
} else {
lsc = false;
}
if (att) {
attack1 = true;
}
if (shoot) {
attack2 = true;
}
if (!lft and !rt and !up and !dn) {
++stopt;
if (speed > 0) {
_x = _x + speed;
speed -= velo;
}
if (speed < 0) {
_x = _x + speed;
speed += velo;
}
if (stopt >= vstop) {
speed = 0;
}
gotoAndStop('stand');
} else {
stopt = 0;
}
}
if (attack2) {
shoot = false;
++attack2t;
gotoAndStop('attack2');
_x = _x + speed;
if (speed > 0) {
speed -= velo;
}
if (speed < 0) {
speed += velo;
}
if (attack2t >= 50) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
att = false;
++attack1t;
gotoAndStop('grab');
_x = _x + speed;
if (speed > 0) {
speed -= velo;
}
if (speed < 0) {
speed += velo;
}
if (attack1t >= 50) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
stink._visible = false;
++rapet;
speed = 0;
shoot = false;
attack1 = false;
attack2 = false;
shoott = 0;
attack1t = 0;
attack2t = 0;
attackt = 0;
if (lft and rt) {
nothing = true;
} else {
nothing = false;
}
if (!nothing) {
if (!rstop) {
if (rt) {
if (no) {
_root.esc += _root.strenght;
yes = true;
no = false;
}
rstop = true;
}
} else {
rstop = false;
}
if (!lstop) {
if (lft) {
if (yes) {
_root.esc += _root.strenght;
no = true;
yes = false;
}
lstop = true;
}
} else {
lstop = false;
}
}
if (rapet >= 2) {
gotoAndStop('stand');
rapet = 0;
rape = false;
}
}
}
if (stun) {
++stunt;
if (stunt >= stunmax) {
stunt = 0;
stun = false;
}
}
}
if (_root.timeup) {
if (rape) {
++rapet;
stink._visible = false;
if (rapet >= 2) {
rape = false;
}
}
if (!rape) {
gotoAndStop('timeup');
}
}
}
}
}
}
movieClip 174 {
}
movieClip 175 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 183 {
}
movieClip 190 {
}
movieClip 197 {
}
movieClip 202 {
}
movieClip 204 {
}
movieClip 216 {
}
movieClip 218 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 220 {
}
movieClip 222 {
}
movieClip 223 {
frame 1 {
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
}
}
movieClip 225 {
}
movieClip 231 {
}
movieClip 237 {
}
movieClip 239 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 241 {
}
movieClip 272 {
}
movieClip 279 {
frame 1 {
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
}
}
movieClip 291 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 296 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 315 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 319 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 328 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
}
frame 20 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
}
frame 49 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 50 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 59 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 338 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
phead.gotoAndStop(3);
}
frame 20 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
phead.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 22 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 60 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
phead.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 80 {
stop();
}
}
movieClip 341 {
}
movieClip 342 {
frame 1 {
eyes.gotoAndStop(5);
stop();
}
}
movieClip 353 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 359 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
}
frame 15 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
eyes.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 16 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 31 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
frame 32 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
}
frame 40 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
eyes.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 41 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 48 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
}
movieClip 361 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 15 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
eyes.gotoAndStop(2);
phead.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 16 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 17 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 100 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
eyes.gotoAndStop(2);
stop();
}
}
movieClip 363 {
frame 1 {
eyes.gotoAndStop(2);
head.gotoAndStop(4);
}
}
movieClip 374 {
}
movieClip 376 {
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 377 girl1a {
instance animate of movieClip 376 {
onClipEvent (load) {
chname = 'Lola';
_root.lola = true;
nohit = true;
nohitt = 0;
clothed = true;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.lola = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.lola = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
}
if (sexsel == 1) {
gotoAndStop('cum2');
}
if (cumt >= 100) {
dead = true;
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.lola = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 384 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 385 {
}
movieClip 415 {
}
movieClip 422 {
}
movieClip 452 {
frame 1 {
eyes.gotoAndStop(2);
}
}
movieClip 526 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 538 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 545 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 548 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 15 {
eyes.gotoAndStop(3);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 16 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 31 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
frame 32 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 42 {
eyes.gotoAndStop(3);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 43 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 54 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
}
movieClip 560 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
phead.gotoAndStop(1);
peyes.gotoAndStop(1);
}
frame 15 {
eyes.gotoAndStop(2);
head.gotoAndStop(2);
phead.gotoAndStop(3);
peyes.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 16 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 17 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 43 {
phead.gotoAndStop(2);
peyes.gotoAndStop(2);
stop();
}
}
movieClip 565 {
}
movieClip 587 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 14 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 15 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 31 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
frame 32 {
eyes.gotoAndStop(1);
head.gotoAndStop(3);
}
frame 38 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 39 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 46 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
}
movieClip 603 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 14 {
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 15 {
phead.gotoAndStop(3);
peyes.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 16 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 30 {
head.gotoAndStop(2);
eyes.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 55 {
stop();
}
}
movieClip 605 {
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 606 girl2a {
instance animate of movieClip 605 {
onClipEvent (load) {
_root.alexis = true;
chname = 'Alexis';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.alexis = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.alexis = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
}
if (sexsel == 1) {
gotoAndStop('cum2');
}
if (cumt >= 100) {
dead = true;
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.alexis = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 608 {
}
movieClip 610 {
}
movieClip 612 {
}
movieClip 614 {
}
movieClip 616 {
}
movieClip 619 {
}
movieClip 622 {
}
movieClip 627 {
frame 6 {
_root.matilda.animate.t1.gotoAndStop('u');
}
}
movieClip 628 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 630 {
frame 1 {
stop();
}
}
movieClip 637 {
}
movieClip 640 {
}
movieClip 643 {
}
movieClip 646 {
}
movieClip 648 {
}
movieClip 649 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 651 {
}
movieClip 652 {
frame 1 {
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
}
}
movieClip 655 {
}
movieClip 660 {
}
movieClip 662 {
}
movieClip 666 {
}
movieClip 671 {
}
movieClip 676 {
}
movieClip 681 {
}
movieClip 686 {
}
movieClip 689 {
}
movieClip 692 {
}
movieClip 694 {
frame 1 {
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
}
}
movieClip 707 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 716 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 720 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 726 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
}
frame 51 {
eyes.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 52 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 60 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 744 {
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 74 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 87 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 754 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(3);
}
frame 33 {
eyes.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 34 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 35 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 100 {
eyes.gotoAndStop(3);
head.gotoAndStop(4);
stop();
}
}
movieClip 782 {
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 54 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 59 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 100 {
stop();
}
}
movieClip 785 {
frame 1 {
stop();
}
}
movieClip 804 {
frame 1 {
eyes.gotoAndStop(3);
}
}
movieClip 807 {
}
movieClip 809 {
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 810 girl3a {
instance animate of movieClip 809 {
onClipEvent (load) {
_root.matilda = true;
chname = 'Matilda';
nohit = true;
nohitt = 0;
clothed = true;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
revtime = 0;
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.matilda = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.matilda = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
}
if (sexsel == 1) {
gotoAndStop('cum2');
}
if (cumt >= 100) {
dead = true;
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.matilda = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 812 {
}
movieClip 834 {
}
movieClip 838 {
}
movieClip 842 {
}
movieClip 844 {
}
movieClip 846 {
}
movieClip 854 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 871 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 877 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 879 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(1);
}
frame 52 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 53 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 63 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 897 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(1);
}
frame 52 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 53 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 65 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 917 {
}
movieClip 930 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
frame 20 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 22 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 49 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 948 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
}
frame 20 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 50 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(4);
}
frame 107 {
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 108 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 160 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(3);
stop();
}
}
movieClip 952 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(3);
stop();
}
}
movieClip 954 {
frame 1 {
eyes.gotoAndStop(4);
}
}
movieClip 955 {
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 956 girl4a {
instance animate of movieClip 955 {
onClipEvent (load) {
_root.lori = true;
chname = 'Lori';
nohit = true;
nohitt = 0;
clothed = true;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.lori = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.lori = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 100) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.lori = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 958 {
}
movieClip 976 {
}
movieClip 979 {
}
movieClip 990 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 1009 {
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 1012 {
frame 1 {
head.gotoAndStop(1);
}
frame 25 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(4);
}
if (facesel == 2) {
head.gotoAndStop(6);
}
if (facesel == 3) {
head.gotoAndStop(8);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 26 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 51 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(52);
} else {
gotoAndPlay(1);
}
}
frame 52 {
head.gotoAndStop(1);
}
frame 60 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(4);
}
if (facesel == 2) {
head.gotoAndStop(6);
}
if (facesel == 3) {
head.gotoAndStop(8);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 68 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(52);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1024 {
frame 1 {
head.gotoAndStop(1);
}
frame 25 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(4);
}
if (facesel == 2) {
head.gotoAndStop(6);
}
if (facesel == 3) {
head.gotoAndStop(8);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 26 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 27 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 53 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(4);
}
if (facesel == 2) {
head.gotoAndStop(6);
}
if (facesel == 3) {
head.gotoAndStop(8);
}
stop();
}
}
movieClip 1027 {
frame 1 {
head.gotoAndStop(9);
stop();
}
}
movieClip 1044 {
}
movieClip 1061 {
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 1102 {
frame 1 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
phead.gotoAndStop(2);
}
frame 20 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 22 {
peyes.gotoAndStop(3);
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 42 {
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 82 {
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 118 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
stop();
}
}
movieClip 1121 {
frame 1 {
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 20 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 54 {
facesel = random(4);
if (facesel == 0) {
head.gotoAndStop(2);
}
if (facesel == 1) {
head.gotoAndStop(3);
}
if (facesel == 2) {
head.gotoAndStop(4);
}
if (facesel == 3) {
head.gotoAndStop(5);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 55 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 65 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1125 {
frame 1 {
head.gotoAndStop(4);
}
}
movieClip 1126 {
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 1127 girl5a {
instance animate of movieClip 1126 {
onClipEvent (load) {
_root.disdain = true;
chname = 'Disdain';
nohit = true;
nohitt = 0;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.disdain = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.disdain = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 100) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.disdain = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1129 {
frame 41 {
stop();
}
}
movieClip 1130 fade1a {
instance animate of movieClip 1129 {
onClipEvent (load) {
_x = 275;
_y = 200;
rtime = 0;
}
onClipEvent (enterFrame) {
++rtime;
if (rtime >= 100) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1132 {
}
movieClip 1133 timeup1a {
instance animate of movieClip 1132 {
onClipEvent (load) {
_x = 730;
_y = 120;
speed = 10;
}
onClipEvent (enterFrame) {
if (_x > 260) {
_x = _x - speed;
}
}
}
}
// unknown tag 88 length 69
movieClip 1137 {
}
movieClip 1138 points1a {
instance animate of movieClip 1137 {
onClipEvent (load) {
speed = 15;
rtime = 0;
_xscale = 140;
_yscale = 170;
if (_root.player1.rape) {
xspot = 300;
yspot = 20;
}
if (!_root.player1.rape) {
xspot = 300;
yspot = 100;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (rtime >= 50) {
_alpha = 50;
}
if (rtime >= 100) {
_parent.removeMovieClip();
}
if (!_root.player1.animate.rape) {
xspot = 300;
yspot = 20;
}
if (_root.player1.animate.rape) {
xspot = _root.zoombox._x + 50;
yspot = _root.zoombox._y - 75;
}
if (_x >= xspot) {
_x = _x - speed;
}
if (_x < xspot) {
_x = _x + speed;
}
if (_y >= yspot) {
_y = _y - speed;
}
if (_y < yspot) {
_y = _y + speed;
}
}
}
}
}
movieClip 1141 {
}
movieClip 1143 {
}
movieClip 1146 {
}
movieClip 1149 {
}
movieClip 1151 {
}
movieClip 1154 {
}
movieClip 1156 {
}
movieClip 1158 {
}
movieClip 1159 {
frame 1 {
stop();
}
instance limit of movieClip 1141 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.stink -= 50;
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = 'Stink Down!';
_parent._parent.removeMovieClip();
}
}
}
frame 2 {
stop();
}
instance limit of movieClip 1143 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.timer.sec += 5;
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = '+5 Sec';
_parent._parent.removeMovieClip();
}
}
}
frame 3 {
stop();
}
instance limit of movieClip 1146 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.player1.animate.special1 = true;
_root.player1.animate.special1t = 0;
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = 'Speed Up!';
_parent._parent.removeMovieClip();
}
}
}
frame 4 {
stop();
}
instance limit of movieClip 1149 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.shockmax += 5;
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = 'Stun Up!';
_parent._parent.removeMovieClip();
}
}
}
frame 5 {
stop();
}
instance limit of movieClip 1151 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.timer.sec += 10;
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = '+10 Sec';
_parent._parent.removeMovieClip();
}
}
}
frame 6 {
stop();
}
instance limit of movieClip 1154 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.strenght += 2;
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = 'Strength UP!';
_parent._parent.removeMovieClip();
}
}
}
frame 7 {
stop();
}
instance limit of movieClip 1156 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.score += 1000;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = '1000';
_parent._parent.removeMovieClip();
}
}
}
frame 8 {
stop();
}
instance limit of movieClip 1158 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_parent.tr1.start();
_root.score += 500;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _parent._x;
_root['points1' + _root.debris].animate._y = _parent._y;
_root['points1' + _root.debris].animate.text1 = '500';
_parent._parent.removeMovieClip();
}
}
}
}
movieClip 1160 pup1a {
instance animate of movieClip 1159 {
onClipEvent (load) {
tr1 = new Sound();
tr1.attachSound('ob1f');
psel = random(20);
if (psel == 0) {
gotoAndStop('a1');
}
if (psel == 1) {
gotoAndStop('a2');
}
if (psel == 2) {
gotoAndStop('a3');
}
if (psel == 3) {
gotoAndStop('a4');
}
if (psel == 4) {
gotoAndStop('a5');
}
if (psel == 5) {
gotoAndStop('a6');
}
if (psel == 6) {
gotoAndStop('a7');
}
if (psel == 7) {
gotoAndStop('a8');
}
if (psel == 8) {
gotoAndStop('a1');
}
if (psel == 9) {
gotoAndStop('a1');
}
if (psel == 10) {
gotoAndStop('a3');
}
if (psel == 11) {
gotoAndStop('a4');
}
if (psel == 12) {
gotoAndStop('a3');
}
if (psel == 13) {
gotoAndStop('a6');
}
if (psel == 14) {
gotoAndStop('a7');
}
if (psel == 15) {
gotoAndStop('a8');
}
if (psel == 16) {
gotoAndStop('a1');
}
if (psel == 17) {
gotoAndStop('a4');
}
if (psel == 18) {
gotoAndStop('a3');
}
if (psel == 19) {
gotoAndStop('a4');
}
if (psel == 20) {
gotoAndStop('a2');
}
if (psel >= 21) {
_parent.removeMovieClip();
}
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
if (rtime >= 200) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 1164 {
}
movieClip 1166 {
}
movieClip 1170 {
}
movieClip 1171 fightbar1a {
instance animate of movieClip 1170 {
onClipEvent (load) {
attached = true;
_y = 110;
_x = 200;
bar._width = _root.esc * 3;
outline._width = _root.escmax * 3;
bar._height = 60;
outline._height = 60;
}
onClipEvent (enterFrame) {
if (!_root.zoomin) {
bar._width = _root.esc * 3;
outline._width = _root.escmax * 3;
} else {
bar._width = _root.esc * 2;
outline._width = _root.escmax * 2;
}
bar._height = 60;
outline._height = 60;
if (_root.esc <= 0) {
bar._width = 0;
}
if (_root.esc >= _root.escmax) {
bar._width = _root.escmax;
}
if (!_root.player1.animate.rape) {
_parent.removeMovieClip();
}
}
}
}
movieClip 1178 {
}
movieClip 1188 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1190 {
}
movieClip 1196 {
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 1210 {
}
movieClip 1213 {
frame 1 {
head.gotoAndStop(3);
eyes.gotoAndStop(3);
}
}
movieClip 1227 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 1244 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 15 {
eyes.gotoAndStop(3);
head.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
frame 32 {
eyes.gotoAndStop(2);
head.gotoAndStop(4);
}
frame 41 {
eyes.gotoAndStop(3);
head.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 50 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1264 {
frame 1 {
eyes.gotoAndStop(2);
head.gotoAndStop(4);
}
frame 15 {
eyes.gotoAndStop(3);
head.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 44 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 45 {
eyes.gotoAndStop(3);
head.gotoAndStop(4);
peyes.gotoAndStop(3);
phead.gotoAndStop(3);
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 59 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 60 {
eyes.gotoAndStop(1);
head.gotoAndStop(3);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 110 {
eyes.gotoAndStop(2);
head.gotoAndStop(3);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
stop();
}
}
movieClip 1265 {
frame 1 {
eyes.gotoAndStop(3);
head.gotoAndStop(4);
stop();
}
}
movieClip 1280 {
frame 1 {
head.gotoAndStop(3);
}
}
movieClip 1285 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1289 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1328 {
frame 1 {
eyes.gotoAndStop(2);
head.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 40 {
eyes.gotoAndStop(3);
head.gotoAndStop(1);
phead.gotoAndStop(2);
peyes.gotoAndStop(2);
pt1 = new Sound();
pt1.attachSound('toujours');
pt1.start();
}
frame 42 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 70 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 99 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 155 {
stop();
}
}
movieClip 1329 {
frame 1 {
eyes.gotoAndStop(2);
head.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(3);
head.gotoAndStop(1);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eyes.gotoAndStop(2);
head.gotoAndStop(1);
}
frame 51 {
eyes.gotoAndStop(3);
head.gotoAndStop(1);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1330 {
frame 1 {
eyes.gotoAndStop(3);
head.gotoAndStop(1);
stop();
}
}
movieClip 1332 {
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 1333 girl6a {
instance animate of movieClip 1332 {
onClipEvent (load) {
_root.peter = true;
chname = 'Peter';
nohit = true;
nohitt = 0;
clothed = true;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.peter = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.peter = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 100) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.peter = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1336 {
}
movieClip 1338 {
}
movieClip 1339 {
}
movieClip 1348 {
}
movieClip 1353 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1357 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1374 {
}
movieClip 1377 {
frame 1 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
}
instance head of movieClip 1353 {
}
}
movieClip 1384 {
frame 1 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
}
instance head of movieClip 1353 {
}
}
movieClip 1386 {
}
movieClip 1388 {
}
movieClip 1390 {
}
movieClip 1392 {
}
movieClip 1396 {
frame 1 {
eye.gotoAndStop(1);
head.gotoAndStop(1);
}
instance head of movieClip 1353 {
}
frame 20 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
}
frame 51 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1417 {
frame 1 {
eye.gotoAndStop(1);
head.gotoAndStop(1);
}
instance head of movieClip 1353 {
}
frame 20 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 79 {
stop();
}
}
movieClip 1418 {
frame 1 {
eye.gotoAndStop(3);
head.gotoAndStop(2);
}
instance head of movieClip 1353 {
}
}
movieClip 1437 {
frame 1 {
head.gotoAndStop(2);
}
}
movieClip 1439 {
}
movieClip 1461 {
frame 1 {
eye.gotoAndStop(2);
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
instance head of movieClip 1353 {
}
frame 20 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 77 {
stop();
}
}
movieClip 1462 {
frame 1 {
eye.gotoAndStop(2);
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
instance head of movieClip 1353 {
}
frame 20 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eye.gotoAndStop(2);
head.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 54 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 65 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1464 {
frame 1 {
eye.gotoAndStop(2);
head.gotoAndStop(1);
}
instance head of movieClip 1353 {
}
}
movieClip 1466 {
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 1467 girl7a {
instance animate of movieClip 1466 {
onClipEvent (load) {
_root.cutter = true;
chname = 'Cutter';
nohit = true;
nohitt = 0;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = -100;
}
if (dir == 1) {
_xscale = 100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.cutter = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.cutter = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = -100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = 100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 100) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.cutter = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1472 {
}
movieClip 1476 {
}
movieClip 1481 {
}
movieClip 1485 {
}
movieClip 1491 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 1493 {
}
movieClip 1502 {
}
movieClip 1504 {
}
movieClip 1505 {
}
movieClip 1508 {
}
movieClip 1511 {
}
movieClip 1523 {
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 1525 {
instance of movieClip 1508 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1529 {
}
movieClip 1530 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
}
movieClip 1537 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 1548 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 15 {
mouth.gotoAndStop(1);
}
frame 16 {
_root.attachMovie('prindress1a', 'dress1a' + _root.debris, _root.debris++);
_root['dress1a' + _root.debris].animate._x = _parent._x;
_root['dress1a' + _root.debris].animate._y = _parent._y;
_root['dress1a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 27 {
stop();
}
}
movieClip 1570 {
frame 1 {
_root.attachMovie('prinbra1a', 'dress1a' + _root.debris, _root.debris++);
_root['dress1a' + _root.debris].animate._x = _parent._x;
_root['dress1a' + _root.debris].animate._y = _parent._y;
_root['dress1a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 2 {
eyes.gotoAndStop(4);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(2);
}
}
frame 72 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 83 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(2);
}
}
}
movieClip 1608 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
frame 79 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
frame 80 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 87 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(4);
}
frame 91 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 140 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(1);
stop();
}
}
movieClip 1611 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(1);
stop();
}
frame 10 {
stop();
}
}
movieClip 1615 {
instance of movieClip 1508 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 1649 {
frame 1 {
mouth.gotoAndStop(2);
eyes.gotoAndStop(1);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(1);
}
frame 20 {
facesel = random(4);
if (facesel == 0) {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(1);
}
if (facesel == 1) {
mouth.gotoAndStop(3);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(2);
}
if (facesel == 2) {
mouth.gotoAndStop(4);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(3);
}
if (facesel == 3) {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
peyes.gotoAndStop(2);
pmouth.gotoAndStop(1);
}
}
frame 115 {
mouth.gotoAndStop(6);
eyes.gotoAndStop(3);
peyes.gotoAndStop(3);
pmouth.gotoAndStop(2);
}
frame 117 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 200 {
mouth.gotoAndStop(2);
eyes.gotoAndStop(1);
peyes.gotoAndStop(2);
pmouth.gotoAndStop(2);
stop();
}
}
movieClip 1650 {
frame 1 {
mouth.gotoAndStop(2);
eyes.gotoAndStop(1);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(1);
}
frame 20 {
facesel = random(4);
if (facesel == 0) {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(1);
}
if (facesel == 1) {
mouth.gotoAndStop(3);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(2);
}
if (facesel == 2) {
mouth.gotoAndStop(4);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(3);
}
if (facesel == 3) {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
peyes.gotoAndStop(2);
pmouth.gotoAndStop(1);
}
}
frame 21 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 22 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 53 {
facesel = random(4);
if (facesel == 0) {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(1);
}
if (facesel == 1) {
mouth.gotoAndStop(3);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(2);
}
if (facesel == 2) {
mouth.gotoAndStop(4);
eyes.gotoAndStop(3);
peyes.gotoAndStop(1);
pmouth.gotoAndStop(3);
}
if (facesel == 3) {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
peyes.gotoAndStop(2);
pmouth.gotoAndStop(1);
}
}
frame 54 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 55 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 65 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(2);
}
}
}
movieClip 1652 {
frame 1 {
mouth.gotoAndStop(2);
eyes.gotoAndStop(3);
}
frame 10 {
stop();
}
}
movieClip 1664 {
frame 1 {
_root.attachMovie('prinbra1a', 'dress1a' + _root.debris, _root.debris++);
_root['dress1a' + _root.debris].animate._x = _parent._x;
_root['dress1a' + _root.debris].animate._y = _parent._y;
_root['dress1a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 2 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(2);
}
}
frame 62 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
}
frame 74 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 88 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(2);
}
}
}
movieClip 1666 {
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 1667 girl8a {
instance animate of movieClip 1666 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.peach = true;
chname = 'Peach';
nohit = true;
nohitt = 0;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
clothed = true;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.peach = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.peach = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(3);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rip = true;
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
clothed = false;
++ript;
if (ript >= 40) {
ript = 0;
sexsel = random(3);
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1a');
}
if (sexsel == 1) {
gotoAndStop('rape1b');
}
if (sexsel == 2) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 2) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead1');
}
if (sexsel == 2) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.peach = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1672 {
}
movieClip 1676 {
}
movieClip 1678 {
}
movieClip 1680 {
}
movieClip 1682 {
}
movieClip 1688 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1690 {
}
movieClip 1710 {
}
movieClip 1712 {
}
movieClip 1714 {
}
movieClip 1716 {
}
movieClip 1719 {
}
movieClip 1726 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1728 {
}
movieClip 1729 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(4);
}
}
movieClip 1731 {
}
movieClip 1733 {
}
movieClip 1736 {
}
movieClip 1737 {
}
movieClip 1739 {
frame 1 {
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 1741 {
}
movieClip 1743 {
}
movieClip 1745 {
}
movieClip 1747 {
}
movieClip 1751 {
}
movieClip 1754 {
}
movieClip 1756 {
}
movieClip 1758 {
}
movieClip 1760 {
}
movieClip 1762 {
}
movieClip 1764 {
}
movieClip 1765 {
frame 1 {
eyes.gotoAndStop(2);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(2);
}
frame 63 {
eyes.gotoAndStop(3);
}
frame 78 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 93 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1768 {
frame 1 {
eyes.gotoAndStop(2);
}
frame 30 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 31 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 100 {
eyes.gotoAndStop(6);
stop();
}
}
movieClip 1770 {
frame 1 {
eyes.gotoAndStop(6);
stop();
}
}
movieClip 1772 {
}
movieClip 1774 {
}
movieClip 1776 {
}
movieClip 1778 {
}
movieClip 1780 {
}
movieClip 1782 {
}
movieClip 1784 {
}
movieClip 1786 {
}
movieClip 1788 {
}
movieClip 1790 {
}
movieClip 1792 {
}
movieClip 1794 {
}
movieClip 1811 {
frame 1 {
eyes.gotoAndStop(2);
mr = random(4);
if (mr == 0) {
mouth.gotoAndStop(2);
}
if (mr == 1) {
mouth.gotoAndStop(3);
}
if (mr == 2) {
mouth.gotoAndStop(4);
}
if (mr == 3) {
mouth.gotoAndStop(5);
}
}
frame 33 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 34 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 79 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 88 {
eyes.gotoAndStop(3);
mr = random(4);
if (mr == 0) {
mouth.gotoAndStop(2);
}
if (mr == 1) {
mouth.gotoAndStop(3);
}
if (mr == 2) {
mouth.gotoAndStop(4);
}
if (mr == 3) {
mouth.gotoAndStop(5);
}
}
frame 151 {
eyes.gotoAndStop(6);
mr = random(4);
if (mr == 0) {
mouth.gotoAndStop(2);
}
if (mr == 1) {
mouth.gotoAndStop(3);
}
if (mr == 2) {
mouth.gotoAndStop(4);
}
if (mr == 3) {
mouth.gotoAndStop(5);
}
stop();
}
}
movieClip 1812 {
frame 1 {
eyes.gotoAndStop(2);
mr = random(4);
if (mr == 0) {
mouth.gotoAndStop(2);
}
if (mr == 1) {
mouth.gotoAndStop(3);
}
if (mr == 2) {
mouth.gotoAndStop(4);
}
if (mr == 3) {
mouth.gotoAndStop(5);
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(3);
mr = random(4);
if (mr == 0) {
mouth.gotoAndStop(2);
}
if (mr == 1) {
mouth.gotoAndStop(3);
}
if (mr == 2) {
mouth.gotoAndStop(4);
}
if (mr == 3) {
mouth.gotoAndStop(5);
}
}
frame 74 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 87 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1813 {
frame 1 {
eyes.gotoAndStop(6);
mr = random(4);
if (mr == 0) {
mouth.gotoAndStop(2);
}
if (mr == 1) {
mouth.gotoAndStop(3);
}
if (mr == 2) {
mouth.gotoAndStop(4);
}
if (mr == 3) {
mouth.gotoAndStop(5);
}
}
}
movieClip 1815 {
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 1816 girl9a {
instance animate of movieClip 1815 {
onClipEvent (load) {
_root.tom = true;
chname = 'Tom';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.tom = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.tom = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 100) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.tom = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 1819 {
}
movieClip 1824 {
}
movieClip 1826 {
}
movieClip 1829 {
}
movieClip 1836 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1838 {
}
movieClip 1850 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1852 {
}
movieClip 1854 {
}
movieClip 1870 {
}
movieClip 1874 {
}
movieClip 1897 {
frame 1 {
mouth.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 75 {
mouth.gotoAndStop(2);
}
}
movieClip 1908 {
}
movieClip 1919 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1921 {
}
movieClip 1934 {
frame 1 {
eyes.gotoAndStop(4);
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 20 {
eyes.gotoAndStop(3);
facesel = random(3);
if (facesel == 0) {
mouth.gotoAndStop(2);
}
if (facesel == 1) {
mouth.gotoAndStop(3);
}
if (facesel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 41 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
frame 42 {
eyes.gotoAndStop(4);
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 51 {
eyes.gotoAndStop(3);
facesel = random(3);
if (facesel == 0) {
mouth.gotoAndStop(2);
}
if (facesel == 1) {
mouth.gotoAndStop(3);
}
if (facesel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(42);
} else {
gotoAndPlay(1);
}
}
}
movieClip 1946 {
frame 1 {
eyes.gotoAndStop(4);
head.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 20 {
eyes.gotoAndStop(3);
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 21 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 60 {
eyes.gotoAndStop(4);
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 67 {
slosh6 = new Sound();
slosh6.attachSound('splat1');
slosh6.start();
}
frame 123 {
eyes.gotoAndStop(5);
stop();
}
}
movieClip 1948 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
}
movieClip 1962 {
frame 1 {
head.gotoAndStop(2);
}
}
movieClip 2166 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(4);
}
frame 86 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(3);
}
frame 87 {
slosh6 = new Sound();
slosh6.attachSound('splat1');
slosh6.start();
}
frame 110 {
slosh6 = new Sound();
slosh6.attachSound('splat1');
slosh6.start();
}
frame 155 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 2226 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(4);
}
frame 48 {
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 49 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 84 {
slosh6 = new Sound();
slosh6.attachSound('splat1');
slosh6.start();
}
frame 85 {
eyes.gotoAndStop(3);
}
frame 105 {
stop();
}
}
movieClip 2267 {
frame 1 {
stsel = random(3);
if (stsel == 0) {
gotoAndPlay(2);
}
if (stsel == 1) {
gotoAndPlay(43);
}
if (stsel == 2) {
gotoAndPlay(81);
}
}
frame 2 {
eyes.gotoAndStop(2);
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
}
frame 21 {
eyes.gotoAndStop(3);
}
frame 22 {
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 23 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 42 {
gotoAndPlay(1);
}
frame 43 {
eyes.gotoAndStop(2);
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
}
frame 61 {
eyes.gotoAndStop(3);
}
frame 62 {
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 63 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 80 {
gotoAndPlay(1);
}
frame 81 {
eyes.gotoAndStop(2);
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
}
frame 99 {
msel = random(3);
if (msel == 0) {
mouth.gotoAndStop(2);
}
if (msel == 1) {
mouth.gotoAndStop(3);
}
if (msel == 2) {
mouth.gotoAndStop(4);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 100 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 101 {
eyes.gotoAndStop(3);
}
frame 121 {
gotoAndPlay(1);
}
}
movieClip 2272 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
stop();
}
}
movieClip 2274 {
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 2275 girl10a {
instance animate of movieClip 2274 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.shay = true;
chname = 'Shay';
nohit = true;
nohitt = 0;
clothed = true;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.shay = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.shay = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (clothed) {
character.shirt._visible = true;
character.pants._visible = true;
} else {
character.shirt._visible = false;
character.pants._visible = false;
}
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
sexsel = random(2);
if (sexsel == 0) {
rape = true;
}
if (sexsel == 1) {
rip = true;
}
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
clothed = false;
++ript;
if (ript >= 145) {
ript = 0;
rapesel = 1;
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 150) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead2');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.shay = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2278 {
}
movieClip 2290 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2292 {
}
movieClip 2294 {
}
movieClip 2296 {
}
movieClip 2298 {
}
movieClip 2300 {
}
movieClip 2302 {
}
movieClip 2304 {
}
movieClip 2310 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2312 {
}
movieClip 2314 {
}
movieClip 2315 {
}
movieClip 2317 {
}
movieClip 2318 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
}
movieClip 2320 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
}
frame 50 {
mouth.gotoAndStop(2);
}
}
movieClip 2322 {
}
movieClip 2324 {
}
movieClip 2326 {
}
movieClip 2333 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2339 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2342 {
}
movieClip 2344 {
}
movieClip 2351 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2355 {
}
movieClip 2359 {
}
movieClip 2364 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2366 {
}
movieClip 2368 {
}
movieClip 2370 {
}
movieClip 2372 {
}
movieClip 2374 {
}
movieClip 2375 {
frame 1 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
pmsel = random(4);
if (pmsel == 0) {
phead.gotoAndStop(1);
}
if (pmsel == 1) {
phead.gotoAndStop(2);
}
if (pmsel == 2) {
phead.gotoAndStop(3);
}
if (pmsel == 3) {
phead.gotoAndStop(4);
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(3);
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
pmsel = random(4);
if (pmsel == 0) {
phead.gotoAndStop(1);
}
if (pmsel == 1) {
phead.gotoAndStop(2);
}
if (pmsel == 2) {
phead.gotoAndStop(3);
}
if (pmsel == 3) {
phead.gotoAndStop(4);
}
}
frame 77 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 92 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2377 {
}
movieClip 2378 {
frame 1 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
pmsel = random(4);
if (pmsel == 0) {
phead.gotoAndStop(1);
}
if (pmsel == 1) {
phead.gotoAndStop(2);
}
if (pmsel == 2) {
phead.gotoAndStop(3);
}
if (pmsel == 3) {
phead.gotoAndStop(4);
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 59 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
peyes.gotoAndStop(3);
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
pmsel = random(4);
if (pmsel == 0) {
phead.gotoAndStop(1);
}
if (pmsel == 1) {
phead.gotoAndStop(2);
}
if (pmsel == 2) {
phead.gotoAndStop(3);
}
if (pmsel == 3) {
phead.gotoAndStop(4);
}
}
frame 61 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 105 {
peyes.gotoAndStop(1);
eyes.gotoAndStop(4);
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
pmsel = random(4);
if (pmsel == 0) {
phead.gotoAndStop(1);
}
if (pmsel == 1) {
phead.gotoAndStop(2);
}
if (pmsel == 2) {
phead.gotoAndStop(3);
}
if (pmsel == 3) {
phead.gotoAndStop(4);
}
stop();
}
}
movieClip 2380 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
}
}
movieClip 2382 {
}
movieClip 2384 {
}
movieClip 2386 {
}
movieClip 2388 {
}
movieClip 2390 {
}
movieClip 2392 {
}
movieClip 2394 {
}
movieClip 2396 {
}
movieClip 2398 {
}
movieClip 2400 {
}
movieClip 2407 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2411 {
}
movieClip 2415 {
}
movieClip 2419 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 2421 {
}
movieClip 2422 {
frame 1 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 59 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
}
frame 60 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 115 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
stop();
}
}
movieClip 2423 {
frame 1 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
esel = random(2);
if (esel == 0) {
eyes.gotoAndStop(2);
}
if (esel == 1) {
eyes.gotoAndStop(1);
}
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(3);
mr = random(4);
if (mr == 0) {
head.gotoAndStop(2);
}
if (mr == 1) {
head.gotoAndStop(3);
}
if (mr == 2) {
head.gotoAndStop(4);
}
if (mr == 3) {
head.gotoAndStop(5);
}
}
frame 77 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 92 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2425 {
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 2426 girl11a {
instance animate of movieClip 2425 {
onClipEvent (load) {
_root.penelope = true;
chname = 'Penelope';
nohit = true;
nohitt = 0;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = -100;
}
if (dir == 1) {
_xscale = 100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.penelope = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.penelope = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = -100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = 100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.penelope = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2443 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2445 {
}
movieClip 2449 {
}
movieClip 2450 {
instance of movieClip 2449 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2452 {
}
movieClip 2455 {
}
movieClip 2456 {
instance of movieClip 2455 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2459 {
}
movieClip 2460 {
instance of movieClip 2459 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2463 {
}
movieClip 2464 {
instance of movieClip 2463 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2466 {
}
movieClip 2470 {
}
movieClip 2471 {
instance of movieClip 2470 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2473 {
}
movieClip 2480 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2482 {
}
movieClip 2485 {
}
movieClip 2486 {
instance of movieClip 2485 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2487 {
instance of movieClip 2482 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2488 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
}
instance of movieClip 2482 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2490 {
frame 1 {
mouth.gotoAndStop(3);
eyes.gotoAndStop(7);
}
instance of movieClip 2482 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2494 {
frame 1 {
mouth.gotoAndStop(1);
head.gotoAndStop(2);
}
instance of movieClip 2482 {
onClipEvent (load) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.catcl) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 15 {
_root.attachMovie('chcl1a', 'arm1a' + _root.debris, _root.debris++);
_root['arm1a' + _root.debris].animate._x = _parent._x;
_root['arm1a' + _root.debris].animate._y = _parent._y;
_root['arm1a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('chcl1a', 'arm2a' + _root.debris, _root.debris++);
_root['arm2a' + _root.debris].animate._x = _parent._x;
_root['arm2a' + _root.debris].animate._y = _parent._y;
_root['arm2a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('chcl1a', 'arm3a' + _root.debris, _root.debris++);
_root['arm3a' + _root.debris].animate._x = _parent._x;
_root['arm3a' + _root.debris].animate._y = _parent._y;
_root['arm3a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('chcl1a', 'arm4a' + _root.debris, _root.debris++);
_root['arm4a' + _root.debris].animate._x = _parent._x;
_root['arm4a' + _root.debris].animate._y = _parent._y;
_root['arm4a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('chcl1a', 'arm5a' + _root.debris, _root.debris++);
_root['arm5a' + _root.debris].animate._x = _parent._x;
_root['arm5a' + _root.debris].animate._y = _parent._y;
_root['arm5a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 16 {
_root.catcl = false;
}
frame 27 {
stop();
}
}
movieClip 2496 {
}
movieClip 2498 {
}
movieClip 2500 {
}
movieClip 2502 {
}
movieClip 2504 {
}
movieClip 2506 {
}
movieClip 2508 {
}
movieClip 2509 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(4);
peyes.gotoAndStop(3);
phead.gotoAndStop(1);
}
frame 75 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 89 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2526 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 30 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 120 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(3);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
stop();
}
}
movieClip 2527 {
frame 1 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(3);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
stop();
}
}
movieClip 2529 {
}
movieClip 2531 {
}
movieClip 2533 {
}
movieClip 2546 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 30 {
peyes.gotoAndStop(3);
phead.gotoAndStop(1);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 78 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(4);
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 124 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 159 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(4);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
stop();
}
}
movieClip 2547 {
frame 1 {
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
}
frame 74 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 89 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2548 {
frame 1 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(3);
}
}
movieClip 2549 {
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 2550 girl12a {
instance animate of movieClip 2549 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.catcl = true;
_root.catboi = true;
chname = 'Catboy';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.catboi = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.catboi = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(3);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rip = true;
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
++ript;
if (ript >= 40) {
_root.catcl = false;
ript = 0;
sexsel = random(2);
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 150) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead2');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.catboi = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2552 {
}
movieClip 2553 warning1a {
instance animate of movieClip 2552 {
onClipEvent (load) {
attached = true;
rtime = 0;
xl = random(4);
if (xl == 0) {
xp = 500;
yp = 370;
}
if (xl == 1) {
xp = -20;
yp = 370;
}
if (xl == 2) {
xp = 500;
yp = 200;
}
if (xl == 3) {
xp = -20;
yp = 200;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
++rtime;
if (rtime >= 100) {
_root.attachMovie('fifi1a', 'fifi1', 150);
_root.fifi1.animate._x = xp;
_root.fifi1.animate._y = yp;
_parent.removeMovieClip();
}
}
}
}
}
movieClip 2562 {
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 2566 {
}
movieClip 2571 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 2573 {
}
movieClip 2577 {
}
movieClip 2589 {
}
movieClip 2596 {
}
movieClip 2609 {
frame 1 {
phead.gotoAndStop(3);
peyes.gotoAndStop(2);
}
frame 15 {
phead.gotoAndStop(3);
peyes.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
frame 32 {
phead.gotoAndStop(3);
peyes.gotoAndStop(2);
}
frame 40 {
phead.gotoAndStop(3);
peyes.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 50 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(32);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2622 {
frame 1 {
phead.gotoAndStop(3);
peyes.gotoAndStop(1);
}
frame 15 {
phead.gotoAndStop(3);
peyes.gotoAndStop(3);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 50 {
phead.gotoAndStop(2);
peyes.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 55 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 100 {
phead.gotoAndStop(3);
peyes.gotoAndStop(1);
stop();
}
}
movieClip 2653 {
frame 1 {
eyes.gotoAndStop(2);
msel = random(4);
if (msel == 0) {
head.gotoAndStop(2);
}
if (msel == 1) {
head.gotoAndStop(3);
}
if (msel == 2) {
head.gotoAndStop(4);
}
if (msel == 3) {
head.gotoAndStop(5);
}
if (msel == 4) {
head.gotoAndStop(6);
}
phead.gotoAndStop(2);
peyes.gotoAndStop(1);
}
frame 45 {
eyes.gotoAndStop(3);
msel = random(4);
if (msel == 0) {
head.gotoAndStop(2);
}
if (msel == 1) {
head.gotoAndStop(3);
}
if (msel == 2) {
head.gotoAndStop(4);
}
if (msel == 3) {
head.gotoAndStop(5);
}
if (msel == 4) {
head.gotoAndStop(6);
}
phead.gotoAndStop(3);
peyes.gotoAndStop(2);
}
frame 104 {
eyes.gotoAndStop(1);
head.gotoAndStop(1);
phead.gotoAndStop(2);
peyes.gotoAndStop(1);
stop();
}
}
movieClip 2654 {
frame 1 {
framesel = random(3);
if (framesel == 0) {
gotoAndPlay(2);
}
if (framesel == 1) {
gotoAndPlay(25);
}
if (framesel == 2) {
gotoAndPlay(61);
}
}
frame 2 {
eyes.gotoAndStop(2);
msel = random(4);
if (msel == 0) {
head.gotoAndStop(2);
}
if (msel == 1) {
head.gotoAndStop(3);
}
if (msel == 2) {
head.gotoAndStop(4);
}
if (msel == 3) {
head.gotoAndStop(5);
}
if (msel == 4) {
head.gotoAndStop(6);
}
phead.gotoAndStop(2);
peyes.gotoAndStop(1);
}
frame 11 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 12 {
eyes.gotoAndStop(3);
peyes.gotoAndStop(2);
}
frame 12 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 24 {
gotoAndPlay(1);
}
frame 25 {
eyes.gotoAndStop(2);
msel = random(4);
if (msel == 0) {
head.gotoAndStop(2);
}
if (msel == 1) {
head.gotoAndStop(3);
}
if (msel == 2) {
head.gotoAndStop(4);
}
if (msel == 3) {
head.gotoAndStop(5);
}
if (msel == 4) {
head.gotoAndStop(6);
}
phead.gotoAndStop(2);
peyes.gotoAndStop(1);
}
frame 40 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 41 {
eyes.gotoAndStop(3);
peyes.gotoAndStop(2);
}
frame 41 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 60 {
gotoAndPlay(1);
}
frame 61 {
eyes.gotoAndStop(2);
msel = random(4);
if (msel == 0) {
head.gotoAndStop(2);
}
if (msel == 1) {
head.gotoAndStop(3);
}
if (msel == 2) {
head.gotoAndStop(4);
}
if (msel == 3) {
head.gotoAndStop(5);
}
if (msel == 4) {
head.gotoAndStop(6);
}
phead.gotoAndStop(2);
peyes.gotoAndStop(1);
}
frame 75 {
facesel = random(5);
if (facesel == 0) {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
}
if (facesel == 1) {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
if (facesel == 2) {
eyes.gotoAndStop(4);
mouth.gotoAndStop(4);
}
if (facesel == 3) {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
if (facesel == 4) {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
}
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 76 {
eyes.gotoAndStop(3);
peyes.gotoAndStop(2);
}
frame 76 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
}
movieClip 2660 {
frame 60 {
stop();
}
}
movieClip 2662 {
frame 201 {
stop();
}
}
movieClip 2664 {
frame 109 {
stop();
}
}
movieClip 2665 {
frame 201 {
stop();
}
}
movieClip 2666 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 2669 {
frame 1 {
stop();
}
}
movieClip 2679 {
frame 1 {
head.gotoAndStop(2);
eyes.gotoAndStop(2);
}
}
movieClip 2684 {
}
movieClip 2686 {
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 2687 fifi1a {
instance animate of movieClip 2686 {
onClipEvent (load) {
psa = 100;
_root.getout = true;
_root.muscont.a = false;
ts = random(4);
if (ts == 0) {
timesel = 500;
}
if (ts == 1) {
timesel = 700;
}
if (ts == 2) {
timesel = 800;
}
if (ts == 3) {
timesel = 1000;
}
MaxX = _root.player1.animate._x + psa;
MinX = _root.player1.animate._x - psa;
MaxY = _root.player1.animate._y + psa;
MinY = _root.player1.animate._y - psa;
xPos = false;
yPos = false;
mast = false;
revtime = 0;
cum = false;
cumt = 0;
str = 0.5;
life = 100;
attached = true;
dead = false;
deadt = 0;
gotime = 0;
goaway = false;
goawayt = 0;
dir = 0;
_yscale = 100;
_xscale = 100;
chill = true;
chillt = 0;
go = false;
got = 0;
dash = false;
dasht = 0;
rape = false;
rapet = 0;
speed = 2.5;
dspeed = 9;
speed1 = 1;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x <= 0) {
_x = _x + 1;
}
if (_x >= 550) {
_x = _x - 1;
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
if (!dead) {
if (!goaway) {
if (!cum) {
if (!rape) {
++gotime;
if (gotime >= timesel) {
goaway = true;
}
if (!_root.player1.animate.rape) {
if (chill) {
gotoAndStop('stand');
++chillt;
if (_root.player1.animate._x >= _x) {
_xscale = -100;
} else {
_xscale = 100;
}
if (chillt >= 100) {
asel = random(2);
if (asel == 0) {
go = true;
dash = false;
}
if (asel == 1) {
go = false;
dash = true;
}
chillt = 0;
chill = false;
}
}
if (go) {
if (!_root.timeup) {
if (!_root.player1.animate.rape) {
if (limit.hitTest(_root.player1.animate.limit)) {
sexsel = random(2);
rape = true;
}
}
}
if (_root.player1.animate._x >= _x) {
_x = _x + speed;
_xscale = -100;
} else {
_x = _x - speed;
_xscale = 100;
}
if (_root.player1.animate._y >= _y) {
_y = _y + speed1;
} else {
_y = _y - speed1;
}
gotoAndStop('walk');
++got;
if (got >= 200) {
got = 0;
chill = true;
go = false;
}
}
if (dash) {
++dasht;
if (!_root.timeup) {
if (!_root.player1.animate.rape) {
if (limit.hitTest(_root.player1.animate.limit)) {
sexsel = random(2);
rape = true;
}
}
}
if (dasht >= 0 and dasht < 100) {
gotoAndStop('walk');
if (_root.player1.animate._x >= _x) {
dir = 0;
_xscale = -100;
} else {
dir = 1;
_xscale = 100;
}
if (_root.player1.animate._y >= _y) {
_y = _y + speed;
} else {
_y = _y - speed;
}
}
if (dasht >= 100 and dasht < 140) {
gotoAndStop('dash');
if (dir == 0) {
_x = _x + dspeed;
}
if (dir == 1) {
_x = _x - dspeed;
}
}
if (dasht >= 140) {
dasht = 0;
chill = true;
dash = false;
}
}
} else {
if (_root.player1.animate._x >= _x) {
dir = 0;
_xscale = -100;
} else {
dir = 1;
_xscale = 100;
}
MaxX = _root.player1.animate._x + psa;
MinX = _root.player1.animate._x - psa;
MaxY = _root.player1.animate._y + psa;
MinY = _root.player1.animate._y - psa;
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 + speed1;
yPos = false;
} else {
if (_y >= MaxY) {
_y = _y - speed1;
yPos = false;
} else {
yPos = true;
}
}
if (yPos and xPos) {
mast = true;
} else {
mast = false;
}
if (mast) {
gotoAndStop('mast');
} else {
gotoAndStop('walk');
}
}
}
if (rape) {
chill = true;
chillt = 0;
go = false;
got = 0;
dash = false;
dasht = 0;
if (!r) {
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = 'Fifi';
_root.score -= 1000;
r = true;
}
++rapet;
_root.score -= 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (_root.esc <= 0) {
_root.esc = 0;
}
if (_root.esc >= _root.escmax) {
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 120) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 120) {
dead = true;
}
}
}
}
if (goaway) {
_x = _x - (speed + 3);
_xscale = 100;
gotoAndStop('walk');
++goawayt;
if (goawayt >= 200) {
_root.getout = false;
_root.muscont.a = false;
_parent.removeMovieClip();
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '-10,000';
_root.score -= 10000;
dt = true;
}
gotoAndStop('dead');
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.getout = false;
_root.muscont.a = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2689 {
}
movieClip 2690 prindress1a {
instance animate of movieClip 2689 {
onClipEvent (load) {
rtime = 0;
speed = 15;
up = true;
dn = false;
if (dir == 0) {
_xscale = 100;
} else {
_xscale = -100;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (dir == 0) {
_xscale = 100;
} else {
_xscale = -100;
}
if (up) {
_y = _y - speed;
--speed;
if (speed < 0) {
dn = true;
up = false;
}
}
if (dn) {
speed = 2;
_y = _y + speed;
}
++rtime;
if (rtime >= 70) {
_alpha = 50;
}
if (rtime >= 100) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 2692 {
}
movieClip 2693 prinbra1a {
instance animate of movieClip 2692 {
onClipEvent (load) {
rtime = 0;
speed = 4;
speedj = 15;
rspeed = 25;
up = true;
dn = false;
if (dir == 0) {
_xscale = 100;
} else {
_xscale = -100;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (dir == 0) {
_rotation = _rotation + rspeed;
_x = _x + speed;
} else {
_rotation = _rotation - rspeed;
_x = _x - speed;
}
--speedj;
_y = _y - speedj;
++rtime;
if (rtime >= 70) {
_alpha = 50;
}
if (rtime >= 100) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 2697 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2702 {
}
movieClip 2704 {
}
movieClip 2706 {
}
movieClip 2708 {
}
movieClip 2710 {
}
movieClip 2712 {
}
movieClip 2714 {
}
movieClip 2716 {
}
movieClip 2718 {
}
movieClip 2720 {
}
movieClip 2731 {
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 2735 {
}
movieClip 2738 {
}
movieClip 2747 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 2751 {
}
movieClip 2752 {
}
movieClip 2753 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
}
}
movieClip 2755 {
frame 1 {
head.gotoAndStop(2);
}
}
movieClip 2757 {
}
movieClip 2759 {
}
movieClip 2761 {
}
movieClip 2762 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 20 {
eyes.gotoAndStop(2);
head.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 34 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 35 {
eyes.gotoAndStop(3);
head.gotoAndStop(3);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 51 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(52);
} else {
gotoAndPlay(20);
}
}
frame 52 {
eyes.gotoAndStop(1);
head.gotoAndStop(4);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 58 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 59 {
eyes.gotoAndStop(3);
head.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 67 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(52);
} else {
gotoAndPlay(20);
}
}
}
movieClip 2784 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(3);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 44 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 45 {
eyes.gotoAndStop(3);
head.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 46 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 75 {
eyes.gotoAndStop(2);
head.gotoAndStop(3);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 115 {
eyes.gotoAndStop(4);
head.gotoAndStop(2);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
stop();
}
}
movieClip 2785 {
frame 1 {
eyes.gotoAndStop(4);
head.gotoAndStop(2);
stop();
}
}
movieClip 2786 {
frame 1 {
head.gotoAndStop(2);
}
}
movieClip 2799 {
}
movieClip 2805 {
frame 1 {
eyes.gotoAndStop(2);
head.gotoAndStop(5);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 15 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 37 {
eyes.gotoAndStop(2);
head.gotoAndStop(5);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 46 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 90 {
eyes.gotoAndStop(4);
head.gotoAndStop(3);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
stop();
}
}
movieClip 2806 {
frame 1 {
eyes.gotoAndStop(1);
head.gotoAndStop(3);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 16 {
eyes.gotoAndStop(2);
head.gotoAndStop(5);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 31 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 32 {
eyes.gotoAndStop(2);
head.gotoAndStop(5);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 51 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(52);
} else {
gotoAndPlay(16);
}
}
frame 52 {
eyes.gotoAndStop(2);
head.gotoAndStop(5);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 58 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 59 {
eyes.gotoAndStop(2);
head.gotoAndStop(5);
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
}
frame 67 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(52);
} else {
gotoAndPlay(16);
}
}
}
movieClip 2807 {
frame 1 {
eyes.gotoAndStop(4);
head.gotoAndStop(3);
}
}
movieClip 2809 {
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 2810 girl14a {
instance animate of movieClip 2809 {
onClipEvent (load) {
_root.rusty = true;
chname = 'Rusty';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.rusty = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.rusty = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rapesel = random(2);
rape = true;
held = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 100) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.rusty = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2812 {
}
movieClip 2814 {
}
movieClip 2816 {
}
movieClip 2818 {
}
movieClip 2821 {
}
movieClip 2822 {
instance of movieClip 2821 {
onClipEvent (load) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2825 {
}
movieClip 2827 {
}
movieClip 2828 {
instance of movieClip 2825 {
onClipEvent (load) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 2827 {
onClipEvent (load) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2844 {
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 2847 {
}
movieClip 2848 {
instance of movieClip 2847 {
onClipEvent (load) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2851 {
}
movieClip 2852 {
instance of movieClip 2851 {
onClipEvent (load) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2855 {
}
movieClip 2856 {
instance of movieClip 2855 {
onClipEvent (load) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.anncl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 2857 {
}
movieClip 2858 {
frame 1 {
head.gotoAndStop(9);
}
}
movieClip 2860 {
frame 1 {
head.gotoAndStop(8);
}
}
movieClip 2862 {
frame 1 {
mouth.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 14 {
_root.anncl = false;
}
frame 15 {
_root.attachMovie('ancl1a', 'arm1a' + _root.debris, _root.debris++);
_root['arm1a' + _root.debris].animate._x = _parent._x;
_root['arm1a' + _root.debris].animate._y = _parent._y;
_root['arm1a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('ancl1a', 'arm2a' + _root.debris, _root.debris++);
_root['arm2a' + _root.debris].animate._x = _parent._x;
_root['arm2a' + _root.debris].animate._y = _parent._y;
_root['arm2a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('ancl1a', 'arm3a' + _root.debris, _root.debris++);
_root['arm3a' + _root.debris].animate._x = _parent._x;
_root['arm3a' + _root.debris].animate._y = _parent._y;
_root['arm3a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('ancl2a', 'arm4a' + _root.debris, _root.debris++);
_root['arm4a' + _root.debris].animate._x = _parent._x;
_root['arm4a' + _root.debris].animate._y = _parent._y;
_root['arm4a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('ancl2a', 'arm5a' + _root.debris, _root.debris++);
_root['arm5a' + _root.debris].animate._x = _parent._x;
_root['arm5a' + _root.debris].animate._y = _parent._y;
_root['arm5a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 27 {
stop();
}
}
movieClip 2864 {
}
movieClip 2866 {
}
movieClip 2868 {
}
movieClip 2870 {
}
movieClip 2872 {
}
movieClip 2874 {
}
movieClip 2876 {
}
movieClip 2878 {
}
movieClip 2880 {
}
movieClip 2882 {
}
movieClip 2884 {
}
movieClip 2885 {
frame 1 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 29 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 78 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 79 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 95 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2892 {
frame 2 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 13 {
stop();
}
}
movieClip 2894 {
frame 1 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 29 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 81 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 82 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 130 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 160 {
hsel = random(12);
head.gotoAndStop(hsel);
}
}
movieClip 2895 {
frame 1 {
head.gotoAndStop(7);
}
}
movieClip 2897 {
}
movieClip 2899 {
}
movieClip 2901 {
}
movieClip 2903 {
}
movieClip 2905 {
}
movieClip 2907 {
}
movieClip 2909 {
}
movieClip 2911 {
}
movieClip 2913 {
}
movieClip 2915 {
}
movieClip 2917 {
}
movieClip 2918 {
frame 1 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 31 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 32 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 58 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 68 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 69 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 118 {
hsel = random(12);
head.gotoAndStop(hsel);
stop();
}
}
movieClip 2919 {
frame 1 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 30 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
hsel = random(12);
head.gotoAndStop(hsel);
}
frame 73 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 74 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 87 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 2920 {
frame 1 {
head.gotoAndStop(9);
}
}
movieClip 2921 {
}
movieClip 2923 {
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 2924 girl13a {
instance animate of movieClip 2923 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.anncl = true;
_root.annabelle = true;
chname = 'Annabelle';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.annabelle = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.annabelle = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rip = true;
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
++ript;
if (ript >= 40) {
_root.anncl = false;
ript = 0;
sexsel = random(2);
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 200) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead2');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.annabelle = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 2926 {
}
movieClip 2928 {
}
movieClip 2930 {
}
movieClip 2932 {
}
movieClip 2934 {
}
movieClip 2936 {
}
movieClip 2938 {
}
movieClip 2940 {
}
movieClip 2942 {
}
movieClip 2944 {
}
movieClip 2946 {
}
movieClip 2948 {
}
movieClip 2950 {
}
movieClip 2952 {
}
movieClip 2963 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2968 {
}
movieClip 2972 {
}
movieClip 2974 {
}
movieClip 2978 {
}
movieClip 2981 {
}
movieClip 2985 {
}
movieClip 2987 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2989 {
}
movieClip 2990 {
}
movieClip 2991 {
}
movieClip 2992 {
frame 1 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
}
}
movieClip 2994 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
}
movieClip 2996 {
}
movieClip 2998 {
}
movieClip 3000 {
}
movieClip 3002 {
}
movieClip 3004 {
}
movieClip 3006 {
}
movieClip 3008 {
}
movieClip 3010 {
}
movieClip 3012 {
}
movieClip 3014 {
}
movieClip 3016 {
}
movieClip 3018 {
}
movieClip 3022 {
}
movieClip 3024 {
}
movieClip 3026 {
}
movieClip 3027 {
frame 1 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(4);
peyes.gotoAndStop(3);
phead.gotoAndStop(1);
}
frame 75 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 89 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 3035 {
frame 1 {
eyes.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 30 {
eyes.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 31 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 90 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 120 {
eyes.gotoAndStop(7);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
stop();
}
}
movieClip 3036 {
frame 1 {
eyes.gotoAndStop(7);
mouth.gotoAndStop(5);
stop();
}
}
movieClip 3038 {
}
movieClip 3040 {
}
movieClip 3042 {
}
movieClip 3044 {
}
movieClip 3046 {
}
movieClip 3048 {
}
movieClip 3050 {
}
movieClip 3058 {
frame 1 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(5);
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
}
frame 10 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 59 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(5);
peyes.gotoAndStop(3);
phead.gotoAndStop(2);
}
frame 60 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 100 {
eyes.gotoAndStop(3);
mouth.gotoAndStop(4);
peyes.gotoAndStop(1);
phead.gotoAndStop(2);
}
frame 119 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 120 {
eyes.gotoAndStop(7);
mouth.gotoAndStop(3);
peyes.gotoAndStop(1);
phead.gotoAndStop(2);
stop();
}
}
movieClip 3059 {
frame 1 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(2);
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 29 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 62 {
asel = random(2);
if (asel == 0) {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
if (asel == 1) {
gotoAndPlay(91);
}
}
frame 63 {
eyes.gotoAndStop(2);
mouth.gotoAndStop(4);
peyes.gotoAndStop(3);
phead.gotoAndStop(1);
}
frame 74 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 75 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 90 {
asel = random(2);
if (asel == 0) {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
if (asel == 1) {
gotoAndPlay(91);
}
}
frame 91 {
eyes.gotoAndStop(6);
mouth.gotoAndStop(1);
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
}
frame 97 {
slosh1 = new Sound();
slosh1.attachSound('punch');
slosh1.start();
}
frame 98 {
eyes.gotoAndStop(4);
mouth.gotoAndStop(3);
}
frame 99 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 120 {
asel = random(2);
if (asel == 0) {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
if (asel == 1) {
gotoAndPlay(91);
}
}
}
movieClip 3060 {
frame 1 {
eyes.gotoAndStop(7);
mouth.gotoAndStop(5);
stop();
}
}
movieClip 3061 {
}
movieClip 3063 {
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 3064 girl15a {
instance animate of movieClip 3063 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.jill = true;
chname = 'Jill';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.jill = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.jill = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(3);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
sexsel = random(2);
heldt = 0;
rape = true;
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
clothed = false;
++ript;
if (ript >= 40) {
ript = 0;
sexsel = random(2);
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 150) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead2');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.jill = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3066 {
}
movieClip 3068 {
}
movieClip 3070 {
}
movieClip 3073 {
}
movieClip 3074 {
instance of movieClip 3073 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3077 {
}
movieClip 3078 {
instance of movieClip 3077 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3081 {
}
movieClip 3082 {
instance of movieClip 3081 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3085 {
}
movieClip 3086 {
instance of movieClip 3085 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3088 {
instance of movieClip 3073 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3091 {
}
movieClip 3092 {
instance of movieClip 3091 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3094 {
}
movieClip 3097 {
frame 1 {
stop();
}
instance of movieClip 3094 {
onClipEvent (rollOver) {
_root.darla.animate.head.gotoAndStop('l');
if (_root.shirt) {
_root.darla.animate.eyes.gotoAndStop(2);
_root.pleasure += 2;
}
}
onClipEvent (rollOut) {
_root.darla.animate.head.gotoAndStop('u');
if (_root.shirt) {
_root.darla.animate.eyes.gotoAndStop(2);
_root.pleasure += 2;
}
}
}
instance of movieClip 3094 {
onClipEvent (rollOver) {
_root.darla.animate.head.gotoAndStop('r');
if (_root.shirt) {
_root.pleasure += 2;
}
}
onClipEvent (rollOut) {
_root.darla.animate.head.gotoAndStop('u');
if (_root.shirt) {
_root.pleasure += 2;
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3106 {
}
movieClip 3114 {
}
movieClip 3121 {
}
movieClip 3127 {
}
movieClip 3132 {
}
movieClip 3134 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 3141 {
}
movieClip 3142 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 3144 {
}
movieClip 3146 {
}
movieClip 3148 {
}
movieClip 3150 {
}
movieClip 3151 {
instance of movieClip 3148 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3152 {
}
movieClip 3153 {
instance of movieClip 3148 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3154 {
frame 1 {
eyes.gotoAndStop(5);
mouth.gotoAndStop(5);
}
instance of movieClip 3148 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3156 {
frame 1 {
mouth.gotoAndStop(3);
}
instance of movieClip 3148 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3158 {
frame 1 {
mouth.gotoAndStop(1);
head.gotoAndStop(2);
}
instance of movieClip 3148 {
onClipEvent (load) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.dlcl) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 14 {
_root.attachMovie('dacl1a', 'arm1a' + _root.debris, _root.debris++);
_root['arm1a' + _root.debris].animate._x = _parent._x;
_root['arm1a' + _root.debris].animate._y = _parent._y;
_root['arm1a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('dacl1a', 'arm2a' + _root.debris, _root.debris++);
_root['arm2a' + _root.debris].animate._x = _parent._x;
_root['arm2a' + _root.debris].animate._y = _parent._y;
_root['arm2a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('dacl2a', 'arm3a' + _root.debris, _root.debris++);
_root['arm3a' + _root.debris].animate._x = _parent._x;
_root['arm3a' + _root.debris].animate._y = _parent._y;
_root['arm3a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('dacl2a', 'arm4a' + _root.debris, _root.debris++);
_root['arm4a' + _root.debris].animate._x = _parent._x;
_root['arm4a' + _root.debris].animate._y = _parent._y;
_root['arm4a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('dacl2a', 'arm5a' + _root.debris, _root.debris++);
_root['arm5a' + _root.debris].animate._x = _parent._x;
_root['arm5a' + _root.debris].animate._y = _parent._y;
_root['arm5a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 15 {
_root.dlcl = false;
}
frame 27 {
stop();
}
}
movieClip 3160 {
}
movieClip 3162 {
}
movieClip 3164 {
}
movieClip 3166 {
}
movieClip 3168 {
}
movieClip 3170 {
}
movieClip 3172 {
}
movieClip 3174 {
}
movieClip 3176 {
}
movieClip 3177 {
frame 1 {
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
frame 29 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
peyes.gotoAndStop(3);
phead.gotoAndStop(1);
eyes.gotoAndStop(6);
mouth.gotoAndStop(5);
}
frame 74 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 75 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 89 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 3179 {
}
movieClip 3181 {
}
movieClip 3183 {
}
movieClip 3185 {
}
movieClip 3187 {
}
movieClip 3199 {
frame 1 {
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
}
frame 29 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 60 {
peyes.gotoAndStop(3);
phead.gotoAndStop(1);
eyes.gotoAndStop(2);
mouth.gotoAndStop(6);
}
frame 61 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 90 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 91 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 150 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 175 {
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
eyes.gotoAndStop(5);
mouth.gotoAndStop(3);
stop();
}
}
movieClip 3200 {
frame 1 {
eyes.gotoAndStop(7);
mouth.gotoAndStop(1);
}
}
movieClip 3202 {
}
movieClip 3204 {
}
movieClip 3206 {
}
movieClip 3208 {
}
movieClip 3220 {
frame 1 {
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
eyes.gotoAndStop(6);
}
frame 29 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 30 {
peyes.gotoAndStop(3);
phead.gotoAndStop(3);
eyes.gotoAndStop(5);
}
frame 31 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 79 {
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
}
frame 110 {
peyes.gotoAndStop(1);
phead.gotoAndStop(1);
eyes.gotoAndStop(7);
stop();
}
}
movieClip 3221 {
frame 1 {
peyes.gotoAndStop(2);
phead.gotoAndStop(2);
eyes.gotoAndStop(2);
}
frame 30 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 61 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
frame 62 {
peyes.gotoAndStop(2);
phead.gotoAndStop(1);
eyes.gotoAndStop(4);
}
frame 75 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 89 {
if (_root.esc >= _root.escmax / 2) {
gotoAndPlay(62);
} else {
gotoAndPlay(1);
}
}
}
movieClip 3223 {
}
movieClip 3224 {
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 3225 girl16a {
instance animate of movieClip 3224 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.dlcl = true;
_root.darla = true;
chname = 'Darla';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.darla = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.darla = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rip = true;
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
clothed = false;
++ript;
if (ript >= 40) {
_root.dlcl = false;
ript = 0;
sexsel = random(2);
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 200) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 190) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead2');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.darla = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3227 {
}
movieClip 3229 {
}
movieClip 3232 {
}
movieClip 3234 {
}
movieClip 3236 {
}
movieClip 3241 {
}
movieClip 3244 {
}
movieClip 3246 {
}
movieClip 3249 {
}
movieClip 3251 {
}
movieClip 3259 {
}
movieClip 3262 {
}
movieClip 3265 {
}
movieClip 3267 {
}
movieClip 3296 {
}
movieClip 3314 {
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 37 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 37 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 43 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3259 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3262 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3265 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3259 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3267 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 37 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 37 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3259 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3267 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3296 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3296 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3317 {
}
movieClip 3320 {
}
movieClip 3323 {
}
movieClip 3325 {
}
movieClip 3327 {
}
movieClip 3329 {
}
movieClip 3331 {
instance of movieClip 3320 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3323 {
onClipEvent (load) {
if (_root.cameon3) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cameon3) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3320 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 40 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3329 {
onClipEvent (load) {
if (_root.cameon1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cameon1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 43 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
}
movieClip 3336 {
}
movieClip 3339 {
}
movieClip 3340 {
frame 1 {
mouth.gotoAndStop(1);
head.gotoAndStop(2);
}
instance of movieClip 3320 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3320 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 40 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3329 {
onClipEvent (load) {
if (_root.cameon1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cameon1) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 43 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 75 {
mouth.gotoAndStop(2);
}
}
movieClip 3346 {
frame 1 {
mouth.gotoAndStop(1);
head.gotoAndStop(2);
}
instance of movieClip 3320 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3320 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 40 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 43 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 3236 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent.clothed) {
_visible = true;
} else {
_visible = false;
}
}
}
frame 15 {
_root.attachMovie('arm1a', 'arm1a' + _root.debris, _root.debris++);
_root['arm1a' + _root.debris].animate._x = _parent._x;
_root['arm1a' + _root.debris].animate._y = _parent._y;
_root['arm1a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('arm2a', 'arm2a' + _root.debris, _root.debris++);
_root['arm2a' + _root.debris].animate._x = _parent._x;
_root['arm2a' + _root.debris].animate._y = _parent._y;
_root['arm2a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('arm3a', 'arm3a' + _root.debris, _root.debris++);
_root['arm3a' + _root.debris].animate._x = _parent._x;
_root['arm3a' + _root.debris].animate._y = _parent._y;
_root['arm3a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('arm4a', 'arm4a' + _root.debris, _root.debris++);
_root['arm4a' + _root.debris].animate._x = _parent._x;
_root['arm4a' + _root.debris].animate._y = _parent._y;
_root['arm4a' + _root.debris].animate.dir = _root.player1.animate.dir;
_root.attachMovie('arm5a', 'arm5a' + _root.debris, _root.debris++);
_root['arm5a' + _root.debris].animate._x = _parent._x;
_root['arm5a' + _root.debris].animate._y = _parent._y;
_root['arm5a' + _root.debris].animate.dir = _root.player1.animate.dir;
}
frame 27 {
stop();
}
}
movieClip 3348 {
}
movieClip 3350 {
}
movieClip 3352 {
}
movieClip 3354 {
}
movieClip 3356 {
}
movieClip 3358 {
}
movieClip 3360 {
}
movieClip 3362 {
}
movieClip 3364 {
}
movieClip 3366 {
}
movieClip 3368 {
}
movieClip 3371 {
}
movieClip 3378 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 3380 {
}
movieClip 3382 {
}
movieClip 3384 {
frame 1 {
brape = 0;
}
frame 2 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 12 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 13 {
facesel = random(6);
if (facesel == 0) {
face.gotoAndStop('a');
}
if (facesel == 1) {
face.gotoAndStop('b');
}
if (facesel == 2) {
face.gotoAndStop('c');
}
if (facesel == 3) {
face.gotoAndStop('d');
}
if (facesel == 4) {
face.gotoAndStop('e');
}
if (facesel == 5) {
face.gotoAndStop('f');
}
}
frame 18 {
brape += 1;
}
frame 31 {
if (brape >= 15) {
gotoAndPlay(32);
}
if (brape < 15) {
gotoAndPlay(2);
}
}
frame 32 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 38 {
facesel = random(6);
if (facesel == 0) {
face.gotoAndStop('a');
}
if (facesel == 1) {
face.gotoAndStop('b');
}
if (facesel == 2) {
face.gotoAndStop('c');
}
if (facesel == 3) {
face.gotoAndStop('d');
}
if (facesel == 4) {
face.gotoAndStop('e');
}
if (facesel == 5) {
face.gotoAndStop('f');
}
}
frame 39 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 49 {
gotoAndPlay(32);
}
}
movieClip 3399 {
frame 40 {
gotoAndPlay(31);
}
}
movieClip 3400 {
frame 1 {
brape = 0;
}
frame 2 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 12 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 13 {
facesel = random(6);
if (facesel == 0) {
face.gotoAndStop('a');
}
if (facesel == 1) {
face.gotoAndStop('b');
}
if (facesel == 2) {
face.gotoAndStop('c');
}
if (facesel == 3) {
face.gotoAndStop('d');
}
if (facesel == 4) {
face.gotoAndStop('e');
}
if (facesel == 5) {
face.gotoAndStop('f');
}
}
frame 19 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 100 {
stop();
}
}
movieClip 3402 {
frame 1 {
face.gotoAndStop(6);
stop();
}
}
movieClip 3404 {
}
movieClip 3406 {
}
movieClip 3408 {
}
movieClip 3410 {
}
movieClip 3412 {
}
movieClip 3414 {
}
movieClip 3416 {
}
movieClip 3418 {
}
movieClip 3420 {
}
movieClip 3422 {
}
movieClip 3433 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 3440 {
frame 1 {
brape = 0;
}
frame 13 {
facesel = random(6);
if (facesel == 0) {
face.gotoAndStop('a');
}
if (facesel == 1) {
face.gotoAndStop('b');
}
if (facesel == 2) {
face.gotoAndStop('c');
}
if (facesel == 3) {
face.gotoAndStop('d');
}
if (facesel == 4) {
face.gotoAndStop('e');
}
if (facesel == 5) {
face.gotoAndStop('f');
}
}
frame 14 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 15 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 18 {
brape += 1;
}
frame 20 {
splat1 = new Sound();
splat1.attachSound('splat1');
splat1.start();
}
frame 100 {
stop();
}
}
movieClip 3441 {
frame 1 {
brape = 0;
}
frame 13 {
facesel = random(6);
if (facesel == 0) {
face.gotoAndStop('a');
}
if (facesel == 1) {
face.gotoAndStop('b');
}
if (facesel == 2) {
face.gotoAndStop('c');
}
if (facesel == 3) {
face.gotoAndStop('d');
}
if (facesel == 4) {
face.gotoAndStop('e');
}
if (facesel == 5) {
face.gotoAndStop('f');
}
}
frame 14 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 15 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 18 {
brape += 1;
}
frame 41 {
if (brape >= 15) {
gotoAndPlay(42);
}
if (brape < 15) {
gotoAndPlay(2);
}
}
frame 52 {
facesel = random(6);
if (facesel == 0) {
face.gotoAndStop('a');
}
if (facesel == 1) {
face.gotoAndStop('b');
}
if (facesel == 2) {
face.gotoAndStop('c');
}
if (facesel == 3) {
face.gotoAndStop('d');
}
if (facesel == 4) {
face.gotoAndStop('e');
}
if (facesel == 5) {
face.gotoAndStop('f');
}
}
frame 53 {
selectsound = random(8);
if (selectsound == 0) {
slosh1 = new Sound();
slosh1.attachSound('slosh1a');
slosh1.start();
}
if (selectsound == 1) {
slosh2 = new Sound();
slosh2.attachSound('slosh2a');
slosh2.start();
}
if (selectsound == 2) {
slosh3 = new Sound();
slosh3.attachSound('slosh3a');
slosh3.start();
}
if (selectsound == 3) {
slosh4 = new Sound();
slosh4.attachSound('slosh4a');
slosh4.start();
}
if (selectsound == 4) {
slosh5 = new Sound();
slosh5.attachSound('slosh5a');
slosh5.start();
}
if (selectsound == 5) {
slosh6 = new Sound();
slosh6.attachSound('slosh6a');
slosh6.start();
}
if (selectsound == 6) {
slosh7 = new Sound();
slosh7.attachSound('slosh7a');
slosh7.start();
}
if (selectsound == 7) {
slosh8 = new Sound();
slosh8.attachSound('slosh8a');
slosh8.start();
}
}
frame 54 {
selectsound = random(13);
if (selectsound == 0) {
moan1 = new Sound();
moan1.attachSound('moan1a');
moan1.start();
}
if (selectsound == 1) {
moan2 = new Sound();
moan2.attachSound('moan2a');
moan2.start();
}
if (selectsound == 2) {
moan3 = new Sound();
moan3.attachSound('hmoan2a');
moan3.start();
}
if (selectsound == 3) {
moan4 = new Sound();
moan4.attachSound('hmoan1a');
moan4.start();
}
}
frame 64 {
if (brape >= 15) {
gotoAndPlay(42);
}
if (brape < 15) {
gotoAndPlay(2);
}
}
}
movieClip 3443 {
frame 1 {
face.gotoAndStop(6);
stop();
}
}
movieClip 3445 {
}
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();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3448 girl17a {
instance animate of movieClip 3447 {
onClipEvent (load) {
rip = false;
ript = 0;
_root.polly = true;
chname = 'Polly';
nohit = true;
nohitt = 0;
clothed = true;
rx = random(4);
if (rx == 0) {
rapemax = 300;
}
if (rx == 1) {
rapemax = 350;
}
if (rx == 2) {
rapemax = 400;
}
if (rx == 3) {
rapemax = 450;
}
cum = false;
cumt = 0;
str = 0.3;
life = 100;
attached = true;
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
caught = 0;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
life = 100;
dead = false;
deadt = 0;
rape = false;
rapet = 0;
held = false;
heldt = 0;
speed = 3;
shock = false;
shockmax = 100;
shockt = 0;
scared = false;
sspeed = speed * 2;
sniff = false;
revtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.tdir = life;
if (_root.mover) {
_x = _x - _root.movespeed;
}
if (_root.movel) {
_x = _x + _root.movespeed;
}
if (_x >= 650) {
_root.polly = false;
_parent.removeMovieClip();
}
if (_x <= -100) {
_root.polly = false;
_parent.removeMovieClip();
}
if (_y <= _root.dbounds) {
_y = _y + 1;
}
if (_y >= _root.ubounds) {
_y = _y - 1;
}
shockmax = _root.shockmax;
if (!dead) {
if (nohit) {
++nohitt;
if (nohitt >= 30) {
nohit = false;
}
}
if (!cum) {
if (!rape) {
if (!rip) {
if (!held) {
this.swapDepths(_y);
if (!nohit) {
if (_root.player1.animate.attack1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
caught += 1;
sexsel = random(2);
if (life >= 50) {
held = true;
} else {
rape = true;
}
}
}
}
if (!shock) {
MaxX = _root.player1.animate._x + _root.stink;
MinX = _root.player1.animate._x - _root.stink;
MaxY = _root.player1.animate._y + _root.stink;
MinY = _root.player1.animate._y - _root.stink;
if (scared) {
gotoAndStop('run');
speed = 9;
} else {
gotoAndStop('walk');
speed = 3;
}
if (dir == 0) {
_xscale = 100;
_x = _x + speed;
}
if (dir == 1) {
_xscale = -100;
_x = _x - speed;
}
if (!sniff) {
if (limit.hitTest(_root.player1.animate.stink)) {
scared = true;
if (dir == 0) {
dir = 1;
sniff = true;
shock = true;
} else {
dir = 0;
sniff = true;
shock = true;
}
}
}
}
if (shock) {
++shockt;
gotoAndStop('shock');
if (shockt >= shockmax) {
shockt = 0;
shock = false;
}
}
}
if (held) {
if (!h) {
ptalksel = random(3);
if (ptalksel == 0) {
ptalk1 = new Sound();
ptalk1.attachSound('kisses');
ptalk1.start();
}
if (ptalksel == 1) {
ptalk1 = new Sound();
ptalk1.attachSound('lafsn');
ptalk1.start();
}
if (ptalksel == 2) {
ptalk1 = new Sound();
ptalk1.attachSound('righthere');
ptalk1.start();
}
if (!_root.fightbar1.animate.attached) {
revtime = rapemax;
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.esc = 10;
_root.escmax = 100;
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = chname;
_root.score += 100;
h = true;
}
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('held');
++heldt;
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
heldt = 0;
held = false;
}
if (_root.esc <= -10) {
heldt = 0;
held = false;
}
}
if (_root.esc >= _root.escmax) {
_root.fightbar1.removeMovieClip();
_root.esc = 10;
_root.escmax = 100;
heldt = 0;
rip = true;
held = false;
}
}
}
if (rip) {
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
gotoAndStop('rip');
++ript;
if (ript >= 40) {
clothed = false;
ript = 0;
sexsel = random(2);
rape = true;
rip = false;
}
}
}
if (rape) {
if (!r) {
_root.rapes += 1;
revtime = rapemax;
_root.esc = 10;
_root.escmax = 100;
if (!_root.fightbar1.animate.attached) {
_root.attachMovie('fightbar1a', 'fightbar1', 50);
}
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '1000';
_root.score += 1000;
r = true;
}
++rapet;
life -= 0.5;
_root.score += 1;
_x = _root.player1.animate._x;
_y = _root.player1.animate._y;
_root.player1.animate.gotoAndStop('none');
_root.player1.animate.attack1 = false;
_root.player1.animate.attack1t = 0;
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('rape1a');
}
if (sexsel == 1) {
gotoAndStop('rape2');
}
_root.esc -= str;
_root.fightbar1.animate.text1 = revtime;
if (!_root.revstop) {
--revtime;
if (revtime <= 0) {
rapet = 0;
rape = false;
}
if (_root.esc <= -10) {
rapet = 0;
rape = false;
}
}
if (_root.esc >= _root.escmax) {
_root.score += 1500;
rapet = 0;
cum = true;
rape = false;
}
}
}
if (cum) {
++cumt;
_root.fightbar1.removeMovieClip();
_root.player1.animate.rape = true;
_root.player1.animate.rapet = 0;
if (sexsel == 0) {
gotoAndStop('cum1');
if (cumt >= 150) {
dead = true;
}
}
if (sexsel == 1) {
gotoAndStop('cum2');
if (cumt >= 150) {
dead = true;
}
}
}
}
if (dead) {
++deadt;
if (!dt) {
_root.fightbar1.removeMovieClip();
_root.attachMovie('points1a', 'points1' + _root.debris, _root.debris);
_root['points1' + _root.debris].animate._x = _x;
_root['points1' + _root.debris].animate._y = _y;
_root['points1' + _root.debris].animate.text1 = '10,000';
_root.score += 10000;
dt = true;
}
if (sexsel == 0) {
gotoAndStop('dead1');
}
if (sexsel == 1) {
gotoAndStop('dead');
}
if (deadt >= 100) {
_alpha = 50;
}
if (deadt >= 200) {
_root.polly = false;
_parent.removeMovieClip();
}
}
}
}
}
}
movieClip 3450 {
}
movieClip 3451 ancl1a {
instance animate of movieClip 3450 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 3453 {
}
movieClip 3454 ancl2a {
instance animate of movieClip 3453 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 3456 {
}
movieClip 3457 dacl1a {
instance animate of movieClip 3456 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 3459 {
}
movieClip 3460 dacl2a {
instance animate of movieClip 3459 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
movieClip 3462 {
}
movieClip 3463 chcl1a {
instance animate of movieClip 3462 {
onClipEvent (load) {
dir = random(2);
jsely = random(4);
if (jsely == 0) {
got = 30;
}
if (jsely == 1) {
got = 20;
}
if (jsely == 2) {
got = 16;
}
if (jsely == 3) {
got = 4;
}
jselx = random(4);
if (jselx == 0) {
gspeed = 2;
}
if (jselx == 1) {
gspeed = 3;
}
if (jselx == 2) {
gspeed = 3.5;
}
if (jselx == 3) {
gspeed = 1;
}
rtime = 0;
}
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.movespeedv;
}
if (_root.moved) {
_y = _y - _root.movespeedv;
}
++rtime;
if (rtime >= 20) {
_parent.removeMovieClip();
}
if (!dead) {
--got;
_y = _y - got;
_rotation = _rotation + got;
if (dir == 0) {
_x = _x - gspeed;
}
if (dir == 1) {
_x = _x + gspeed;
}
if (_root.map.black.hitTest(_x, _y + 5, true)) {
dead = true;
}
}
if (dead) {
if (got <= 0) {
++got;
}
}
if (rtime >= 250) {
_alpha = 50;
}
if (rtime >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
frame 1 {
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = '__mochibot__';
mbc = 'mochibot.com';
g = _global ? _global : _level0._root;
if (g[mb + swfid]) {
return g[mb + swfid];
}
s = System.security;
x = mc._root.getSWFVersion;
fv = x ? mc.getSWFVersion() : (_global ? 6 : 5);
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == 'localWithFile') {
return null;
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = (fv == 5) ? /:$version : System.capabilities.version;
u = 'http://' + mbc + '/my/core.swf?mv=8&fv=' + fv + '&v=' + escape(pv) + '&swfid=' + escape(swfid) + '&l=' + lv + '&f=' + mc + (sb ? '&sb=' + sb : '') + (trk ? '&t=1' : '');
lv = fv > 6 ? mc.getNextHighestDepth() : (g[mb + 'level'] ? g[mb + 'level'] + 1 : lv);
g[mb + 'level'] = lv;
if (fv == 5) {
res = '_level' + lv;
if (!eval(res)) {
loadMovieNum(u, lv);
}
return res;
}
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
return res;
}
__com_mochibot__('7e0c0113', this, 10301, true);
}
frame 1 {
Stage.scaleMode = 'exactfit';
Stage.showMenu = false;
_root.zoomin = true;
mochi.as2.MochiServices.connect('57863ddae0b8bd7b');
}
movieClip 3668 __Packages.mochi.as2.MochiSync {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiSync) {
var v1 = function () {
this._syncContainer = {};
};
mochi.as2.MochiSync = v1;
var v2 = v1.prototype;
v2.getProp = function (name) {
return this._syncContainer[name];
};
v2.setProp = function (name, value) {
if (this._syncContainer[name] == value) {
return undefined;
}
this._syncContainer[name] = value;
mochi.as2.MochiServices.send('sync_propUpdate', {'name': name, 'value': value});
};
v2.triggerEvent = function (eventType, args) {
switch (eventType) {
case mochi.as2.MochiSync.SYNC_REQUEST:
mochi.as2.MochiServices.send('sync_syncronize', this._syncContainer);
break;
case mochi.as2.MochiSync.SYNC_PROPERTY:
this._syncContainer[args.name] = args.value;
}
};
v1.SYNC_REQUEST = 'SyncRequest';
v1.SYNC_PROPERTY = 'UpdateProperty';
ASSetPropFlags(mochi.as2.MochiSync.prototype, null, 1);
}
#endinitclip
}
movieClip 3669 __Packages.mochi.as2.MochiServices {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiServices) {
var v1 = function () {};
mochi.as2.MochiServices = v1;
var v2 = v1.prototype;
v1.__get__id = function () {
return mochi.as2.MochiServices._id;
};
v1.__get__clip = function () {
return mochi.as2.MochiServices._container;
};
v1.__get__childClip = function () {
return mochi.as2.MochiServices._clip;
};
v1.getVersion = function () {
return '3.8 as2';
};
v1.allowDomains = function (server) {
var v1 = ((server.split('/'))[2].split(':'))[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain('*');
System.security.allowDomain(v1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain('*');
System.security.allowInsecureDomain(v1);
}
}
return v1;
};
v1.__get__isNetworkAvailable = function () {
if (System.security) {
var v1 = System.security;
if (v1.sandboxType == 'localWithFile') {
return false;
}
}
return true;
};
v1.__set__comChannelName = function (val) {
if (val != undefined) {
if (val.length > 3) {
mochi.as2.MochiServices._sendChannelName = val + '_fromgame';
mochi.as2.MochiServices.initComChannels();
}
}
return mochi.as2.MochiServices.__get__comChannelName();
};
v1.__get__connected = function () {
return mochi.as2.MochiServices._connected;
};
v1.connect = function (id, clip, onError) {
mochi.as2.MochiServices.warnID(id, false);
if (!mochi.as2.MochiServices._connected && mochi.as2.MochiServices._clip == undefined) {
trace('MochiServices Connecting...');
mochi.as2.MochiServices._connecting = true;
mochi.as2.MochiServices.init(id, clip);
}
if (onError != undefined) {
mochi.as2.MochiServices.onError = onError;
} else {
if (mochi.as2.MochiServices.onError == undefined) {
mochi.as2.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
};
v1.disconnect = function () {
if (mochi.as2.MochiServices._connected || mochi.as2.MochiServices._connecting) {
mochi.as2.MochiServices._connected = false;
mochi.as2.MochiServices._connecting = mochi.as2.MochiServices._connected;
mochi.as2.MochiServices.flush(true);
if (mochi.as2.MochiServices._clip != undefined) {
mochi.as2.MochiServices._clip.removeMovieClip();
delete mochi.as2.MochiServices._clip;
}
mochi.as2.MochiServices._listenChannel.close();
}
};
v1.init = function (id, clip) {
mochi.as2.MochiServices._id = id;
if (clip != undefined) {
mochi.as2.MochiServices._container = clip;
} else {
mochi.as2.MochiServices._container = _root;
}
mochi.as2.MochiServices.loadCommunicator(id, mochi.as2.MochiServices._container);
};
v1.loadCommunicator = function (id, clip) {
var v6 = '_mochiservices_com_' + id;
var v5 = new MovieClipLoader();
var v3 = {};
if (mochi.as2.MochiServices._clip != null) {
return mochi.as2.MochiServices._clip;
}
if (!mochi.as2.MochiServices.__get__isNetworkAvailable()) {
return null;
}
if ((mochi.as2.MochiServices.urlOptions()).servURL) {
mochi.as2.MochiServices._servURL = (mochi.as2.MochiServices.urlOptions()).servURL;
}
var v4 = mochi.as2.MochiServices._servURL + mochi.as2.MochiServices._services;
if ((mochi.as2.MochiServices.urlOptions()).servicesURL) {
v4 = (mochi.as2.MochiServices.urlOptions()).servicesURL;
}
mochi.as2.MochiServices.allowDomains(v4);
mochi.as2.MochiServices._clip = clip.createEmptyMovieClip(v6, 10336, false);
mochi.as2.MochiServices._listenChannelName += Math.floor((new Date()).getTime()) + '_' + Math.floor(Math.random() * 99999);
mochi.as2.MochiServices.listen();
if (v3.waitInterval != null) {
clearInterval(v3.waitInterval);
}
v3.onLoadError = mochi.as2.MochiServices.loadError;
v3.onLoadStart = function (target_mc) {
this.isLoading = true;
};
v3.onLoadComplete = function (target_mc) {
target_mc.MochiServices = mochi.as2.MochiServices;
};
v3.startTime = getTimer();
v3.wait = function () {
if (getTimer() - this.startTime > 10000) {
if (!this.isLoading) {
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, ['IOError']);
}
clearInterval(this.waitInterval);
}
};
v3.waitInterval = setInterval(v3, 'wait', 1000);
v5.addListener(v3);
v5.loadClip(v4 + '?listenLC=' + mochi.as2.MochiServices._listenChannelName + '&mochiad_options=' + escape(_root.mochiad_options) + '&api_version=' + mochi.as2.MochiServices.getVersion(), mochi.as2.MochiServices._clip);
mochi.as2.MochiServices._sendChannel = new LocalConnection();
mochi.as2.MochiServices._sendChannel._queue = [];
return mochi.as2.MochiServices._clip;
};
v1.loadError = function (target_mc, errorCode, httpStatus) {
trace('MochiServices could not load.');
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, [errorCode]);
};
v1.onStatus = function (infoObject) {
if (infoObject.level !== 'error') {
} else {
mochi.as2.MochiServices._connected = false;
mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName);
}
};
v1.listen = function () {
mochi.as2.MochiServices._listenChannel = new LocalConnection();
mochi.as2.MochiServices._listenChannel.handshake = function (args) {
mochi.as2.MochiServices.__set__comChannelName(args.newChannel);
};
mochi.as2.MochiServices._listenChannel.allowDomain = function (d) {
return true;
};
mochi.as2.MochiServices._listenChannel.allowInsecureDomain = mochi.as2.MochiServices._listenChannel.allowDomain;
mochi.as2.MochiServices._listenChannel._nextcallbackID = 0;
mochi.as2.MochiServices._listenChannel._callbacks = {};
mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName);
trace('Waiting for MochiAds services to connect...');
};
v1.initComChannels = function () {
if (!mochi.as2.MochiServices._connected) {
mochi.as2.MochiServices._sendChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'handshakeDone'});
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'registerGame', 'id': mochi.as2.MochiServices._id, 'version': mochi.as2.MochiServices.getVersion()});
mochi.as2.MochiServices._listenChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
mochi.as2.MochiServices._listenChannel.onReceive = function (pkg) {
var v5 = pkg.callbackID;
var v4 = this._callbacks[v5];
if (!v4) {
return undefined;
}
var v2 = v4.callbackMethod;
var v3 = v4.callbackObject;
if (v3 && typeof v2 == 'string') {
v2 = v3[v2];
}
if (v2 != undefined) {
v2.apply(v3, pkg.args);
}
delete this._callbacks[v5];
};
mochi.as2.MochiServices._listenChannel.onEvent = function (pkg) {
switch (pkg.target) {
case 'events':
mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args);
break;
case 'coins':
mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args);
break;
case 'sync':
mochi.as2.MochiServices.servicesSync.triggerEvent(pkg.event, pkg.args);
}
};
mochi.as2.MochiServices._listenChannel.onError = function () {
mochi.as2.MochiServices.onError.apply(null, ['IOError']);
};
trace('[SERVICES_API] connected!');
mochi.as2.MochiServices._connecting = false;
mochi.as2.MochiServices._connected = true;
while (mochi.as2.MochiServices._sendChannel._queue.length > 0) {
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', mochi.as2.MochiServices._sendChannel._queue.shift());
}
}
};
v1.updateCopy = function (args) {
mochi.as2.MochiServices.send('coins_updateCopy', args, null, null);
};
v1.flush = function (error) {
var v1;
var v2;
while (mochi.as2.MochiServices._sendChannel._queue.length > 0) {
v1 = mochi.as2.MochiServices._sendChannel._queue.shift();
false;
if (v1.callbackID != null) {
v2 = mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID];
}
delete mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID];
if (error) {
mochi.as2.MochiServices.handleError(v1.args, v2.callbackObject, v2.callbackMethod);
}
}
};
v1.handleError = function (args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ['NotConnected']);
}
if (args.options != null && args.options.onError != null) {
args.options.onError.apply(null, ['NotConnected']);
}
}
if (callbackMethod != null) {
args = {};
args.error = true;
args.errorCode = 'NotConnected';
if (callbackObject != null && typeof callbackMethod == 'string') {
callbackObject[callbackMethod](args);
} else {
if (callbackMethod != null) {
callbackMethod.apply(args);
}
}
}
};
v1.send = function (methodName, args, callbackObject, callbackMethod) {
if (mochi.as2.MochiServices._connected) {
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID});
} else {
if (mochi.as2.MochiServices._clip == undefined || !mochi.as2.MochiServices._connecting) {
trace('Error: MochiServices not connected. Please call MochiServices.connect(). Function: ' + methodName);
mochi.as2.MochiServices.handleError(args, callbackObject, callbackMethod);
mochi.as2.MochiServices.flush(true);
return undefined;
} else {
mochi.as2.MochiServices._sendChannel._queue.push({'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID});
}
}
mochi.as2.MochiServices._listenChannel._callbacks[mochi.as2.MochiServices._listenChannel._nextcallbackID] = {'callbackObject': callbackObject, 'callbackMethod': callbackMethod};
++mochi.as2.MochiServices._listenChannel._nextcallbackID;
};
v1.urlOptions = function () {
var v5 = {};
var v6;
if (_root._url.indexOf('mochiad_options') != -1) {
var v2 = _root._url.indexOf('mochiad_options') + 'mochiad_options'.length + 1;
v6 = _root._url.substr(v2, _root._url.length);
} else {
if (_root.mochiad_options) {
v6 = _root.mochiad_options;
}
}
if (v6) {
var v4 = _root.mochiad_options.split('&');
var v2 = 0;
while (v2 < v4.length) {
var v3 = v4[v2].split('=');
v5[unescape(v3[0])] = unescape(v3[1]);
++v2;
}
}
return v5;
};
v1.warnID = function (bid, leaderboard) {
bid = bid.toLowerCase();
if (bid.length != 16) {
trace('WARNING: ' + (leaderboard ? 'board' : 'game') + ' ID is not the appropriate length');
return undefined;
} else {
if (bid == '1e113c7239048b3f') {
if (leaderboard) {
trace('WARNING: Using testing board ID');
} else {
trace('WARNING: Using testing board ID as game ID');
}
return undefined;
} else {
if (bid == '84993a1de4031cd8') {
if (leaderboard) {
trace('WARNING: Using testing game ID as board ID');
} else {
trace('WARNING: Using testing game ID');
}
return undefined;
}
}
}
var v1 = 0;
while (v1 < bid.length) {
switch (bid.charAt(v1)) {
if (bid.charAt(v1) !== 'f') {
} else {
case '0':
case '1':
case '2':
case '3':
case '4':
case '5':
case '6':
case '7':
case '8':
case '9':
case 'a':
case 'b':
case 'c':
break;
case 'd':
case 'e':
}
default:
trace('WARNING: Board ID contains illegal characters: ' + bid);
return undefined;
}
++v1;
}
};
v1.addLinkEvent = function (url, burl, btn, onClick) {
var timeout = 1500;
var t0 = getTimer();
var v2 = new Object();
v2.mav = mochi.as2.MochiServices.getVersion();
v2.swfv = btn.getSWFVersion() || 6;
v2.swfurl = btn._url;
v2.fv = System.capabilities.version;
v2.os = System.capabilities.os;
v2.lang = System.capabilities.language;
v2.scres = System.capabilities.screenResolutionX + 'x' + System.capabilities.screenResolutionY;
var s = '?';
var v3 = 0;
for (var v6 in v2) {
if (v3 != 0) {
s += '&';
}
++v3;
s = s + v6 + '=' + escape(v2[v6]);
}
if (!(mochi.as2.MochiServices.netupAttempted || mochi.as2.MochiServices._connected)) {
var ping = btn.createEmptyMovieClip('ping', 777);
var v7 = btn.createEmptyMovieClip('nettest', 778);
mochi.as2.MochiServices.netupAttempted = true;
ping.loadMovie('http://x.mochiads.com/linkping.swf?t=' + getTimer());
v7.onEnterFrame = function () {
if (ping._totalframes > 0 && ping._totalframes == ping._framesloaded) {
delete this.onEnterFrame;
} else {
if (getTimer() - t0 > timeout) {
delete this.onEnterFrame;
mochi.as2.MochiServices.netup = false;
}
}
};
}
var v4 = btn.createEmptyMovieClip('clk', 1001);
v4._alpha = 0;
v4.beginFill(1044735);
v4.moveTo(0, 0);
v4.lineTo(0, btn._height);
v4.lineTo(btn._width, btn._height);
v4.lineTo(btn._width, 0);
v4.lineTo(0, 0);
v4.endFill();
v4.onRelease = function () {
if (mochi.as2.MochiServices.netup) {
getURL(url + s, '_blank');
} else {
getURL(burl, '_blank');
}
if (onClick != undefined) {
onClick();
}
};
};
v1.setContainer = function (clip) {};
v1.stayOnTop = function (clip) {};
v1._servURL = 'http://www.mochiads.com/static/lib/services/';
v1._services = 'services.swf';
v1._mochiLC = 'MochiLC.swf';
v1._listenChannelName = '__ms_';
v1._connecting = false;
v1._connected = false;
v1.netup = true;
v1.netupAttempted = false;
v1.servicesSync = new mochi.as2.MochiSync();
v1.addProperty('childClip', v1.__get__childClip, function () {});
v1.addProperty('clip', v1.__get__clip, function () {});
v1.addProperty('comChannelName', function () {}, v1.__set__comChannelName);
v1.addProperty('connected', v1.__get__connected, function () {});
v1.addProperty('id', v1.__get__id, function () {});
v1.addProperty('isNetworkAvailable', v1.__get__isNetworkAvailable, function () {});
ASSetPropFlags(mochi.as2.MochiServices.prototype, null, 1);
}
#endinitclip
}
movieClip 3670 __Packages.mochi.as2.MochiEventDispatcher {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiEventDispatcher) {
var v1 = function () {
this.eventTable = {};
};
mochi.as2.MochiEventDispatcher = v1;
var v2 = v1.prototype;
v2.buildDelegate = function (thisObject, thatObject) {
var v2 = {'thisObject': thisObject, 'thatObject': thatObject};
if (thatObject != undefined) {
var funct = (typeof thatObject == 'string') ? thisObject[thatObject] : thatObject;
v2.delegate = function (args) {
funct.call(thisObject, args);
};
return v2;
}
v2.delegate = thisObject;
return v2;
};
v2.compareDelegate = function (d_A, d_B) {
if (d_A.thisObject != d_B.thisObject || d_A.thatObject != d_B.thatObject) {
return false;
}
return true;
};
v2.addEventListener = function (event, thisObject, thatObject) {
this.removeEventListener(event, thisObject, thatObject);
this.eventTable[event].push(this.buildDelegate(thisObject, thatObject));
};
v2.removeEventListener = function (event, thisObject, thatObject) {
var v3 = this.buildDelegate(thisObject, thatObject);
if (this.eventTable[event] == undefined) {
this.eventTable[event] = [];
return undefined;
}
for (var v4 in this.eventTable[event]) {
if (!this.compareDelegate(this.eventTable[event][v4], v3)) {
continue;
}
this.eventTable[event].splice(Number(v4), 1);
}
};
v2.triggerEvent = function (event, args) {
if (this.eventTable[event] == undefined) {
return undefined;
}
for (var v4 in this.eventTable[event]) {
this.eventTable[event][v4].delegate(args);
}
};
ASSetPropFlags(mochi.as2.MochiEventDispatcher.prototype, null, 1);
}
#endinitclip
}
movieClip 3671 __Packages.mochi.as2.MochiEvents {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiEvents) {
var v1 = function () {};
mochi.as2.MochiEvents = v1;
var v2 = v1.prototype;
v1.getVersion = function () {
return mochi.as2.MochiServices.getVersion();
};
v1.startSession = function (achievementID) {
mochi.as2.MochiServices.send('events_beginSession', {'achievementID': achievementID}, null, null);
};
v1.setNotifications = function (clip, style) {
var v2 = {};
for (var v3 in style) {
v2[v3] = style[v3];
}
v2.clip = clip;
mochi.as2.MochiServices.send('events_setNotifications', v2, null, null);
};
v1.addEventListener = function (eventType, thisObject, thatObject) {
mochi.as2.MochiEvents._dispatcher.addEventListener(eventType, thisObject, thatObject);
};
v1.triggerEvent = function (eventType, args) {
mochi.as2.MochiEvents._dispatcher.triggerEvent(eventType, args);
};
v1.removeEventListener = function (eventType, thisObject, thatObject) {
mochi.as2.MochiEvents._dispatcher.removeEventListener(eventType, thisObject, thatObject);
};
v1.startPlay = function (tag) {
if (tag == undefined) {
tag = 'gameplay';
}
mochi.as2.MochiServices.send('events_setRoundID', {'tag': String(tag)}, null, null);
};
v1.endPlay = function () {
mochi.as2.MochiServices.send('events_clearRoundID', null, null, null);
};
v1.trackEvent = function (tag, value) {
mochi.as2.MochiServices.send('events_trackEvent', {'tag': tag, 'value': value}, null, null);
};
v1.ACHIEVEMENT_RECEIVED = 'AchievementReceived';
v1.ALIGN_TOP_LEFT = 'ALIGN_TL';
v1.ALIGN_TOP = 'ALIGN_T';
v1.ALIGN_TOP_RIGHT = 'ALIGN_TR';
v1.ALIGN_LEFT = 'ALIGN_L';
v1.ALIGN_CENTER = 'ALIGN_C';
v1.ALIGN_RIGHT = 'ALIGN_R';
v1.ALIGN_BOTTOM_LEFT = 'ALIGN_BL';
v1.ALIGN_BOTTOM = 'ALIGN_B';
v1.ALIGN_BOTTOM_RIGHT = 'ALIGN_BR';
v1.FORMAT_SHORT = 'ShortForm';
v1.FORMAT_LONG = 'LongForm';
v1._dispatcher = new mochi.as2.MochiEventDispatcher();
ASSetPropFlags(mochi.as2.MochiEvents.prototype, null, 1);
}
#endinitclip
}
movieClip 3672 __Packages.mochi.as2.MochiSocial {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiSocial) {
var v1 = function () {};
mochi.as2.MochiSocial = v1;
var v2 = v1.prototype;
v1.getVersion = function () {
return mochi.as2.MochiServices.getVersion();
};
v1.showLoginWidget = function (options) {
mochi.as2.MochiServices.setContainer();
mochi.as2.MochiServices.stayOnTop();
mochi.as2.MochiServices.send('coins_showLoginWidget', {'options': options});
};
v1.hideLoginWidget = function () {
mochi.as2.MochiServices.send('coins_hideLoginWidget');
};
v1.requestLogin = function () {
mochi.as2.MochiServices.send('coins_requestLogin');
};
v1.getUserInfo = function () {
mochi.as2.MochiServices.send('coins_getUserInfo');
};
v1.saveUserProperties = function (properties) {
mochi.as2.MochiServices.send('coins_saveUserProperties', properties);
};
v1.addEventListener = function (eventType, delegate) {
mochi.as2.MochiSocial._dispatcher.addEventListener(eventType, delegate);
};
v1.triggerEvent = function (eventType, args) {
mochi.as2.MochiSocial._dispatcher.triggerEvent(eventType, args);
};
v1.removeEventListener = function (eventType, delegate) {
mochi.as2.MochiSocial._dispatcher.removeEventListener(eventType, delegate);
};
v1.LOGGED_IN = 'LoggedIn';
v1.LOGGED_OUT = 'LoggedOut';
v1.LOGIN_SHOW = 'LoginShow';
v1.LOGIN_HIDE = 'LoginHide';
v1.LOGIN_SHOWN = 'LoginShown';
v1.PROFILE_SHOW = 'ProfileShow';
v1.PROFILE_HIDE = 'ProfileHide';
v1.PROPERTIES_SAVED = 'PropertySaved';
v1.WIDGET_LOADED = 'WidgetLoaded';
v1.USER_INFO = 'UserInfo';
v1.ERROR = 'Error';
v1.IO_ERROR = 'IOError';
v1.NO_USER = 'NoUser';
v1.PROPERTIES_SIZE = 'PropertiesSize';
v1._dispatcher = new mochi.as2.MochiEventDispatcher();
ASSetPropFlags(mochi.as2.MochiSocial.prototype, null, 1);
}
#endinitclip
}
movieClip 3673 __Packages.mochi.as2.MochiScores {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiScores) {
var v1 = function () {};
mochi.as2.MochiScores = v1;
var v2 = v1.prototype;
v1.setBoardID = function (boardID) {
mochi.as2.MochiServices.warnID(boardID, true);
mochi.as2.MochiScores.boardID = boardID;
mochi.as2.MochiServices.send('scores_setBoardID', {'boardID': boardID});
};
v1.showLeaderboard = function (options) {
options.clip = mochi.as2.MochiServices.clip;
if (options.clip != mochi.as2.MochiServices.__get__clip() || (mochi.as2.MochiServices.__get__childClip())._target == undefined) {
mochi.as2.MochiServices.disconnect();
trace('WARNING! This application is attempting to connect to MochiServices inside a showLeaderboard call!');
trace('make sure MochiServices.connect is called as early in the application runtime as possible.');
mochi.as2.MochiServices.connect(mochi.as2.MochiServices.__get__id(), options.clip);
}
delete options.clip;
if (options.name != null) {
if (typeof options.name == 'object') {
if (options.name.text != undefined) {
options.name = options.name.text;
}
}
}
if (options.score != null) {
if (options.score instanceof TextField) {
if (options.score.text != undefined) {
options.score = options.score.text;
}
} else {
if (options.score instanceof mochi.as2.MochiDigits) {
options.score = options.score.value;
}
}
var v1 = Number(options.score);
if (isNaN(v1)) {
trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is \'Not a Number\'');
} else {
if (v1 == Number.NEGATIVE_INFINITY || v1 == Number.POSITIVE_INFINITY) {
trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is an infinite');
} else {
if (Math.floor(v1) != v1) {
trace('WARNING: Submitted score \'' + options.score + '\' will be truncated');
}
options.score = v1;
}
}
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
(mochi.as2.MochiServices.__get__clip()).stop();
}
if (options.onClose != null) {
mochi.as2.MochiScores.onClose = options.onClose;
} else {
mochi.as2.MochiScores.onClose = function () {
(mochi.as2.MochiServices.__get__clip()).play();
};
}
if (options.onError != null) {
mochi.as2.MochiScores.onError = options.onError;
} else {
mochi.as2.MochiScores.onError = mochi.as2.MochiScores.onClose;
}
if (options.boardID == null) {
if (mochi.as2.MochiScores.boardID != null) {
options.boardID = mochi.as2.MochiScores.boardID;
}
}
mochi.as2.MochiServices.warnID(options.boardID, true);
trace('[MochiScores] NOTE: Security Sandbox Violation errors below are normal');
mochi.as2.MochiServices.send('scores_showLeaderboard', {'options': options}, null, mochi.as2.MochiScores.doClose);
};
v1.closeLeaderboard = function () {
mochi.as2.MochiServices.send('scores_closeLeaderboard');
};
v1.getPlayerInfo = function (callbackObj, callbackMethod) {
mochi.as2.MochiServices.send('scores_getPlayerInfo', null, callbackObj, callbackMethod);
};
v1.submit = function (score, name, callbackObj, callbackMethod) {
score = Number(score);
if (isNaN(score)) {
trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is \'Not a Number\'');
} else {
if (score == Number.NEGATIVE_INFINITY || score == Number.POSITIVE_INFINITY) {
trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is an infinite');
} else {
if (Math.floor(score) != score) {
trace('WARNING: Submitted score \'' + String(score) + '\' will be truncated');
}
score = Number(score);
}
}
mochi.as2.MochiServices.send('scores_submit', {'score': score, 'name': name}, callbackObj, callbackMethod);
};
v1.requestList = function (callbackObj, callbackMethod) {
mochi.as2.MochiServices.send('scores_requestList', null, callbackObj, callbackMethod);
};
v1.scoresArrayToObjects = function (scores) {
var v5 = {};
var v1;
var v4;
var v2;
var v6;
for (var v8 in scores) {
if (typeof scores[v8] == 'object') {
if (scores[v8].cols != null && scores[v8].rows != null) {
v5[v8] = [];
v2 = scores[v8];
v4 = 0;
while (v4 < v2.rows.length) {
v6 = {};
v1 = 0;
while (v1 < v2.cols.length) {
v6[v2.cols[v1]] = v2.rows[v4][v1];
++v1;
}
v5[v8].push(v6);
++v4;
}
} else {
v5[v8] = {};
for (var v7 in scores[v8]) {
v5[v8][v7] = scores[v8][v7];
}
}
} else {
v5[v8] = scores[v8];
}
}
return v5;
};
v1.doClose = function (args) {
if (args.error == true) {
if (args.errorCode == undefined) {
args.errorCode = 'IOError';
}
mochi.as2.MochiScores.onError.apply(null, [args.errorCode]);
} else {
mochi.as2.MochiScores.onClose.apply();
}
};
ASSetPropFlags(mochi.as2.MochiScores.prototype, null, 1);
}
#endinitclip
}
movieClip 3674 __Packages.mochi.as2.MochiDigits {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiDigits) {
var v1 = function (digit, index) {
this.Encoder = 0;
this.setValue(digit, index);
};
mochi.as2.MochiDigits = v1;
var v2 = v1.prototype;
v2.__get__value = function () {
return Number(this.toString());
};
v2.__set__value = function (v) {
this.setValue(v);
return this.__get__value();
};
v2.addValue = function (v) {
this.value += v;
};
v2.setValue = function (digit, index) {
var v3 = digit.toString();
if (index == undefined || isNaN(index)) {
index = 0;
}
this.Fragment = v3.charCodeAt(index++) ^ this.Encoder;
if (index < v3.length) {
this.Sibling = new mochi.as2.MochiDigits(digit, index);
} else {
this.Sibling = null;
}
this.reencode();
};
v2.reencode = function () {
var v2 = int(2147483647 * Math.random());
this.Fragment ^= v2 ^ this.Encoder;
this.Encoder = v2;
};
v2.toString = function () {
var v2 = String.fromCharCode(this.Fragment ^ this.Encoder);
return (this.Sibling != null) ? v2.concat(this.Sibling.toString()) : v2;
};
v2.addProperty('value', v2.__get__value, v2.__set__value);
ASSetPropFlags(mochi.as2.MochiDigits.prototype, null, 1);
}
#endinitclip
}
frame 2 {
_root.sound = true;
}
frame 2 {
stop();
stopAllSounds();
_quality = 'low';
}
movieClip 3464 {
}
movieClip 3468 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 3468 {
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) + '% Pepe Raping FINAL!';
}
}
}
movieClip 3472 {
}
instance of movieClip 3472 {
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 3474 {
}
instance of movieClip 3474 {
onClipEvent (release) {
getURL('http://costargames.com/adult', 1);
}
}
movieClip 3477 {
}
instance of movieClip 3477 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924', 1);
}
}
movieClip 3480 {
}
instance of movieClip 3480 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=29094:9804000000924067', 1);
}
}
movieClip 3487 {
}
instance of movieClip 3487 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=15543:9804000000924067', 1);
}
}
movieClip 3490 {
}
instance of movieClip 3490 {
onClipEvent (release) {
getURL('http://store.bonetown.com/store/pc/btRedirect.asp?idaffiliate=77', 1);
}
}
movieClip 3507 {
}
instance of movieClip 3507 {
onClipEvent (release) {
getURL('http://www.drawn-sex.com/index.html?id=hobartstarr', 1);
}
}
movieClip 3510 {
}
instance of movieClip 3510 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067', 1);
}
}
movieClip 3513 {
}
instance of movieClip 3513 {
onClipEvent (release) {
getURL('http://www.vixine.com/ref/1320924', 1);
}
}
frame 3 {
stop();
}
movieClip 3516 {
frame 1 {
stop();
}
}
instance of movieClip 3516 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 4 {
stop();
}
movieClip 3519 {
}
instance of movieClip 3519 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
movieClip 3523 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 3523 {
onClipEvent (rollOver) {
gotoAndStop('o');
}
onClipEvent (rollOut) {
gotoAndStop('u');
}
onClipEvent (press) {
gotoAndStop('h');
}
onClipEvent (release) {
_root.sex.prevFrame();
}
}
instance of movieClip 3523 {
onClipEvent (rollOver) {
gotoAndStop('o');
}
onClipEvent (rollOut) {
gotoAndStop('u');
}
onClipEvent (press) {
gotoAndStop('h');
}
onClipEvent (release) {
_root.sex.nextFrame();
}
}
movieClip 3526 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
frame 58 {
stop();
}
frame 59 {
stop();
}
frame 60 {
stop();
}
frame 61 {
stop();
}
frame 62 {
stop();
}
frame 63 {
stop();
}
frame 64 {
stop();
}
frame 65 {
stop();
}
frame 66 {
stop();
}
frame 67 {
stop();
}
frame 68 {
stop();
}
frame 69 {
stop();
}
frame 70 {
stop();
}
frame 71 {
stop();
}
frame 72 {
stop();
}
frame 73 {
stop();
}
frame 74 {
stop();
}
}
instance sex of movieClip 3526 {
onClipEvent (enterFrame) {
_root.sframe = _currentframe;
}
}
movieClip 3528 {
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 3530 {
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 5 {
stop();
}
movieClip 3532 {
}
instance of movieClip 3532 {
onClipEvent (load) {
_root.stink = 100;
stagesel = random(8);
}
onClipEvent (release) {
_root.mins = 2;
_root.secs = 0;
_root.shockmax = 2;
_root.strenght = 5;
_root.rapes = 0;
if (stagesel == 0) {
_root.gotoAndStop('st1a');
}
if (stagesel == 1) {
_root.gotoAndStop('st2a');
}
if (stagesel == 2) {
_root.gotoAndStop('st3a');
}
if (stagesel == 3) {
_root.gotoAndStop('st4a');
}
if (stagesel == 4) {
_root.gotoAndStop('st5a');
}
if (stagesel == 5) {
_root.gotoAndStop('st6a');
}
if (stagesel == 6) {
_root.gotoAndStop('st7a');
}
if (stagesel == 7) {
_root.gotoAndStop('st8a');
}
}
}
movieClip 3534 {
}
instance of movieClip 3534 {
onClipEvent (release) {
_root.gotoAndStop('options');
}
}
movieClip 3536 {
}
instance of movieClip 3536 {
onClipEvent (release) {
if (!_root.infostart) {
_root.info1.gotoAndStop('s1');
_root.infostart = true;
}
}
}
movieClip 3539 {
}
movieClip 3541 {
frame 1 {
stop();
}
instance of movieClip 3539 {
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 3539 {
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 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 10 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 11 {
_root.stunup = true;
_root.codeinput = true;
stop();
}
}
movieClip 3543 {
frame 1 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
frame 8 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 10 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(84)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 11 {
_root.timestop = true;
_root.codeinput = true;
stop();
}
}
movieClip 3544 {
frame 1 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(82)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
_root.stinkoff = true;
_root.codeinput = true;
stop();
}
}
movieClip 3545 {
frame 1 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(78)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 10 {
_root.speedup = true;
_root.codeinput = true;
stop();
}
}
movieClip 3546 {
frame 1 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 2 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 3 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 4 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 5 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 6 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 7 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(77)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 8 {
stop();
}
instance of movieClip 3539 {
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
}
frame 9 {
_root.revstop = true;
_root.codeinput = true;
stop();
}
}
movieClip 3552 {
}
movieClip 3553 {
}
movieClip 3555 {
}
instance of movieClip 3555 {
onClipEvent (release) {
_root.gotoAndStop('hiscore');
}
}
movieClip 3557 {
}
instance of movieClip 3557 {
onClipEvent (release) {
_root.gotoAndStop('credits');
}
}
movieClip 3559 {
}
instance of movieClip 3559 {
onClipEvent (load) {
myob = SharedObject.getLocal('pepe6');
if (myob.data.contra) {
_root.contra = true;
}
if (_root.contra) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (release) {
if (_root.contra) {
_root.gotoAndStop('gallery');
}
}
}
instance of movieClip 3472 {
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 3564 {
}
movieClip 3568 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3564 {
onClipEvent (release) {
_parent.nextFrame();
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3564 {
onClipEvent (release) {
_root.infostart = false;
_parent.gotoAndStop('s0');
}
}
}
frame 6 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.score = 0;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 200;
_root.dbounds = 360;
_root.lessb = 650;
_root.moreb = -150;
_root.map._x = 270;
_root.map._y = 200;
_root.playlist = 1;
stop();
}
movieClip 3571 {
}
instance map of movieClip 3571 {
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;
}
}
}
}
movieClip 3573 {
}
instance of movieClip 3573 {
onClipEvent (load) {
timer = 0;
allc = 17;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!_root.timeup) {
++timer;
girlsel = random(allc);
selx = random(2);
if (selx == 0) {
gx = 550;
dir = 1;
}
if (selx == 1) {
gx = 0;
dir = 0;
}
sely = random(5);
if (sely == 0) {
gy = 250;
}
if (sely == 1) {
gy = 200;
}
if (sely == 2) {
gy = 220;
}
if (sely == 3) {
gy = 240;
}
if (sely == 4) {
gy = 270;
}
if (timer >= 50) {
if (!_root.e1.animate.attached) {
if (girlsel == 0) {
if (!_root.lola) {
_root.attachMovie('girl1a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 1) {
if (!_root.alexis) {
_root.attachMovie('girl2a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 2) {
if (!_root.matilda) {
_root.attachMovie('girl3a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 3) {
if (!_root.lori) {
_root.attachMovie('girl4a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 4) {
if (!_root.disdain) {
_root.attachMovie('girl5a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 5) {
if (!_root.peter) {
_root.attachMovie('girl6a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 6) {
if (!_root.cutter) {
_root.attachMovie('girl7a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 7) {
if (!_root.peach) {
_root.attachMovie('girl8a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 8) {
if (!_root.shay) {
_root.attachMovie('girl10a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 9) {
if (!_root.rusty) {
_root.attachMovie('girl14a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 10) {
if (!_root.polly) {
_root.attachMovie('girl17a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 11) {
if (!_root.annabelle) {
_root.attachMovie('girl13a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 12) {
if (!_root.catboi) {
_root.attachMovie('girl12a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 13) {
if (!_root.tom) {
_root.attachMovie('girl9a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 14) {
if (!_root.penelope) {
_root.attachMovie('girl11a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 15) {
if (!_root.darla) {
_root.attachMovie('girl16a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
if (girlsel == 16) {
if (!_root.jill) {
_root.attachMovie('girl15a', 'e1', 101);
} else {
girlsel = random(allc);
}
}
_root.e1.animate._x = gx;
_root.e1.animate._y = gy;
_root.e1.animate.dir = dir;
timer = 0;
}
}
if (timer >= 100) {
if (!_root.e2.animate.attached) {
if (girlsel == 0) {
if (!_root.lola) {
_root.attachMovie('girl1a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 1) {
if (!_root.alexis) {
_root.attachMovie('girl2a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 2) {
if (!_root.matilda) {
_root.attachMovie('girl3a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 3) {
if (!_root.lori) {
_root.attachMovie('girl4a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 4) {
if (!_root.disdain) {
_root.attachMovie('girl5a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 5) {
if (!_root.peter) {
_root.attachMovie('girl6a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 6) {
if (!_root.cutter) {
_root.attachMovie('girl7a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 7) {
if (!_root.peach) {
_root.attachMovie('girl8a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 8) {
if (!_root.shay) {
_root.attachMovie('girl10a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 9) {
if (!_root.rusty) {
_root.attachMovie('girl14a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 10) {
if (!_root.polly) {
_root.attachMovie('girl17a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 11) {
if (!_root.annabelle) {
_root.attachMovie('girl13a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 12) {
if (!_root.catboi) {
_root.attachMovie('girl12a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 13) {
if (!_root.tom) {
_root.attachMovie('girl9a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 14) {
if (!_root.penelope) {
_root.attachMovie('girl11a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 15) {
if (!_root.darla) {
_root.attachMovie('girl16a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
if (girlsel == 16) {
if (!_root.jill) {
_root.attachMovie('girl15a', 'e2', 102);
} else {
girlsel = random(allc);
}
}
_root.e2.animate._x = gx;
_root.e2.animate._y = gy;
_root.e2.animate.dir = dir;
timer = 0;
}
}
}
}
}
}
movieClip 3575 {
}
instance of movieClip 3575 {
onClipEvent (load) {
ptimer = 0;
mapx = random(360);
mapy = random(360);
}
onClipEvent (enterFrame) {
if (_root.codeinput) {
_root.score = 0;
}
if (_root.speedup) {
_root.player1.animate.special1 = true;
_root.player1.animate.special1t = 10;
}
if (_root.stinkoff) {
_root.stink = 0;
}
if (_root.stunup) {
_root.shockmax = 200;
}
if (!_root.pause) {
++ptimer;
mapx = random(360);
mapy = random(360);
if (ptimer >= 300) {
_root.attachMovie('pup1a', 'pup1' + _root.partslayer, _root.partslayer++);
_root['pup1' + _root.partslayer].animate._x = _root.map._x + mapx;
_root['pup1' + _root.partslayer].animate._y = _root.map._y + mapy;
ptimer = 0;
}
}
}
}
movieClip 3577 {
}
instance camera of movieClip 3577 {
onClipEvent (load) {
Rbounds = 275;
Lbounds = 250;
Ubounds = 275;
Dbounds = 250;
plattimer = 0;
}
onClipEvent (enterFrame) {
if (_root.pause) {
if (!paused1) {
pausebuttond = false;
paused1 = true;
}
if (pausebuttond) {
_root.pause = false;
}
} else {
paused1 = false;
}
if (!_root.pause) {
if (!paused2) {
pausebuttond = false;
paused2 = true;
}
if (pausebuttond) {
_root.pause = true;
}
if (_root.scrollhor) {
if (_root.player1.animate._x >= Rbounds and _root.map._x > _root.moreb) {
_root.player1.animate._x -= _root.movespeed;
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if (_root.player1.animate._x <= Lbounds and _root.map._x < _root.lessb) {
_root.player1.animate._x += _root.movespeed;
_root.mover = false;
_root.movel = true;
} else {
_root.movel = false;
}
}
} else {
paused2 = false;
}
}
}
movieClip 3579 {
}
instance muscont of movieClip 3579 {
onClipEvent (load) {
_root.enemyremove = false;
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('stage1mus');
stagemusic1a.onSoundComplete = function () {
stagemusic1a.start();
};
stagemusic2a = new Sound();
stagemusic2a.volume = vol;
stagemusic2a.attachSound('stage2mus');
stagemusic2a.onSoundComplete = function () {
stagemusic2a.start();
};
stagemusic3a = new Sound();
stagemusic3a.volume = vol;
stagemusic3a.attachSound('stage3mus');
stagemusic3a.onSoundComplete = function () {
stagemusic3a.start();
};
stagemusic4a = new Sound();
stagemusic4a.volume = vol;
stagemusic4a.attachSound('stage4mus');
stagemusic4a.onSoundComplete = function () {
stagemusic4a.start();
};
stagemusic5a = new Sound();
stagemusic5a.volume = vol;
stagemusic5a.attachSound('stage5mus');
stagemusic5a.onSoundComplete = function () {
stagemusic5a.start();
};
stagemusic6a = new Sound();
stagemusic6a.volume = vol;
stagemusic6a.attachSound('roxrichter');
stagemusic6a.onSoundComplete = function () {
stagemusic6a.start();
};
stagemusic7a = new Sound();
stagemusic7a.volume = vol;
stagemusic7a.attachSound('graveyard');
stagemusic7a.onSoundComplete = function () {
stagemusic7a.start();
};
stagemusic8a = new Sound();
stagemusic8a.volume = vol;
stagemusic8a.attachSound('leosplace');
stagemusic8a.onSoundComplete = function () {
stagemusic8a.start();
};
stagemusic9a = new Sound();
stagemusic9a.volume = vol;
stagemusic9a.attachSound('lastremnant');
stagemusic9a.onSoundComplete = function () {
stagemusic9a.start();
};
}
onClipEvent (enterFrame) {
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.getout) {
if (_root.playlist == 0) {
stopAllSounds();
stagemusic1a.start();
}
if (_root.playlist == 1) {
stopAllSounds();
stagemusic1a.start();
}
if (_root.playlist == 2) {
stopAllSounds();
stagemusic2a.start();
}
if (_root.playlist == 3) {
stopAllSounds();
stagemusic3a.start();
}
if (_root.playlist == 4) {
stopAllSounds();
stagemusic4a.start();
}
if (_root.playlist == 5) {
stopAllSounds();
stagemusic5a.start();
}
if (_root.playlist == 6) {
stopAllSounds();
stagemusic7a.start();
}
if (_root.playlist == 7) {
stopAllSounds();
stagemusic8a.start();
}
if (_root.playlist == 8) {
stopAllSounds();
stagemusic9a.start();
}
}
if (_root.getout) {
stopAllSounds();
stagemusic6a.start();
}
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (!_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = true;
p = true;
}
} else {
p = false;
}
}
if (_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = false;
p = true;
}
} else {
p = 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;
}
if (_root.enemyremove) {
_root.info1.removeMovieClip();
_root.e1.removeMovieClip();
_root.e2.removeMovieClip();
_root.e3.removeMovieClip();
_root.e4.removeMovieClip();
_root.e5.removeMovieClip();
_root.e6.removeMovieClip();
_root.e7.removeMovieClip();
_root.e8.removeMovieClip();
_root.e9.removeMovieClip();
_root.e10.removeMovieClip();
_root.e11.removeMovieClip();
_root.e12.removeMovieClip();
_root.e13.removeMovieClip();
_root.e14.removeMovieClip();
_root.e15.removeMovieClip();
_root.e16.removeMovieClip();
_root.e17.removeMovieClip();
_root.e18.removeMovieClip();
_root.e19.removeMovieClip();
_root.e20.removeMovieClip();
_root.enemyremove = false;
}
}
}
// unknown tag 88 length 295
movieClip 3587 {
}
instance timer of movieClip 3587 {
onClipEvent (load) {
ft1 = 0;
sec = _root.secs;
min = _root.mins;
timeupt = 0;
ftime = 0;
fmax = random(1500);
fifiad = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!_root.timeup) {
if (!_root.timestop) {
if (fifiad) {
++ft1;
if (ft1 >= 1500) {
fmax = random(1500);
fifiad = false;
}
} else {
ft1 = 0;
}
if (!fifiad) {
++ftime;
if (ftime >= fmax) {
if (!_root.warning1.animate.attached) {
_root.attachMovie('warning1a', 'warning1', 1000);
_root.warning1.animate._x = 300;
_root.warning1.animate._y = 250;
}
fifiad = true;
}
} else {
ftime = 0;
}
if (min < 0) {
min = 0;
sec = 0;
_root.timeup = true;
} else {
sec -= 0.02;
if (sec <= 0) {
min -= 1;
sec = 59;
}
if (sec >= 60) {
min += 1;
sec = 0;
}
}
}
}
if (_root.timeup) {
++timeupt;
if (!t) {
_root.attachMovie('timeup1a', 'timeup1', 1000);
t = true;
}
if (timeupt >= 300) {
if (!t1) {
_root.attachMovie('fade1a', 'fade1', 1005);
t1 = true;
}
}
if (timeupt >= 350) {
_root.gotoAndStop('scores');
}
}
}
}
}
// unknown tag 88 length 236
movieClip 3594 {
frame 1 {
function camControl() {
if (_root.zoomin) {
parentColor.setTransform(camColor.getTransform());
var v5 = sX / this._width;
var v4 = sY / this._height;
_parent._x = cX - this._x * v5;
_parent._y = cY - this._y * v4;
_parent._xscale = 100 * v5;
_parent._yscale = 100 * v4;
}
}
function resetStage() {
if (_root.zoomin) {
var v3 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
parentColor.setTransform(v3);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = 'exactFit';
if (_root.zoomin) {
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 3594 {
onClipEvent (load) {
if (!_root.zoomin) {
_visible = false;
}
oldx = 270;
oldy = 200;
_x = oldx;
_y = oldy;
oldh = 400;
oldw = 550;
currenth = oldh;
currentw = oldw;
newx = 150;
newy = 100;
newh = 200;
neww = 250;
_width = currentw;
_height = currenth;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.cx = _x;
if (_root.zoomin) {
_root.fightbar1.animate._x = _x - 50;
_root.fightbar1.animate._y = _y - 70;
_width = currentw;
_height = currenth;
if (_root.player1.animate.rape) {
_x = _root.player1.animate._x;
if (_y > _root.player1.animate._y - 35) {
_y = _y - 1;
}
if (_y < _root.player1.animate._y - 35) {
_y = _y + 1;
}
currentw = neww;
currenth = newh;
} else {
_x = oldx;
_y = oldy;
currentw = oldw;
currenth = oldh;
}
}
}
}
}
movieClip 3595 {
frame 31 {
stop();
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 7 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.score = 0;
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 160;
_root.dbounds = 360;
_root.lessb = 650;
_root.moreb = -120;
_root.map._x = 675;
_root.map._y = 200;
_root.playlist = 2;
stop();
}
movieClip 3598 {
}
instance map of movieClip 3598 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 8 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.score = 0;
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 200;
_root.dbounds = 360;
_root.lessb = 790;
_root.moreb = -246;
_root.map._x = 675;
_root.map._y = 310;
_root.playlist = 3;
stop();
}
movieClip 3602 {
}
instance of movieClip 3602 {
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = _x - _root.movespeed / 30;
}
if (_root.movel) {
_x = _x + _root.movespeed / 30;
}
}
}
}
movieClip 3605 {
}
instance map of movieClip 3605 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 9 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.score = 0;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 225;
_root.dbounds = 360;
_root.lessb = 795;
_root.moreb = -190;
_root.map._x = 270;
_root.map._y = 315;
_root.playlist = 4;
stop();
}
movieClip 3616 {
}
instance of movieClip 3616 {
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = _x - _root.movespeed / 5;
}
if (_root.movel) {
_x = _x + _root.movespeed / 5;
}
}
}
}
movieClip 3619 {
}
instance map of movieClip 3619 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 10 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.score = 0;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 190;
_root.dbounds = 360;
_root.lessb = 290;
_root.moreb = 0;
_root.map._x = 200;
_root.map._y = 220;
_root.playlist = 5;
stop();
}
movieClip 3624 {
}
instance map of movieClip 3624 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 11 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.score = 0;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 190;
_root.dbounds = 360;
_root.lessb = 290;
_root.moreb = 0;
_root.map._x = 200;
_root.map._y = 190;
_root.playlist = 6;
stop();
}
movieClip 3627 {
}
movieClip 3628 {
}
instance map of movieClip 3628 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 12 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.score = 0;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 190;
_root.dbounds = 360;
_root.lessb = 290;
_root.moreb = 0;
_root.map._x = 200;
_root.map._y = 205;
_root.playlist = 7;
stop();
}
movieClip 3631 {
}
instance map of movieClip 3631 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 13 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.timeup = false;
_root.pause = false;
_root.scrollhor = true;
_root.score = 0;
_root.attachMovie('pepe1a', 'player1', 99);
_root.player1.animate._x = 270;
_root.player1.animate._y = 250;
_root.player1.animate.dir = 0;
_root.ubounds = 190;
_root.dbounds = 360;
_root.lessb = 290;
_root.moreb = 0;
_root.map._x = 200;
_root.map._y = 190;
_root.playlist = 8;
stop();
}
movieClip 3634 {
}
instance map of movieClip 3634 {
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;
}
}
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 14 {
stop();
}
instance of movieClip 3519 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
movieClip 3637 {
}
movieClip 3639 {
}
movieClip 3646 {
frame 1 {
stop();
}
instance of movieClip 3637 {
onClipEvent (release) {
_quality = 'low';
}
}
instance of movieClip 3637 {
onClipEvent (release) {
_quality = 'medium';
}
}
instance of movieClip 3637 {
onClipEvent (release) {
_quality = 'best';
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance of movieClip 3646 {
onClipEvent (load) {
if (_quality == 'LOW') {
gotoAndStop('low');
}
if (_quality == 'MEDIUM') {
gotoAndStop('med');
}
if (_quality == 'HIGH') {
gotoAndStop('high');
}
if (_quality == 'BEST') {
gotoAndStop('high');
}
}
onClipEvent (enterFrame) {
if (_quality == 'LOW') {
gotoAndStop('low');
}
if (_quality == 'MEDIUM') {
gotoAndStop('med');
}
if (_quality == 'HIGH') {
gotoAndStop('high');
}
if (_quality == 'BEST') {
gotoAndStop('high');
}
}
}
movieClip 3651 {
frame 1 {
stop();
}
instance of movieClip 3637 {
onClipEvent (release) {
_root.sound = true;
}
}
instance of movieClip 3637 {
onClipEvent (release) {
_root.sound = false;
}
}
frame 2 {
stop();
}
}
instance of movieClip 3651 {
onClipEvent (load) {
if (_root.sound) {
gotoAndStop('s');
}
if (!_root.sound) {
gotoAndStop('ns');
}
}
onClipEvent (enterFrame) {
if (_root.sound) {
gotoAndStop('s');
}
if (!_root.sound) {
gotoAndStop('ns');
}
}
}
movieClip 3652 {
frame 1 {
stop();
}
instance of movieClip 3637 {
onClipEvent (release) {
_root.zoomin = true;
}
}
instance of movieClip 3637 {
onClipEvent (release) {
_root.zoomin = false;
}
}
frame 2 {
stop();
}
}
instance of movieClip 3652 {
onClipEvent (load) {
if (_root.zoomin) {
gotoAndStop('s');
}
if (!_root.zoomin) {
gotoAndStop('ns');
}
}
onClipEvent (enterFrame) {
if (_root.zoomin) {
gotoAndStop('s');
}
if (!_root.zoomin) {
gotoAndStop('ns');
}
}
}
frame 15 {
stop();
}
movieClip 3656 {
}
instance of movieClip 3656 {
onClipEvent (release) {
getURL('http://toonchamp.com/forum', 1);
}
}
instance of movieClip 3519 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
frame 16 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
var o = {'n': [3, 7, 9, 5, 6, 7, 15, 7, 9, 10, 9, 4, 2, 15, 5, 11], 'f': function (i, s) {
if (s.length == 16) {
return s;
}
return this.f(i + 1, s + this.n[i].toString(16));
}};
var boardID = o.f(0, '');
mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': _root.score});
}
frame 17 {
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.getout = false;
if (_root.score >= 100000) {
_root.contra = true;
myob = SharedObject.getLocal('pepe6');
myob.data.contra = true;
}
stopAllSounds();
stop();
}
movieClip 3660 {
}
instance of movieClip 3660 {
onClipEvent (load) {
stagesel = random(7);
_root.stink = 100;
}
onClipEvent (release) {
_root.mins = 2;
_root.secs = 0;
_root.strenght = 5;
_root.shockmax = 2;
_root.rapes = 0;
if (stagesel == 0) {
_root.gotoAndStop('st1a');
}
if (stagesel == 1) {
_root.gotoAndStop('st2a');
}
if (stagesel == 2) {
_root.gotoAndStop('st3a');
}
if (stagesel == 3) {
_root.gotoAndStop('st4a');
}
if (stagesel == 4) {
_root.gotoAndStop('st5a');
}
if (stagesel == 5) {
_root.gotoAndStop('st6a');
}
if (stagesel == 6) {
_root.gotoAndStop('st7a');
}
}
}
movieClip 3662 {
}
instance of movieClip 3662 {
onClipEvent (release) {
_root.gotoAndStop('title');
}
}
instance of movieClip 3472 {
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 3667 {
}
instance of movieClip 3667 {
onClipEvent (release) {
getURL('http://www.adult-empire.com/rs.php?site_id=5694&wm_id=3287', 1);
}
}
instance of movieClip 3480 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=29094:9804000000924067', 1);
}
}
instance of movieClip 3490 {
onClipEvent (release) {
getURL('http://store.bonetown.com/store/pc/btRedirect.asp?idaffiliate=77', 1);
}
}
instance of movieClip 3507 {
onClipEvent (release) {
getURL('http://www.drawn-sex.com/index.html?id=hobartstarr', 1);
}
}
instance of movieClip 3510 {
onClipEvent (release) {
getURL('http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067', 1);
}
}
instance of movieClip 3477 {
onClipEvent (release) {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924', 1);
}
}
instance of movieClip 3513 {
onClipEvent (release) {
getURL('http://www.vixine.com/ref/1320924', 1);
}
}
instance of movieClip 3474 {
onClipEvent (release) {
getURL('http://costargames.com/adult', 1);
}
}
instance of movieClip 3595 {
onClipEvent (load) {
this.swapDepths(1005);
}
}
frame 18 {
var o = {'n': [3, 7, 9, 5, 6, 7, 15, 7, 9, 10, 9, 4, 2, 15, 5, 11], 'f': function (i, s) {
if (s.length == 16) {
return s;
}
return this.f(i + 1, s + this.n[i].toString(16));
}};
var boardID = o.f(0, '');
mochi.as2.MochiScores.showLeaderboard({'boardID': boardID});
stop();
}