Frame 1
Stage.scaleMode = "exactfit";
Stage.showMenu = false;
_root.quality_key = 81;
_root.rt_key = 39;
_root.lft_key = 37;
_root.up_key = 38;
_root.dn_key = 40;
_root.attk_key = 65;
_root.jump_key = 83;
_root.aux_key = 68;
_root.aux_attk = false;
_root.cont_rt = false;
_root.cont_lft = false;
_root.cont_up = false;
_root.cont_dn = false;
_root.zoomin = false;
_root.rape_breakable = false;
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = true;
_root.stage_rt = false;
_root.sound = true;
_root.music_numb = 0;
Frame 2
_root.sound = true;
stop();
stopAllSounds();
_quality = "high";
Instance of Symbol 2699 MovieClip in Frame 2
onClipEvent (load) {
rtime = _root.getBytesLoaded();
rtmax = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
if (rtime >= rtmax) {
_root.gotoAndStop("loaded");
} else {
rtime = _root.getBytesLoaded();
percentage = (rtime / rtmax) * 100;
bar._xscale = percentage * 3;
results1 = Math.floor(percentage) + "% CRACKLEVANIA 2!";
}
}
Instance of Symbol 2703 MovieClip in Frame 2
on (rollOver) {
_root.intext = "TOON PIMP";
}
on (rollOut) {
_root.intext = "";
}
on (release) {
getURL ("http://toonpimp.net", "gropesville");
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay("loader");
}
}
Instance of Symbol 2711 MovieClip in Frame 2
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=15543:9804000000924067", 1);
}
Instance of Symbol 2714 MovieClip in Frame 2
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 2717 MovieClip in Frame 2
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 2720 MovieClip in Frame 2
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 2735 MovieClip in Frame 2
onClipEvent (load) {
dsel = random(2);
if (dsel == 0) {
gotoAndStop ("a");
}
if (dsel == 1) {
gotoAndStop ("b");
}
}
Instance of Symbol 2737 MovieClip in Frame 2
on (rollOver) {
_root.menu1.textbox = "PLAY MORE GAMES!!!";
}
on (rollOut) {
_root.menu1.textbox = "Welcome to Toon Pimp's Palace";
}
on (release) {
getURL ("http://toonchamp.com/mogamez", 1);
}
Instance of Symbol 2744 MovieClip in Frame 2
on (release) {
getURL ("http://www.hentaiflash.com/?t=105756,2,26,0", 1);
}
Instance of Symbol 2765 MovieClip in Frame 2
on (release) {
getURL ("http://www.hentaiflash.com/?t=105756,2,26,0", 1);
}
Instance of Symbol 2802 MovieClip in Frame 2
on (release) {
getURL ("http://cartoonza.com/index.html?id=hobartstarr", 1);
}
Frame 3
stop();
Instance of Symbol 2804 MovieClip in Frame 3
on (release) {
_root.gotoAndStop("title");
}
Frame 4
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
Instance of Symbol 2809 MovieClip in Frame 4
on (release) {
_root.cont_level = 1;
_root.gotoAndStop("charselect");
}
Instance of Symbol 2811 MovieClip in Frame 4
on (release) {
_root.gotoAndStop("options");
}
Instance of Symbol 2813 MovieClip in Frame 4
on (release) {
_root.gotoAndStop("credits");
}
Instance of Symbol 2703 MovieClip in Frame 4
on (rollOver) {
_root.intext = "TOON PIMP";
}
on (rollOut) {
_root.intext = "";
}
on (release) {
getURL ("http://toonpimp.net", "gropesville");
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay("loader");
}
}
Instance of Symbol 2737 MovieClip in Frame 4
on (rollOver) {
_root.menu1.textbox = "PLAY MORE GAMES!!!";
}
on (rollOut) {
_root.menu1.textbox = "Welcome to Toon Pimp's Palace";
}
on (release) {
getURL ("http://toonchamp.com/mogamez", 1);
}
Frame 5
_root.hat_numb = 0;
stop();
Frame 6
stop();
Instance of Symbol 2847 MovieClip "credits" in Frame 6
on (release) {
_root.gotoAndStop("title");
}
Frame 7
stop();
Instance of Symbol 2847 MovieClip in Frame 7
on (release) {
_root.gotoAndStop("title");
}
Instance of Symbol 2858 MovieClip in Frame 7
onClipEvent (load) {
if ((_quality == "LOW") or (_root.qualnumb == 1)) {
gotoAndStop ("low");
}
if ((_quality == "MEDIUM") or (_root.qualnumb == 2)) {
gotoAndStop ("med");
}
if (_quality == "HIGH") {
gotoAndStop ("high");
}
if ((_quality == "BEST") or (_root.qualnumb == 3)) {
gotoAndStop ("high");
}
}
onClipEvent (enterFrame) {
if ((_quality == "LOW") or (_root.qualnumb == 1)) {
gotoAndStop ("low");
}
if ((_quality == "MEDIUM") or (_root.qualnumb == 2)) {
gotoAndStop ("med");
}
if (_quality == "HIGH") {
gotoAndStop ("high");
}
if ((_quality == "BEST") or (_root.qualnumb == 3)) {
gotoAndStop ("high");
}
}
Instance of Symbol 2865 MovieClip in Frame 7
onClipEvent (load) {
if (_root.hard) {
gotoAndStop ("hard");
}
if (_root.normal) {
gotoAndStop ("normal");
}
if (_root.easy) {
gotoAndStop ("easy");
}
}
onClipEvent (enterFrame) {
if (_root.hard) {
gotoAndStop ("hard");
}
if (_root.normal) {
gotoAndStop ("normal");
}
if (_root.easy) {
gotoAndStop ("easy");
}
}
Instance of Symbol 2870 MovieClip in Frame 7
onClipEvent (load) {
if (_root.sound) {
gotoAndStop ("s");
}
if (!_root.sound) {
gotoAndStop ("ns");
}
}
onClipEvent (enterFrame) {
if (_root.sound) {
gotoAndStop ("s");
}
if (!_root.sound) {
gotoAndStop ("ns");
}
}
Frame 8
_root.qte = false;
if (_root.char_name == "toonpimp") {
_root.cl_numbmax = 3;
_root.male = true;
_root.gender_numb = 1;
_root.female = false;
}
if (_root.char_name == "bunker") {
_root.cl_numbmax = 6;
_root.gender_numb = 0;
_root.male = false;
_root.female = true;
}
_root.color_numb = 0;
_root.cl_numb = 1;
_root.main_cl_numb = _root.cl_numb;
_root.hat_numb = 0;
_root.main_hat_numb = _root.hat_numb;
_root.mainmus = 1;
_root.sub_weapon = 0;
_root.bg_color = 0;
_root.boss_color = 1;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.life = 100;
_root.lifemax = 100;
stop();
Instance of Symbol 2883 MovieClip in Frame 8
onClipEvent (load) {
idupcolor = new Color(this);
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp");
}
if (_root.char_name == "bunker") {
gotoAndStop ("bunker");
}
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2901 MovieClip in Frame 8
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
xoffset = -175;
yoffset = -100;
xoffsetzi = -120;
yoffsetzi = -70;
xoffsetzo = -250;
yoffsetzo = -150;
xoffsetrp = -70;
yoffsetrp = -35;
s0 = 100;
s1 = 50;
s2 = 130;
s3 = 70;
if (_root.zoomin) {
size = s3;
_alpha = 100;
_x = (_root.zoombox._x + xoffsetzi);
_y = (_root.zoombox._y + yoffsetzi);
}
if (_root.zoomout) {
size = s2;
_alpha = 100;
_x = (_root.zoombox._x + xoffsetzo);
_y = (_root.zoombox._y + yoffsetzo);
}
if (_root.rape) {
size = s1;
_alpha = 60;
_x = (_root.zoombox._x + xoffsetrp);
_y = (_root.zoombox._y + yoffsetrp);
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_alpha = 100;
size = s0;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y + yoffset);
}
}
onClipEvent (enterFrame) {
if (!_root.qte) {
if (!_root.p1.animate.raped) {
_visible = true;
_xscale = size;
_yscale = size;
if (_root.zoomin) {
_alpha = 100;
size = s3;
_x = (_root.zoombox._x + xoffsetzi);
_y = (_root.zoombox._y + yoffsetzi);
}
if (_root.zoomout) {
_alpha = 100;
size = s2;
_x = (_root.zoombox._x + xoffsetzo);
_y = (_root.zoombox._y + yoffsetzo);
}
if (_root.rape) {
_alpha = 60;
size = s1;
_x = (_root.zoombox._x + xoffsetrp);
_y = (_root.zoombox._y + yoffsetrp);
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_alpha = 100;
size = s0;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y + yoffset);
}
}
if (_root.p1.animate.raped) {
_visible = false;
}
}
if (_root.qte) {
_visible = false;
}
}
Instance of Symbol 2903 MovieClip "zoombox" in Frame 8
onClipEvent (load) {
rapet = 0;
rapemax = 100;
xspot = 0;
yspot = -140;
_root.camx = _x;
_root.camy = _y;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
inc = 0.7;
main_cam_x = 275;
main_cam_y = 200;
_root.screen_size = 70;
_root.screen_size_main = 70;
_root.screen_size_close = 50;
_root.screen_size_rape = 30;
_root.screen_size_max = 100;
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
onClipEvent (enterFrame) {
_root.camx = _x;
_root.camy = _y;
if (_root.zoomout) {
_x = main_cam_x;
_y = (main_cam_y - _root.ground_y_max);
if (_root.screen_size < _root.screen_size_max) {
_root.screen_size = _root.screen_size + inc;
}
if (_root.screen_size > _root.screen_size_max) {
_root.screen_size = _root.screen_size - inc;
}
}
if (_root.zoomin) {
_x = main_cam_x;
_y = (main_cam_y + _root.ground_y_min);
if (_root.screen_size > _root.screen_size_close) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_close) {
_root.screen_size = _root.screen_size + inc;
}
}
if (_root.rape) {
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
if (_root.screen_size > _root.screen_size_rape) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_rape) {
_root.screen_size = _root.screen_size + inc;
}
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_x = main_cam_x;
_y = main_cam_y;
if (_root.screen_size > _root.screen_size_main) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_main) {
_root.screen_size = _root.screen_size + inc;
}
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
Instance of Symbol 2905 MovieClip in Frame 8
onClipEvent (load) {
vol = 0;
fadein = true;
fadeout = false;
stopAllSounds();
s1 = 0;
_root.mapdp = 10;
_root.ebullet = 530;
_root.pbullets = 200;
_root.shadowlayer = 70;
_root.partslayer = 500;
_root.debris = 570;
_root.itlayer = 650;
_root.spark = 680;
if (!_root.sound) {
stopAllSounds();
}
stagemusic1a = new Sound();
stagemusic1a.volume = vol;
stagemusic1a.attachSound("cnd1a");
stagemusic1a.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic1b = new Sound();
stagemusic1b.volume = vol;
stagemusic1b.attachSound("cdmain");
stagemusic1b.onSoundComplete = function () {
stagemusic1b.start();
};
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_root.male = false;
_root.female = true;
}
if (_root.gender_numb == 1) {
_root.male = true;
_root.female = false;
}
if (_root.gender_numb == 2) {
_root.male = true;
_root.female = true;
}
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
if (_root.revstop) {
_root.p1.animate.life = 100;
}
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
vol++;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
vol--;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
stagemusic1a.start();
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (_root.mapdp >= 15) {
_root.mapdp = 10;
}
if (_root.pbullets >= 230) {
_root.pbullets = 200;
}
if (_root.shadowlayer >= 79) {
_root.shadowlayer = 70;
}
if (_root.partslayer >= 515) {
_root.partslayer = 500;
}
if (_root.ebullet >= 560) {
_root.ebullet = 530;
}
if (_root.debris >= 600) {
_root.debris = 570;
}
if (_root.itlayer >= 670) {
_root.itlayer = 650;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
Frame 9
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = 1;
_root.music_numb = 1;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.scrollhor = false;
_root.scrollvert = false;
_root.p1bounds_max = 350;
_root.p1bounds_min = 100;
_root.mapx_max = 500;
_root.mapx_min = 0;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 250;
_root.p1.animate._y = 250;
_root.map1._x = -450;
_root.map1._y = 321;
_root.bg1._x = 231;
_root.bg1._y = 220;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.weapon_numb = 0;
_root.main_scroll_sp = 15;
_root.stagename = "PROLOGUE";
_root.main_hat_numb = _root.hat_numb;
_root.main_cl_numb = _root.cl_numb;
_root.itemNumber = 7;
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
stop();
Instance of Symbol 2909 MovieClip in Frame 9
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2910 MovieClip in Frame 9
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2914 MovieClip in Frame 9
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2938 MovieClip "carriage" in Frame 9
onClipEvent (load) {
this.swapDepths(111);
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2941 MovieClip "map1" in Frame 9
onClipEvent (load) {
_root.enemyNumber = 2;
i = _root.enemyNumber - 1;
l_effect = false;
l_effectt = 0;
l_effectmax = 5;
effectt = 0;
effectmax = 200;
_root.bg_color = 1;
hold = false;
holdt = 0;
holdmax = 60;
_visible = false;
_root.qte = true;
xpoint = 186;
speed = 3;
opening = true;
starter = false;
startert = 0;
startermax = 400;
closer = false;
go = false;
xtimer = 0;
xtimermax = 200;
}
onClipEvent (enterFrame) {
_root.carriage._x = _x;
_root.carriage._y = _y;
if (l_effect) {
l_effectt++;
_root.bg_color = 5;
if (l_effectt >= l_effectmax) {
_root.bg_color = 1;
l_effectt = 0;
l_effect = false;
}
}
if (opening) {
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y - 20;
_root.robe._x = _root.p1.animate._x;
_root.robe._y = _root.p1.animate._y;
if (_x < xpoint) {
_x = (_x + speed);
}
if (_x >= xpoint) {
if (!b) {
_root.attachMovie("stage_card1a", "stagecard1", 2001);
b = true;
}
xtimer++;
if (xtimer >= xtimermax) {
if (!a) {
l_effect = true;
_root.attachMovie("reaper1a", "enemy" + i, 98);
a = true;
}
}
if (!hold) {
}
if (hold) {
_root.qte = false;
starter = true;
opening = false;
}
}
}
if (!closer) {
if (starter) {
_root.robe.fall = true;
_root.robe._y = _root.p1.animate._y;
effectt++;
if (effectt >= effectmax) {
l_effect = true;
effectt = 0;
}
}
}
if (closer) {
if (_root.p1.animate.ground) {
go = true;
_root.qte = true;
}
if (go) {
_root.p1.animate._x = _root.p1.animate._x + speed;
_root.p1.animate.gotoAndStop("stand");
_x = (_x + speed);
if (_x >= 700) {
_root.gotoAndPlay("st1a");
}
}
}
}
Instance of Symbol 2945 MovieClip in Frame 9
onClipEvent (load) {
this.swapDepths(112);
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2952 MovieClip "robe" in Frame 9
onClipEvent (load) {
fall = false;
fallt = 0;
fallmax = 30;
speed = 10;
this.swapDepths(100);
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!fall) {
gotoAndStop ("a");
}
if (fall) {
this.swapDepths(130);
gotoAndStop ("b");
_x = (_x - speed);
fallt++;
if (fallt >= fallmax) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Instance of Symbol 2905 MovieClip "musicb" in Frame 9
onClipEvent (load) {
vol = 0;
fadein = true;
fadeout = false;
stopAllSounds();
s1 = 0;
_root.debris = 550;
_root.spark = 680;
if (!_root.sound) {
stopAllSounds();
}
stagemusic1a = new Sound();
stagemusic1a.volume = vol;
stagemusic1a.attachSound("wg1a");
stagemusic1a.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic1b = new Sound();
stagemusic1b.volume = vol;
stagemusic1b.attachSound("wg1b");
stagemusic1b.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic2a = new Sound();
stagemusic2a.volume = vol;
stagemusic2a.attachSound("cast3a");
stagemusic2a.onSoundComplete = function () {
stagemusic2a.start();
};
stagemusic3a = new Sound();
stagemusic2a.volume = vol;
stagemusic3a.attachSound("hd1a");
stagemusic3a.onSoundComplete = function () {
stagemusic3a.start();
};
stagemusic4a = new Sound();
stagemusic4a.volume = vol;
stagemusic4a.attachSound("fr2a");
stagemusic4a.onSoundComplete = function () {
stagemusic4a.start();
};
stagemusic5a = new Sound();
stagemusic5a.volume = vol;
stagemusic5a.attachSound("beginning2a");
stagemusic5a.onSoundComplete = function () {
stagemusic5a.start();
};
stagemusic6a = new Sound();
stagemusic6a.volume = vol;
stagemusic6a.attachSound("bloodytears1a");
stagemusic6a.onSoundComplete = function () {
stagemusic6a.start();
};
stagemusic7a = new Sound();
stagemusic7a.volume = vol;
stagemusic7a.attachSound("cast4a");
stagemusic7a.onSoundComplete = function () {
stagemusic7a.start();
};
stagemusic8a = new Sound();
stagemusic8a.volume = vol;
stagemusic8a.attachSound("stmus4");
stagemusic8a.onSoundComplete = function () {
stagemusic8a.start();
};
stagemusic9a = new Sound();
stagemusic9a.volume = vol;
stagemusic9a.attachSound("silence");
stagemusic9a.onSoundComplete = function () {
stagemusic9a.start();
};
stagemusic10a = new Sound();
stagemusic10a.volume = vol;
stagemusic10a.attachSound("cemetary");
stagemusic10a.onSoundComplete = function () {
stagemusic10a.start();
};
stagemusic11a = new Sound();
stagemusic11a.volume = vol;
stagemusic11a.attachSound("drac1a");
stagemusic11a.onSoundComplete = function () {
stagemusic11b.start();
};
stagemusic11b = new Sound();
stagemusic11b.volume = vol;
stagemusic11b.attachSound("drac1b");
stagemusic11b.onSoundComplete = function () {
stagemusic11b.start();
};
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_root.male = false;
_root.female = true;
}
if (_root.gender_numb == 1) {
_root.male = true;
_root.female = false;
}
if (_root.gender_numb == 2) {
_root.male = true;
_root.female = true;
}
if (_root.weapon_numb == 0) {
_root.p1power = 2;
}
if (_root.weapon_numb == 1) {
_root.p1power = 3;
}
if (_root.weapon_numb == 2) {
_root.p1power = 4;
}
if (_root.weapon_numb == 3) {
_root.p1power = 5;
}
if (_root.revstop) {
_root.p1.animate.life = 100;
}
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
vol++;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
vol--;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
if (_root.music_numb == 1) {
stagemusic3a.start();
}
if (_root.music_numb == 2) {
stagemusic1a.start();
}
if (_root.music_numb == 3) {
stagemusic2a.start();
}
if (_root.music_numb == 4) {
stagemusic4a.start();
}
if (_root.music_numb == 5) {
stagemusic5a.start();
}
if (_root.music_numb == 6) {
stagemusic6a.start();
}
if (_root.music_numb == 7) {
stagemusic7a.start();
}
if (_root.music_numb == 8) {
stagemusic8a.start();
}
if (_root.music_numb == 9) {
stagemusic9a.start();
}
if (_root.music_numb == 10) {
stagemusic10a.start();
}
if (_root.music_numb == 11) {
stagemusic11a.start();
}
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (_root.armlife >= _root.armlifemax) {
_root.armlife = _root.armlifemax;
}
if (_root.armlife <= 0) {
_root.armlife = 0;
}
if (_root.life >= _root.lifemax) {
_root.life = _root.lifemax;
}
if (_root.life <= 0) {
_root.life = 0;
}
if (_root.magic >= _root.magicmax) {
_root.magic = _root.magicmax;
}
if (_root.magic <= 0) {
_root.magic = 0;
}
if (_root.debris >= 600) {
_root.debris = 550;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
Instance of Symbol 2954 MovieClip in Frame 9
onClipEvent (load) {
move_ok1 = false;
move_ok2 = false;
move_ok3 = false;
move_ok4 = false;
jump_ok = false;
p1_x_max = 270;
p1_x_min = 280;
p1_y_max = 230;
p1_y_min = 270;
yes = false;
no = true;
rstop = false;
lstop = false;
qstart = false;
_root.counterstart = false;
_root.counterstartt = 0;
_root.counterstartmax = 100;
}
onClipEvent (enterFrame) {
if (!root.pause) {
if (Key.isDown(_root.rt_key)) {
_root.cont_rt = true;
_root.cont_lft = false;
if (_root.qte_type == 0) {
if (!move_ok1) {
_root.esc = _root.esc + _root.strength1;
move_ok1 = true;
}
}
} else {
move_ok1 = false;
_root.cont_rt = false;
}
if (Key.isDown(_root.lft_key)) {
_root.cont_lft = true;
_root.cont_rt = false;
if (_root.qte_type == 0) {
if (!move_ok2) {
_root.esc = _root.esc + _root.strength1;
move_ok2 = true;
}
}
} else {
move_ok2 = false;
_root.cont_lft = false;
}
if (Key.isDown(_root.up_key)) {
_root.cont_up = true;
_root.cont_dn = false;
if (_root.qte_type == 0) {
if (!move_ok3) {
_root.esc = _root.esc + _root.strength1;
move_ok3 = true;
}
}
} else {
move_ok3 = true;
_root.cont_up = false;
}
if (Key.isDown(_root.dn_key)) {
_root.cont_dn = true;
_root.cont_up = false;
if (_root.qte_type == 0) {
if (!move_ok4) {
_root.esc = _root.esc + _root.strength1;
move_ok4 = true;
}
}
} else {
move_ok4 = false;
_root.cont_dn = false;
}
if (Key.isDown(_root.attk_key)) {
if (!att_ok) {
if (_root.qte_type == 1) {
_root.esc = _root.esc + _root.strength1;
}
_root.cont_attk = true;
att_ok = true;
}
} else {
att_ok = false;
_root.cont_attk = false;
}
if (Key.isDown(_root.jump_key)) {
if (!jump_ok) {
if (_root.qte_type == 2) {
_root.esc = _root.esc + _root.strength1;
}
_root.cont_jumpb = true;
jump_ok = true;
}
} else {
jump_ok = false;
_root.cont_jumpb = false;
}
if (Key.isDown(_root.aux_key)) {
if (!aux_ok) {
if (_root.qte_type == 3) {
_root.esc = _root.esc + _root.strength1;
}
_root.aux_attk = true;
aux_ok = true;
}
} else {
aux_ok = false;
_root.aux_attk = false;
}
if (_root.qte_go) {
if (_root.esc > 0) {
_root.esc = _root.esc - _root.desire;
}
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.raped) {
if (_root.scrollhor) {
if ((_root.p1.animate._x > p1_x_min) and (_root.mapx >= _root.mapx_min)) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if ((_root.p1.animate._x < p1_x_max) and (_root.mapx <= _root.mapx_max)) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
}
if (_root.vert_scroll) {
if ((_root.p1.animate._y > p1_y_min) and (_root.mapy >= _root.mapy_min)) {
_root.moveu = true;
_root.moved = false;
} else {
_root.moveu = false;
}
if ((_root.p1.animate._y < p1_y_max) and (_root.mapy <= _root.mapy_max)) {
_root.moved = true;
_root.moveu = false;
} else {
_root.moved = false;
}
} else {
_root.moveu = false;
}
}
if (_root.p1.animate.raped) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
if (_root.p1.animate.dead) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
if (Key.isDown(_root.quality_key)) {
if (!qstart) {
_root.qualnumb++;
qstart = true;
}
} else {
qstart = false;
}
if (_root.qualnumb >= 4) {
_root.qualnumb = 1;
}
if (_root.qualnumb == 1) {
_quality = "low";
}
if (_root.qualnumb == 2) {
_quality = "medium";
}
if (_root.qualnumb == 3) {
_quality = "high";
}
}
}
Instance of Symbol 2956 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.moveu = false;
_root.movel = false;
if (_root.map1._x <= (_root.mapx_min + 5)) {
if (_root.p1.animate._x > 545) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = true;
_root.stage_rt = false;
}
}
if (_root.map1._x > (_root.mapx_max - 5)) {
if (_root.p1.animate._x < 0) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = false;
_root.stage_rt = true;
}
}
}
Instance of Symbol 2960 MovieClip in Frame 9
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 2973 MovieClip in Frame 9
onClipEvent (load) {
plife._width = _root.life;
armorbar._width = _root.armlife;
staminabar._width = _root.magic * 2;
xoffset = -170;
yoffset = -145;
xoffsetzi = -120;
yoffsetzi = -70;
xoffsetzo = -250;
yoffsetzo = -200;
xoffsetrp = -70;
yoffsetrp = -35;
s0 = 50;
s1 = 50;
s2 = 60;
s3 = 70;
if (_root.zoomin) {
size = s3;
_alpha = 100;
_x = (_root.zoombox._x + xoffsetzi);
_y = (_root.zoombox._y + yoffsetzi);
}
if (_root.zoomout) {
size = s2;
_alpha = 100;
_x = (_root.zoombox._x + xoffsetzo);
_y = (_root.zoombox._y + yoffsetzo);
}
if (_root.rape) {
size = s1;
_alpha = 60;
_x = (_root.zoombox._x + xoffsetrp);
_y = (_root.zoombox._y + yoffsetrp);
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_alpha = 100;
size = s0;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y + yoffset);
}
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
plife._width = _root.life;
if (_root.life >= 100) {
plife._width = 100;
}
if (_root.life <= 0) {
plife._width = 0;
}
armorbar._width = _root.armlife;
if (_root.armlife <= 0) {
armorbar._width = 0;
}
if (_root.armlife >= 100) {
armorbar._width = 100;
}
staminabar._width = _root.magic * 2;
if (_root.magic >= 100) {
staminabar._width = 200;
}
if (_root.magic <= 0) {
staminabar._width = 0;
}
if (!_root.qte) {
if (!_root.p1.animate.raped) {
_visible = true;
_xscale = size;
_yscale = size;
if (_root.zoomin) {
_alpha = 100;
size = s3;
_x = (_root.zoombox._x + xoffsetzi);
_y = (_root.zoombox._y + yoffsetzi);
}
if (_root.zoomout) {
_alpha = 100;
size = s2;
_x = (_root.zoombox._x + xoffsetzo);
_y = (_root.zoombox._y + yoffsetzo);
}
if (_root.rape) {
_alpha = 60;
size = s1;
_x = (_root.zoombox._x + xoffsetrp);
_y = (_root.zoombox._y + yoffsetrp);
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_alpha = 100;
size = s0;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y + yoffset);
}
}
if (_root.p1.animate.raped) {
_visible = false;
}
}
if (_root.qte) {
_visible = false;
}
}
Instance of Symbol 2903 MovieClip "zoombox" in Frame 9
onClipEvent (load) {
rapet = 0;
rapemax = 100;
xspot = 0;
yspot = -140;
_root.camx = _x;
_root.camy = _y;
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
inc = 0.7;
main_cam_x = 275;
main_cam_y = 200;
_root.screen_size = 20;
_root.screen_size_main = 70;
_root.screen_size_close = 50;
_root.screen_size_rape = 55;
_root.screen_size_max = 100;
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
onClipEvent (enterFrame) {
_root.camx = _x;
_root.camy = _y;
if (_root.zoomout) {
_x = main_cam_x;
_y = (main_cam_y - _root.ground_y_max);
if (_root.screen_size < _root.screen_size_max) {
_root.screen_size = _root.screen_size + inc;
}
if (_root.screen_size > _root.screen_size_max) {
_root.screen_size = _root.screen_size - inc;
}
}
if (_root.zoomin) {
_x = main_cam_x;
_y = (main_cam_y + _root.ground_y_min);
if (_root.screen_size > _root.screen_size_close) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_close) {
_root.screen_size = _root.screen_size + inc;
}
}
if (_root.rape) {
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
if (_root.screen_size > _root.screen_size_rape) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_rape) {
_root.screen_size = _root.screen_size + inc;
}
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_x = main_cam_x;
_y = main_cam_y;
if (_root.screen_size > _root.screen_size_main) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_main) {
_root.screen_size = _root.screen_size + inc;
}
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
Instance of Symbol 2974 MovieClip in Frame 9
onClipEvent (load) {
this.swapDepths(4000);
}
Frame 10
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.cont_level = 2;
_root.dir = 1;
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
stopAllSounds();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1000;
_root.mapx_min = -1800;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
if (_root.char_name == "bunker") {
_root.music_numb = 5;
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.music_numb = 2;
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_max;
_root.map1._y = 321;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.itemNumber = 7;
_root.attachMovie("bear1a", "enemy1", 101);
_root.enemy1.animate._x = 1550;
_root.enemy1.animate._y = 370;
_root.attachMovie("bear1a", "enemy2", 102);
_root.enemy2.animate._x = 1750;
_root.enemy2.animate._y = 370;
_root.attachMovie("bear1a", "enemy3", 103);
_root.enemy3.animate._x = 2000;
_root.enemy3.animate._y = 370;
_root.attachMovie("bear1a", "enemy4", 104);
_root.enemy4.animate._x = 2300;
_root.enemy4.animate._y = 370;
stop();
Instance of Symbol 2975 MovieClip in Frame 10
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
xoffset = 0;
yoffset = 0;
xoffsetzi = 0;
yoffsetzi = 0;
xoffsetzo = 0;
yoffsetzo = 0;
xoffsetrp = 0;
yoffsetrp = 0;
s0 = 100;
s1 = 100;
s2 = 300;
s3 = 100;
if (_root.zoomin) {
size = s3;
_x = (_root.zoombox._x + xoffsetzi);
_y = (_root.zoombox._y + yoffsetzi);
}
if (_root.zoomout) {
size = s2;
_x = (_root.zoombox._x + xoffsetzo);
_y = (_root.zoombox._y + yoffsetzo);
}
if (_root.rape) {
size = s1;
_x = (_root.zoombox._x + xoffsetrp);
_y = (_root.zoombox._y + yoffsetrp);
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
size = s0;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y + yoffset);
}
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
_xscale = size;
_yscale = size;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.zoomin) {
size = s3;
_x = (_root.zoombox._x + xoffsetzi);
_y = (_root.zoombox._y + yoffsetzi);
}
if (_root.zoomout) {
size = s2;
_x = (_root.zoombox._x + xoffsetzo);
_y = (_root.zoombox._y + yoffsetzo);
}
if (_root.rape) {
size = s1;
_x = (_root.zoombox._x + xoffsetrp);
_y = (_root.zoombox._y + yoffsetrp);
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
size = s0;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y + yoffset);
}
}
Instance of Symbol 2987 MovieClip "bg1" in Frame 10
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 2996 MovieClip "map1" in Frame 10
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 10
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 8;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(125);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 10
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 3;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(126);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 10
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(127);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 10
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(128);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder5" in Frame 10
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(129);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 2903 MovieClip "zoombox" in Frame 10
onClipEvent (load) {
rapet = 0;
rapemax = 100;
xspot = 0;
yspot = -140;
_root.camx = _x;
_root.camy = _y;
_root.cam_inc = 0;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
inc = 0.7;
main_cam_x = 275;
main_cam_y = 200;
_root.screen_size = 70;
_root.screen_size_main = 70;
_root.screen_size_close = 55;
_root.screen_size_rape = 50;
_root.screen_size_max = 100;
_xscale = _root.screen_size;
_yscale = _root.screen_size;
_root.main_camera_mode = 0;
_root.camera_mode = _root.main_camera_mode;
}
onClipEvent (enterFrame) {
_root.camx = _x;
_root.camy = _y;
if (_root.p1.animate.raped) {
_root.camera_mode = 3;
} else {
_root.camera_mode = _root.main_camera_mode;
}
if (_root.camera_mode == 0) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
}
if (_root.camera_mode == 1) {
_root.zoomin = true;
_root.zoomout = false;
_root.rape = false;
}
if (_root.camera_mode == 2) {
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
}
if (_root.camera_mode == 3) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
}
if (!_root.rape) {
if (_root.zoomout) {
_x = main_cam_x;
_y = (main_cam_y - _root.ground_y_max);
if (_root.screen_size < _root.screen_size_max) {
_root.screen_size = _root.screen_size + inc;
}
if (_root.screen_size > _root.screen_size_max) {
_root.screen_size = _root.screen_size - inc;
}
}
if (_root.zoomin) {
_x = main_cam_x;
_y = (main_cam_y + _root.ground_y_min);
if (_root.screen_size > _root.screen_size_close) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_close) {
_root.screen_size = _root.screen_size + inc;
}
}
}
if (_root.rape) {
if (_y < _root.p1.animate._y) {
_y = (_y+1);
}
if (_y > _root.p1.animate._y) {
_y = (_y-1);
}
if (_root.screen_size > _root.screen_size_rape) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_rape) {
_root.screen_size = _root.screen_size + inc;
}
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape)) {
_x = main_cam_x;
_y = main_cam_y;
if (_root.screen_size > _root.screen_size_main) {
_root.screen_size = _root.screen_size - inc;
}
if (_root.screen_size < _root.screen_size_main) {
_root.screen_size = _root.screen_size + inc;
}
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
Frame 11
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 747;
_root.mapx_min = -3332;
_root.mapy_max = 1023;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.music_numb = 1;
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.music_numb = 2;
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 308;
_root.map1._x = _root.mapx_max;
_root.map1._y = 282;
_root.enemyNumber = 15;
_root.attachMovie("bear1a", "enemy1", 101);
_root.enemy1.animate._x = 1000;
_root.enemy1.animate._y = 340;
_root.attachMovie("bear1a", "enemy2", 102);
_root.enemy2.animate._x = 1250;
_root.enemy2.animate._y = 340;
_root.attachMovie("toothy1a", "enemy3", 103);
_root.enemy3.animate._x = 1500;
_root.enemy3.animate._y = 320;
_root.attachMovie("bear1a", "enemy4", 104);
_root.enemy4.animate._x = 1750;
_root.enemy4.animate._y = 340;
_root.attachMovie("bear1a", "enemy5", 105);
_root.enemy5.animate._x = 2000;
_root.enemy5.animate._y = 340;
_root.attachMovie("toothy1a", "enemy6", 106);
_root.enemy6.animate._x = 2250;
_root.enemy6.animate._y = 320;
_root.attachMovie("bear1a", "enemy7", 107);
_root.enemy7.animate._x = 2500;
_root.enemy7.animate._y = 340;
_root.attachMovie("bear1a", "enemy8", 108);
_root.enemy8.animate._x = 2700;
_root.enemy8.animate._y = 340;
_root.attachMovie("toothy1a", "enemy9", 109);
_root.enemy9.animate._x = 3000;
_root.enemy9.animate._y = 320;
_root.attachMovie("bear1a", "enemy10", 110);
_root.enemy10.animate._x = 3200;
_root.enemy10.animate._y = 340;
_root.attachMovie("toothy1a", "enemy11", 111);
_root.enemy11.animate._x = 3400;
_root.enemy11.animate._y = 320;
stop();
Instance of Symbol 3075 MovieClip "bg1" in Frame 11
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3082 MovieClip "map1" in Frame 11
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 11
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 11
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 11
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 11
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Frame 12
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = true;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1065;
_root.mapx_min = 515;
_root.mapy_max = 1050;
_root.mapy_min = 320;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.music_numb = 1;
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.music_numb = 2;
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_max;
_root.map1._y = _root.mapy_min;
_root.enemyNumber = 15;
_root.attachMovie("bear1a", "enemy1", 101);
_root.enemy1.animate._x = 500;
_root.enemy1.animate._y = 200;
_root.attachMovie("bear1a", "enemy2", 102);
_root.enemy2.animate._x = 500;
_root.enemy2.animate._y = -200;
_root.attachMovie("bear1a", "enemy3", 103);
_root.enemy3.animate._x = 400;
_root.enemy3.animate._y = -500;
_root.attachMovie("bear1a", "enemy4", 104);
_root.enemy4.animate._x = 600;
_root.enemy4.animate._y = -500;
stop();
Instance of Symbol 3093 MovieClip "map1" in Frame 12
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 12
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 7;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 12
onClipEvent (load) {
this.swapDepths(127);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 4;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 12
onClipEvent (load) {
this.swapDepths(129);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Frame 13
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1750;
_root.mapx_min = -1025;
_root.mapy_max = 1050;
_root.mapy_min = 320;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.music_numb = 1;
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.music_numb = 2;
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_max;
_root.map1._y = 295;
_root.enemyNumber = 15;
_root.attachMovie("toothy1a", "enemy1", 101);
_root.enemy1.animate._x = 1550;
_root.enemy1.animate._y = 350;
_root.attachMovie("dragonlady1a", "enemy2", 102);
_root.enemy2.animate._x = 1750;
_root.enemy2.animate._y = 300;
_root.attachMovie("toothy1a", "enemy3", 103);
_root.enemy3.animate._x = 2000;
_root.enemy3.animate._y = 350;
_root.attachMovie("dragonlady1a", "enemy4", 104);
_root.enemy4.animate._x = 2300;
_root.enemy4.animate._y = 300;
_root.attachMovie("ectoplasm1a", "enemy5", 105);
_root.enemy5.animate._x = 2000;
_root.enemy5.animate._y = 300;
_root.attachMovie("ectoplasm1a", "enemy6", 106);
_root.enemy6.animate._x = 1100;
_root.enemy6.animate._y = 300;
stop();
Instance of Symbol 3110 MovieClip "map1" in Frame 13
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 13
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 13
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(127);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 13
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(128);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 13
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(129);
removeMovieClip(this);
}
}
}
}
Frame 14
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.cont_level = 3;
_root.esc = 0;
_root.escmax = 10;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.music_numb = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.bg1._x = 730;
_root.bg1._y = 155;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1000;
_root.mapx_min = -200;
_root.mapy_max = 1050;
_root.mapy_min = 320;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.dir = 1;
_root.p1.animate._x = 20;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_max;
_root.map1._y = 300;
_root.enemyNumber = 24;
_root.attachMovie("minotaur1a", "boss1", 101);
_root.boss1.animate._x = 950;
_root.boss1.animate._y = 350;
stop();
Instance of Symbol 2956 MovieClip "y_box" in Frame 14
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = "";
starter = false;
intro = false;
mapx_introstart = 500;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x <= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop("stand");
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 200;
_root.p1.animate._y = 310;
if (!b) {
_root.attachMovie("messagebox1a", messagebox1, 500);
b = true;
}
if (_root.char_name == "toonpimp") {
if (mess_numb == 1) {
_root.text1 = "Fool, How dare you enter the hallowed halls of Cracklevania!";
_root.boxcolor = 3;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Your master has something I want!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "This whole castle!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "How dare you speak ill of Cracklevania!";
_root.boxcolor = 3;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == "bunker") {
if (mess_numb == 1) {
_root.text1 = "Fool, How dare you enter the hallowed halls of Cracklevania!";
_root.boxcolor = 3;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Out of the way, FOUL BEAST!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "I'll make you regret those words, intruder!";
_root.boxcolor = 3;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
Instance of Symbol 3118 MovieClip in Frame 14
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3123 MovieClip "map1" in Frame 14
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 14
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 1;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(125);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 14
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 2;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(126);
removeMovieClip(this);
}
}
}
}
Frame 15
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = 1;
_root.itemNumber = 7;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 730;
_root.mapx_min = -181;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 9;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 375;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.enemyNumber = 12;
stop();
Instance of Symbol 2956 MovieClip in Frame 15
onClipEvent (enterFrame) {
_root.moveu = false;
_root.movel = false;
if (_root.map1._x <= (_root.mapx_min + 5)) {
if (_root.p1.animate._x > 545) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = true;
_root.stage_rt = false;
}
}
if (_root.map1._x > (_root.mapx_max - 5)) {
if (_root.p1.animate._x < 0) {
_root.stage_up = false;
_root.stage_dn = false;
_root.stage_lft = false;
_root.stage_rt = true;
}
}
}
Instance of Symbol 3129 MovieClip in Frame 15
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3131 MovieClip "map1" in Frame 15
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3135 MovieClip in Frame 15
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3165 MovieClip "itemholder2" in Frame 15
onClipEvent (load) {
this.swapDepths(127);
hit = false;
hitt = 0;
hitmax = 250;
life = 1;
size = 85;
_xscale = size;
_yscale = size;
limit._visible = false;
yspot = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("ns");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("s");
hitt++;
if (!a) {
randomsel = random(9);
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = randomsel;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
a = true;
}
if (hitt >= (hitmax / 1.5)) {
_alpha = 50;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3166 MovieClip "itemholder3" in Frame 15
onClipEvent (load) {
this.swapDepths(128);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("ns");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("s");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 15
onClipEvent (load) {
this.swapDepths(126);
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
removeMovieClip(this);
}
}
}
}
Frame 16
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = 1;
_root.cont_level = 4;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2453;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 6;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 295;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("beast1a", "enemy4", 104);
_root.enemy4.animate._x = 750;
_root.enemy4.animate._y = 275;
_root.attachMovie("beast1a", "enemy5", 105);
_root.enemy5.animate._x = 1500;
_root.enemy5.animate._y = 275;
_root.attachMovie("beast1a", "enemy6", 106);
_root.enemy6.animate._x = 2200;
_root.enemy6.animate._y = 275;
_root.attachMovie("beast1a", "enemy7", 107);
_root.enemy7.animate._x = 3850;
_root.enemy7.animate._y = 275;
stop();
Instance of Symbol 3172 MovieClip in Frame 16
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3184 MovieClip "map1" in Frame 16
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 16
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 8;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(125);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 16
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 3;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(126);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 16
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(127);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 16
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(128);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder5" in Frame 16
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(129);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3186 MovieClip in Frame 16
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
addt++;
if (addt >= addmax) {
_root.attachMovie("medhead1a", "enemy2", 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
add2t++;
if (add2t >= add2max) {
_root.attachMovie("medhead1a", "enemy3", 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
Frame 17
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2453;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 295;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("hammerhead1a", "enemy4", 104);
_root.enemy4.animate._x = 250;
_root.enemy4.animate._y = 365;
_root.attachMovie("hammerhead1a", "enemy5", 105);
_root.enemy5.animate._x = 1000;
_root.enemy5.animate._y = 365;
_root.attachMovie("hammerhead1a", "enemy6", 106);
_root.enemy6.animate._x = 2000;
_root.enemy6.animate._y = 365;
_root.attachMovie("hammerhead1a", "enemy7", 107);
_root.enemy7.animate._x = 3000;
_root.enemy7.animate._y = 365;
stop();
Instance of Symbol 3189 MovieClip in Frame 17
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3207 MovieClip "map1" in Frame 17
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3208 MovieClip in Frame 17
onClipEvent (load) {
sy = _y;
ang = 0;
_alpha = 50;
this.swapDepths(3000);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_y = (sy + (10 * Math.cos((ang = ang + 0.009))));
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 17
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 17
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 17
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 17
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3186 MovieClip in Frame 17
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
xsel = random(4);
if (xsel == 0) {
xspot = 550;
}
if (xsel == 1) {
xspot = 450;
}
if (xsel == 2) {
xspot = 500;
}
if (xsel == 3) {
xspot = 350;
}
if (!_root.enemy2.animate.attach) {
addt++;
if (addt >= addmax) {
_root.attachMovie("merlady1a", "enemy2", 102);
_root.enemy2.animate._x = xspot;
_root.enemy2.animate._y = 410;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
add2t++;
if (add2t >= add2max) {
_root.attachMovie("merlady1a", "enemy3", 103);
_root.enemy3.animate._x = xspot;
_root.enemy3.animate._y = 410;
add2_dir = random(2);
add2t = 0;
}
}
}
}
Frame 18
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 1;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2449;
_root.mapx_min = -1950;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 250;
_root.map1._x = _root.mapx_max;
_root.map1._y = 300;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
Instance of Symbol 3189 MovieClip in Frame 18
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3215 MovieClip "map1" in Frame 18
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 18
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 18
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 18
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 18
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3186 MovieClip in Frame 18
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
addt++;
if (addt >= addmax) {
_root.attachMovie("medhead1a", "enemy2", 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
add2t++;
if (add2t >= add2max) {
_root.attachMovie("medhead1a", "enemy3", 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
Frame 19
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2466;
_root.mapx_min = -1923;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 330;
_root.map1._x = _root.mapx_max;
_root.map1._y = 368;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 17;
_root.attachMovie("beast1a", "enemy6", 106);
_root.enemy6.animate._x = 1100;
_root.enemy6.animate._y = 300;
_root.attachMovie("toothy1a", "enemy1", 101);
_root.enemy1.animate._x = 1550;
_root.enemy1.animate._y = 330;
_root.attachMovie("hammerhead1a", "enemy2", 102);
_root.enemy2.animate._x = 1750;
_root.enemy2.animate._y = 300;
_root.attachMovie("toothy1a", "enemy3", 103);
_root.enemy3.animate._x = 2000;
_root.enemy3.animate._y = 330;
_root.attachMovie("hammerhead1a", "enemy4", 104);
_root.enemy4.animate._x = 2300;
_root.enemy4.animate._y = 300;
_root.attachMovie("beast1a", "enemy5", 105);
_root.enemy5.animate._x = 2000;
_root.enemy5.animate._y = 300;
_root.attachMovie("toothy1a", "enemy7", 107);
_root.enemy7.animate._x = 2500;
_root.enemy7.animate._y = 330;
_root.attachMovie("hammerhead1a", "enemy8", 108);
_root.enemy8.animate._x = 2700;
_root.enemy8.animate._y = 300;
_root.attachMovie("beast1a", "enemy9", 109);
_root.enemy9.animate._x = 2900;
_root.enemy9.animate._y = 300;
_root.attachMovie("toothy1a", "enemy10", 110);
_root.enemy10.animate._x = 3100;
_root.enemy10.animate._y = 330;
_root.attachMovie("hammerhead1a", "enemy11", 111);
_root.enemy11.animate._x = 3300;
_root.enemy11.animate._y = 300;
_root.attachMovie("beast1a", "enemy12", 112);
_root.enemy12.animate._x = 3600;
_root.enemy12.animate._y = 300;
stop();
Instance of Symbol 3172 MovieClip in Frame 19
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3222 MovieClip "map1" in Frame 19
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 19
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 19
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 19
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 19
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Frame 20
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2450;
_root.mapx_min = -1928;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_max;
_root.map1._y = 370;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 17;
_root.enemyNumber = 14;
_root.attachMovie("toothy1a", "enemy1", 101);
_root.enemy1.animate._x = 1000;
_root.enemy1.animate._y = 350;
_root.attachMovie("hammerhead1a", "enemy4", 104);
_root.enemy4.animate._x = 1200;
_root.enemy4.animate._y = 300;
_root.attachMovie("toothy1a", "enemy5", 105);
_root.enemy5.animate._x = 1500;
_root.enemy5.animate._y = 350;
_root.attachMovie("hammerhead1a", "enemy6", 106);
_root.enemy6.animate._x = 2000;
_root.enemy6.animate._y = 300;
_root.attachMovie("beast1a", "enemy7", 107);
_root.enemy7.animate._x = 2300;
_root.enemy7.animate._y = 300;
_root.attachMovie("beast1a", "enemy8", 108);
_root.enemy8.animate._x = 2700;
_root.enemy8.animate._y = 300;
_root.attachMovie("hammerhead1a", "enemy9", 109);
_root.enemy9.animate._x = 2900;
_root.enemy9.animate._y = 300;
_root.attachMovie("beast1a", "enemy10", 110);
_root.enemy10.animate._x = 3200;
_root.enemy10.animate._y = 300;
_root.attachMovie("beast1a", "enemy11", 111);
_root.enemy11.animate._x = 3500;
_root.enemy11.animate._y = 300;
stop();
Instance of Symbol 3189 MovieClip in Frame 20
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3233 MovieClip "map1" in Frame 20
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3012 MovieClip "itemholder1" in Frame 20
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder3" in Frame 20
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder2" in Frame 20
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 7;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3012 MovieClip "itemholder4" in Frame 20
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3186 MovieClip in Frame 20
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
addt++;
if (addt >= addmax) {
_root.attachMovie("medhead1a", "enemy2", 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
add2t++;
if (add2t >= add2max) {
_root.attachMovie("medhead1a", "enemy3", 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
Frame 21
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = 1;
_root.cont_level = 5;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 730;
_root.mapx_min = -183;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 350;
_root.attachMovie("wolfman1a", "boss1", 105);
_root.boss1.animate._x = 900;
_root.boss1.animate._y = 345;
_root.map1._x = _root.mapx_max;
_root.map1._y = 372;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 7;
_root.musicb.a = false;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
Instance of Symbol 2956 MovieClip "y_box" in Frame 21
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = "";
starter = false;
intro = false;
mapx_introstart = 280;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x <= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop("stand");
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 200;
_root.p1.animate._y = 320;
if (!b) {
_root.attachMovie("messagebox1a", messagebox1, 500);
b = true;
}
if (_root.char_name == "toonpimp") {
if (mess_numb == 1) {
_root.text1 = "GGGGRRRRAAAAAHHHH!!!!";
_root.boxcolor = 7;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Do you kiss your mom with that mouth?!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "GGGRRRAAAAAAAAHHHHH!!!";
_root.boxcolor = 7;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "Such language is totally unnecessary!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == "bunker") {
if (mess_numb == 1) {
_root.text1 = "GGGGRRRRAAAAAHHHH!!!!";
_root.boxcolor = 7;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "You poor thing...";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "GRAAAAAAGGGGGGGGHHHHH!!!!!!";
_root.boxcolor = 7;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "Let me free you from your affliction!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
Instance of Symbol 3247 MovieClip "map1" in Frame 21
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 22
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1115;
_root.mapx_min = -207;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 9;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 210;
_root.map1._x = _root.mapx_max;
_root.map1._y = 350;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.enemyNumber = 12;
stop();
Instance of Symbol 3250 MovieClip in Frame 22
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 4));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 4));
}
}
}
Instance of Symbol 3263 MovieClip "map1" in Frame 22
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3265 MovieClip in Frame 22
onClipEvent (load) {
_alpha = 50;
this.swapDepths(3000);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 23
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.cont_level = 6;
_root.dir = 1;
_root.itemNumber = 7;
stopAllSounds();
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = true;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 550;
_root.mapx_min = 515;
_root.mapy_max = 2532;
_root.mapy_min = -2110;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
_root.musicb.a = false;
_root.music_numb = 8;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 0;
_root.p1.animate._y = 350;
_root.map1._x = _root.mapx_max;
_root.map1._y = _root.mapy_min;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
Instance of Symbol 3268 MovieClip in Frame 23
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3280 MovieClip "map1" in Frame 23
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3288 MovieClip "itemholder1" in Frame 23
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder2" in Frame 23
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder3" in Frame 23
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder4" in Frame 23
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder5" in Frame 23
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3186 MovieClip in Frame 23
onClipEvent (load) {
addt = 0;
addmax = 200;
add2t = 0;
add2max = 250;
add2_dir = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.asti = addt;
if (!_root.enemy2.animate.attach) {
addt++;
if (addt >= addmax) {
_root.attachMovie("medhead1a", "enemy2", 102);
if (_root.p1.animate.dir == 1) {
_root.enemy2.animate._x = 560;
_root.enemy2.animate.dir = -1;
}
if (_root.p1.animate.dir == -1) {
_root.enemy2.animate._x = 0;
_root.enemy2.animate.dir = 1;
}
_root.enemy2.animate._y = _root.p1.animate._y - 100;
addt = 0;
}
}
if (!_root.enemy3.animate.attach) {
add2t++;
if (add2t >= add2max) {
_root.attachMovie("medhead1a", "enemy3", 103);
if (add2_dir == 0) {
_root.enemy3.animate._x = 560;
_root.enemy3.animate.dir = -1;
}
if (add2_dir == 1) {
_root.enemy3.animate._x = 0;
_root.enemy3.animate.dir = 1;
}
_root.enemy3.animate._y = _root.p1.animate._y - 100;
add2_dir = random(2);
add2t = 0;
}
}
}
}
Frame 24
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2473;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 310;
_root.map1._x = _root.mapx_min;
_root.map1._y = 335;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("handtrap1a", "trap1", 101);
_root.trap1.animate._x = -500;
_root.trap1.animate._y = 300;
_root.attachMovie("handtrap1a", "trap2", 102);
_root.trap2.animate._x = -1200;
_root.trap2.animate._y = 300;
_root.attachMovie("handtrap1a", "trap3", 103);
_root.trap3.animate._x = -2500;
_root.trap3.animate._y = 300;
_root.attachMovie("handtrap1a", "trap4", 104);
_root.trap4.animate._x = -3500;
_root.trap4.animate._y = 300;
_root.attachMovie("gasser1a", "trap5", 105);
_root.trap5.animate._x = -700;
_root.trap5.animate._y = 50;
_root.attachMovie("gasser1a", "trap6", 106);
_root.trap6.animate._x = -1600;
_root.trap6.animate._y = 50;
_root.attachMovie("gasser1a", "trap7", 107);
_root.trap7.animate._x = -2900;
_root.trap7.animate._y = 50;
_root.attachMovie("udtrap1a", "trap8", 108);
_root.trap8.animate._x = -900;
_root.trap8.animate._y = 50;
_root.attachMovie("udtrap1a", "trap9", 109);
_root.trap9.animate._x = -2000;
_root.trap9.animate._y = 50;
_root.attachMovie("udtrap1a", "trap10", 110);
_root.trap10.animate._x = -3200;
_root.trap10.animate._y = 50;
stop();
Instance of Symbol 3291 MovieClip in Frame 24
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3294 MovieClip "map1" in Frame 24
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3288 MovieClip "itemholder1" in Frame 24
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder2" in Frame 24
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Frame 25
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2456;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 330;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("tmonster1a", "enemy1", 101);
_root.enemy1.animate._x = -400;
_root.enemy1.animate._y = 100;
_root.attachMovie("tmonster1a", "enemy2", 102);
_root.enemy2.animate._x = -600;
_root.enemy2.animate._y = 100;
_root.attachMovie("tmonster1a", "enemy4", 104);
_root.enemy4.animate._x = -2200;
_root.enemy4.animate._y = 100;
_root.attachMovie("tmonster1a", "enemy5", 105);
_root.enemy5.animate._x = -2350;
_root.enemy5.animate._y = 100;
_root.attachMovie("une1a", "enemy3", 103);
_root.enemy3.animate._x = -1500;
_root.enemy3.animate._y = 320;
_root.attachMovie("une1a", "enemy6", 106);
_root.enemy6.animate._x = -3000;
_root.enemy6.animate._y = 320;
stop();
Instance of Symbol 3297 MovieClip in Frame 25
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 5));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 5));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3303 MovieClip "map1" in Frame 25
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3288 MovieClip "itemholder1" in Frame 25
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder2" in Frame 25
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder3" in Frame 25
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder4" in Frame 25
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Frame 26
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2456;
_root.mapx_min = -1900;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 450;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("beast1a", "enemy5", 105);
_root.enemy5.animate._x = -300;
_root.enemy5.animate._y = 220;
_root.attachMovie("beast1a", "enemy1", 101);
_root.enemy1.animate._x = -1200;
_root.enemy1.animate._y = 230;
_root.attachMovie("beast1a", "enemy3", 103);
_root.enemy3.animate._x = -2100;
_root.enemy3.animate._y = 230;
_root.attachMovie("beast1a", "enemy7", 107);
_root.enemy7.animate._x = -3250;
_root.enemy7.animate._y = 220;
_root.attachMovie("une1a", "enemy2", 102);
_root.enemy2.animate._x = -700;
_root.enemy2.animate._y = 340;
_root.attachMovie("une1a", "enemy4", 104);
_root.enemy4.animate._x = -1600;
_root.enemy4.animate._y = 340;
_root.attachMovie("une1a", "enemy6", 106);
_root.enemy6.animate._x = -2700;
_root.enemy6.animate._y = 340;
_root.attachMovie("une1a", "enemy8", 108);
_root.enemy8.animate._x = -3700;
_root.enemy8.animate._y = 340;
stop();
Instance of Symbol 3306 MovieClip in Frame 26
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 4));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 4));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3315 MovieClip "map1" in Frame 26
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 3288 MovieClip "itemholder1" in Frame 26
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder2" in Frame 26
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder3" in Frame 26
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Instance of Symbol 3288 MovieClip "itemholder4" in Frame 26
onClipEvent (load) {
hit = false;
hitt = 0;
hitmax = 25;
life = 1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!hit) {
gotoAndStop ("nd");
if (limit.hitTest(_root.p1.animate.character.weapon)) {
_root.namecall = true;
_root.nct = 0;
_root.names1 = "hibachi grill";
hit = true;
}
}
if (hit) {
gotoAndStop ("dead");
hitt++;
if (!a) {
_root.attachMovie("items1a", "item1" + _root.debris, _root.debris++);
_root["item1" + _root.debris].animate.itemsel = 0;
_root["item1" + _root.debris].animate._y = _y;
_root["item1" + _root.debris].animate._x = _x;
a = true;
}
if (hitt >= hitmax) {
this.swapDepths(120);
removeMovieClip(this);
}
}
}
}
Frame 27
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = -1;
_root.cont_level = 7;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 2476;
_root.mapx_min = 1600;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 340;
_root.map1._x = _root.mapx_min;
_root.map1._y = 375;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 17;
_root.enemyNumber = 14;
_root.attachMovie("jamison1a", "boss1", 101);
_root.boss1.animate._x = -100;
_root.boss1.animate._y = 335;
stop();
Instance of Symbol 2956 MovieClip "y_box" in Frame 27
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = "";
starter = false;
intro = false;
mapx_introstart = 1800;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
if (_root.p1.animate._x <= 350) {
intro = true;
starter = true;
}
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop("stand");
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 350;
_root.p1.animate._y = 315;
if (!b) {
_root.attachMovie("messagebox1a", messagebox1, 500);
b = true;
}
if (_root.char_name == "toonpimp") {
if (mess_numb == 1) {
_root.text1 = "...";
_root.boxcolor = 5;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Not the talkative type, huh?";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "Okay then let's get this over with";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "...";
_root.boxcolor = 5;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == "bunker") {
if (mess_numb == 1) {
_root.text1 = "You... you're not a monster!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "...";
_root.boxcolor = 5;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "I know we are on the same side!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "Don't make me hurt you!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
Instance of Symbol 3336 MovieClip "map1" in Frame 27
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop("a");
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop("b");
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 28
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 575;
_root.mapx_min = -30;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.dir = -1;
_root.p1.animate._x = 530;
_root.p1.animate._y = 210;
_root.attachMovie("lifeorb1a", "lifeorb1", 105);
_root.lifeorb1.animate._x = 700;
_root.lifeorb1.animate._y = 250;
_root.map1._x = _root.mapx_min;
_root.map1._y = 250;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 9;
_root.musicb.a = false;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stop();
Instance of Symbol 3339 MovieClip in Frame 28
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 4));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 4));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3344 MovieClip "map1" in Frame 28
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop("a");
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop("b");
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 29
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.cont_level = 8;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 251;
_root.mapx_min = -6345;
_root.mapy_max = 7202;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 240;
_root.map1._x = _root.mapx_min;
_root.map1._y = 261;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.music_numb = 10;
_root.musicb.a = false;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("succubus1a", "enemy1", 101);
_root.enemy1.animate._x = -500;
_root.enemy1.animate._y = 250;
_root.attachMovie("succubus1a", "enemy2", 102);
_root.enemy2.animate._x = -1500;
_root.enemy2.animate._y = 250;
_root.attachMovie("succubus1a", "enemy3", 103);
_root.enemy3.animate._x = -3100;
_root.enemy3.animate._y = 250;
stop();
Instance of Symbol 3347 MovieClip in Frame 29
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 15));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 15));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3355 MovieClip "map1" in Frame 29
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop("a");
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop("b");
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 30
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.cont_level = 9;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 940;
_root.mapx_min = -405;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 280;
_root.map1._x = _root.mapx_min;
_root.map1._y = 307;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("dragon1a", "enemy1", 91);
_root.enemy1.animate._x = -1000;
_root.enemy1.animate._y = 340;
_root.main_camera_mode = 0;
stop();
Instance of Symbol 2956 MovieClip "y_box" in Frame 30
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = "";
starter = false;
intro = false;
mapx_introstart = 50;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop("stand");
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 200;
_root.p1.animate._y = 300;
if (!b) {
_root.attachMovie("messagebox1a", messagebox1, 500);
b = true;
}
if (_root.char_name == "toonpimp") {
if (mess_numb == 1) {
_root.text1 = "Heeeeelllllloooooo!";
_root.boxcolor = 4;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Huh, who are you?!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "You're beautiful!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "You're going to make a tasty little snack!";
_root.boxcolor = 4;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == "bunker") {
if (mess_numb == 1) {
_root.text1 = "HHEEEEYYY THHHEEEEERRRRREEE!!!";
_root.boxcolor = 4;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "W-WHAT!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "IT'S SNACKTIME!!!";
_root.boxcolor = 4;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
Instance of Symbol 3359 MovieClip "map1" in Frame 30
onClipEvent (load) {
black._visible = false;
_root.mapx = _x;
_root.mapy = _y;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 31
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.music_numb = 0;
_root.clean();
stopAllSounds();
_root.dir = -1;
_root.cont_level = 10;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1057;
_root.mapx_min = 175;
_root.mapy_max = 2456;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 320;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("reaper2a", "boss1", 101);
_root.boss1.animate._x = _root.map1._x - 400;
_root.boss1.animate._y = _root.map1._y - 60;
_root.marker1._x = _root.map1._x - 400;
_root.marker1._y = _root.map1._y;
stop();
Instance of Symbol 2956 MovieClip "y_box" in Frame 31
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = "";
starter = false;
intro = false;
mapx_introstart = 450;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop("stand");
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 350;
_root.p1.animate._y = 300;
if (!b) {
_root.attachMovie("messagebox1a", messagebox1, 500);
b = true;
}
if (_root.char_name == "toonpimp") {
if (mess_numb == 1) {
_root.text1 = "So you managed to survive!";
_root.boxcolor = 6;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "I've been through worse, BITCH!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "Our last meeting was a TEST!";
_root.boxcolor = 6;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "You wont be so lucky this time!";
_root.boxcolor = 6;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
if (_root.char_name == "bunker") {
if (mess_numb == 1) {
_root.text1 = "So you managed to survive!";
_root.boxcolor = 6;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Sorry to disappoint you.";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "Our last meeting was a TEST!";
_root.boxcolor = 6;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "You wont be so lucky this time!";
_root.boxcolor = 6;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.music_numb = 4;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
intro = false;
}
}
}
}
Instance of Symbol 3347 MovieClip in Frame 31
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 15));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 15));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3366 MovieClip "map1" in Frame 31
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop("a");
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop("b");
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 32
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1065;
_root.mapx_min = 175;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 315;
_root.map1._x = _root.mapx_min;
_root.map1._y = 315;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.attachMovie("lifeorb1a", "lifeorb1", 105);
_root.lifeorb1.animate._x = 500;
_root.lifeorb1.animate._y = 250;
_root.music_numb = 0;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
stopAllSounds();
_root.musicb.a = false;
_root.music_numb = 9;
stop();
Instance of Symbol 3371 MovieClip in Frame 32
onClipEvent (load) {
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - (_root.movespeed / 4));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 4));
}
if (_root.moveu) {
_y = (_y - (_root.movespeed / 8));
}
if (_root.moved) {
_y = (_y + (_root.movespeed / 8));
}
}
}
Instance of Symbol 3378 MovieClip "map1" in Frame 32
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop("a");
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop("b");
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 33
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
_root.music_numb = 0;
_root.cont_level = 11;
_root.dir = -1;
_root.bg_color = 0;
_root.stagewmin = 0;
_root.stagewmax = 540;
_root.stagehmax = 500;
_root.stagehmin = -50;
_root.pause = false;
_root.scrollhor = true;
_root.vert_scroll = false;
_root.p1bounds_max = 550;
_root.p1bounds_min = 0;
_root.mapx_max = 1225;
_root.mapx_min = -650;
_root.mapy_max = 600;
_root.mapy_min = -450;
_root.ground_y_min = 60;
_root.ground_y_max = 50;
if (_root.char_name == "bunker") {
_root.attachMovie("bunkerall1a", "p1", 99);
}
if (_root.char_name == "toonpimp") {
_root.attachMovie("toonpimp1a", "p1", 99);
}
_root.p1.animate._x = 530;
_root.p1.animate._y = 300;
_root.map1._x = _root.mapx_min;
_root.map1._y = 310;
_root.bg1._x = 231;
_root.bg1._y = 230;
_root.p1bounds_max = 500;
_root.p1bounds_min = 50;
_root.qte = false;
_root.qte_go = false;
_root.qte_type = 0;
_root.rape_max_level = 0;
_root.main_scroll_sp = 15;
_root.enemyNumber = 12;
_root.attachMovie("draculina1a", "boss1", 108);
_root.boss1.animate._x = -1300;
_root.boss1.animate._y = 290;
stop();
Instance of Symbol 2956 MovieClip "y_box" in Frame 33
onClipEvent (load) {
_root.boss_start = false;
_root.messboxremove = false;
_root.bossdead = false;
_root.boxcolor = 2;
mess_numb = 1;
mess_numb_max = 5;
mess_pic = "";
starter = false;
intro = false;
mapx_introstart = 855;
}
onClipEvent (enterFrame) {
_root.intro = intro;
if (!starter) {
if (_root.map1._x >= mapx_introstart) {
intro = true;
starter = true;
}
}
if (intro) {
_root.mapx_max = 1000;
_root.mapx_min = 855;
_root.qte = true;
_root.scrollhor = false;
_root.mover = false;
_root.movel = false;
_root.p1.animate.gotoAndStop("stand");
_root.p1.animate._xscale = _root.p1.animate.size;
_root.p1.animate._x = 350;
_root.p1.animate._y = 335;
if (!b) {
_root.attachMovie("messagebox1a", messagebox1, 500);
b = true;
}
if (_root.char_name == "toonpimp") {
if (mess_numb == 1) {
_root.text1 = "WOW! What a piece of .... ahh!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "THIS IS MY CASTLE NOW, BITCH!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "Look at you! You're so adorable!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "How is a cute little bunny going to run Cracklevania?!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.text1 = "Come on, let's find out!";
_root.boxcolor = 1;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 6) {
_root.text1 = "Tonight, I will feast on your blood and your soul!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 7) {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro1 = false;
_root.boss1.animate.intro2 = true;
intro = false;
}
}
if (_root.char_name == "bunker") {
if (mess_numb == 1) {
_root.text1 = "Bunker!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 2) {
_root.text1 = "Draculina! Stop this madness!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 3) {
_root.text1 = "Leave this world and cure me of my curse!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 4) {
_root.text1 = "That was no curse!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 5) {
_root.text1 = "That was a BLESSING!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 6) {
_root.text1 = "You were the best of my minions!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 7) {
_root.text1 = "Have you not forgotten?";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 8) {
_root.text1 = "NO! It's not true!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 9) {
_root.text1 = "I'll stop you again!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 10) {
_root.text1 = "This time it will be PERMANENT!";
_root.boxcolor = 2;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 11) {
_root.text1 = "ENOUGH TALK! HAVE AT YOU!";
_root.boxcolor = 8;
if (_root.cont_attk) {
mess_numb++;
_root.cont_attk = false;
}
}
if (mess_numb == 12) {
_root.music_numb = 11;
_root.musicb.a = false;
_root.messboxremove = true;
_root.qte = false;
_root.scrollhor = true;
_root.boss_start = true;
_root.boss1.animate.intro1 = false;
_root.boss1.animate.intro2 = true;
intro = false;
}
}
}
}
Instance of Symbol 3384 MovieClip "map1" in Frame 33
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
opendoor = false;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.mapx = _x;
_root.mapy = _y;
if (!opendoor) {
door.gotoAndStop("a");
if (_x >= 1800) {
opendoor = true;
}
}
if (opendoor) {
door.gotoAndStop("b");
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Frame 34
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stopAllSounds();
stop();
Instance of Symbol 2703 MovieClip in Frame 34
on (rollOver) {
_root.intext = "TOON PIMP";
}
on (rollOut) {
_root.intext = "";
}
on (release) {
getURL ("http://toonpimp.net", "gropesville");
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay("loader");
}
}
Instance of Symbol 2711 MovieClip in Frame 34
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=15543:9804000000924067", 1);
}
Instance of Symbol 2714 MovieClip in Frame 34
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 2717 MovieClip in Frame 34
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 2720 MovieClip in Frame 34
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 2735 MovieClip in Frame 34
onClipEvent (load) {
dsel = random(2);
if (dsel == 0) {
gotoAndStop ("a");
}
if (dsel == 1) {
gotoAndStop ("b");
}
}
Instance of Symbol 2737 MovieClip in Frame 34
on (rollOver) {
_root.menu1.textbox = "PLAY MORE GAMES!!!";
}
on (rollOut) {
_root.menu1.textbox = "Welcome to Toon Pimp's Palace";
}
on (release) {
getURL ("http://toonchamp.com/mogamez", 1);
}
Instance of Symbol 2744 MovieClip in Frame 34
on (release) {
getURL ("http://www.hentaiflash.com/?t=105756,2,26,0", 1);
}
Instance of Symbol 2765 MovieClip in Frame 34
on (release) {
getURL ("http://www.hentaiflash.com/?t=105756,2,26,0", 1);
}
Instance of Symbol 2802 MovieClip in Frame 34
on (release) {
getURL ("http://cartoonza.com/index.html?id=hobartstarr", 1);
}
Instance of Symbol 3386 MovieClip in Frame 34
on (release) {
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.sub_weapon = 0;
_root.weapon_numb = 0;
if (_root.cont_level == 1) {
_root.gotoAndStop("prologue");
}
if (_root.cont_level == 2) {
_root.gotoAndStop("st1a");
}
if (_root.cont_level == 3) {
_root.gotoAndStop("st1e");
}
if (_root.cont_level == 4) {
_root.gotoAndStop("st2a");
}
if (_root.cont_level == 5) {
_root.gotoAndStop("st2f");
}
if (_root.cont_level == 6) {
_root.gotoAndStop("st3a");
}
if (_root.cont_level == 7) {
_root.gotoAndStop("st3e");
}
if (_root.cont_level == 8) {
_root.gotoAndStop("st4a");
}
if (_root.cont_level == 9) {
_root.gotoAndStop("st4b");
}
if (_root.cont_level == 10) {
_root.gotoAndStop("st4c");
}
if (_root.cont_level == 11) {
_root.gotoAndStop("st5a");
}
}
Instance of Symbol 3388 MovieClip in Frame 34
on (release) {
_root.gotoAndStop("title");
}
Frame 35
stop();
Instance of Symbol 3393 MovieClip in Frame 35
onClipEvent (load) {
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("bf");
}
if (_root.gender_numb == 1) {
gotoAndStop ("bm");
}
if (_root.gender_numb == 2) {
gotoAndStop ("bm");
}
}
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp");
}
}
Symbol 19 MovieClip Frame 1
stop();
Instance of Symbol 17 MovieClip in Symbol 19 MovieClip Frame 1
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Symbol 19 MovieClip Frame 2
stop();
Instance of Symbol 19 MovieClip "animate" in Symbol 20 MovieClip [wine1a] Frame 1
onClipEvent (load) {
dead = false;
deadt = 0;
speed = 7;
_xscale = 100;
yspeed = 15;
sticky = false;
stickyt = 0;
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (!dead) {
gotoAndStop ("n");
_x = (_x + speed);
_y = (_y - yspeed);
yspeed--;
if (_root.map.black.hitTest(_x, _y + 20, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 25) {
_parent.removeMovieClip();
}
}
}
}
Symbol 24 MovieClip Frame 9
gotoAndPlay (7);
Symbol 28 MovieClip Frame 9
stop();
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 2
stop();
Instance of Symbol 29 MovieClip "animate" in Symbol 30 MovieClip [vulcan1a] Frame 1
onClipEvent (load) {
attach = true;
size = 100;
_root.sw_power = 3;
life = 2;
_xscale = size;
_yscale = size;
kot = 0;
komax = 15;
dspeed = 3;
rspeed = 30;
stimer = 0;
speed = 15;
removetime = 0;
ko = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!ko) {
gotoAndStop ("a");
if (dir == -1) {
_xscale = (-size);
_x = (_x - speed);
}
if (dir == 1) {
_xscale = size;
_x = (_x + speed);
}
if (life <= 0) {
ko = true;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 0.25;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - 1;
life = life - 1;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - 1;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
life = life - 1;
}
j++;
}
}
if (ko) {
gotoAndStop ("b");
kot++;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 38 MovieClip "animate" in Symbol 39 MovieClip [udtrap1a] Frame 1
onClipEvent (load) {
black._visible = false;
speed = 6;
up = false;
upt = 0;
dn = true;
dnt = 0;
timermax = 30;
onscreen = false;
r_loss = 40;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (dn) {
dnt++;
_y = (_y + speed);
if (dnt >= timermax) {
dnt = 0;
up = true;
dn = false;
}
}
if (up) {
upt++;
_y = (_y - speed);
if (upt >= timermax) {
upt = 0;
dn = true;
up = false;
}
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 48 MovieClip in Symbol 49 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 4
stop();
Symbol 61 MovieClip Frame 5
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 69 MovieClip Frame 3
stop();
Symbol 69 MovieClip Frame 4
stop();
Symbol 69 MovieClip Frame 5
stop();
Symbol 69 MovieClip Frame 6
stop();
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (load) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 117 MovieClip Frame 3
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 122 MovieClip Frame 3
stop();
Symbol 122 MovieClip Frame 4
stop();
Symbol 122 MovieClip Frame 5
stop();
Symbol 122 MovieClip Frame 6
stop();
Symbol 122 MovieClip Frame 7
stop();
Symbol 122 MovieClip Frame 8
stop();
Symbol 122 MovieClip Frame 9
stop();
Symbol 122 MovieClip Frame 10
stop();
Symbol 122 MovieClip Frame 11
stop();
Symbol 122 MovieClip Frame 12
stop();
Symbol 129 MovieClip Frame 1
stop();
Instance of Symbol 122 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (load) {
if (_root.hat_numb == 0) {
gotoAndStop ("none");
}
if (_root.hat_numb == 1) {
gotoAndStop ("a");
}
if (_root.hat_numb == 2) {
gotoAndStop ("b");
}
if (_root.hat_numb == 3) {
gotoAndStop ("c");
}
if (_root.hat_numb == 4) {
gotoAndStop ("d");
}
if (_root.hat_numb == 5) {
gotoAndStop ("e");
}
if (_root.hat_numb == 6) {
gotoAndStop ("f");
}
if (_root.hat_numb == 7) {
gotoAndStop ("g");
}
if (_root.hat_numb == 8) {
gotoAndStop ("h");
}
if (_root.hat_numb == 9) {
gotoAndStop ("i");
}
if (_root.hat_numb == 10) {
gotoAndStop ("j");
}
if (_root.hat_numb == 11) {
gotoAndStop ("k");
}
}
onClipEvent (enterFrame) {
if (_root.hat_numb == 0) {
gotoAndStop ("none");
}
if (_root.hat_numb == 1) {
gotoAndStop ("a");
}
if (_root.hat_numb == 2) {
gotoAndStop ("b");
}
if (_root.hat_numb == 3) {
gotoAndStop ("c");
}
if (_root.hat_numb == 4) {
gotoAndStop ("d");
}
if (_root.hat_numb == 5) {
gotoAndStop ("e");
}
if (_root.hat_numb == 6) {
gotoAndStop ("f");
}
if (_root.hat_numb == 7) {
gotoAndStop ("g");
}
if (_root.hat_numb == 8) {
gotoAndStop ("h");
}
if (_root.hat_numb == 9) {
gotoAndStop ("i");
}
if (_root.hat_numb == 10) {
gotoAndStop ("j");
}
if (_root.hat_numb == 11) {
gotoAndStop ("k");
}
}
Symbol 129 MovieClip Frame 2
stop();
Symbol 129 MovieClip Frame 3
stop();
Symbol 129 MovieClip Frame 4
stop();
Symbol 129 MovieClip Frame 5
stop();
Instance of Symbol 131 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 134 MovieClip Frame 60
gotoAndPlay (10);
Instance of Symbol 144 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 150 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 154 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 48 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 158 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 167 MovieClip Frame 11
gotoAndPlay (5);
Instance of Symbol 170 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 177 MovieClip in Symbol 178 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 186 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 188 MovieClip in Symbol 189 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 188 MovieClip in Symbol 195 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 186 MovieClip in Symbol 197 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 200 MovieClip Frame 14
stop();
Instance of Symbol 144 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 221 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 223 MovieClip Frame 12
stop();
Symbol 227 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 227 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 3
stop();
Symbol 227 MovieClip Frame 4
stop();
Symbol 227 MovieClip Frame 5
stop();
Symbol 227 MovieClip Frame 6
stop();
Symbol 227 MovieClip Frame 7
stop();
Symbol 227 MovieClip Frame 8
stop();
Symbol 227 MovieClip Frame 9
stop();
Symbol 227 MovieClip Frame 10
stop();
Symbol 227 MovieClip Frame 11
stop();
Symbol 227 MovieClip Frame 12
stop();
Symbol 227 MovieClip Frame 13
stop();
Symbol 227 MovieClip Frame 14
stop();
Symbol 227 MovieClip Frame 15
stop();
Symbol 227 MovieClip Frame 16
stop();
Symbol 227 MovieClip Frame 17
stop();
Symbol 227 MovieClip Frame 18
stop();
Symbol 227 MovieClip Frame 19
stop();
Symbol 227 MovieClip Frame 20
stop();
Symbol 227 MovieClip Frame 21
stop();
Instance of Symbol 227 MovieClip "animate" in Symbol 228 MovieClip [toonpimp1a] Frame 1
onClipEvent (load) {
curse = false;
curset = 0;
cursemax = 200;
dir = _root.dir;
attack1max = 28;
xscale = 60;
yscale = 55;
speed = 7;
_yscale = yscale;
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = (-xscale);
}
fall_max = -7;
_root.movespeed = speed;
ground = false;
nohitt = 0;
nohit = false;
nohitmax = 70;
jump = false;
jumpmax = 15;
jspeed = jumpmax;
jumpt = 0;
fall = false;
fallt = 0;
fspeed = 6;
duck = false;
up = false;
raped = false;
rapedt = 0;
rapedmax = 2;
nothing = false;
yes = true;
no = false;
rstop = false;
lstop = true;
attack_numb = 0;
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
attack2max = 30;
idupcolor = new Color(this);
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
hitcolor = new Color(this);
hitcolor0 = {ra:"100", rb:"255", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
hitcolor1 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
limit._visible = false;
sparktimer = 0;
sparktimermax = 10;
spark_effectt = 0;
spark_effectmax = 100;
spark_effect = false;
hit = false;
hitt = 0;
hitmax = 10;
hit_speed = speed;
slide = false;
slidet = 0;
slidemax = 45;
slidesp = 6;
dead = false;
deadt = 0;
deadmax = 150;
dead_speed = 20;
blinkt = 0;
blinkhalf = 2;
blinkmax = 3;
xspot = 30;
yspot = 100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.farx = main_hat_numb;
_root.fary = main_cl_numb;
limit._visible = false;
if (spark_effect) {
sparktimer++;
spark_effectt++;
xoffset = random(-50) + random(50);
yoffset = random(-50) + random(50);
if (sparktimer >= sparktimermax) {
_root.attachMovie("e_bull_spark1a", "espark1" + _root.debris, _root.debris++);
_root["espark1" + _root.debris].animate._x = _x + xoffset;
_root["espark1" + _root.debris].animate._y = _y + yoffset;
sparktimer = 0;
}
if (spark_effectt >= spark_effectmax) {
sparktimer = 0;
spark_effectt = 0;
spark_effect = false;
}
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.qte) {
if (!dead) {
_root.pch = attack1;
if (_x >= _root.p1bounds_max) {
_x = (_x - speed);
}
if (_x <= _root.p1bounds_min) {
_x = (_x + speed);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 50);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + speed);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - speed);
}
if (_root.map1.black.hitTest(_x, _y + 30, true)) {
_root.ground = true;
ground = true;
} else {
_root.ground = false;
ground = false;
}
}
_root.strength1 = 1;
_yscale = yscale;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.armor) {
_root.cl_numb = _root.main_cl_numb;
if (_root.armlife <= 0) {
_root.armor = false;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
if (!dead) {
if (curse) {
curset++;
if (curset >= cursemax) {
curset = 0;
curse = false;
}
}
if (!_root.contra) {
if (_root.life <= 0) {
if (!raped) {
dead = true;
}
}
}
if (_root.magic < _root.magicmax) {
_root.magic = _root.magic + 0.35;
}
if (nohit) {
nohitt++;
blinkt++;
if (blinkt >= (blinkmax / 2)) {
hitcolor.setTransform(hitcolor1);
}
if (blinkt < (blinkmax / 2)) {
}
if (blinkt >= blinkmax) {
blinkt = 0;
}
if (nohitt >= nohitmax) {
hitcolor.setTransform(hitcolor1);
blinkt = 0;
_alpha = 100;
nohitt = 0;
nohit = false;
}
}
if (_y >= 450) {
if (_root.armor) {
_root.armlife = _root.armlife - 20;
} else {
_root.life = _root.life - 20;
}
_y = 0;
}
if (!hit) {
if (!raped) {
_root.movespeed = speed;
if (!attack1) {
if (!attack2) {
if (_root.cont_attk) {
if (!attgo) {
if (_root.cont_up) {
attack_numb = 1;
attack1max = 20;
} else {
attack1max = 15;
attack_numb = 0;
}
if (_root.cont_dn) {
}
if (_root.cont_rt or _root.cont_lft) {
}
if (_root.magic >= 10) {
attack1 = true;
}
attgo = true;
}
} else {
attgo = false;
}
if (_root.aux_attk) {
if (!attgo) {
if (_root.magic >= 30) {
attack2 = true;
}
if (_root.cont_up) {
attack_numb = 2;
}
if (!_root.cont_up) {
if (_root.cont_dn) {
attack_numb = 3;
}
if (!_root.cont_dn) {
if (_root.cont_rt or _root.cont_lft) {
attack_numb = 1;
}
}
}
if ((((!_root.cont_up) and (!_root.cont_dn)) and (!_root.cont_rt)) and (!_root.cont_lft)) {
attack_numb = 0;
}
if ((!_root.cont_up) and (!_root.cont_dn)) {
attack_numb = 0;
}
attgo = true;
}
} else {
attgo = false;
}
}
}
if (ground) {
if (!g) {
attack1t = 0;
attack1 = false;
attack2t = 0;
attack2 = false;
g = true;
}
if (!attack1) {
if (!attack2) {
if ((((!_root.cont_rt) and (!_root.cont_lft)) and (!_root.cont_up)) and (!_root.cont_dn)) {
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = (-xscale);
}
gotoAndStop ("stand");
}
if (!_root.cont_up) {
if (!_root.cont_dn) {
if (_root.cont_rt) {
gotoAndStop ("run");
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!curse) {
_x = (_x + speed);
dir = 1;
_xscale = xscale;
}
if (curse) {
_x = (_x - speed);
dir = -1;
_xscale = (-xscale);
}
}
}
if (_root.cont_lft) {
gotoAndStop ("run");
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!curse) {
_x = (_x - speed);
dir = -1;
_xscale = (-xscale);
}
if (curse) {
_x = (_x + speed);
dir = 1;
_xscale = xscale;
}
}
}
}
if (_root.cont_dn) {
gotoAndStop ("duck");
duck = true;
} else {
duck = false;
if (curse) {
up = false;
}
}
}
if (_root.cont_up) {
gotoAndStop ("stand");
if (!curse) {
up = true;
duck = false;
}
if (curse) {
duck = true;
}
} else {
up = false;
if (curse) {
duck = false;
}
}
if (_root.cont_jumpb) {
if (!hup1) {
_y = (_y - 5);
jspeed = jumpmax;
jump = true;
hup1 = true;
}
} else {
hup1 = false;
}
}
if (attack2) {
if (attack_numb == 0) {
xspot = 45;
yspot = 20;
gotoAndStop ("attack3");
}
if (attack_numb == 1) {
xspot = 40;
yspot = 65;
gotoAndStop ("attack2");
}
if (attack_numb == 2) {
xspot = 50;
yspot = 40;
gotoAndStop ("attack2");
}
if (attack_numb == 3) {
xspot = 50;
yspot = 20;
gotoAndStop ("attack3");
}
}
}
if (attack1) {
if (!duck) {
if (attack_numb == 0) {
xspot = 60;
yspot = 35;
gotoAndStop ("attack1");
}
if (attack_numb == 1) {
xspot = 60;
yspot = 30;
gotoAndStop ("attack2");
}
} else {
xspot = 40;
yspot = 10;
gotoAndStop ("dattack1");
}
}
} else {
g = false;
}
if (!ground) {
if (!attack1) {
if (!attack2) {
if (jspeed > 0) {
gotoAndStop ("jump");
} else {
gotoAndStop ("fall");
}
}
if (attack2) {
if (attack_numb == 0) {
xspot = 45;
yspot = 20;
gotoAndStop ("attack3");
}
if (attack_numb == 1) {
xspot = 40;
yspot = 65;
gotoAndStop ("attack2");
}
if (attack_numb == 2) {
xspot = 50;
yspot = 40;
gotoAndStop ("attack2");
}
if (attack_numb == 3) {
xspot = 50;
yspot = 20;
gotoAndStop ("attack3");
}
}
}
if (attack1) {
if (attack_numb == 0) {
xspot = 60;
yspot = 35;
gotoAndStop ("aattack1");
}
if (attack_numb == 1) {
xspot = 60;
yspot = 35;
gotoAndStop ("attack2");
}
}
if (_root.cont_rt) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = 1;
_xscale = xscale;
}
}
if (!curse) {
_x = (_x + speed);
}
if (curse) {
_x = (_x - speed);
}
}
}
if (_root.cont_lft) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = -1;
_xscale = (-xscale);
}
}
if (!curse) {
_x = (_x - speed);
}
if (curse) {
_x = (_x + speed);
}
}
}
if (!jump) {
_y = (_y + fspeed);
}
if (jump) {
_y = (_y - jspeed);
jspeed--;
if (jspeed <= fall_max) {
jspeed = fall_max;
}
}
}
if (attack1) {
_root.cont_attk = false;
attack1t++;
if (_root.magic >= 10) {
if (attack_numb == 0) {
if (attack1t == 5) {
_root.attachMovie("bullet1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
}
if (attack1t == 7) {
_root.attachMovie("bullet1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
}
if (attack1t == 9) {
_root.attachMovie("bullet1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
_root.magic = _root.magic - 20;
}
}
} else {
attack1t = 0;
attack1 = false;
}
if (_root.magic >= 20) {
if (attack_numb == 1) {
if (attack1t == 5) {
_root.attachMovie("napalm1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
_root.magic = _root.magic - 20;
}
}
} else {
attack1t = 0;
attack1 = false;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
if (_root.magic <= 0) {
attack1t = 0;
attack1 = false;
}
}
if (attack2) {
if (_root.magic >= 30) {
attack2t++;
_root.aux_attk = false;
if (attack2t == 5) {
if (attack_numb == 0) {
_root.attachMovie("vulcan1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
_root.magic = _root.magic - 20;
}
if (attack_numb == 1) {
_root.attachMovie("plaser1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
_root.magic = _root.magic - 20;
}
if (attack_numb == 2) {
_root.attachMovie("missle1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
_root.attachMovie("fsmoke1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root.magic = _root.magic - 20;
}
if (attack_numb == 3) {
_root.attachMovie("plaser1a", "pbull" + _root.pbullets, _root.pbullets++);
if (dir == 1) {
_root["pbull" + _root.pbullets].animate._x = _x + xspot;
} else {
_root["pbull" + _root.pbullets].animate._x = _x - xspot;
}
_root["pbull" + _root.pbullets].animate._y = _y - yspot;
_root["pbull" + _root.pbullets].animate.dir = dir;
_root.magic = _root.magic - 20;
}
}
if (attack2t >= attack1max) {
attack2t = 0;
attack2 = false;
}
} else {
attack2t = 0;
attack2 = false;
}
if (_root.magic <= 0) {
attack2t = 0;
attack2 = false;
}
}
}
if (raped) {
rapedt++;
if (_root.esc >= _root.escmax) {
nohit = true;
rapedt = 0;
raped = false;
}
if (rapedt >= 2) {
nohit = true;
rapedt = 0;
raped = false;
}
} else {
rped = false;
rapedt = 0;
}
}
if (hit) {
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
hitt++;
gotoAndStop ("hit");
if (dir == 1) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = (_x - hit_speed);
}
}
if (dir == -1) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = (_x + hit_speed);
}
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
}
}
if (dead) {
deadt++;
if (!raped) {
dead_speed--;
if (dir == 1) {
_x = (_x - hit_speed);
}
if (dir == -1) {
_x = (_x + hit_speed);
}
_y = (_y - dead_speed);
gotoAndStop ("dead");
}
if (deadt >= deadmax) {
_root.gotoAndPlay("gameover");
}
}
}
if (_root.qte) {
gotoAndStop ("none");
}
}
}
Instance of Symbol 231 MovieClip "animate" in Symbol 232 MovieClip [throwaxe1a] Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_root.sw_power = 3;
size = 100;
}
if (_root.gender_numb == 1) {
_root.sw_power = 5;
size = 150;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
size = 120;
}
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 22;
gotx = 5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + 25);
removetime++;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!ko) {
got--;
_y = (_y - got);
if (dir == 1) {
_x = (_x + gotx);
}
if (dir == -1) {
_x = (_x - gotx);
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - _root.sw_power;
if (_root["enemy" + i].animate.stun) {
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 0.5;
ko = true;
}
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - _root.sw_power;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
}
j++;
}
}
if (ko) {
_rotation = (_rotation + 30);
uspeed--;
_y = (_y - uspeed);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == -1) {
_x = (_x + dspeed);
}
}
}
}
Instance of Symbol 236 MovieClip "animate" in Symbol 237 MovieClip [stage_card1a] Frame 1
onClipEvent (load) {
_x = 250;
_y = 150;
rtime = 0;
rtimemax = 100;
stagename = _root.stagename;
_alpha = 100;
}
onClipEvent (enterFrame) {
stagename = _root.stagename;
rtime++;
if (rtime >= rtimemax) {
_alpha = (_alpha-1);
if (_alpha <= 0) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 239 MovieClip "limit" in Symbol 242 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 242 MovieClip "animate" in Symbol 243 MovieClip [scythe1a] Frame 1
onClipEvent (load) {
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
speed = 61;
dx = _root.p1.animate._x - _x;
dy = _root.p1.animate._y - _y;
rtime = 0;
rtimemax = 150;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
spin_sp = random(25) - random(20);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
spin._rotation = spin._rotation - spin_sp;
if (!dead) {
if (this.hitTest(_root.p1.animate.character.weapon.limit)) {
dead = true;
}
if (this.hitTest(_root.swep1.animate.limit)) {
dead = true;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
dead = true;
}
}
}
_x = (_x + (dx / speed));
_y = (_y + (dy / speed));
rtime = rtime + 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
deadt++;
gotoAndStop ("dead");
_yscale = (-size);
_alpha = (_alpha - 15);
size = size + d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 251 MovieClip Frame 91
stop();
Symbol 273 MovieClip Frame 1
stop();
Instance of Symbol 265 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.raped) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.raped) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 267 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.raped) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.raped) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 273 MovieClip Frame 2
stop();
Symbol 273 MovieClip Frame 3
stop();
Symbol 273 MovieClip Frame 4
stop();
Symbol 273 MovieClip Frame 5
stop();
Symbol 273 MovieClip Frame 6
stop();
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if ((_root.gender_numb == 1) and (_root.cl_numb == 0)) {
_visible = true;
} else if ((_root.gender_numb == 1) and (_root.cl_numb == 3)) {
_visible = true;
} else if ((_root.gender_numb == 1) and (_root.cl_numb == 5)) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if ((_root.gender_numb == 1) and (_root.cl_numb == 0)) {
_visible = true;
} else if ((_root.gender_numb == 1) and (_root.cl_numb == 3)) {
_visible = true;
} else if ((_root.gender_numb == 1) and (_root.cl_numb == 5)) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 3
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 2
stop();
Symbol 290 MovieClip Frame 1
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
Instance of Symbol 259 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 290 MovieClip Frame 40
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 300 MovieClip Frame 1
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
Instance of Symbol 259 MovieClip in Symbol 300 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 300 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 300 MovieClip Frame 40
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 300 MovieClip Frame 105
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
stop();
Symbol 316 MovieClip Frame 1
eyes.gotoAndStop(1);
mouth.gotoAndStop(1);
Instance of Symbol 259 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 316 MovieClip Frame 40
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 316 MovieClip Frame 105
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
stop();
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 2
stop();
Symbol 319 MovieClip Frame 3
stop();
Symbol 319 MovieClip Frame 4
stop();
Symbol 319 MovieClip Frame 5
stop();
Symbol 319 MovieClip Frame 6
stop();
Instance of Symbol 319 MovieClip "animate" in Symbol 320 MovieClip [rvines1a] Frame 1
onClipEvent (load) {
black._visible = false;
speed = 4;
up = false;
upt = 0;
dn = true;
dnt = 0;
timermax = 40;
onscreen = false;
r_loss = 10;
rape = false;
rapet = 0;
rtime = 0;
rtimemax = 110;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!rape) {
gotoAndStop ("reg");
rtime++;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
Instance of Symbol 336 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
if (_root.scythe_in) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.scythe_in) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 371 MovieClip Frame 15
stop();
Instance of Symbol 374 MovieClip in Symbol 375 MovieClip Frame 1
onClipEvent (load) {
rspeed = 8;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + rspeed);
}
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
stop();
Symbol 381 MovieClip Frame 3
stop();
Instance of Symbol 369 MovieClip "limit" in Symbol 381 MovieClip Frame 3
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 381 MovieClip Frame 4
stop();
Symbol 381 MovieClip Frame 5
stop();
Symbol 381 MovieClip Frame 6
stop();
Symbol 381 MovieClip Frame 7
stop();
Instance of Symbol 369 MovieClip "limit" in Symbol 381 MovieClip Frame 7
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 381 MovieClip Frame 8
stop();
Symbol 381 MovieClip Frame 9
stop();
Symbol 381 MovieClip Frame 10
stop();
Symbol 381 MovieClip Frame 11
stop();
Symbol 381 MovieClip Frame 12
stop();
Symbol 381 MovieClip Frame 13
stop();
Symbol 381 MovieClip Frame 14
stop();
Symbol 381 MovieClip Frame 15
stop();
Symbol 381 MovieClip Frame 16
stop();
Symbol 381 MovieClip Frame 17
stop();
Symbol 381 MovieClip Frame 18
stop();
Symbol 381 MovieClip Frame 19
stop();
Symbol 381 MovieClip Frame 20
stop();
Symbol 381 MovieClip Frame 21
stop();
Symbol 381 MovieClip Frame 22
stop();
Symbol 381 MovieClip Frame 23
stop();
Symbol 381 MovieClip Frame 24
stop();
Symbol 381 MovieClip Frame 25
stop();
Symbol 381 MovieClip Frame 26
stop();
Symbol 381 MovieClip Frame 27
stop();
Symbol 381 MovieClip Frame 28
stop();
Symbol 381 MovieClip Frame 29
stop();
Symbol 381 MovieClip Frame 30
stop();
Instance of Symbol 381 MovieClip "animate" in Symbol 382 MovieClip [reaper1a] Frame 1
onClipEvent (load) {
_root.scythe_in = true;
fx_offset = 0;
fy_offset = 0;
ok = false;
shot_ready = false;
shot_readyt = 0;
shot_ready_half = 100;
shot_readymax = 200;
shot_ready_y = 0;
shot_ready_x = 300;
sh_speed = 3;
comein = true;
speed = 5;
att_method = false;
att_methodt = 0;
att_methodhalf = 50;
att_methodmax = 100;
att_speed = 3;
loop_count = 0;
loop_count_max = 3;
chill = false;
chillt = 0;
ch_speed = 6;
chillmax = 100;
chill_x = 400;
chill_y = 100;
hit = false;
hitt = 0;
hit_y = 30;
hitmax = 50;
hit_speed = 3;
ymin = -100;
xmax = 350;
x_ready = false;
y_ready = false;
_x = 205;
_y = 70;
talk = false;
talkt = 0;
talkmax = 100;
leave = false;
l_speed = 3;
l_max = 850;
}
onClipEvent (enterFrame) {
_root.ps1 = _parent._name;
if (!_root.pause) {
if (comein) {
_x = (_x + speed);
gotoAndStop ("comein");
if (_x >= xmax) {
_root.map1.hold = true;
comein = false;
chill = true;
}
}
if (!hit) {
if (att_method) {
att_methodt++;
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
hit = true;
}
if (limit.hitTest(_root.swep1.animate.limit)) {
_root.swep1.animate.ko = true;
hit = true;
}
if (att_methodt == att_methodhalf) {
_root.attachMovie("dragon_fireball1a", "fireball1" + _root.ebullet, _root.ebullet++);
_root["fireball1" + _root.ebullet].animate._x = _x - fx_offset;
_root["fireball1" + _root.ebullet].animate._y = _y + fy_offset;
}
if (att_methodt < att_methodhalf) {
gotoAndStop ("chill");
}
if (att_methodt >= att_methodhalf) {
gotoAndStop ("attack");
_x = (_x + att_speed);
_y = (_y - att_speed);
}
if (att_methodt >= att_methodmax) {
if (loop_count < loop_count_max) {
att_methodt = 0;
loop_count = loop_count + 1;
chill = true;
att_method = false;
} else {
att_methodt = 0;
shot_ready = true;
att_method = false;
}
}
}
}
if (hit) {
gotoAndStop ("hit");
hitt++;
if (dir == 1) {
_x = (_x + hit_speed);
} else {
_x = (_x - hit_speed);
}
hit_y--;
_y = (_y - hit_y);
if (hitt >= hitmax) {
hitt = 0;
att_method = false;
att_methodt = 0;
shot_ready = true;
hit = false;
}
}
if (chill) {
gotoAndStop ("chill");
chillt++;
if (_x < chill_x) {
_x = (_x + ch_speed);
}
if (_x > chill_x) {
_x = (_x - ch_speed);
}
if (_y < chill_y) {
_y = (_y + ch_speed);
}
if (_y > chill_y) {
_y = (_y - ch_speed);
}
if (chillt >= chillmax) {
chillt = 0;
att_method = true;
chill = false;
}
}
if (shot_ready) {
shot_readyt++;
if (!ok) {
gotoAndStop ("throw");
if (_x < shot_ready_x) {
_x = (_x + sh_speed);
x_ready = false;
} else if (_x > shot_ready_x) {
x_ready = false;
_x = (_x - sh_speed);
} else {
x_ready = true;
}
if (_y < shot_ready_y) {
_y = (_y + sh_speed);
y_ready = false;
} else if (_y > shot_ready_y) {
_y = (_y - sh_speed);
y_ready = false;
} else {
y_ready = true;
}
if (shot_readyt >= shot_ready_half) {
_root.scythe_in = false;
_root.attachMovie("l_scythe2a", "fireball1" + _root.ebullet, _root.ebullet++);
_root["fireball1" + _root.ebullet].animate._x = _x - fx_offset;
_root["fireball1" + _root.ebullet].animate._y = _y + fy_offset;
ok = true;
}
} else {
gotoAndStop ("chill");
}
if (shot_readyt >= shot_readymax) {
talk = true;
shot_ready = false;
}
}
if (talk) {
gotoAndStop ("talk");
talkt++;
if (talkt >= talkmax) {
leave = true;
talk = false;
}
}
if (leave) {
gotoAndStop ("chill");
_x = (_x + l_speed);
if (_x >= l_max) {
_root.map1.closer = true;
_parent.removeMovieClip();
}
}
}
}
Symbol 389 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 2
stop();
Symbol 389 MovieClip Frame 3
stop();
Instance of Symbol 389 MovieClip "animate" in Symbol 390 MovieClip [qte1a] Frame 1
onClipEvent (load) {
_root.miss = false;
_root.hit = false;
size1 = _root.qte_size;
_xscale = size1;
_yscale = size1;
right_min = 100;
right_max = 200;
clicked = false;
inc = _root.qte_inc;
alp_inc = 0.5;
_root.qte = true;
o_size = 800;
obar._xscale = o_size;
obar._yscale = o_size;
_alpha = 60;
_root.stime = o_size;
up = true;
hit = false;
hitt = 0;
hitmax = 100;
miss = false;
misst = 0;
missmax = 100;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"255", ab:"255"};
newColor = {ra:"255", rb:"0", ga:"255", gb:"0", ba:"255", bb:"0", aa:"255", ab:"255"};
}
onClipEvent (enterFrame) {
if (!hit) {
if (!miss) {
if (up) {
gotoAndStop ("up");
o_size = o_size - inc;
_root.stime = o_size;
_alpha = (_alpha + alp_inc);
obar._xscale = o_size;
obar._yscale = o_size;
if (_root.cont_attk) {
clicked = true;
}
if (o_size < right_min) {
idupcolor.setTransform(oldColor);
if (clicked) {
miss = true;
}
if (!clicked) {
miss = true;
}
}
if (o_size > right_max) {
idupcolor.setTransform(oldColor);
if (clicked) {
miss = true;
}
}
if ((o_size >= right_min) and (o_size < right_max)) {
idupcolor.setTransform(newColor);
if (clicked) {
hit = true;
}
}
}
}
}
if (miss) {
idupcolor.setTransform(oldColor);
_root.miss = true;
gotoAndStop ("miss");
misst++;
if (misst >= missmax) {
_parent.removeMovieClip();
}
}
if (hit) {
idupcolor.setTransform(oldColor);
_root.hit = true;
gotoAndStop ("hit");
hitt++;
if (hitt >= hitmax) {
_parent.removeMovieClip();
}
}
}
Symbol 419 MovieClip Frame 1
stop();
Symbol 419 MovieClip Frame 2
stop();
Symbol 419 MovieClip Frame 3
stop();
Symbol 419 MovieClip Frame 4
stop();
Symbol 419 MovieClip Frame 5
stop();
Symbol 419 MovieClip Frame 6
stop();
Symbol 419 MovieClip Frame 7
stop();
Symbol 419 MovieClip Frame 8
stop();
Instance of Symbol 419 MovieClip "animate" in Symbol 420 MovieClip [prparts1a] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx = speedx + 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy = speedy - 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx = speedx - (speedx * 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx = speedx + (speedx * 2);
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
if (dir == 0) {
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
if (dir == 1) {
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
speedy--;
_y = (_y - speedy);
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = (_y - 10);
}
gotoAndStop ("d");
if (dir == 0) {
if (speedx >= 0) {
speedx = speedx - 0.5;
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx = speedx + 0.5;
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = (_y+1);
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 424 MovieClip "animate" in Symbol 425 MovieClip [points1a] Frame 1
onClipEvent (load) {
speed = 3;
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
rtime++;
_y = (_y - speed);
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (rtime >= 30) {
_parent.removeMovieClip();
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 450) {
_parent.removeMovieClip();
}
}
}
Symbol 433 MovieClip Frame 11
stop();
Instance of Symbol 433 MovieClip "animate" in Symbol 434 MovieClip [plaser1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 30;
size = 50;
if (dir == -1) {
_xscale = (-size);
}
if (dir == 1) {
_xscale = size;
}
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
rtime++;
if (dir == -1) {
_xscale = (-size);
}
if (dir == 1) {
_xscale = size;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - 0.2;
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 0.25;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - 0.05;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
}
j++;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
Symbol 441 MovieClip Frame 6
gotoAndPlay (2);
Symbol 504 MovieClip Frame 22
stop();
Symbol 505 MovieClip Frame 1
stop();
Symbol 505 MovieClip Frame 2
stop();
Instance of Symbol 505 MovieClip "animate" in Symbol 506 MovieClip [napalm1a] Frame 1
onClipEvent (load) {
hitmax = 10;
_root.sw_power = 2;
size = 50;
if (dir == -1) {
_xscale = (-size);
}
if (dir == 1) {
_xscale = size;
}
_yscale = size;
attach = true;
speedx = 10;
speedy = 4;
bspeed = 1.5;
removetime = 0;
ko = false;
kot = 0;
komax = 25;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!ko) {
gotoAndStop ("a");
removetime++;
if (removetime >= 100) {
_parent.removeMovieClip();
}
if (dir == -1) {
_xscale = (-size);
_x = (_x - speedx);
}
if (dir == 1) {
_xscale = size;
_x = (_x + speedx);
}
_y = (_y + speedy);
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - 1;
if (_root["enemy" + i].animate.stun) {
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - hitmax;
}
ko = true;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - 0.5;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
ko = true;
}
j++;
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
ko = true;
}
}
}
if (ko) {
gotoAndStop ("fireup");
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - 1;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - 0.1;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
}
j++;
}
kot++;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
Symbol 543 MovieClip Frame 13
stop();
Symbol 544 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 2
stop();
Instance of Symbol 544 MovieClip "animate" in Symbol 545 MovieClip [missle1a] Frame 1
onClipEvent (load) {
ko = false;
kot = 0;
komax = 15;
_root.sw_power = 3;
size = 70;
if (dir == 1) {
_xscale = size;
_rotation = -50;
} else {
_xscale = (-size);
_rotation = 50;
}
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 22;
gotx = 5;
dspeed = 3;
r_speed = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
removetime++;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!ko) {
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - 3;
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 1;
ko = true;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - 3;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
ko = true;
}
j++;
}
if (_root.map1.black.hitTest(_x, _y + 45, true)) {
ko = true;
}
gotoAndStop ("nd");
got--;
_y = (_y - got);
if (dir == 1) {
_x = (_x + gotx);
_xscale = size;
shell._rotation = shell._rotation + r_speed;
}
if (dir == -1) {
_x = (_x - gotx);
_xscale = (-size);
shell._rotation = shell._rotation + r_speed;
}
}
if (ko) {
gotoAndStop ("d");
kot++;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 549 MovieClip "animate" in Symbol 550 MovieClip [miscintestines] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx = speedx + 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy = speedy - 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx = speedx - (speedx * 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx = speedx + (speedx * 2);
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
if (dir == 0) {
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
if (dir == 1) {
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
speedy--;
_y = (_y - speedy);
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = (_y - 10);
}
gotoAndStop ("d");
if (dir == 0) {
if (speedx >= 0) {
speedx = speedx - 0.5;
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx = speedx + 0.5;
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = (_y+1);
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 552 MovieClip "animate" in Symbol 553 MovieClip [mischeart1a] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx = speedx + 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy = speedy - 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx = speedx - (speedx * 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx = speedx + (speedx * 2);
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
if (dir == 0) {
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
if (dir == 1) {
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
speedy--;
_y = (_y - speedy);
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = (_y - 10);
}
gotoAndStop ("d");
if (dir == 0) {
if (speedx >= 0) {
speedx = speedx - 0.5;
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx = speedx + 0.5;
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = (_y+1);
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
Symbol 566 MovieClip Frame 1
stop();
Symbol 566 MovieClip Frame 2
stop();
Instance of Symbol 580 MovieClip in Symbol 581 MovieClip Frame 1
/* no clip actions */
Symbol 626 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 2
stop();
Symbol 626 MovieClip Frame 3
stop();
Symbol 626 MovieClip Frame 4
stop();
Symbol 626 MovieClip Frame 5
stop();
Symbol 671 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 2
stop();
Symbol 671 MovieClip Frame 3
stop();
Symbol 671 MovieClip Frame 4
stop();
Symbol 671 MovieClip Frame 5
stop();
Symbol 671 MovieClip Frame 6
stop();
Symbol 671 MovieClip Frame 7
stop();
Symbol 671 MovieClip Frame 8
stop();
Symbol 671 MovieClip Frame 9
stop();
Symbol 671 MovieClip Frame 10
stop();
Symbol 686 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 2
stop();
Instance of Symbol 566 MovieClip in Symbol 688 MovieClip Frame 2
onClipEvent (load) {
if (_root.gender_numb == 0) {
gotoAndStop ("f");
}
if (_root.gender_numb == 1) {
gotoAndStop ("m");
}
if (_root.gender_numb == 2) {
gotoAndStop ("m");
}
}
Symbol 688 MovieClip Frame 3
stop();
Symbol 688 MovieClip Frame 4
stop();
Symbol 688 MovieClip Frame 5
stop();
Symbol 688 MovieClip Frame 6
stop();
Symbol 688 MovieClip Frame 7
stop();
Symbol 688 MovieClip Frame 8
stop();
Instance of Symbol 688 MovieClip "animate" in Symbol 689 MovieClip [messagebox1a] Frame 1
onClipEvent (load) {
text1 = _root.text1;
_x = 325;
_y = 100;
size = 70;
_xscale = size;
_yscale = size;
gotoAndStop(_root.boxcolor);
}
onClipEvent (enterFrame) {
text1 = _root.text1;
gotoAndStop(_root.boxcolor);
if (_root.messboxremove) {
_parent.removeMovieClip();
}
}
Symbol 697 MovieClip Frame 3
if (int(random(10) == 1)) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
Instance of Symbol 699 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.en1.limit)) {
_root.en1.flip = true;
}
if (this.hitTest(_root.en2.limit)) {
_root.en2.flip = true;
}
if (this.hitTest(_root.en3.limit)) {
_root.en3.flip = true;
}
if (!_root.player.big) {
if (this.hitTest(_root.player.limita)) {
_root.player.stun = true;
}
}
}
Symbol 701 MovieClip Frame 26
_parent.dead = true;
stop();
Symbol 702 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 2
stop();
Symbol 702 MovieClip Frame 3
stop();
Symbol 702 MovieClip Frame 4
stop();
Instance of Symbol 702 MovieClip "animate" in Symbol 703 MovieClip [mcocktail1a] Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_root.sw_power = 2;
size = 50;
}
if (_root.gender_numb == 1) {
_root.sw_power = 3;
size = 60;
}
if (_root.gender_numb == 2) {
_root.sw_power = 2.5;
size = 55;
}
_xscale = size;
_yscale = size;
attach = true;
speedx = 10;
speedy = 4;
bspeed = 1.5;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
fireup = false;
fireupt = 0;
fireupmax = 20;
thrown = true;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!ko) {
removetime++;
if (removetime >= 100) {
_parent.removeMovieClip();
}
if (!fireup) {
if (thrown) {
_y = (_y + speedy);
if (dir == 1) {
bottle._rotation = bottle._rotation + 25;
_x = (_x + speedx);
} else {
bottle._rotation = bottle._rotation + 25;
_x = (_x - speedx);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
fireup = true;
thrown = false;
}
}
}
if (fireup) {
fireupt++;
gotoAndStop ("fireup");
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
ko = true;
}
j++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - (_root.sw_power / 2);
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - (_root.sw_power / 5);
}
i++;
}
if (fireupt >= fireupmax) {
_parent.removeMovieClip();
}
}
}
if (ko) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 706 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 706 MovieClip "animate" in Symbol 707 MovieClip [lifeorb1a] Frame 1
onClipEvent (load) {
goty = 20;
dead = false;
_y = (_y - 20);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (limit.hitTest(_root.p1.animate.limit)) {
_root.magic = 100;
_root.life = 100;
_root.armor = true;
_root.armlife = 100;
_parent.removeMovieClip();
}
if (!_root.map1.black.hitTest(_x, _y + 45, true)) {
goty--;
_y = (_y - goty);
}
}
}
Symbol 710 MovieClip Frame 1
stop();
Instance of Symbol 239 MovieClip "limit" in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 710 MovieClip "animate" in Symbol 711 MovieClip [l_scythe2a] Frame 1
onClipEvent (load) {
rot_speed = 35;
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
dspeedx = 3;
dspeedy = 5;
rape = false;
rapet = 0;
rapemax = 300;
rtime = 0;
rtimemax = 250;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
dir = -1;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!dead) {
gotoAndStop ("go");
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
}
}
}
_y = (_y + dspeedy);
if (dir == 1) {
character._rotation = character._rotation + rot_speed;
_x = (_x + dspeedx);
}
if (dir == -1) {
character._rotation = character._rotation + rot_speed;
_x = (_x - dspeedx);
}
rtime = rtime + 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
deadt++;
_alpha = (_alpha - 15);
size = size + d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 710 MovieClip "animate" in Symbol 712 MovieClip [l_scythe1a] Frame 1
onClipEvent (load) {
rot_speed = 35;
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
dspeedx = 8;
dspeedy = 3;
rape = false;
rapet = 0;
rapemax = 300;
rtime = 0;
rtimemax = 250;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!dead) {
gotoAndStop ("go");
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
}
}
}
if (rtime <= 30) {
_y = (_y + dspeedy);
}
if (dir == 1) {
character._rotation = character._rotation + rot_speed;
_x = (_x + dspeedx);
}
if (dir == -1) {
character._rotation = character._rotation + rot_speed;
_x = (_x - dspeedx);
}
rtime = rtime + 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
deadt++;
_alpha = (_alpha - 15);
size = size + d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 744 MovieClip Frame 1
stop();
Symbol 744 MovieClip Frame 2
stop();
Symbol 744 MovieClip Frame 3
stop();
Symbol 744 MovieClip Frame 4
stop();
Symbol 744 MovieClip Frame 5
stop();
Symbol 744 MovieClip Frame 6
stop();
Symbol 744 MovieClip Frame 7
stop();
Symbol 744 MovieClip Frame 8
stop();
Symbol 744 MovieClip Frame 9
stop();
Symbol 744 MovieClip Frame 10
stop();
Instance of Symbol 744 MovieClip "animate" in Symbol 745 MovieClip [items1a] Frame 1
onClipEvent (load) {
goty = 5 + random(20);
gotx = random(3) - random(3);
dead = false;
if (itemsel == 0) {
gotoAndStop ("a");
}
if (itemsel == 1) {
gotoAndStop ("b");
}
if (itemsel == 2) {
gotoAndStop ("c");
}
if (itemsel == 3) {
gotoAndStop ("d");
}
if (itemsel == 4) {
gotoAndStop ("e");
}
if (itemsel == 5) {
gotoAndStop ("f");
}
if (itemsel == 6) {
gotoAndStop ("g");
}
if (itemsel == 7) {
gotoAndStop ("h");
}
if (itemsel == 8) {
gotoAndStop ("i");
}
_y = (_y - 20);
rtime = 0;
rtimemax = 150;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (itemsel == 0) {
gotoAndStop ("a");
}
if (itemsel == 1) {
gotoAndStop ("b");
}
if (itemsel == 2) {
gotoAndStop ("c");
}
if (itemsel == 3) {
gotoAndStop ("d");
}
if (itemsel == 4) {
gotoAndStop ("e");
}
if (itemsel == 5) {
gotoAndStop ("f");
}
if (itemsel == 6) {
gotoAndStop ("g");
}
if (itemsel == 7) {
gotoAndStop ("h");
}
if (itemsel == 8) {
gotoAndStop ("i");
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (itemsel == 0) {
_root.magic = _root.magic + 5;
}
if (itemsel == 1) {
_root.life = _root.life + 10;
}
if (itemsel == 2) {
if (_root.armor) {
_root.armlife = _root.armlife + 10;
} else {
_root.armlife = 10;
_root.armor = true;
}
}
if (itemsel == 3) {
_root.sub_weapon = 1;
}
if (itemsel == 4) {
_root.sub_weapon = 2;
}
if (itemsel == 5) {
_root.sub_weapon = 3;
}
if (itemsel == 6) {
_root.sub_weapon = 4;
}
if (itemsel == 7) {
if (_root.char_name == "bunker") {
_root.p1.animate.nohit = true;
if (_root.gender_numb == 0) {
_root.gender_numb = 1;
_parent.removeMovieClip();
}
if (_root.gender_numb == 1) {
_root.gender_numb = 0;
_parent.removeMovieClip();
}
if (_root.gender == 2) {
_root.gender_numb = 0;
_parent.removeMovieClip();
}
} else {
_root.gender_numb = 1;
}
}
if (itemsel == 8) {
_root.weapon_numb = _root.weapon_numb + 1;
if (_root.char_name == "bunker") {
_root.p1.animate.nohit = true;
}
if (_root.weapon_numb >= 4) {
_root.weapon_numb = 3;
}
}
_parent.removeMovieClip();
}
if (rtime >= (rtimemax / 2)) {
_alpha = 50;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (!_root.map1.black.hitTest(_x, _y + 35, true)) {
goty--;
_y = (_y - goty);
_x = (_x + gotx);
}
} else {
_visible = false;
}
}
Symbol 758 MovieClip [spark1a] Frame 20
stop();
Instance of Symbol 758 MovieClip [spark1a] "animate" in Symbol 759 MovieClip [hitspark1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 30;
size = 100;
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Symbol 763 MovieClip Frame 1
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
Symbol 777 MovieClip Frame 1
stop();
Symbol 777 MovieClip Frame 2
stop();
Symbol 777 MovieClip Frame 3
stop();
Symbol 777 MovieClip Frame 4
stop();
Symbol 777 MovieClip Frame 5
stop();
Symbol 780 MovieClip Frame 1
stop();
Symbol 780 MovieClip Frame 2
stop();
Symbol 781 MovieClip Frame 1
mouth.gotoAndStop(2);
Symbol 786 MovieClip Frame 1
stop();
Symbol 786 MovieClip Frame 2
stop();
Symbol 799 MovieClip Frame 1
stop();
Symbol 799 MovieClip Frame 2
stop();
Symbol 799 MovieClip Frame 3
stop();
Symbol 799 MovieClip Frame 4
stop();
Symbol 799 MovieClip Frame 5
stop();
Symbol 799 MovieClip Frame 6
stop();
Symbol 799 MovieClip Frame 7
stop();
Symbol 799 MovieClip Frame 8
stop();
Symbol 799 MovieClip Frame 9
stop();
Instance of Symbol 799 MovieClip "animate" in Symbol 800 MovieClip [heads1a] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx = speedx + 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy = speedy - 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx = speedx - (speedx * 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx = speedx + (speedx * 2);
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
if (dir == 0) {
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
if (dir == 1) {
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
speedy--;
_y = (_y - speedy);
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = (_y - 10);
}
gotoAndStop ("d");
if (dir == 0) {
if (speedx >= 0) {
speedx = speedx - 0.5;
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx = speedx + 0.5;
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = (_y+1);
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 815 MovieClip in Symbol 816 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 819 MovieClip in Symbol 820 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 823 MovieClip in Symbol 828 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 825 MovieClip in Symbol 828 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 827 MovieClip in Symbol 828 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 831 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 835 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 837 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 841 MovieClip in Symbol 844 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 843 MovieClip in Symbol 844 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 847 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 849 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 3) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 3) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 851 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 853 MovieClip in Symbol 854 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 857 MovieClip in Symbol 858 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 835 MovieClip in Symbol 862 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 861 MovieClip in Symbol 862 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 841 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 869 MovieClip in Symbol 874 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 871 MovieClip in Symbol 874 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 873 MovieClip in Symbol 874 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 877 MovieClip in Symbol 878 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 881 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 886 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 2
stop();
Symbol 886 MovieClip Frame 3
stop();
Symbol 898 MovieClip Frame 1
stop();
Symbol 898 MovieClip Frame 2
stop();
Symbol 898 MovieClip Frame 3
stop();
Symbol 898 MovieClip Frame 4
stop();
Symbol 898 MovieClip Frame 5
stop();
Symbol 898 MovieClip Frame 6
stop();
Symbol 898 MovieClip Frame 7
stop();
Symbol 898 MovieClip Frame 8
stop();
Symbol 898 MovieClip Frame 9
stop();
Symbol 898 MovieClip Frame 10
stop();
Symbol 898 MovieClip Frame 11
stop();
Symbol 898 MovieClip Frame 12
stop();
Symbol 908 MovieClip Frame 1
stop();
Instance of Symbol 898 MovieClip in Symbol 908 MovieClip Frame 1
onClipEvent (load) {
if (_root.hat_numb == 0) {
gotoAndStop ("none");
}
if (_root.hat_numb == 1) {
gotoAndStop ("a");
}
if (_root.hat_numb == 2) {
gotoAndStop ("b");
}
if (_root.hat_numb == 3) {
gotoAndStop ("c");
}
if (_root.hat_numb == 4) {
gotoAndStop ("d");
}
if (_root.hat_numb == 5) {
gotoAndStop ("e");
}
if (_root.hat_numb == 6) {
gotoAndStop ("f");
}
if (_root.hat_numb == 7) {
gotoAndStop ("g");
}
if (_root.hat_numb == 8) {
gotoAndStop ("h");
}
if (_root.hat_numb == 9) {
gotoAndStop ("i");
}
if (_root.hat_numb == 10) {
gotoAndStop ("j");
}
if (_root.hat_numb == 11) {
gotoAndStop ("k");
}
}
onClipEvent (enterFrame) {
if (_root.hat_numb == 0) {
gotoAndStop ("none");
}
if (_root.hat_numb == 1) {
gotoAndStop ("a");
}
if (_root.hat_numb == 2) {
gotoAndStop ("b");
}
if (_root.hat_numb == 3) {
gotoAndStop ("c");
}
if (_root.hat_numb == 4) {
gotoAndStop ("d");
}
if (_root.hat_numb == 5) {
gotoAndStop ("e");
}
if (_root.hat_numb == 6) {
gotoAndStop ("f");
}
if (_root.hat_numb == 7) {
gotoAndStop ("g");
}
if (_root.hat_numb == 8) {
gotoAndStop ("h");
}
if (_root.hat_numb == 9) {
gotoAndStop ("i");
}
if (_root.hat_numb == 10) {
gotoAndStop ("j");
}
if (_root.hat_numb == 11) {
gotoAndStop ("k");
}
}
Symbol 908 MovieClip Frame 2
stop();
Symbol 908 MovieClip Frame 3
stop();
Symbol 908 MovieClip Frame 4
stop();
Symbol 908 MovieClip Frame 5
stop();
Symbol 911 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 2
stop();
Instance of Symbol 911 MovieClip in Symbol 912 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
if (_root.cl_numb == 0) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop ("b");
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
if (_root.cl_numb == 0) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop ("b");
}
} else {
_visible = false;
}
}
Symbol 915 MovieClip Frame 1
stop();
Symbol 915 MovieClip Frame 2
stop();
Instance of Symbol 915 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
if (_root.cl_numb == 0) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop ("b");
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
if (_root.cl_numb == 0) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 1) {
_visible = false;
}
if (_root.cl_numb == 2) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 3) {
gotoAndStop ("a");
_visible = true;
}
if (_root.cl_numb == 4) {
_visible = false;
}
if (_root.cl_numb == 5) {
_visible = true;
gotoAndStop ("b");
}
} else {
_visible = false;
}
}
Instance of Symbol 919 MovieClip in Symbol 922 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 921 MovieClip in Symbol 922 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 925 MovieClip Frame 1
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 934 MovieClip Frame 21
stop();
Symbol 935 MovieClip Frame 1
eyes.gotoAndStop(4);
meyes.gotoAndStop(2);
mouth.gotoAndStop(3);
Symbol 935 MovieClip Frame 95
stop();
Symbol 950 MovieClip Frame 10
stop();
Instance of Symbol 259 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 259 MovieClip in Symbol 955 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 955 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 955 MovieClip Frame 110
stop();
Symbol 958 MovieClip Frame 1
stop();
Symbol 958 MovieClip Frame 2
stop();
Symbol 958 MovieClip Frame 3
stop();
Symbol 958 MovieClip Frame 4
stop();
Symbol 958 MovieClip Frame 5
stop();
Symbol 958 MovieClip Frame 6
stop();
Symbol 958 MovieClip Frame 7
stop();
Instance of Symbol 958 MovieClip "animate" in Symbol 959 MovieClip [handtrap1a] Frame 1
onClipEvent (load) {
black._visible = false;
speed = 4;
up = false;
upt = 0;
dn = true;
dnt = 0;
timermax = 40;
onscreen = false;
r_loss = 10;
rape = false;
rapet = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!rape) {
gotoAndStop ("reg");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
Instance of Symbol 968 MovieClip "limit" in Symbol 987 MovieClip Frame 13
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 988 MovieClip Frame 67
stop();
Symbol 989 MovieClip Frame 1
stop();
Symbol 989 MovieClip Frame 2
stop();
Symbol 989 MovieClip Frame 3
stop();
Instance of Symbol 989 MovieClip "animate" in Symbol 990 MovieClip [gasser1a] Frame 1
onClipEvent (load) {
black._visible = false;
on1 = false;
on1t = false;
on1max = 40;
off = true;
offt = 0;
offmax = 80;
r_loss = 10;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (on1) {
on1t++;
gotoAndStop ("on1");
if (on1t >= on1max) {
on1t = 0;
off = true;
on1 = false;
}
}
if (off) {
offt++;
gotoAndStop ("off");
if (offt >= offmax) {
offt = 0;
on1 = true;
off = false;
}
}
if (!_root.p1.animate.masturbate) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.gas.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
}
}
}
Instance of Symbol 543 MovieClip "animate" in Symbol 991 MovieClip [fsmoke1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
rtime++;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
Symbol 993 MovieClip Frame 30
_root.gotoAndStop("ending");
stop();
Instance of Symbol 1004 MovieClip "animate" in Symbol 1005 MovieClip [fightbar1a] Frame 1
onClipEvent (load) {
attached = true;
b_size = 60;
xoffset = -100;
yoffset = 80;
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y - yoffset);
size = 100;
_xscale = size;
_yscale = size;
bar._width = _root.esc * 3;
outline._width = _root.escmax * 3;
bar._height = 60;
outline._height = 60;
textselect = random(3);
if (_root.qte_type == 0) {
text1 = "WAGGLE!";
}
if (_root.qte_type == 1) {
text1 = "PRESS A!";
}
if (_root.qte_type == 2) {
text1 = "PRESS S!";
}
}
onClipEvent (enterFrame) {
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y - yoffset);
if (_root.qte_type == 0) {
text1 = "TAP ARROW KEYS!";
}
if (_root.qte_type == 1) {
text1 = "TAP A!";
}
if (_root.qte_type == 2) {
text1 = "TAP S!";
}
if (_root.qte_type == 3) {
text1 = "TAP D!";
}
_xscale = size;
_yscale = size;
bar._width = _root.esc;
outline._width = _root.escmax;
bar._height = b_size;
outline._height = b_size;
if (_root.esc <= 0) {
bar._width = 0;
}
if (_root.esc >= _root.escmax) {
bar._width = _root.escmax;
}
if (!_root.rape_breakable) {
_parent.removeMovieClip();
}
if (!_root.p1.animate.raped) {
_parent.removeMovieClip();
}
}
Symbol 1032 MovieClip Frame 1
stop();
Symbol 1032 MovieClip Frame 2
stop();
Symbol 1032 MovieClip Frame 3
stop();
Symbol 1032 MovieClip Frame 4
stop();
Symbol 1032 MovieClip Frame 5
stop();
Symbol 1032 MovieClip Frame 6
stop();
Symbol 1032 MovieClip Frame 7
stop();
Symbol 1032 MovieClip Frame 8
stop();
Symbol 1032 MovieClip Frame 9
stop();
Instance of Symbol 1032 MovieClip "animate" in Symbol 1033 MovieClip [feet1a] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx = speedx + 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy = speedy - 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx = speedx - (speedx * 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx = speedx + (speedx * 2);
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
if (dir == 0) {
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
if (dir == 1) {
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
speedy--;
_y = (_y - speedy);
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = (_y - 10);
}
gotoAndStop ("d");
if (dir == 0) {
if (speedx >= 0) {
speedx = speedx - 0.5;
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx = speedx + 0.5;
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = (_y+1);
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
Symbol 1038 MovieClip Frame 16
stop();
Symbol 1039 MovieClip Frame 1
stop();
Symbol 1039 MovieClip Frame 2
stop();
Instance of Symbol 1039 MovieClip "animate" in Symbol 1040 MovieClip [enemyball1a] Frame 1
onClipEvent (load) {
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 20;
speed = 61;
dx = _root.p1.animate._x - _x;
dy = _root.p1.animate._y - _y;
rtime = 0;
rtimemax = 150;
sparktimer = 0;
sparktimermax = 10;
size = 75;
_xscale = size;
_yscale = size;
_alpha = 100;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (colortype == 0) {
idupcolor.setTransform(oldColor);
}
if (colortype == 1) {
idupcolor.setTransform(Color1);
}
if (colortype == 2) {
idupcolor.setTransform(Color2);
}
if (colortype == 3) {
idupcolor.setTransform(Color3);
}
if (colortype == 4) {
idupcolor.setTransform(Color4);
}
if (colortype == 5) {
idupcolor.setTransform(Color5);
}
if (colortype == 6) {
idupcolor.setTransform(Color6);
}
if (!dead) {
rtime++;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
gotoAndStop ("nd");
rev._rotation = rev._rotation + 40;
if (this.hitTest(_root.p1.animate.character.weapon.limit)) {
dead = true;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
dead = true;
}
}
}
_x = (_x + (dx / speed));
_y = (_y + (dy / speed));
rtime = rtime + 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
deadt++;
gotoAndStop ("d");
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 231 MovieClip "animate" in Symbol 1041 MovieClip [e_throwaxe1a] Frame 1
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 22;
gotx = 5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
r_loss = 20;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + 25);
removetime++;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (!ko) {
got--;
_y = (_y - got);
if (dir == 1) {
_x = (_x + gotx);
}
if (dir == -1) {
_x = (_x - gotx);
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
ko = true;
}
}
}
}
}
if (ko) {
_rotation = (_rotation + 30);
uspeed--;
_y = (_y - uspeed);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == -1) {
_x = (_x + dspeed);
}
}
}
}
Instance of Symbol 702 MovieClip "animate" in Symbol 1042 MovieClip [e_mcocktail1a] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
attach = true;
speedx = 10;
speedy = 4;
bspeed = 1.5;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
fireup = false;
fireupt = 0;
fireupmax = 20;
thrown = true;
r_loss = 5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (!ko) {
removetime++;
if (removetime >= 100) {
_parent.removeMovieClip();
}
if (!fireup) {
if (thrown) {
_y = (_y + speedy);
if (dir == 1) {
bottle._rotation = bottle._rotation + 25;
_x = (_x + speedx);
} else {
bottle._rotation = bottle._rotation + 25;
_x = (_x - speedx);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
fireup = true;
thrown = false;
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
fireup = true;
thrown = false;
}
}
}
if (fireup) {
fireupt++;
gotoAndStop ("fireup");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
}
}
}
}
if (fireupt >= fireupmax) {
_parent.removeMovieClip();
}
}
}
if (ko) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 1043 MovieClip "animate" in Symbol 1044 MovieClip [e_dagger1a] Frame 1
onClipEvent (load) {
attach = true;
size = 250;
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000 /* 0x0186A0 */;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
r_loss = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
removetime++;
bullettimer++;
if (removetime >= 50) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
ko = true;
}
}
}
}
if (dir == -1) {
gor = true;
gol = false;
gortime++;
if (gor) {
_xscale = (-size);
_x = (_x - speed);
}
}
if (dir == 1) {
gor = false;
gol = true;
if (gol) {
_xscale = size;
_x = (_x + speed);
}
}
}
if (ko) {
_rotation = (_rotation + 30);
uspeed--;
_y = (_y - uspeed);
if (dir == -1) {
_x = (_x - dspeed);
}
if (dir == 1) {
_x = (_x + dspeed);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
}
}
}
Instance of Symbol 1046 MovieClip "animate" in Symbol 1047 MovieClip [e_bull_spark1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 150;
_alpha = 100;
inc = 20;
size = 100;
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
_alpha = (_alpha - inc);
if (_alpha <= 0) {
_parent.removeMovieClip();
}
}
}
Symbol 1050 MovieClip Frame 1
stop();
Symbol 1050 MovieClip Frame 2
stop();
Instance of Symbol 1050 MovieClip "animate" in Symbol 1051 MovieClip [e_boomerang1a] Frame 1
onClipEvent (load) {
size = 100;
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 20;
goty = 0.5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
r_loss = 15;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
removetime++;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (!ko) {
_rotation = (_rotation + 35);
got--;
_y = (_y - goty);
if (dir == 1) {
_x = (_x + got);
}
if (dir == -1) {
_x = (_x - got);
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
ko = true;
}
}
}
}
}
if (ko) {
_rotation = (_rotation - 30);
uspeed--;
_y = (_y - uspeed);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == -1) {
_x = (_x + dspeed);
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
}
}
}
Instance of Symbol 1046 MovieClip "animate" in Symbol 1052 MovieClip [dragon_fireball1a] Frame 1
onClipEvent (load) {
r_loss = 10;
d_inc = 20;
dead = false;
deadt = 0;
deadmax = 40;
speed = 61;
dx = _root.p1.animate._x - _x;
dy = _root.p1.animate._y - _y;
rtime = 0;
rtimemax = 150;
sparktimer = 0;
sparktimermax = 10;
size = 100;
_xscale = size;
_yscale = size;
_alpha = 100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!dead) {
sparktimer++;
if (sparktimer >= sparktimermax) {
_root.attachMovie("e_bull_spark1a", "espark1" + _root.debris, _root.debris++);
_root["espark1" + _root.debris].animate._x = _x;
_root["espark1" + _root.debris].animate._y = _y;
sparktimer = 0;
}
if (this.hitTest(_root.p1.animate.character.weapon.limit)) {
dead = true;
}
if (this.hitTest(_root.swep1.animate.limit)) {
dead = true;
}
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
dead = true;
}
}
}
_x = (_x + (dx / speed));
_y = (_y + (dy / speed));
rtime = rtime + 1;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
if (dead) {
deadt++;
_alpha = (_alpha - 15);
size = size + d_inc;
_xscale = size;
_yscale = size;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 1060 MovieClip Frame 19
gotoAndPlay (4);
Instance of Symbol 1060 MovieClip "animate" in Symbol 1061 MovieClip [dracfireball2a] Frame 1
onClipEvent (load) {
dead = false;
deadt = 0;
dspeed = 6;
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
rtime++;
if (rtime >= 150) {
_parent.removeMovieClip();
}
if (!dead) {
gotoAndStop ("nd");
_y = (_y + dspeed);
_x = (_x + (speed + 2));
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
_root.health = _root.health - 15;
_root.player1.animate.hit1 = true;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 25) {
_parent.removeMovieClip();
}
}
}
}
Symbol 1068 MovieClip Frame 18
gotoAndPlay (3);
Symbol 1085 MovieClip Frame 19
stop();
Symbol 1087 MovieClip Frame 1
stop();
Symbol 1087 MovieClip Frame 2
stop();
Instance of Symbol 1087 MovieClip "animate" in Symbol 1088 MovieClip [dracfire1a] Frame 1
onClipEvent (load) {
r_loss = 15;
dead = false;
deadt = 0;
if (dir == 0) {
speed = -8;
_xscale = -100;
}
if (dir == 1) {
speed = 8;
_xscale = 100;
}
if (ydir == 0) {
yspeed = 3;
}
if (ydir == 1) {
yspeed = -3;
}
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
rtime++;
if (rtime >= 150) {
_parent.removeMovieClip();
}
if (!dead) {
gotoAndStop ("nd");
_x = (_x + speed);
_y = (_y + yspeed);
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
dead = true;
}
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 25) {
_parent.removeMovieClip();
}
}
}
}
Symbol 1097 MovieClip Frame 17
stop();
Instance of Symbol 1097 MovieClip "animate" in Symbol 1098 MovieClip [dracballfire1a] Frame 1
onClipEvent (load) {
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (rtime >= 25) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 1104 MovieClip "animate" in Symbol 1105 MovieClip [dracball2a] Frame 1
onClipEvent (load) {
r_loss = 15;
dead = false;
deadt = 0;
dspeed = 6;
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
rtime = 0;
firet = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
rtime++;
firet++;
_rotation = (_rotation + 4);
if (rtime >= 150) {
_parent.removeMovieClip();
}
afro = random(4);
if (firet >= 10) {
_root.attachMovie("dracballfire1a", "dracballfire1" + _root.debris, _root.debris++);
if (afro == 0) {
_root["dracballfire1" + _root.debris].animate._x = _x + 20;
_root["dracballfire1" + _root.debris].animate._y = _y - 20;
}
if (afro == 1) {
_root["dracballfire1" + _root.debris].animate._x = _x - 20;
_root["dracballfire1" + _root.debris].animate._y = _y + 20;
}
if (afro == 2) {
_root["dracballfire1" + _root.debris].animate._x = _x - 30;
_root["dracballfire1" + _root.debris].animate._y = _y + 30;
}
if (afro == 3) {
_root["dracballfire1" + _root.debris].animate._x = _x + 30;
_root["dracballfire1" + _root.debris].animate._y = _y - 30;
}
firet = 0;
} else {
afro = false;
}
_x = (_x + speed);
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.hit = true;
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
}
}
}
}
}
Symbol 1116 MovieClip Frame 1
stop();
Symbol 1116 MovieClip Frame 2
stop();
Symbol 1116 MovieClip Frame 3
stop();
Symbol 1116 MovieClip Frame 4
stop();
Symbol 1116 MovieClip Frame 5
stop();
Symbol 1116 MovieClip Frame 6
stop();
Symbol 1116 MovieClip Frame 7
stop();
Symbol 1116 MovieClip Frame 8
stop();
Symbol 1116 MovieClip Frame 9
stop();
Symbol 1116 MovieClip Frame 10
stop();
Instance of Symbol 1043 MovieClip "animate" in Symbol 1118 MovieClip [dagger1a] Frame 1
onClipEvent (load) {
attach = true;
if (_root.gender_numb == 0) {
_root.sw_power = 2;
size = 250;
}
if (_root.gender_numb == 1) {
_root.sw_power = 3;
size = 500;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
size = 600;
}
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000 /* 0x0186A0 */;
bullettimer = 0;
speed = 15;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
removetime++;
bullettimer++;
if (removetime >= 50) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (!ko) {
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - _root.sw_power;
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 0.5;
ko = true;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - _root.sw_power;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
ko = true;
}
j++;
}
if (dir == -1) {
gor = true;
gol = false;
gortime++;
if (gor) {
_xscale = (-size);
_x = (_x - speed);
}
}
if (dir == 1) {
gor = false;
gol = true;
if (gol) {
_xscale = size;
_x = (_x + speed);
}
}
}
if (ko) {
_rotation = (_rotation + 30);
uspeed--;
_y = (_y - uspeed);
if (dir == -1) {
_x = (_x - dspeed);
}
if (dir == 1) {
_x = (_x + dspeed);
}
}
}
}
Instance of Symbol 1121 MovieClip in Symbol 1122 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1124 MovieClip in Symbol 1125 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1129 MovieClip in Symbol 1130 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1132 MovieClip in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 823 MovieClip in Symbol 1138 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 825 MovieClip in Symbol 1138 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1137 MovieClip in Symbol 1138 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1144 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1146 MovieClip Frame 5
stop();
Symbol 1151 MovieClip Frame 1
stop();
Symbol 1151 MovieClip Frame 2
stop();
Symbol 1151 MovieClip Frame 3
stop();
Symbol 1154 MovieClip Frame 9
stop();
Symbol 1156 MovieClip Frame 9
stop();
Symbol 1158 MovieClip Frame 9
stop();
Symbol 1160 MovieClip Frame 9
stop();
Symbol 1161 MovieClip Frame 1
stop();
Symbol 1161 MovieClip Frame 2
stop();
Symbol 1161 MovieClip Frame 3
stop();
Symbol 1161 MovieClip Frame 4
stop();
Symbol 1161 MovieClip Frame 5
stop();
Instance of Symbol 1161 MovieClip "weapon" in Symbol 1164 MovieClip Frame 4
onClipEvent (load) {
limit._visible = false;
if (_root.weapon_numb == 0) {
gotoAndStop ("a");
}
if (_root.weapon_numb == 1) {
gotoAndStop ("b");
}
if (_root.weapon_numb == 2) {
gotoAndStop ("c");
}
if (_root.weapon_numb == 3) {
gotoAndStop ("d");
}
}
Symbol 1164 MovieClip Frame 12
stop();
Instance of Symbol 1167 MovieClip in Symbol 1170 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1169 MovieClip in Symbol 1170 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1171 MovieClip Frame 10
stop();
Instance of Symbol 1151 MovieClip in Symbol 1172 MovieClip Frame 1
onClipEvent (load) {
if (_root.w1) {
gotoAndStop ("knife");
}
if (_root.w2) {
gotoAndStop ("sword");
}
if (_root.w3) {
gotoAndStop ("axe");
}
}
Instance of Symbol 1161 MovieClip "weapon" in Symbol 1172 MovieClip Frame 4
onClipEvent (load) {
limit._visible = false;
if (_root.weapon_numb == 0) {
gotoAndStop ("a");
}
if (_root.weapon_numb == 1) {
gotoAndStop ("b");
}
if (_root.weapon_numb == 2) {
gotoAndStop ("c");
}
if (_root.weapon_numb == 3) {
gotoAndStop ("d");
}
}
Symbol 1172 MovieClip Frame 12
stop();
Instance of Symbol 1151 MovieClip in Symbol 1172 MovieClip Frame 12
onClipEvent (load) {
if (_root.w1) {
gotoAndStop ("knife");
}
if (_root.w2) {
gotoAndStop ("sword");
}
if (_root.w3) {
gotoAndStop ("axe");
}
}
Symbol 1173 MovieClip Frame 5
stop();
Instance of Symbol 1176 MovieClip in Symbol 1183 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1179 MovieClip in Symbol 1183 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1181 MovieClip in Symbol 1183 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1194 MovieClip Frame 10
stop();
Instance of Symbol 1176 MovieClip in Symbol 1203 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1179 MovieClip in Symbol 1203 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1181 MovieClip in Symbol 1203 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1176 MovieClip in Symbol 1203 MovieClip Frame 3
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1189 MovieClip "limit" in Symbol 1203 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!_root.pause) {
if (this.hitTest(_root.e1.animate.limit)) {
if (!a1) {
_root.e1.animate.life = _root.e1.animate.life - 3;
_root.e1.animate.hit = true;
a1 = true;
}
}
if (this.hitTest(_root.e2.animate.limit)) {
if (!a2) {
_root.e2.animate.life = _root.e2.animate.life - 3;
_root.e2.animate.hit = true;
a2 = true;
}
}
if (this.hitTest(_root.e3.animate.limit)) {
if (!a3) {
_root.e3.animate.life = _root.e3.animate.life - 3;
_root.e3.animate.hit = true;
a3 = true;
}
}
if (this.hitTest(_root.e4.animate.limit)) {
if (!a4) {
_root.e4.animate.life = _root.e4.animate.life - 3;
_root.e4.animate.hit = true;
a4 = true;
}
}
if (this.hitTest(_root.e5.animate.limit)) {
if (!a5) {
_root.e5.animate.life = _root.e5.animate.life - 3;
_root.e5.animate.hit = true;
a5 = true;
}
}
if (this.hitTest(_root.e6.animate.limit)) {
if (!a6) {
_root.e6.animate.life = _root.e6.animate.life - 3;
_root.e6.animate.hit = true;
a6 = true;
}
}
if (this.hitTest(_root.e7.animate.limit)) {
if (!a7) {
_root.e7.animate.life = _root.e7.animate.life - 3;
_root.e7.animate.hit = true;
a7 = true;
}
}
if (this.hitTest(_root.e8.animate.limit)) {
if (!a8) {
_root.e8.animate.life = _root.e8.animate.life - 3;
_root.e8.animate.hit = true;
a8 = true;
}
}
if (this.hitTest(_root.e9.animate.limit)) {
if (!a9) {
_root.e9.animate.life = _root.e9.animate.life - 3;
_root.e9.animate.hit = true;
a9 = true;
}
}
}
}
Symbol 1203 MovieClip Frame 10
stop();
Instance of Symbol 1176 MovieClip in Symbol 1215 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1179 MovieClip in Symbol 1215 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1181 MovieClip in Symbol 1215 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1216 MovieClip Frame 1
stop();
Instance of Symbol 259 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1219 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1223 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 259 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1219 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1223 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1253 MovieClip in Symbol 1257 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1223 MovieClip in Symbol 1257 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1256 MovieClip in Symbol 1257 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 1257 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1181 MovieClip in Symbol 1262 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1260 MovieClip in Symbol 1262 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 1262 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1263 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 1263 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 139 MovieClip in Symbol 1263 MovieClip Frame 1
onClipEvent (load) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent.curse) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1263 MovieClip Frame 2
stop();
Symbol 1263 MovieClip Frame 3
stop();
Symbol 1263 MovieClip Frame 4
stop();
Symbol 1263 MovieClip Frame 5
stop();
Symbol 1263 MovieClip Frame 6
stop();
Symbol 1263 MovieClip Frame 7
stop();
Symbol 1263 MovieClip Frame 8
stop();
Symbol 1263 MovieClip Frame 9
stop();
Symbol 1263 MovieClip Frame 10
stop();
Symbol 1263 MovieClip Frame 11
stop();
Symbol 1263 MovieClip Frame 12
stop();
Symbol 1263 MovieClip Frame 13
stop();
Symbol 1263 MovieClip Frame 14
stop();
Symbol 1263 MovieClip Frame 15
stop();
Symbol 1263 MovieClip Frame 16
stop();
Symbol 1263 MovieClip Frame 17
stop();
Symbol 1263 MovieClip Frame 18
stop();
Symbol 1263 MovieClip Frame 19
stop();
Symbol 1263 MovieClip Frame 20
stop();
Symbol 1263 MovieClip Frame 34
stop();
Symbol 1263 MovieClip Frame 35
stop();
Instance of Symbol 1263 MovieClip "animate" in Symbol 1264 MovieClip [bunkerall1a] Frame 1
onClipEvent (load) {
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
curse = false;
curset = 0;
cursemax = 200;
dir = _root.dir;
if (_root.gender_numb == 0) {
_root.strength1 = 1;
attack1max = 28;
xscale = 80;
yscale = 95;
speed = 7;
}
if (_root.gender_numb == 1) {
_root.strength1 = 2;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 5;
}
if (_root.gender_numb == 2) {
_root.strength1 = 1.5;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 6;
}
_yscale = yscale;
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = (-xscale);
}
fall_max = -7;
_root.movespeed = speed;
ground = false;
nohitt = 0;
nohit = false;
nohitmax = 70;
jump = false;
jumpmax = 15;
jspeed = jumpmax;
jumpt = 0;
fall = false;
fallt = 0;
fspeed = 6;
duck = false;
up = false;
raped = false;
rapedt = 0;
rapedmax = 2;
nothing = false;
yes = true;
no = false;
rstop = false;
lstop = true;
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
attack2max = 30;
idupcolor = new Color(this);
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
hitcolor = new Color(this);
hitcolor0 = {ra:"100", rb:"255", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
hitcolor1 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
limit._visible = false;
sparktimer = 0;
sparktimermax = 10;
spark_effectt = 0;
spark_effectmax = 100;
spark_effect = false;
hit = false;
hitt = 0;
hitmax = 10;
hit_speed = speed;
slide = false;
slidet = 0;
slidemax = 45;
slidesp = 6;
slidera = false;
dead = false;
deadt = 0;
deadmax = 150;
dead_speed = 20;
blinkt = 0;
blinkhalf = 2;
blinkmax = 3;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.farx = _x;
_root.fary = _y;
limit._visible = false;
if (spark_effect) {
sparktimer++;
spark_effectt++;
xoffset = random(-50) + random(50);
yoffset = random(-50) + random(50);
if (sparktimer >= sparktimermax) {
_root.attachMovie("e_bull_spark1a", "espark1" + _root.debris, _root.debris++);
_root["espark1" + _root.debris].animate._x = _x + xoffset;
_root["espark1" + _root.debris].animate._y = _y + yoffset;
sparktimer = 0;
}
if (spark_effectt >= spark_effectmax) {
sparktimer = 0;
spark_effectt = 0;
spark_effect = false;
}
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.qte) {
if (!dead) {
_root.pch = attack1;
if (!slide) {
if (_x >= _root.p1bounds_max) {
_x = (_x - speed);
}
if (_x <= _root.p1bounds_min) {
_x = (_x + speed);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + speed);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - speed);
}
}
if (slide) {
if (_x >= _root.p1bounds_max) {
_x = (_x - slidesp);
}
if (_x <= _root.p1bounds_min) {
_x = (_x + slidesp);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + slidesp);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - slidesp);
}
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 50);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x, _y + 30, true)) {
_root.ground = true;
ground = true;
} else {
_root.ground = false;
ground = false;
}
}
if (_root.gender_numb == 0) {
_root.strength1 = 1;
attack1max = 28;
xscale = 80;
yscale = 95;
speed = 7;
slidesp = 8;
}
if (_root.gender_numb == 1) {
_root.strength1 = 2;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 5;
slidesp = 6;
}
if (_root.gender_numb == 2) {
_root.strength1 = 1.5;
xscale = 85;
yscale = 100;
attack1max = 20;
speed = 6;
slidesp = 7.5;
}
_yscale = yscale;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.armor) {
_root.cl_numb = _root.main_cl_numb;
if (_root.armlife <= 0) {
_root.armor = false;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
if (!dead) {
if (curse) {
curset++;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
if (curset >= cursemax) {
curset = 0;
curse = false;
}
}
if (!_root.contra) {
if (_root.life <= 0) {
if (!raped) {
dead = true;
}
}
}
if (_root.gender_numb == 0) {
if (_root.magic < _root.magicmax) {
_root.magic = _root.magic + 0.005;
}
}
if (nohit) {
nohitt++;
blinkt++;
if (blinkt >= (blinkmax / 2)) {
hitcolor.setTransform(hitcolor1);
}
if (blinkt < (blinkmax / 2)) {
}
if (blinkt >= blinkmax) {
blinkt = 0;
}
if (nohitt >= nohitmax) {
hitcolor.setTransform(hitcolor1);
_alpha = 100;
nohitt = 0;
nohit = false;
}
}
if (_y >= 450) {
if (_root.armor) {
_root.armlife = _root.armlife - 20;
} else {
_root.life = _root.life - 20;
}
_y = 0;
}
if (!hit) {
if (!raped) {
if (!masturbate) {
_root.movespeed = speed;
if (!slide) {
if (!attack1) {
if (!attack2) {
if (!_root.cont_up) {
if (_root.cont_attk) {
if (!attgo) {
attack1 = true;
attgo = true;
}
} else {
attgo = false;
}
if (_root.aux_attk) {
if (!attgo) {
if (_root.sub_weapon != 0) {
if (_root.magic > 10) {
attack2 = true;
}
}
attgo = true;
}
} else {
attgo = false;
}
}
}
}
if (ground) {
if (!g) {
attack1t = 0;
attack1 = false;
attack2t = 0;
attack2 = false;
g = true;
}
if (!attack1) {
if (!attack2) {
if ((((!_root.cont_rt) and (!_root.cont_lft)) and (!_root.cont_up)) and (!_root.cont_dn)) {
if (dir == 1) {
_xscale = xscale;
} else {
_xscale = (-xscale);
}
gotoAndStop ("stand");
}
if (!_root.cont_up) {
if (!_root.cont_dn) {
if (_root.cont_rt) {
gotoAndStop ("run");
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = (_x + speed);
}
dir = 1;
_xscale = xscale;
}
if (_root.cont_lft) {
gotoAndStop ("run");
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = (_x - speed);
}
dir = -1;
_xscale = (-xscale);
}
}
if (_root.cont_dn) {
gotoAndStop ("duck");
duck = true;
} else {
duck = false;
}
}
if (_root.cont_up) {
gotoAndStop ("ready");
up = true;
duck = false;
} else {
up = false;
}
if (!duck) {
if (_root.cont_jumpb) {
if (!hup1) {
_y = (_y - 5);
jspeed = jumpmax;
jump = true;
hup1 = true;
}
} else {
hup1 = false;
}
}
if (duck) {
if (_root.cont_jumpb) {
if (!slidera) {
jump = false;
slide = true;
slidera = true;
}
} else {
slidera = false;
}
}
}
if (attack2) {
gotoAndStop ("attack2");
}
}
if (attack1) {
if (!duck) {
gotoAndStop ("attack1");
} else {
gotoAndStop ("aattack1");
}
}
} else {
g = false;
}
if (!ground) {
if (!attack1) {
if (!attack2) {
if (jspeed > 0) {
gotoAndStop ("jump");
} else {
gotoAndStop ("fall");
}
}
if (attack2) {
gotoAndStop ("attack2");
}
}
if (attack1) {
gotoAndStop ("aattack1");
}
if (_root.cont_rt) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = 1;
_xscale = xscale;
}
}
_x = (_x + speed);
}
}
if (_root.cont_lft) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
if (!attack1) {
if (!attack2) {
dir = -1;
_xscale = (-xscale);
}
}
_x = (_x - speed);
}
}
if (!jump) {
_y = (_y + fspeed);
}
if (jump) {
_y = (_y - jspeed);
jspeed--;
if (jspeed <= fall_max) {
jspeed = fall_max;
}
}
}
if (attack1) {
_root.cont_attk = false;
attack1t++;
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
if (attack2) {
attack2t++;
_root.aux_attk = false;
if (attack2t == 5) {
if (_root.sub_weapon == 0) {
}
if (_root.magic >= 2) {
if (_root.sub_weapon == 1) {
_root.attachMovie("dagger1a", "swep1" + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 2) {
_root.attachMovie("throwaxe1a", "swep1" + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 3) {
_root.attachMovie("mcocktail1a", "swep1" + _root.pbullets, _root.pbullets++);
}
if (_root.sub_weapon == 4) {
_root.attachMovie("boomerang1a", "swep1" + _root.pbullets, _root.pbullets++);
}
_root["swep1" + _root.pbullets].animate._x = _x;
_root["swep1" + _root.pbullets].animate._y = _y - 40;
_root["swep1" + _root.pbullets].animate.dir = dir;
if (_root.gender_numb == 0) {
_root.magic = _root.magic - 2;
}
if (_root.gender_numb == 1) {
_root.magic = _root.magic - 10;
}
if (_root.gender_numb == 2) {
_root.magic = _root.magic - 4;
}
}
}
if (attack2t >= attack1max) {
attack2t = 0;
attack2 = false;
}
}
}
if (slide) {
if (!slidedust) {
jumpb = false;
_root.attachMovie("dust1a", "dust1" + _root.debris, _root.debris++);
_root["dust1" + _root.debris].animate._y = _y;
_root["dust1" + _root.debris].animate._x = _x;
slidedust = true;
}
_root.movespeed = slidesp;
slidet++;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
attackt = 0;
gotoAndStop ("slide");
if (jumpb) {
slide = false;
slidet = 0;
jump = true;
}
if (dir == 1) {
_x = (_x + slidesp);
}
if (dir == -1) {
_x = (_x - slidesp);
}
if (_root.map.black.hitTest(_x - 20, _y, true)) {
slidet = 0;
slide = false;
}
if (_root.map.black.hitTest(_x + 20, _y, true)) {
slidet = 0;
slide = false;
}
if (!ground) {
slidet = 0;
slide = false;
}
if (slidet >= slidemax) {
slidet = 0;
slide = false;
}
} else {
slidedust = false;
_root.movespeed = speed;
}
}
if (masturbate) {
masturbatet++;
gotoAndStop ("masturbate");
if (masturbatet >= masturbatemax) {
masturebatet = 0;
masturbate = false;
}
}
}
if (raped) {
rapedt++;
if (_root.esc >= _root.escmax) {
nohit = true;
rapedt = 0;
raped = false;
}
if (rapedt >= 2) {
nohit = true;
rapedt = 0;
raped = false;
}
} else {
rped = false;
rapedt = 0;
}
}
if (hit) {
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
slide = false;
slidet = 0;
hitt++;
gotoAndStop ("hit1");
if (dir == 1) {
if (!_root.map1.black.hitTest(_x + 40, _y, true)) {
_x = (_x - hit_speed);
}
}
if (dir == -1) {
if (!_root.map1.black.hitTest(_x - 40, _y, true)) {
_x = (_x + hit_speed);
}
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
}
}
if (dead) {
deadt++;
if (!raped) {
dead_speed--;
if (dir == 1) {
_x = (_x - hit_speed);
}
if (dir == -1) {
_x = (_x + hit_speed);
}
_y = (_y - dead_speed);
gotoAndStop ("dead");
}
if (deadt >= deadmax) {
_root.gotoAndPlay("gameover");
}
}
}
if (_root.qte) {
gotoAndStop ("none");
}
}
}
Symbol 1267 MovieClip Frame 7
stop();
Symbol 1273 MovieClip Frame 7
stop();
Symbol 1275 MovieClip Frame 1
stop();
Symbol 1275 MovieClip Frame 2
stop();
Symbol 1275 MovieClip Frame 3
stop();
Instance of Symbol 1275 MovieClip "animate" in Symbol 1276 MovieClip [bullet1a] Frame 1
onClipEvent (load) {
attach = true;
size = 100;
if (_root.gender_numb == 0) {
_root.sw_power = 2;
}
if (_root.gender_numb == 1) {
_root.sw_power = 3;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
}
_xscale = size;
_yscale = size;
dspeed = 3;
rspeed = 30;
stimer = 0;
bulletDepth = 100000 /* 0x0186A0 */;
bullettimer = 0;
speed = 20;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
ko = false;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
kspeed = random(20) - random(20);
y_inc = random(3) - random(4);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
removetime++;
bullettimer++;
if (removetime >= 50) {
_parent.removeMovieClip();
}
if (_x <= -23) {
_parent.removeMovieClip();
}
if (_x >= 570) {
_parent.removeMovieClip();
}
if (_y >= 405) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!ko) {
_y = (_y + y_inc);
if (dir == -1) {
_xscale = (-size);
_x = (_x - speed);
}
if (dir == 1) {
_xscale = size;
_x = (_x + speed);
}
if (_root.map1.black.hitTest(_x, _y, true)) {
ko = true;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - 0.5;
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 0.25;
ko = true;
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - 0.5;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
ko = true;
}
j++;
}
}
if (ko) {
gotoAndStop ("blocked");
_rotation = (_rotation + dspeed);
kspeed--;
_y = (_y - kspeed);
if (dir == -1) {
_x = (_x - dspeed);
}
if (dir == 1) {
_x = (_x + dspeed);
}
}
}
}
Instance of Symbol 1050 MovieClip "animate" in Symbol 1277 MovieClip [boomerang1a] Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_root.sw_power = 3;
size = 100;
}
if (_root.gender_numb == 1) {
_root.sw_power = 5;
size = 150;
}
if (_root.gender_numb == 2) {
_root.sw_power = 4;
size = 110;
}
_xscale = size;
_yscale = size;
attach = true;
speed = 10;
gor = false;
gol = false;
gortime = 0;
goltime = 0;
removetime = 0;
got = 20;
goty = 0.5;
dspeed = 3;
gsel = random(4);
if (gsel == 0) {
uspeed = 20;
}
if (gsel == 1) {
uspeed = 10;
}
if (gsel == 2) {
uspeed = 15;
}
if (gsel == 3) {
uspeed = 22;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
removetime++;
if (removetime >= 80) {
_parent.removeMovieClip();
}
if (!ko) {
_rotation = (_rotation + 35);
got--;
_y = (_y - goty);
if (dir == 1) {
_x = (_x + got);
}
if (dir == -1) {
_x = (_x - got);
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["enemy" + i].animate.limit)) {
_root["enemy" + i].animate.hit = true;
_root["enemy" + i].animate.life = _root["enemy" + i].animate.life - _root.sw_power;
if (_root["enemy" + i].animate.stun) {
_root["enemy" + i].animate.life2 = _root["enemy" + i].animate.life2 - 2;
ko = true;
}
}
i++;
}
i = 0;
while (i < _root.enemyNumber) {
if (limit.hitTest(_root["boss" + i].animate.limit)) {
_root["boss" + i].animate.hit = true;
_root["boss" + i].animate.life = _root["boss" + i].animate.life - _root.sw_power;
ko = true;
}
i++;
}
j = 0;
while (j < _root.itemNumber) {
if (limit.hitTest(_root["itemholder" + j].limit)) {
_root["itemholder" + j].hit = true;
}
j++;
}
}
if (ko) {
_rotation = (_rotation - 30);
uspeed--;
_y = (_y - uspeed);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == -1) {
_x = (_x + dspeed);
}
}
}
}
Symbol 1285 MovieClip Frame 15
stop();
Instance of Symbol 1285 MovieClip "animate" in Symbol 1286 MovieClip [bloodspurt1a] Frame 1
onClipEvent (load) {
rtime = 0;
size = 45;
_xscale = size;
_yscale = size;
_rotation = random(360);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (rtime >= 20) {
_parent.removeMovieClip();
}
}
if (_root.pause) {
stop();
}
}
Symbol 1291 MovieClip Frame 5
stop();
Symbol 1292 MovieClip Frame 1
stop();
Symbol 1292 MovieClip Frame 2
stop();
Instance of Symbol 1292 MovieClip "animate" in Symbol 1293 MovieClip [bloodspat1a] Frame 1
onClipEvent (load) {
size = 20 + random(20);
_xscale = size;
_yscale = size;
speedx = 10 - random(20);
speedy = 5 + random(35);
drop._yscale = -100;
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
_x = (_x + speedx);
speedy--;
_y = (_y - speedy);
if (speedy >= 0) {
drop._yscale = -100;
}
if (speedy < 0) {
drop._yscale = 100;
}
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("d");
}
if (rtime >= 100) {
_alpha = 50;
}
if (rtime >= 150) {
_parent.removeMovieClip();
}
}
}
Symbol 1305 MovieClip Frame 23
stop();
Instance of Symbol 1307 MovieClip "animate" in Symbol 1308 MovieClip [bloodex1a] Frame 1
onClipEvent (load) {
rtime = 0;
size = 20;
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
}
if (rtime >= 40) {
_parent.removeMovieClip();
}
}
Symbol 1332 MovieClip Frame 1
stop();
Symbol 1332 MovieClip Frame 2
stop();
Symbol 1332 MovieClip Frame 3
stop();
Symbol 1332 MovieClip Frame 4
stop();
Symbol 1332 MovieClip Frame 5
stop();
Symbol 1332 MovieClip Frame 6
stop();
Symbol 1332 MovieClip Frame 7
stop();
Symbol 1332 MovieClip Frame 8
stop();
Instance of Symbol 1332 MovieClip "animate" in Symbol 1333 MovieClip [arms1a] Frame 1
onClipEvent (load) {
size = 50;
_xscale = size;
_yscale = size;
dir = random(2);
speedx = 10 - random(20);
speedy = 5 + random(30);
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.animate.limit)) {
if (!sa) {
damnx = random(4);
damny = random(4);
sa = true;
}
if (damnx == 0) {
speedx = 5;
}
if (damnx == 1) {
speedx = -5;
}
if (damnx == 2) {
speedx = speedx + 10;
}
if (damnx == 3) {
speedx = -10;
}
if (damny == 0) {
speedy = 30;
}
if (damny == 1) {
speedy = 20;
}
if (damny == 2) {
speedy = 25;
}
if (damny == 3) {
speedy = 10;
}
speedy = speedy - 10;
} else {
sa = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
speedx = speedx - (speedx * 2);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
speedx = speedx + (speedx * 2);
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("nd");
if (dir == 0) {
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
if (dir == 1) {
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
speedy--;
_y = (_y - speedy);
}
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
if (limit.hitTest(_root.p1.animate.limit)) {
dir = random(2);
_y = (_y - 10);
}
gotoAndStop ("d");
if (dir == 0) {
if (speedx >= 0) {
speedx = speedx - 0.5;
_x = (_x - speedx);
_rotation = (_rotation - speedx);
}
}
if (dir == 1) {
if (speedx <= 0) {
speedx = speedx + 0.5;
_x = (_x + speedx);
_rotation = (_rotation + speedx);
}
}
}
if (_root.map1.black.hitTest(_x, _y - 20, true)) {
speedy = 0;
}
if (_root.map1.black.hitTest(_x, _y - 15, true)) {
_y = (_y+1);
}
if (_root.map1.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (rtime >= 150) {
_alpha = 50;
}
if (rtime >= 200) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 141 MovieClip "glimit" in Symbol 1348 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 141 MovieClip "glimit" in Symbol 1349 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 141 MovieClip "glimit" in Symbol 1351 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 141 MovieClip "limit" in Symbol 1352 MovieClip Frame 5
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1352 MovieClip Frame 15
stop();
Symbol 1353 MovieClip Frame 15
stop();
Symbol 1356 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 1356 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1356 MovieClip Frame 2
stop();
Symbol 1356 MovieClip Frame 3
stop();
Symbol 1356 MovieClip Frame 4
stop();
Symbol 1356 MovieClip Frame 5
stop();
Symbol 1356 MovieClip Frame 6
stop();
Symbol 1356 MovieClip Frame 7
stop();
Symbol 1356 MovieClip Frame 8
stop();
Symbol 1356 MovieClip Frame 9
stop();
Symbol 1356 MovieClip Frame 10
stop();
Symbol 1356 MovieClip Frame 11
stop();
Symbol 1356 MovieClip Frame 12
stop();
Symbol 1356 MovieClip Frame 13
stop();
Symbol 1356 MovieClip Frame 14
stop();
Symbol 1356 MovieClip Frame 15
stop();
Symbol 1356 MovieClip Frame 16
stop();
Symbol 1356 MovieClip Frame 17
stop();
Symbol 1356 MovieClip Frame 18
stop();
Symbol 1356 MovieClip Frame 19
stop();
Symbol 1356 MovieClip Frame 20
stop();
Symbol 1356 MovieClip Frame 21
stop();
Instance of Symbol 1356 MovieClip "animate" in Symbol 1357 MovieClip [jamison1a] Frame 1
onClipEvent (load) {
r_loss = 15;
fy_offset = -50;
fx_offset = 0;
up = true;
upt = 0;
upmax = 250;
dirsel = random(2);
rt = false;
lft = false;
dir = 1;
speed = 4.5;
rtt = 0;
rtmax = 600;
lftt = 0;
lftmax = 600;
rapey_offset = 100;
r_loss = 20;
jumptimer = 0;
jumptimermax = 100;
jump = false;
jumpht = 17.5;
jumpt = jumpht;
grav = 5;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 30;
attack2 = false;
attack2t = 0;
attack2max = 30;
attack3 = false;
attack3t = 0;
attack3max = 30;
att_3int = 0;
att_3intmax = 80;
speed = 2;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
dspeedx = 3;
dspeedy = 30;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
character.limit._visible = false;
character.glimit._visible = false;
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!_root.boss_start) {
gotoAndStop ("nd");
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
jumpt = jumpht;
ground = true;
} else {
ground = false;
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x = _root.p1.animate._x + _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x = _root.p1.animate._x - _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
att_3int++;
if (ground) {
jumptimer++;
if (jumptimer >= jumptimermax) {
jumptimer = 0;
jump = true;
}
}
if (jump) {
gotoAndStop ("jump");
jumpt--;
_y = (_y - jumpt);
if (jumpt <= 0) {
jump = false;
}
}
if (!jump) {
if (!ground) {
gotoAndStop ("fall");
_y = (_y + grav);
}
}
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (up) {
if (ground) {
gotoAndStop ("run");
}
upt++;
_x = (_x + speed);
_xscale = size;
if (upt >= upmax) {
upt = 0;
lft = true;
rt = false;
up = false;
}
}
if (rt) {
if (ground) {
gotoAndStop ("run");
}
rtt++;
_x = (_x + speed);
_xscale = size;
if (rtt >= rtmax) {
rtt = 0;
lft = true;
rt = false;
}
}
if (lft) {
if (ground) {
gotoAndStop ("run");
}
lftt++;
_x = (_x - speed);
_xscale = (-size);
if (lftt >= lftmax) {
lftt = 0;
rt = true;
lft = false;
}
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack3) {
attack3t++;
gotoAndStop ("attack3");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
if (!a2) {
weapon_sel = random(4);
if (_root.p1.animate._x > _x) {
_xscale = size;
dir = 1;
} else {
_xscale = (-size);
dir = -1;
}
a2 = true;
}
if (attack2t == 10) {
if (weapon_sel == 0) {
_root.attachMovie("e_dagger1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 1) {
_root.attachMovie("e_boomerang1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 2) {
_root.attachMovie("e_throwaxe1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 3) {
_root.attachMovie("e_mcocktail1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
_root["fireball1" + _root.ebullet].animate.dir = dir;
if (dir == 1) {
_root["fireball1" + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root["fireball1" + _root.ebullet].animate._x = _x - fx_offset;
}
_root["fireball1" + _root.ebullet].animate._y = _y + fy_offset;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
} else {
a2 = false;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
dspeedy--;
_y = (_y - dspeedy);
if (dir == 1) {
_x = (_x - dspeedx);
}
if (dir == -1) {
_x = (_x + dspeedx);
}
deadt++;
if (deadt == 5) {
_root.attachMovie("lifeorb1a", "lifeorb1" + _root.debris, _root.debris++);
_root["lifeorb1" + _root.debris].animate._x = _x;
_root["lifeorb1" + _root.debris].animate._y = _y;
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
Symbol 1382 MovieClip Frame 25
stop();
Symbol 1394 MovieClip Frame 28
stop();
Instance of Symbol 1400 MovieClip in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1402 MovieClip in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1408 MovieClip in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1413 MovieClip in Symbol 1434 MovieClip Frame 3
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1418 MovieClip in Symbol 1434 MovieClip Frame 5
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1422 MovieClip in Symbol 1434 MovieClip Frame 7
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1418 MovieClip in Symbol 1434 MovieClip Frame 9
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1413 MovieClip in Symbol 1434 MovieClip Frame 10
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1436 MovieClip in Symbol 1464 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1439 MovieClip in Symbol 1464 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1402 MovieClip in Symbol 1464 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1400 MovieClip in Symbol 1493 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1470 MovieClip in Symbol 1493 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1507 MovieClip Frame 9
stop();
Symbol 1509 MovieClip Frame 9
stop();
Symbol 1510 MovieClip Frame 9
_parent.removeMovieClip();
stop();
Symbol 1511 MovieClip Frame 1
stop();
Symbol 1511 MovieClip Frame 2
stop();
Symbol 1511 MovieClip Frame 3
stop();
Symbol 1511 MovieClip Frame 4
stop();
Symbol 1511 MovieClip Frame 5
stop();
Symbol 1511 MovieClip Frame 6
stop();
Symbol 1511 MovieClip Frame 7
stop();
Symbol 1511 MovieClip Frame 8
stop();
Symbol 1511 MovieClip Frame 9
_root.gopast = _root.gopast + 1;
_root.score = _root.score + 450;
stop();
Instance of Symbol 1511 MovieClip "animate" in Symbol 1512 MovieClip [eyemonster1a] Frame 1
onClipEvent (load) {
mt = 0;
deadt = 0;
al = 0;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
_yscale = 100;
_xscale = -100;
accel = 0.2;
speed = 0;
counter = 0;
counter1 = 0;
counter2 = 0;
life = 30;
dead = false;
hitcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"50", rb:"250", ga:"50", gb:"50", ba:"50", bb:"50", aa:"255", ab:"0"};
shotColor = {ra:"50", rb:"250", ga:"100", gb:"0", ba:"100", bb:"255", aa:"255", ab:"0"};
hit = false;
hitt = 0;
dir1 = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.act = _x;
_root.act1 = attack2;
_root.act2 = attack3;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.rapebreak) {
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
if (life <= 0) {
dead = true;
}
if (!dead) {
if (_root.p1.animate._x >= _x) {
dir1 = 1;
_xscale = -100;
}
if (_root.p1.animate._x < _x) {
dir1 = 0;
_xscale = 100;
}
if (!hit) {
if (!raping1) {
if (!raping2) {
if (!raping3) {
if (!raping4) {
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.hit1) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.health = _root.health - 3;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
raping1 = true;
}
}
}
if (limit.hitTest(_root.p1.animate.character.limit)) {
if (!as) {
life = life - _root.p1.animate.power;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = _root.p1.animate.power;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Eye Rapist";
as = true;
hit = true;
}
} else {
as = false;
}
if (!_root.shot1.animate.ko) {
if (limit.hitTest(_root.shot1.animate.limit)) {
if (!aa) {
life = life - 5;
_root.attachMovie("points1a", "points1", _root.debris++);
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Eye Rapist";
aa = true;
hit = true;
}
} else {
aa = false;
}
}
if (!_root.shot2.animate.ko) {
if (limit.hitTest(_root.shot2.animate.limit)) {
al++;
if (!hw) {
life = life - 2;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = 2;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Eye Rapist";
hit = true;
hw = true;
}
if (al >= 4) {
hw = false;
al = 0;
}
} else {
hw = false;
}
}
if (!_root.shot3.animate.ko) {
if (limit.hitTest(_root.shot3.animate.limit)) {
life = life - 5;
_root.shot3.animate.ko = true;
_root.attachMovie("points1a", "points1", _root.debris++);
_root.points1.animate.points1 = "5";
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Eye Rapist";
hit = true;
}
}
if (!_root.shot4.animate.ko) {
if (limit.hitTest(_root.shot4.animate.limit)) {
life = life - 5;
_root.shot4.animate.ko = true;
_root.attachMovie("points1a", "points1", _root.debris++);
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Eye Rapist";
hit = true;
}
}
}
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!attack1) {
if (!attack2) {
if (!attack3) {
gotoAndStop ("nd");
counter++;
if (counter >= 120) {
attsel = random(3);
counter = 0;
if (attsel == 0) {
attack3 = false;
attack2 = false;
attack1 = true;
}
if (attsel == 1) {
attack1 = false;
attack3 = false;
attack2 = true;
}
if (attsel == 2) {
attack1 = false;
attack2 = false;
attack3 = true;
}
}
}
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
attack1 = false;
attack3 = false;
attack1t = 0;
attack3t = 0;
if ((attack2t > 8) and (attack2t < 12)) {
hitcolor.setTransform(shotColor);
}
if ((attack2t > 10) and (attack2t < 12)) {
_root.attachMovie("aqbullet1a", "aqbullet1" + _root.ebullet, _root.ebullet++);
_root["aqbullet1" + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root["aqbullet1" + _root.ebullet].animate._x = _x - 70;
}
if (dir1 == 1) {
_root["aqbullet1" + _root.ebullet].animate._x = _x + 70;
}
_root["aqbullet1" + _root.ebullet].animate._y = _y + 10;
}
if (attack2t >= 30) {
hitcolor.setTransform(oldColor);
attack2t = 0;
attack2 = false;
}
}
if (attack3) {
attack3t++;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
gotoAndStop ("attack3");
if ((attack3t > 10) and (attack3t < 12)) {
_root.attachMovie("cumb1a", "aqbullet2" + _root.ebullet, _root.ebullet++);
_root["aqbullet2" + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root["aqbullet2" + _root.ebullet].animate._x = _x - 95;
}
if (dir1 == 1) {
_root["aqbullet2" + _root.ebullet].animate._x = _x + 95;
}
_root["aqbullet2" + _root.ebullet].animate._y = _y + 10;
}
if ((attack3t > 15) and (attack3t < 17)) {
_root.attachMovie("cumb1a", "aqbullet3" + _root.ebullet, _root.ebullet++);
_root["aqbullet3" + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root["aqbullet3" + _root.ebullet].animate._x = _x - 95;
}
if (dir1 == 1) {
_root["aqbullet3" + _root.ebullet].animate._x = _x + 95;
}
_root["aqbullet3" + _root.ebullet].animate._y = _y + 10;
}
if ((attack3t > 19) and (attack3t < 21)) {
_root.attachMovie("cumb1a", "aqbullet4" + _root.ebullet, _root.ebullet++);
_root["aqbullet4" + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root["aqbullet4" + _root.ebullet].animate._x = _x - 95;
}
if (dir1 == 1) {
_root["aqbullet4" + _root.ebullet].animate._x = _x + 95;
}
_root["aqbullet4" + _root.ebullet].animate._y = _y + 10;
}
if (attack3t >= 30) {
attack3t = 0;
attack3 = false;
}
}
if (attack1) {
gotoAndStop ("attack1");
attack1t++;
attack2 = false;
attack3 = false;
attack2t = 0;
attack3t = 0;
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.hit1) {
if (body.limit.hitTest(_root.p1.animate.limit)) {
_root.health = _root.health - 3;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
raping1 = true;
}
}
}
if (attack1t >= 60) {
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
}
}
}
}
}
}
}
}
}
}
if (raping1) {
if (dir == 0) {
_xscale = -100;
}
if (dir == 1) {
_xscale = -100;
}
_root.rape2 = true;
_root.health = _root.health - 0.1;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
gotoAndStop ("hold");
_root.p1.animate._y = _y + 80;
s1 = true;
_root.p1.animate.gotoAndStop("held");
if (_root.health <= 95) {
raping1 = false;
raping2 = true;
}
if (_root.p1.animate.kdown) {
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
_root.rape1 = false;
_root.rape2 = false;
}
}
if (raping2) {
_root.rape1 = true;
_root.health = _root.health - 0.12;
if (_x >= (_root.p1.animate._x + 20)) {
_root.mover = true;
} else {
_root.mover = false;
}
if (_x <= (_root.p1.animate._x + 25)) {
_root.movel = true;
} else {
_root.movel = false;
}
_root.p1.animate.gotoAndStop("rape1");
if (!fag) {
sexs = random(2);
fag = true;
}
if (_root.female) {
if (sexs == 0) {
gotoAndStop ("rape1a");
}
if (sexs == 1) {
gotoAndStop ("rape2a");
}
}
if (_root.male) {
nocum = true;
gotoAndStop ("rape3a");
}
if (!nocum) {
mt++;
cumdirx = random(3);
cumdiry = random(3);
if (mt > 75) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate.dir = random(2);
if (cumdiry == 0) {
_root["cum1" + _root.debris].animate._y = _y - 10;
}
if (cumdiry == 1) {
_root["cum1" + _root.debris].animate._y = _y - 15;
}
if (cumdiry == 2) {
_root["cum1" + _root.debris].animate._y = _y - 20;
}
if (cumdirx == 0) {
_root["cum1" + _root.debris].animate._x = _x + 2;
}
if (cumdirx == 1) {
_root["cum1" + _root.debris].animate._x = _x - 2;
}
if (cumdirx == 2) {
_root["cum1" + _root.debris].animate._x = _x;
}
}
if (mt >= mtmax) {
mt = 0;
}
}
if (_root.p1.animate.kdown) {
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
} else {
nocum = false;
fag = false;
}
if (hit) {
hitt++;
if (!arg) {
ac1 = random(2);
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark]._x = _x;
_root["spark1" + _root.spark]._y = _y;
arg = true;
}
hitcolor.setTransform(newColor);
if (hitt >= 3) {
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
} else {
arg = false;
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!itatt) {
_root.rape1 = false;
_root.rape2 = false;
_root.score = _root.score + 100;
attit = random(10);
if (attit == 5) {
_root.attachMovie("items1a", "items1" + _root.itlayer, _root.itlayer++);
_root["items1" + _root.itlayer].animate._x = _x;
_root["items1" + _root.itlayer].animate._y = _y;
}
itatt = true;
}
if (deadt >= 30) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 1535 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 1536 MovieClip Frame 13
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1536 MovieClip Frame 34
stop();
Symbol 1537 MovieClip Frame 5
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 1537 MovieClip Frame 5
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1546 MovieClip Frame 76
stop();
Symbol 1547 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limitc" in Symbol 1547 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 141 MovieClip "limit" in Symbol 1547 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1547 MovieClip Frame 2
stop();
Symbol 1547 MovieClip Frame 3
stop();
Symbol 1547 MovieClip Frame 4
stop();
Symbol 1547 MovieClip Frame 5
stop();
Symbol 1547 MovieClip Frame 6
stop();
Symbol 1547 MovieClip Frame 7
stop();
Symbol 1547 MovieClip Frame 8
stop();
Symbol 1547 MovieClip Frame 9
stop();
Symbol 1547 MovieClip Frame 10
stop();
Symbol 1547 MovieClip Frame 11
stop();
Symbol 1547 MovieClip Frame 12
stop();
Symbol 1547 MovieClip Frame 13
stop();
Instance of Symbol 1547 MovieClip "animate" in Symbol 1548 MovieClip [wolfman1a] Frame 1
onClipEvent (load) {
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 60;
attack2 = false;
attack2t = 0;
attack2_y = 15;
attack2_ymax = 20;
attack2_sp = 2.5;
attack2max = 40;
attack3 = false;
attack3t = 0;
attack3max = 120;
att_3int = 0;
att_3intmax = 150;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = (-size);
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.boss_start) {
gotoAndStop ("nd");
}
if (_root.boss_start) {
if (_x >= (_root.map1._x + 700)) {
_x = (_x - 10);
}
if (_x < (_root.map1._x - 700)) {
_x = (_x + 10);
}
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (!attack2) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
}
if (life <= 0) {
dead = true;
}
if (!rape) {
if (limitc.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x = _root.p1.animate._x + _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x = _root.p1.animate._x - _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
gotoAndStop ("walk");
att_3int++;
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (_root.p1.animate._x > _x) {
dir = 1;
_xscale = size;
_x = (_x + speed);
} else {
dir = -1;
_x = (_x - speed);
_xscale = (-size);
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack3) {
attack3t++;
gotoAndStop ("attack3");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack2 = true;
attack3 = false;
}
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
attack2_y--;
_y = (_y - attack2_y);
if (dir == 1) {
_x = (_x + attack2_sp);
}
if (dir == -1) {
_x = (_x - attack2_sp);
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack2t >= 3) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
attack2t = 0;
attack2 = false;
}
}
} else {
attack2_y = attack2_ymax;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack2 = true;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= deadred) {
if (!de) {
_root.attachMovie("lifeorb1a", "lifeorb1" + _root.debris, _root.debris++);
_root["lifeorb1" + _root.debris].animate._x = _x;
_root["lifeorb1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(9);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(9);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(9);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(9);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
Symbol 1554 MovieClip Frame 24
stop();
Symbol 1557 MovieClip Frame 24
stop();
Symbol 1580 MovieClip Frame 74
stop();
Symbol 1588 MovieClip Frame 239
stop();
stop();
Symbol 1592 MovieClip Frame 20
stop();
Symbol 1595 MovieClip Frame 40
stop();
Symbol 1645 MovieClip Frame 61
stop();
Symbol 1654 MovieClip Frame 159
stop();
Symbol 1655 MovieClip Frame 1
stop();
Symbol 1655 MovieClip Frame 2
stop();
Symbol 1655 MovieClip Frame 3
stop();
Symbol 1655 MovieClip Frame 4
stop();
Symbol 1655 MovieClip Frame 5
stop();
Symbol 1655 MovieClip Frame 6
stop();
Symbol 1655 MovieClip Frame 7
stop();
Symbol 1655 MovieClip Frame 8
stop();
Symbol 1655 MovieClip Frame 9
stop();
Symbol 1655 MovieClip Frame 10
stop();
Symbol 1655 MovieClip Frame 11
stop();
Symbol 1655 MovieClip Frame 12
stop();
Symbol 1655 MovieClip Frame 13
stop();
Symbol 1655 MovieClip Frame 14
stop();
Symbol 1655 MovieClip Frame 15
stop();
Symbol 1655 MovieClip Frame 16
stop();
Instance of Symbol 1655 MovieClip "animate" in Symbol 1656 MovieClip [draculina1a] Frame 1
onClipEvent (load) {
as1 = false;
enatt = 0;
intro1 = true;
intro2 = false;
intro2t = 0;
dead2 = false;
dead2t = 0;
exp = 0;
jumpt = 0;
fspeed = 6;
atspeed = 5;
attackt = 0;
atdrop = 20;
stspeed = 6;
dir1 = 0;
_xscale = 100;
hitcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"50", rb:"250", ga:"50", gb:"50", ba:"50", bb:"50", aa:"255", ab:"0"};
hit = false;
hitt = 0;
waitt = 0;
life = 120;
form1 = true;
form2 = false;
attack1t = 0;
attack2t = 0;
teleportin = true;
teleportout = false;
teleportint = 0;
teleportoutt = 0;
dead = false;
changeup = false;
changeupt = 0;
chillt = 0;
deadt = 0;
jump = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.draclife = life;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeed);
}
if (!intro2) {
if (!intro1) {
if (!dead2) {
if (!dead) {
if (!changeup) {
if (hit) {
hitt++;
if (!arg) {
ac1 = random(2);
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark]._x = _x;
_root["spark1" + _root.spark]._y = _y;
arg = true;
}
hitcolor.setTransform(newColor);
if (hitt >= 3) {
as1 = false;
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
} else {
arg = false;
}
if (form1) {
if (life <= 0) {
dead2 = true;
}
if ((!teleportin) and (!teleportout)) {
if (!d) {
attsel = random(2);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack2 = true;
}
d = true;
}
if ((!attack1) and (!attack2)) {
gotoAndStop ("wait");
}
if (limita.hitTest(_root.p1.animate.limit)) {
if (dir1 == 0) {
_root.p1.animate._x = _root.p1.animate._x - _root.movespeed;
}
if (dir1 == 1) {
_root.p1.animate._x = _root.p1.animate._x + _root.movespeed;
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!as1) {
life = life - _root.p1power;
hit = true;
}
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1a");
if ((attack1t > 30) and (attack1t < 32)) {
_root.attachMovie("dracfire1a", "dracfire1" + _root.ebullet, _root.ebullet++);
_root["dracfire1" + _root.ebullet].animate.dir = dir1;
_root["dracfire1" + _root.ebullet].animate._x = _x;
_root["dracfire1" + _root.ebullet].animate._y = _y;
_root.attachMovie("dracfire1a", "dracfire2" + _root.ebullet, _root.ebullet++);
_root["dracfire2" + _root.ebullet].animate.dir = dir1;
_root["dracfire2" + _root.ebullet].animate._x = _x;
_root["dracfire2" + _root.ebullet].animate._y = _y + 30;
}
if ((attack1t > 33) and (attack1t < 35)) {
_root.attachMovie("dracfire1a", "dracfire3" + _root.ebullet, _root.ebullet++);
_root["dracfire3" + _root.ebullet].animate.dir = dir1;
_root["dracfire3" + _root.ebullet].animate._x = _x;
_root["dracfire3" + _root.ebullet].animate._y = _y - 20;
_root.attachMovie("dracfire1a", "dracfire4" + _root.ebullet, _root.ebullet++);
_root["dracfire4" + _root.ebullet].animate.dir = dir1;
_root["dracfire4" + _root.ebullet].animate._x = _x;
_root["dracfire4" + _root.ebullet].animate._y = _y + 50;
}
if (attack1t >= 100) {
attack1t = 0;
teleportout = true;
attack1 = false;
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2a");
if ((attack2t > 50) and (attack2t < 52)) {
_root.attachMovie("dracball2a", "dracball1", 112);
_root.dracball1.animate.dir = dir1;
_root.dracball1.animate._x = _x;
_root.dracball1.animate._y = _y - 50;
}
if ((attack2t > 100) and (attack2t < 102)) {
_root.attachMovie("dracball2a", "dracball2", 113);
_root.dracball2.animate.dir = dir1;
_root.dracball2.animate._x = _x;
_root.dracball2.animate._y = _y - 50;
}
if ((attack2t > 150) and (attack2t < 152)) {
_root.attachMovie("dracball2a", "dracball3", 114);
_root.dracball3.animate.dir = dir1;
_root.dracball3.animate._x = _x;
_root.dracball3.animate._y = _y - 50;
}
if (attack2t >= 250) {
attack2t = 0;
teleportout = true;
attack2 = false;
}
}
} else {
d = false;
}
if (teleportin) {
teleportint++;
gotoAndStop ("in");
if (_x >= _root.p1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
if (!telez) {
xsel = random(5);
_y = 300;
if (xsel == 0) {
_x = _root.p1.animate._x;
}
if (xsel == 1) {
_x = (_root.p1.animate._x + 200);
}
if (xsel == 2) {
_x = (_root.p1.animate._x - 100);
}
if (xsel == 3) {
_x = (_root.p1.animate._x + 100);
}
if (xsel == 4) {
_x = (_root.p1.animate._x - 200);
}
telez = true;
}
if (teleportint >= 60) {
teleportint = 0;
teleportin = false;
}
} else {
telez = false;
}
if (teleportout) {
teleportoutt++;
gotoAndStop ("out");
if (teleportoutt >= 100) {
teleportoutt = 0;
teleportin = true;
teleportout = false;
}
}
}
if (form2) {
enatt++;
if (enatt >= 100) {
if (!_root.dragon1.animate.attach) {
_root.attachMovie("dragongirl2a", "dragon1", 52);
_root.dragon1.animate._x = 570;
_root.dragon1.animate._y = 250;
enatt = 0;
}
}
if ((enatt > 100) and (enatt < 102)) {
ecall = true;
} else {
ecall = false;
}
if (enatt >= 120) {
enatt = 0;
}
if (life <= 0) {
dead = true;
}
if (_x > _root.p1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.hit1) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.health = _root.health - 15;
_root.p1.animate.hit1 = true;
}
if (limita.hitTest(_root.p1.animate.limit)) {
_root.health = _root.health - 15;
_root.p1.animate.hit1 = true;
}
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.limit)) {
if (!as) {
life = life - _root.p1.animate.power;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = _root.p1.animate.power;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Real Draculina";
as = true;
hit = true;
}
} else {
as = false;
}
if (!_root.shot1.animate.ko) {
if (limit.hitTest(_root.shot1.animate.limit)) {
if (!aa) {
life = life - 5;
_root.attachMovie("points1a", "points1", _root.debris++);
_root.shot1.animate.ko = true;
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Real Draculina";
aa = true;
hit = true;
}
} else {
aa = false;
}
}
if (!_root.shot2.animate.ko) {
if (limit.hitTest(_root.shot2.animate.limit)) {
al++;
if (!hw) {
life = life - 2;
_root.shot2.animate.ko = true;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = 2;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Real Draculina";
hit = true;
hw = true;
}
if (al >= 4) {
hw = false;
al = 0;
}
} else {
hw = false;
}
}
if (!_root.shot3.animate.ko) {
if (limit.hitTest(_root.shot3.animate.limit)) {
life = life - 5;
_root.shot3.animate.ko = true;
_root.attachMovie("points1a", "points1", _root.debris++);
_root.points1.animate.points1 = "5";
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Real Draculina";
hit = true;
}
}
if (!_root.shot4.animate.ko) {
if (limit.hitTest(_root.shot4.animate.limit)) {
axet++;
if (!axe) {
life = life - 5;
_root.shot4.animate.ko = true;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = 5;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Real Draculina";
axe = true;
hit = true;
}
if (axet >= 10) {
axet = 0;
axe = false;
}
} else {
axe = false;
}
}
}
if (!jump) {
if (!attack) {
gotoAndStop ("chill");
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
_x = (_x - 15);
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
_x = (_x + 15);
}
if (_x >= _root.p1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
_y = (_y + fspeed);
}
chillt++;
if (chillt >= 60) {
chillt = 0;
attsel = random(2);
if (attsel == 0) {
attack = true;
}
if (attsel == 1) {
jump = true;
}
}
}
}
if (jump) {
gotoAndStop ("jump");
atdrop = atdrop - 0.5;
_y = (_y - atdrop);
if (!ajdir) {
if (dir1 == 0) {
atspeed = -5;
}
if (dir1 == 1) {
atspeed = 5;
}
ajdir = true;
}
if (_x >= (_root.map1._x + 450)) {
_x = (_x + (atspeed + 2));
}
if (_x < (_root.map1._x - 480)) {
_x = (_x - (atspeed - 2));
}
_x = (_x + atspeed);
if (_root.map1.black.hitTest(_x, _y + 20, true)) {
jump = false;
}
if (_root.map1.black.hitTest(_x + 20, _y, true)) {
_x = (_x + (atspeed + 2));
}
if (_root.map1.black.hitTest(_x - 20, _y, true)) {
_x = (_x - (atspeed + 2));
}
if ((atdrop > 3) and (atdrop < 5)) {
_root.attachMovie("dracfireball2a", "dracfireball2" + _root.ebullet, _root.ebullet++);
_root["dracfireball2" + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root["dracfireball2" + _root.ebullet].animate._x = _x - 80;
}
if (dir1 == 1) {
_root["dracfireball2" + _root.ebullet].animate._x = _x + 80;
}
_root["dracfireball2" + _root.ebullet].animate._y = _y - 230;
}
if (jumpt >= 100) {
jumpt = 0;
jump = false;
}
if (_y >= 350) {
jumpt = 0;
jump = false;
}
} else {
ajdir = false;
jumpt = 0;
atdrop = 20;
}
if (attack) {
gotoAndStop ("attack1b");
if (!_root.map1.black.hitTest(_x, _y + 20, true)) {
_y = (_y + fspeed);
}
attackt++;
if ((attackt > 30) and (attackt < 32)) {
_root.attachMovie("dracfireball2a", "dracfireball2" + _root.ebullet, _root.ebullet++);
_root["dracfireball2" + _root.ebullet].animate.dir = dir1;
if (dir1 == 0) {
_root["dracfireball2" + _root.ebullet].animate._x = _x - 80;
}
if (dir1 == 1) {
_root["dracfireball2" + _root.ebullet].animate._x = _x + 80;
}
_root["dracfireball2" + _root.ebullet].animate._y = _y - 230;
}
if (attackt >= 50) {
attackt = 0;
attack = false;
}
}
}
}
if (changeup) {
life = 170;
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
changeupt++;
gotoAndStop ("transform");
if (changeupt >= 70) {
form1 = false;
form2 = true;
changeup = false;
}
}
}
if (dead) {
stopAllSounds();
hitcolor.setTransform(oldColor);
deadt++;
exp++;
expx = random(7);
expy = random(7);
gotoAndStop ("dead");
_root.dragon1.animate.dead = true;
if (exp >= 10) {
_root.attachMovie("explosion3a", "explosion1" + _root.debris, _root.debris++);
if (expx == 0) {
_root["explosion1" + _root.debris].animate._x = _x;
}
if (expx == 1) {
_root["explosion1" + _root.debris].animate._x = _x + 10;
}
if (expx == 2) {
_root["explosion1" + _root.debris].animate._x = _x - 10;
}
if (expx == 3) {
_root["explosion1" + _root.debris].animate._x = _x + 50;
}
if (expx == 4) {
_root["explosion1" + _root.debris].animate._x = _x - 70;
}
if (expx == 5) {
_root["explosion1" + _root.debris].animate._x = _x + 70;
}
if (expx == 6) {
_root["explosion1" + _root.debris].animate._x = _x - 50;
}
if (expy == 0) {
_root["explosion1" + _root.debris].animate._y = _y;
}
if (expy == 1) {
_root["explosion1" + _root.debris].animate._y = _y - 200;
}
if (expy == 2) {
_root["explosion1" + _root.debris].animate._y = _y - 110;
}
if (expy == 3) {
_root["explosion1" + _root.debris].animate._y = _y - 130;
}
if (expy == 4) {
_root["explosion1" + _root.debris].animate._y = _y - 300;
}
if (expy == 5) {
_root["explosion1" + _root.debris].animate._y = _y + 10;
}
if (expy == 6) {
_root["explosion1" + _root.debris].animate._y = _y - 150;
}
exp = 0;
}
if ((deadt > 149) and (deadt < 151)) {
_root.attachMovie("endfade1a", "endfade", 2000);
_root.endfade.animate._x = 300;
_root.endfade.animate._y = 200;
}
if (deadt >= 200) {
dead2 = true;
dead = false;
}
}
}
if (dead2) {
dead2t++;
gotoAndStop ("dead2");
if ((dead2t > 220) and (dead2t < 222)) {
_root.attachMovie("finalfade1a", "finalfade", 2000);
_root.finalfade.animate._x = 300;
_root.finalfade.animate._y = 200;
}
}
}
if (intro1) {
gotoAndStop ("intro1");
}
}
if (intro2) {
intro2t++;
gotoAndStop ("intro2");
if ((intro2t > 15) and (intro2t < 17)) {
_root.attachMovie("wine1a", "wine1" + _root.debris, _root.debris++);
_root["wine1" + _root.debris].animate._x = _x;
_root["wine1" + _root.debris].animate._y = _y - 70;
}
if (intro2t >= 200) {
intro2 = false;
}
}
}
}
Instance of Symbol 381 MovieClip "animate" in Symbol 1657 MovieClip [reaper2a] Frame 1
onClipEvent (load) {
_root.scythe_in = true;
tele_speed = 9;
p_distance = 100;
x_port = 400;
y_port = 60;
teleport_timer = 0;
teleport_timermax = 800;
teleport = false;
teleportt = 0;
teleportmax = 170;
pxspot = 0;
pyspot = 0;
fy_offset = -50;
fx_offset = 0;
ymin = 185;
up = true;
upt = 0;
upmax = 250;
dirsel = random(2);
if (dirsel == 0) {
rt = true;
lft = false;
}
if (dirsel == 1) {
rt = false;
lft = true;
}
dir = 1;
speed = 4.5;
rtt = 0;
rtmax = 600;
lftt = 0;
lftmax = 900;
rapey_offset = 100;
r_loss = 20;
jumptimer = 0;
jumptimermax = 100;
jump = false;
jumpht = 17.5;
jumpt = jumpht;
grav = 5;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 30;
attack2 = false;
attack2t = 0;
attack2max = 11;
attack3 = false;
attack3t = 0;
attack3max = 100;
att_3int = 0;
att_3intmax = 20;
speed = 2;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 80;
_xscale = (-size);
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
dspeedx = 3;
dspeedy = 30;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.boss_start) {
gotoAndStop ("chill");
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!rape) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x = _root.p1.animate._x + _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x = _root.p1.animate._x - _root.movespeed;
}
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
}
if (!teleport) {
if (!attack1) {
if (!attack3) {
teleport_timer++;
if (teleport_timer >= teleport_timermax) {
teleport_timer = 0;
teleport = true;
}
att_3int++;
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (_root.p1.animate._x >= _x) {
_xscale = (-size);
} else {
_xscale = size;
}
if (_y < ymin) {
_y = (_y + speed);
}
if (_y > ymin) {
_y = (_y - speed);
}
if (rt) {
gotoAndStop ("chill2");
rtt++;
_x = (_x + speed);
if (_x >= rtmax) {
lft = true;
attsel = random(2);
if (attsel == 0) {
attack3 = true;
}
if (attsel == 1) {
teleport = true;
}
rt = false;
}
}
if (lft) {
gotoAndStop ("chill2");
lftt++;
_x = (_x - speed);
if (_x <= (_root.map1._x - lftmax)) {
rt = true;
attsel = random(2);
if (attsel == 0) {
attack3 = true;
}
if (attsel == 1) {
teleport = true;
}
lft = false;
}
}
}
if (attack3) {
attack3t++;
gotoAndStop ("attack");
if (_root.p1.animate._x >= _x) {
_xscale = (-size);
} else {
_xscale = size;
}
if (attack3t == 10) {
_root.scythe_in = false;
_root.attachMovie("l_scythe1a", "fireball3a", 105);
_root.fireball3a.animate.dir = dir;
_root.fireball3a.animate._x = _x + pxspot;
_root.fireball3a.animate._y = _y + pyspot;
}
if (attack3t >= attack3max) {
attack3t = 0;
_root.scythe_in = true;
attack3 = false;
}
}
if (attack2) {
attack2t++;
if (!a2) {
weapon_sel = random(4);
if (_root.p1.animate._x > _x) {
dir = 1;
} else {
dir = -1;
}
a2 = true;
}
if (attack2t == 10) {
if (weapon_sel == 0) {
_root.attachMovie("scythe1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 1) {
_root.attachMovie("e_boomerang1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 2) {
_root.attachMovie("e_throwaxe1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
if (weapon_sel == 3) {
_root.attachMovie("scythe1a", "fireball1" + _root.ebullet, _root.ebullet++);
}
_root["fireball1" + _root.ebullet].animate.dir = dir;
if (dir == 1) {
_root["fireball1" + _root.ebullet].animate._x = _x + fx_offset;
} else {
_root["fireball1" + _root.ebullet].animate._x = _x - fx_offset;
}
_root["fireball1" + _root.ebullet].animate._y = _y + fy_offset;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
} else {
a2 = false;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (teleport) {
teleportt++;
gotoAndStop ("chill2");
if (teleportt == 1) {
if (_root.p1.animate._x > _x) {
_xscale = size;
dir = 1;
} else {
_xscale = (-size);
dir = -1;
}
}
if (teleportt < 0) {
_visible = false;
}
if ((teleportt >= 0) and (teleportt < 15)) {
_visible = false;
}
if ((teleportt >= 10) and (teleportt < 40)) {
_visible = true;
if (dir == 1) {
_x = (_root.p1.animate._x + p_distance);
_xscale = size;
}
if (dir == -1) {
_x = (_root.p1.animate._x - p_distance);
_xscale = (-size);
}
if (!sx) {
_y = _root.p1.animate._y;
sx = true;
}
}
if ((teleportt >= 40) and (teleportt < 90)) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (dir == 1) {
_x = (_x - tele_speed);
_xscale = size;
}
if (dir == -1) {
_x = (_x + tele_speed);
_xscale = (-size);
}
}
if ((teleportt >= 90) and (teleportt < 150)) {
if (_root.p1.animate._x > _x) {
_xscale = (-size);
} else {
_xscale = size;
}
}
if ((teleportt >= 150) and (teleportt < 160)) {
_visible = false;
}
if (teleportt >= teleportmax) {
_visible = true;
_x = (_root.map1._x - x_port);
_y = (_root.map1._y - y_port);
teleportt = 0;
teleport = false;
}
} else {
sx = false;
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
dspeedy--;
_y = (_y - dspeedy);
if (dir == 1) {
_x = (_x - dspeedx);
}
if (dir == -1) {
_x = (_x + dspeedx);
}
deadt++;
if (deadt == 5) {
_root.attachMovie("lifeorb1a", "lifeorb1" + _root.debris, _root.debris++);
_root["lifeorb1" + _root.debris].animate._x = _x;
_root["lifeorb1" + _root.debris].animate._y = _y;
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
Symbol 1671 MovieClip Frame 1
stop();
Symbol 1671 MovieClip Frame 2
stop();
Symbol 1671 MovieClip Frame 3
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 1677 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 1678 MovieClip Frame 14
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1678 MovieClip Frame 32
stop();
Symbol 1679 MovieClip Frame 17
head.gotoAndStop(2);
Symbol 1679 MovieClip Frame 110
head.gotoAndStop(2);
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 1680 MovieClip Frame 28
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1680 MovieClip Frame 90
stop();
Symbol 1699 MovieClip Frame 1
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
Instance of Symbol 259 MovieClip in Symbol 1699 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 1699 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1699 MovieClip Frame 20
sec = sec + 1;
Symbol 1699 MovieClip Frame 40
if (sec >= 3) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 1699 MovieClip Frame 42
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
Symbol 1699 MovieClip Frame 60
gotoAndPlay (42);
Symbol 1715 MovieClip Frame 1
mhead.gotoAndStop(3);
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
Instance of Symbol 259 MovieClip in Symbol 1715 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 1715 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1715 MovieClip Frame 19
gotoAndPlay (42);
Symbol 1715 MovieClip Frame 100
stop();
Symbol 1716 MovieClip Frame 76
stop();
Symbol 1717 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limitc" in Symbol 1717 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 141 MovieClip "limit" in Symbol 1717 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1717 MovieClip Frame 2
stop();
Symbol 1717 MovieClip Frame 3
stop();
Symbol 1717 MovieClip Frame 4
stop();
Symbol 1717 MovieClip Frame 5
stop();
Symbol 1717 MovieClip Frame 6
stop();
Symbol 1717 MovieClip Frame 7
stop();
Symbol 1717 MovieClip Frame 8
stop();
Symbol 1717 MovieClip Frame 9
stop();
Symbol 1717 MovieClip Frame 10
stop();
Symbol 1717 MovieClip Frame 11
stop();
Symbol 1717 MovieClip Frame 12
stop();
Symbol 1717 MovieClip Frame 13
stop();
Instance of Symbol 1717 MovieClip "animate" in Symbol 1718 MovieClip [minotaur1a] Frame 1
onClipEvent (load) {
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 60;
attack2 = false;
attack2t = 0;
attack2max = 130;
attack3 = false;
attack3t = 0;
attack3max = 120;
att_3int = 0;
att_3intmax = 150;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 20;
_xscale = (-size);
_yscale = size;
dead = false;
deadt = 0;
deadred = 75;
deadmax = 100;
hit = false;
hitt = 0;
hitmax = 3;
life = 100;
lifemax = 100;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!_root.boss_start) {
gotoAndStop ("nd");
}
if (_root.boss_start) {
if (!bs) {
life = 60;
lifemax = 60;
bs = true;
}
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limitc.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x = _root.p1.animate._x + _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x = _root.p1.animate._x - _root.movespeed;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
gotoAndStop ("walk");
att_3int++;
if (att_3int >= att_3intmax) {
att_3int = 0;
attack2 = true;
}
if (_root.p1.animate._x > _x) {
_xscale = size;
_x = (_x + speed);
} else {
_x = (_x - speed);
_xscale = (-size);
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attsel = random(2);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack3 = true;
}
}
}
if (attack3) {
attack3t++;
gotoAndStop ("attack3");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack3t >= attack3max) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.gas.limit.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.curse = true;
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= deadred) {
if (!de) {
_root.attachMovie("lifeorb1a", "lifeorb1" + _root.debris, _root.debris++);
_root["lifeorb1" + _root.debris].animate._x = _x;
_root["lifeorb1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(7);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(7);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(7);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(7);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
}
if (deadt >= deadmax) {
_root.bossdead = true;
_parent.removeMovieClip();
}
}
}
}
}
Symbol 1734 MovieClip Frame 1
stop();
Symbol 1734 MovieClip Frame 2
stop();
Symbol 1734 MovieClip Frame 3
stop();
Symbol 1734 MovieClip Frame 4
stop();
Symbol 1734 MovieClip Frame 5
stop();
Symbol 1743 MovieClip Frame 1
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 1756 MovieClip Frame 15
gotoAndPlay (9);
Symbol 1757 MovieClip Frame 1
eyes.gotoAndStop(3);
meyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 1757 MovieClip Frame 60
stop();
Symbol 1764 MovieClip Frame 1
stop();
Symbol 1764 MovieClip Frame 2
stop();
Symbol 1764 MovieClip Frame 3
stop();
Symbol 1764 MovieClip Frame 4
stop();
Symbol 1764 MovieClip Frame 5
stop();
Symbol 1764 MovieClip Frame 6
stop();
Symbol 1768 MovieClip Frame 1
meyes.gotoAndStop(3);
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
Instance of Symbol 1764 MovieClip in Symbol 1768 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1768 MovieClip Frame 20
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1768 MovieClip Frame 40
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 1769 MovieClip Frame 1
meyes.gotoAndStop(3);
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 5
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 9
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 10
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 13
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 17
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 18
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 21
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 25
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 26
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 29
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 33
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 34
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 37
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 41
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 42
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 45
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 49
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 1769 MovieClip Frame 60
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 1769 MovieClip Frame 80
stop();
Symbol 1777 MovieClip Frame 22
stop();
Symbol 1778 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 1778 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 1778 MovieClip Frame 2
stop();
Symbol 1778 MovieClip Frame 3
stop();
Symbol 1778 MovieClip Frame 4
stop();
Symbol 1778 MovieClip Frame 5
stop();
Symbol 1778 MovieClip Frame 6
stop();
Symbol 1778 MovieClip Frame 7
stop();
Symbol 1778 MovieClip Frame 8
stop();
Instance of Symbol 1778 MovieClip "animate" in Symbol 1779 MovieClip [medhead1a] Frame 1
onClipEvent (load) {
attach = true;
up = false;
upt = 0;
upmax = 60;
upspmax = -2;
vspeed = 3;
vspeedmin = 3;
vspeedmax = -3;
dn = true;
dnt = 0;
dnmax = 60;
dnspmax = 2;
spinc = 0.02;
sy = _y;
ang = 0;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
speed = 2;
onscreen = true;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 1;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_parent._x = _parent._x - _root.movespeed;
}
if (_root.movel) {
_parent._x = _parent._x + _root.movespeed;
}
if (_root.moveu) {
_parent._y = _parent._y - _root.movespeed;
}
if (_root.moved) {
_parent._y = _parent._y + _root.movespeed;
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.strength1;
dead = true;
s = true;
}
} else {
s = false;
}
gotoAndStop ("nd");
if (up) {
upt++;
if (vspeed < upspmax) {
vspeed--;
}
_y = (_y - vspeed);
if (upt > upmax) {
upt = 0;
vspeed = vspeedmax;
up = false;
dn = true;
}
}
if (dn) {
dnt++;
if (vspeed < dnspmax) {
vspeed++;
}
_y = (_y + vspeed);
if (dnt > upmax) {
dnt = 0;
vspeed = vspeedmin;
dn = false;
up = true;
}
}
if (dir == 1) {
_xscale = (-size);
_x = (_x + speed);
if (_x >= 700) {
_parent.removeMovieClip();
}
}
if (dir == -1) {
_xscale = size;
_x = (_x - speed);
if (_x <= -100) {
_parent.removeMovieClip();
}
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
}
if (_root.gender_numb == 1) {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
if (_root.gender_numb == 2) {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
}
if (_root.char_name == "toonpimp") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_x = _root.p1.animate._x;
_y = _root.p1.animate._y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
dead = true;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
dead = true;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1786 MovieClip in Symbol 1787 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1793 MovieClip in Symbol 1794 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1806 MovieClip in Symbol 1807 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1813 MovieClip in Symbol 1814 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1817 MovieClip in Symbol 1818 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1825 MovieClip in Symbol 1826 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1828 MovieClip in Symbol 1829 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1831 MovieClip in Symbol 1832 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1834 MovieClip in Symbol 1835 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1837 MovieClip in Symbol 1838 MovieClip Frame 1
/* no clip actions */
Symbol 1871 MovieClip Frame 50
stop();
Symbol 1872 MovieClip Frame 40
stop();
Symbol 1892 MovieClip Frame 58
stop();
Symbol 1894 MovieClip Frame 50
stop();
Symbol 1901 MovieClip Frame 22
gotoAndPlay (10);
Symbol 1911 MovieClip Frame 1
if (_root.shirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.pants) {
pants._visible = true;
} else {
pants._visible = false;
}
Symbol 1912 MovieClip Frame 20
gotoAndPlay (5);
Symbol 1923 MovieClip Frame 1
stop();
Symbol 1939 MovieClip Frame 1
stop();
Instance of Symbol 1936 MovieClip "pants" in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
if (_root.aspants) {
_visible = true;
}
if (!_root.aspants) {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.aspants) {
_visible = true;
}
if (!_root.aspants) {
_visible = false;
}
}
Instance of Symbol 1938 MovieClip in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
if (_root.asshirt) {
_visible = true;
}
if (!_root.asshirt) {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.asshirt) {
_visible = true;
}
if (!_root.asshirt) {
_visible = false;
}
}
Instance of Symbol 1939 MovieClip "character" in Symbol 1940 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.fpause) {
stop();
} else {
play();
}
}
Symbol 1940 MovieClip Frame 20
gotoAndPlay (5);
Symbol 1951 MovieClip Frame 1
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
Symbol 1952 MovieClip Frame 20
gotoAndPlay (5);
Symbol 1960 MovieClip Frame 1
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
Symbol 1961 MovieClip Frame 20
gotoAndPlay (5);
Symbol 1976 MovieClip Frame 1
if (_root.asshirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.aspants) {
pants._visible = true;
} else {
pants._visible = false;
}
if (_root.aspanties) {
panties._visible = true;
} else {
panties._visible = false;
}
if (_root.asshoes) {
shoes._visible = true;
} else {
shoes._visible = false;
}
Symbol 1977 MovieClip Frame 20
gotoAndPlay (5);
Symbol 1996 MovieClip Frame 1
stop();
Symbol 1996 MovieClip Frame 2
stop();
Symbol 2000 MovieClip Frame 1
eyes.gotoAndStop(2);
if (_root.asshirt) {
shirt._visible = true;
s1._visible = true;
s2._visible = true;
boobs._visible = false;
} else {
shirt._visible = false;
s1._visible = false;
s2._visible = false;
boobs._visible = true;
}
Instance of Symbol 1981 MovieClip in Symbol 2000 MovieClip Frame 1
onClipEvent (load) {
if (_root.asshirt) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.asshirt) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1985 MovieClip "boobs" in Symbol 2000 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1top) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.o1top) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1999 MovieClip in Symbol 2000 MovieClip Frame 1
onClipEvent (load) {
if (_root.asshirt) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.asshirt) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2001 MovieClip Frame 20
gotoAndPlay (5);
Symbol 2002 MovieClip Frame 1
stop();
Symbol 2002 MovieClip Frame 2
stop();
Symbol 2002 MovieClip Frame 3
stop();
Symbol 2002 MovieClip Frame 4
stop();
Symbol 2002 MovieClip Frame 5
stop();
Symbol 2003 MovieClip Frame 108
gotoAndPlay (84);
Symbol 2029 MovieClip Frame 1
if (_root.shirt) {
shirt._visible = true;
} else {
shirt._visible = false;
}
if (_root.pants) {
pants._visible = true;
} else {
pants._visible = false;
}
Symbol 2029 MovieClip Frame 15
stop();
Symbol 2031 MovieClip Frame 1
stop();
Instance of Symbol 1864 MovieClip "limit" in Symbol 2031 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1864 MovieClip "limitc" in Symbol 2031 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1864 MovieClip "limitb" in Symbol 2031 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2031 MovieClip Frame 2
stop();
Symbol 2031 MovieClip Frame 3
stop();
Symbol 2031 MovieClip Frame 4
stop();
Symbol 2031 MovieClip Frame 5
stop();
Symbol 2031 MovieClip Frame 6
stop();
Symbol 2031 MovieClip Frame 7
stop();
Symbol 2031 MovieClip Frame 8
stop();
Symbol 2031 MovieClip Frame 9
stop();
Symbol 2031 MovieClip Frame 10
stop();
Symbol 2031 MovieClip Frame 11
stop();
Symbol 2031 MovieClip Frame 12
stop();
Symbol 2031 MovieClip Frame 13
stop();
Symbol 2031 MovieClip Frame 14
stop();
Symbol 2031 MovieClip Frame 15
stop();
Symbol 2031 MovieClip Frame 16
stop();
Symbol 2031 MovieClip Frame 17
stop();
Symbol 2031 MovieClip Frame 18
stop();
Symbol 2031 MovieClip Frame 19
stop();
Symbol 2031 MovieClip Frame 20
stop();
Symbol 2031 MovieClip Frame 21
stop();
Symbol 2031 MovieClip Frame 22
stop();
Symbol 2031 MovieClip Frame 23
stop();
Instance of Symbol 2031 MovieClip "animate" in Symbol 2032 MovieClip [dragon1a] Frame 1
onClipEvent (load) {
dir_max = 100;
dir_min = -100;
rape = false;
rapet = 0;
rapemax = 400;
rapehalf = 300;
a = false;
fx_offset = 0;
fy_offset = -20;
r_loss = 60;
attdelay = 0;
attdelaymax = 40;
attsel = random(3);
attack_timer = 0;
attack_timermax = 200;
animate.limit._visible = false;
attack1 = false;
attack1t = 0;
attack1max = 100;
attack2 = false;
attack2t = 0;
attack2max = 100;
mapx_mid = 320;
st_speed = 3;
speed = 5;
gor = false;
gort = 0;
gormax = 200;
rmax = 500;
gol = true;
golt = 0;
lmax = 200;
golmax = 200;
stun = false;
stunt = 0;
stunmax = 400;
stunlife = 50;
stunlifemax = 50;
hitablet = 0;
life = 30;
lifemax = 30;
life2 = 50;
life2max = 50;
hit = false;
hitt = 0;
hitmax = 2;
nort = 0;
nortmax = 100;
size = 80;
dead = false;
dead_ani = 0;
deadt = 0;
deadmax = 300;
_xscale = size;
_yscale = size;
_root.qte_event = 0;
success = false;
successt = 0;
successmax = 100;
success_numb = 0;
failure = false;
failuret = 0;
failuremax = 100;
failure_numb = 0;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
main_y = 80;
stun_y = 250;
_x = (_root.map1._x - 50);
_y = 80;
_root.boss_start = false;
_root.bossdead = false;
yspot = -100;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
limitb._visible = false;
character.limit._visible = false;
_root.sos = life2;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!_root.boss_start) {
_xscale = (-size);
}
if (_root.boss_start) {
if (!dead) {
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
if (!_root.qte) {
if (!rape) {
_root.main_camera_mode = 2;
if (limitc.hitTest(_root.p1.animate.limit)) {
if (dir == 1) {
_root.p1.animate._x = _root.p1.animate._x + _root.movespeed;
}
if (dir == -1) {
_root.p1.animate._x = _root.p1.animate._x - _root.movespeed;
}
}
if (!stun) {
if (life <= 0) {
stun = true;
}
if (!attack1) {
if (!attack2) {
hitablet++;
if (hitablet >= 10) {
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
life = life - _root.p1power;
hit = true;
}
if (limit.hitTest(_root.swep1.animate.limit)) {
if (!_root.swep1.animate.ko) {
life = life - _root.sw_power;
_root.swep1.animate.ko = true;
hit = true;
}
}
}
attack_timer++;
attdelay++;
if (attack_timer >= attack_timermax) {
attack_timer = 0;
attack2 = true;
}
if (attdelay >= attdelaymax) {
if (limitb.hitTest(_root.p1.animate.limit)) {
attsel = random(3);
attack1 = true;
}
}
if (_root.p1.animate._x > (_x + dir_max)) {
dir = 1;
_xscale = (-size);
} else if (_root.p1.animate._x < (_x + dir_min)) {
dir = -1;
_xscale = size;
}
if (gor) {
gort++;
if (_x < (_root.map1._x + rmax)) {
gotoAndStop ("walk");
_x = (_x + speed);
} else {
gotoAndStop ("stand");
}
if (gort >= gormax) {
gort = 0;
gol = true;
gor = false;
}
}
if (gol) {
golt++;
if (_x > (_root.map1._x + lmax)) {
gotoAndStop ("walk");
_x = (_x - speed);
} else {
gotoAndStop ("stand");
}
if (golt >= golmax) {
golt = 0;
gor = true;
gol = false;
}
}
if (_y < main_y) {
_y = (_y+1);
}
if (_y > main_y) {
_y = (_y-1);
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack3");
if (attack2t == 20) {
_root.attachMovie("dragon_fireball1a", "fireball1" + _root.debris, _root.debris++);
if (dir == 1) {
_root["fireball1" + _root.debris].animate._x = _x + fx_offset;
} else {
_root["fireball1" + _root.debris].animate._x = _x - fx_offset;
}
_root["fireball1" + _root.debris].animate._y = _y + fy_offset;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
attack1t++;
attdelay = 0;
if (attsel == 0) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
if (!a) {
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
a = true;
}
}
}
}
gotoAndStop ("attack2");
attack1max = 70;
}
if (attsel == 1) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
if (!a) {
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
a = true;
}
}
}
}
gotoAndStop ("attack5");
attack1max = 70;
}
if (attsel == 2) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
if (!a) {
_root.p1.animate.hit = true;
if (_root.armor) {
_root.armlife = _root.armlife - r_loss;
} else {
_root.life = _root.life - r_loss;
}
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
a = true;
}
}
}
}
gotoAndStop ("attack4");
attack1max = 75;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
a = false;
}
}
if (stun) {
stunt++;
if (!s1) {
s1 = true;
}
attack1 = false;
attack1t = 0;
attack1max = 100;
attack2 = false;
attack2t = 0;
attack2max = 100;
if (_y < stun_y) {
_y = (_y+1);
}
if (_y > stun_y) {
_y = (_y-1);
}
if (stunt <= 50) {
if (dir == -1) {
_xscale = size;
_x = (_x + st_speed);
} else {
_xscale = (-size);
_x = (_x - st_speed);
}
}
gotoAndStop ("hit3");
nort++;
if (!hit) {
hitablet++;
if (limit.hitTest(_root.p1.animate.character.weapon.limit)) {
life2 = life2 - _root.p1power;
hit = true;
}
if (limit.hitTest(_root.swep1.animate.limit)) {
if (!_root.swep1.animate.ko) {
life2 = life2 - _root.sw_power;
_root.swep1.animate.ko = true;
hit = true;
}
}
}
if (life2 <= 0) {
dead = true;
}
if (stunt >= stunmax) {
life = 20;
stunt = 0;
stun = false;
}
}
}
}
if (rape) {
attack1 = false;
attack1t = 0;
attack2 = false;
attack2t = 0;
nort = 0;
rapet++;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._visible = false;
if ((!failure) and (!success)) {
_root.qte_go = true;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y + 100;
fs = true;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapehalf = 300;
rapemax = 400;
gotoAndStop ("rape2");
if (rapet <= rapehalf) {
_root.rape_breakable = true;
} else {
_root.rape_breakable = false;
}
if (rapet >= rapemax) {
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate._visible = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + 180;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapehalf = 300;
rapemax = 400;
if (rapet <= rapehalf) {
gotoAndStop ("rape2");
_root.rape_breakable = true;
} else {
gotoAndStop ("rape2");
_root.rape_breakable = false;
}
if (rapet >= rapemax) {
_root.p1.animate.dead = true;
_root.p1.animate._visible = false;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + 180;
rapet = 0;
rape = false;
}
}
}
if (success) {
successt++;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
if (success_numb == 0) {
gotoAndStop ("s2");
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 200;
if (successt >= successmax) {
_root.attachMovie("qte1a", "qte1", 2000);
_root.qte1.animate._x = 250;
_root.qte1.animate._y = 250;
_root.qte_size = 150;
_root.qte_inc = 5;
successt = 0;
_root.qte_event = 1;
_root.qte = true;
success = false;
}
}
if (success_numb == 1) {
gotoAndStop ("s3");
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 200;
if (successt >= successmax) {
_root.attachMovie("qte1a", "qte1", 2000);
_root.qte1.animate._x = 250;
_root.qte1.animate._y = 250;
_root.qte_size = 50;
_root.qte_inc = 5;
successt = 0;
_root.qte_event = 1;
_root.qte = true;
success = false;
}
}
if (success_numb == 2) {
gotoAndStop ("s4");
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 300;
if (successt >= successmax) {
_root.attachMovie("qte1a", "qte1", 2000);
_root.qte1.animate._x = 250;
_root.qte1.animate._y = 250;
_root.qte_size = 50;
_root.qte_inc = 5;
successt = 0;
_root.qte_event = 2;
_root.qte = true;
success = false;
}
}
if (success_numb == 3) {
gotoAndStop ("s4");
_root.p1.animate._x = _x + 30;
_root.p1.animate._y = _y + 100;
successmax = 200;
if (successt >= successmax) {
successt = 0;
_root.qte_event = 3;
_root.qte = true;
success = false;
}
}
}
if (failure) {
failuret++;
stun = false;
stunt = 0;
if (failure_numb == 0) {
gotoAndStop ("rape3");
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 60;
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
if (failuret >= failuremax) {
life = 30;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + 180;
success = false;
successt = 0;
success_numb = 0;
failuret = 0;
_root.qte_event = 0;
failure = false;
rape = false;
}
}
}
} else {
fs = false;
}
if (_root.qte) {
nort = 0;
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
if (_root.qte_event == 0) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop ("s1");
rape = true;
if (_root.hit) {
success = true;
success_numb = 1;
failure = false;
failure_numb = 0;
_root.qte = false;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
_root.qte = false;
}
}
if (_root.qte_event == 1) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop ("s3");
if (_root.hit) {
success = true;
success_numb = 2;
failure = false;
failure_numb = 0;
_root.qte = false;
rape = true;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
rape = true;
_root.qte = false;
}
}
if (_root.qte_event == 2) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop ("s4");
rape = true;
if (_root.hit) {
success = true;
success_numb = 3;
failure = false;
failure_numb = 0;
_root.qte = false;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
_root.qte = false;
}
}
if (_root.qte_event == 3) {
_root.p1.animate._x = _x - 15;
_root.p1.animate._y = _y - 200;
gotoAndStop ("s5");
rape = true;
if (_root.hit) {
success = true;
dead = true;
failure = false;
failure_numb = 0;
_root.qte = false;
}
if (_root.miss) {
success = false;
success_numb = 1;
failure = true;
failure_numb = 0;
_root.qte = false;
}
}
}
}
if (dead) {
deadt++;
if (!sd) {
stopAllSounds();
sd = true;
}
_root.bossdead = true;
_root.main_camera_mode = 0;
gotoAndStop ("hit3");
if (deadt == 10) {
_root.attachMovie("lifeorb1a", "lifeorb1" + _root.debris, _root.debris++);
_root["lifeorb1" + _root.debris].animate._x = _x;
_root["lifeorb1" + _root.debris].animate._y = _y + yspot;
}
_y = (_y + 2);
if (deadt >= 300) {
_parent.removeMovieClip();
}
}
}
}
}
Symbol 2059 MovieClip Frame 41
stop();
Instance of Symbol 1253 MovieClip in Symbol 2081 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1256 MovieClip in Symbol 2081 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 2081 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1181 MovieClip in Symbol 2106 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1260 MovieClip in Symbol 2106 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 2106 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2144 MovieClip Frame 1
_root.monly = 0;
Instance of Symbol 1256 MovieClip in Symbol 2144 MovieClip Frame 1
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (load) {
if (_root.o1bot) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1223 MovieClip in Symbol 2144 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2144 MovieClip Frame 22
if (_root.monly >= 10) {
gotoAndPlay (23);
}
if (_root.monly < 10) {
gotoAndPlay (2);
}
Instance of Symbol 263 MovieClip in Symbol 2173 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2160 MovieClip in Symbol 2173 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2166 MovieClip in Symbol 2173 MovieClip Frame 21
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2169 MovieClip in Symbol 2173 MovieClip Frame 24
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2172 MovieClip in Symbol 2173 MovieClip Frame 27
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2169 MovieClip in Symbol 2173 MovieClip Frame 44
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2166 MovieClip in Symbol 2173 MovieClip Frame 47
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2186 MovieClip Frame 1
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
Instance of Symbol 263 MovieClip in Symbol 2186 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2160 MovieClip in Symbol 2186 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2166 MovieClip in Symbol 2186 MovieClip Frame 21
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2169 MovieClip in Symbol 2186 MovieClip Frame 24
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2172 MovieClip in Symbol 2186 MovieClip Frame 27
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2169 MovieClip in Symbol 2186 MovieClip Frame 44
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2166 MovieClip in Symbol 2186 MovieClip Frame 47
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2186 MovieClip Frame 50
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
Instance of Symbol 2160 MovieClip in Symbol 2186 MovieClip Frame 52
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2186 MovieClip Frame 100
stop();
Symbol 2199 MovieClip Frame 1
eyes.gotoAndStop(1);
mouth.gotoAndStop(2);
Instance of Symbol 263 MovieClip in Symbol 2199 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2160 MovieClip in Symbol 2199 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2166 MovieClip in Symbol 2199 MovieClip Frame 21
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2169 MovieClip in Symbol 2199 MovieClip Frame 24
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2172 MovieClip in Symbol 2199 MovieClip Frame 27
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2169 MovieClip in Symbol 2199 MovieClip Frame 44
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2166 MovieClip in Symbol 2199 MovieClip Frame 47
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2199 MovieClip Frame 50
eyes.gotoAndStop(2);
mouth.gotoAndStop(1);
Instance of Symbol 2160 MovieClip in Symbol 2199 MovieClip Frame 52
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2199 MovieClip Frame 100
stop();
Symbol 2201 MovieClip Frame 9
stop();
Symbol 2203 MovieClip Frame 9
stop();
Symbol 2204 MovieClip Frame 9
stop();
Symbol 2205 MovieClip Frame 46
stop();
Symbol 2206 MovieClip Frame 1
stop();
Symbol 2206 MovieClip Frame 2
stop();
Symbol 2206 MovieClip Frame 3
stop();
Symbol 2206 MovieClip Frame 4
stop();
Symbol 2206 MovieClip Frame 5
stop();
Symbol 2206 MovieClip Frame 6
stop();
Symbol 2206 MovieClip Frame 7
stop();
Symbol 2206 MovieClip Frame 8
stop();
Symbol 2206 MovieClip Frame 9
stop();
Symbol 2206 MovieClip Frame 10
stop();
Symbol 2206 MovieClip Frame 11
_root.score = _root.score + 200;
stop();
Instance of Symbol 2206 MovieClip "animate" in Symbol 2207 MovieClip [tmonster1a] Frame 1
onClipEvent (load) {
rapey_offset = 150;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 70;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 40;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop ("nd");
dirt++;
if (dirt >= dirmax) {
dir = -dir;
dirt = 0;
}
if (dir == 1) {
_xscale = size;
_x = (_x + speed);
}
if (dir == -1) {
_xscale = (-size);
_x = (_x - speed);
}
if (limita.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y + rapey_offset;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 2243 MovieClip Frame 1
stop();
Symbol 2243 MovieClip Frame 2
stop();
Symbol 2243 MovieClip Frame 3
stop();
Symbol 2243 MovieClip Frame 4
stop();
Symbol 2243 MovieClip Frame 5
stop();
Symbol 2249 MovieClip Frame 13
stop();
Symbol 2250 MovieClip Frame 45
stop();
Symbol 2253 MovieClip Frame 1
eyes.gotoAndStop(2);
Symbol 2253 MovieClip Frame 31
stop();
Symbol 2254 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 2254 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 141 MovieClip "limita" in Symbol 2254 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2254 MovieClip Frame 2
stop();
Symbol 2254 MovieClip Frame 3
stop();
Symbol 2254 MovieClip Frame 4
stop();
Symbol 2254 MovieClip Frame 5
stop();
Symbol 2254 MovieClip Frame 6
stop();
Symbol 2254 MovieClip Frame 7
stop();
Symbol 2254 MovieClip Frame 8
stop();
Symbol 2254 MovieClip Frame 9
stop();
Symbol 2254 MovieClip Frame 10
stop();
Symbol 2254 MovieClip Frame 11
stop();
Instance of Symbol 2254 MovieClip "animate" in Symbol 2255 MovieClip [une1a] Frame 1
onClipEvent (load) {
p_xspot = 70;
p_yspot = -130;
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
att_timer = 0;
att_timermax = 100;
attack1 = false;
attack1t = 0;
attack1max = 60;
attack2 = false;
attack2t = 0;
attack2max = 60;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 20;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limita.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (!attack1) {
if (!attack2) {
gotoAndStop ("nd");
if (!_root.p1.animate.raped) {
att_timer++;
if (att_timer >= att_timermax) {
attsel = random(2);
if (attsel == 0) {
attack1 = true;
}
if (attsel == 1) {
attack2 = true;
}
att_timer = 0;
}
}
if (_root.p1.animate._x >= _x) {
dir = 1;
} else {
dir = -1;
}
if (dir == 1) {
p_xspot = 75;
_xscale = size;
}
if (dir == -1) {
p_xspot = -75;
_xscale = (-size);
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
if (attack2t == 5) {
_root.attachMovie("rvines1a", "trap1", 111);
_root.trap1.animate._x = _x + 100;
_root.trap1.animate._y = _y;
_root.attachMovie("rvines1a", "trap2", 112);
_root.trap2.animate._x = _x - 100;
_root.trap2.animate._y = _y;
_root.attachMovie("rvines1a", "trap3", 113);
_root.trap3.animate._x = _x + 150;
_root.trap3.animate._y = _y;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (attack1t == 10) {
_root.attachMovie("enemyball1a", "eball1" + _root.debris, _root.debris++);
_root["eball1" + _root.debris].animate._x = _x + p_xspot;
_root["eball1" + _root.debris].animate._y = _y + p_yspot;
_root["eball1" + _root.debris].animate.colortype = 3;
}
if (attack1t == 20) {
_root.attachMovie("enemyball1a", "eball2" + _root.debris, _root.debris++);
_root["eball2" + _root.debris].animate._x = _x + p_xspot;
_root["eball2" + _root.debris].animate._y = _y + p_yspot;
_root["eball2" + _root.debris].animate.colortype = 4;
}
if (attack1t == 30) {
_root.attachMovie("enemyball1a", "eball3" + _root.debris, _root.debris++);
_root["eball3" + _root.debris].animate._x = _x + p_xspot;
_root["eball3" + _root.debris].animate._y = _y + p_yspot;
_root["eball3" + _root.debris].animate.colortype = 5;
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 2274 MovieClip Frame 1
stop();
Symbol 2274 MovieClip Frame 2
stop();
Symbol 2274 MovieClip Frame 3
stop();
Symbol 2274 MovieClip Frame 4
stop();
Symbol 2274 MovieClip Frame 5
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 2276 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2293 MovieClip Frame 1
stop();
Symbol 2293 MovieClip Frame 2
stop();
Symbol 2293 MovieClip Frame 3
stop();
Symbol 2293 MovieClip Frame 4
stop();
Symbol 2293 MovieClip Frame 5
stop();
Symbol 2293 MovieClip Frame 6
stop();
Symbol 2298 MovieClip Frame 1
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
sec = 0;
Instance of Symbol 2293 MovieClip in Symbol 2298 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 2298 MovieClip Frame 2
mouth.gotoAndStop(1);
eyes.gotoAndStop(2);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(1);
Symbol 2298 MovieClip Frame 25
sec = sec + 1;
Symbol 2298 MovieClip Frame 51
if (sec >= 5) {
gotoAndPlay (52);
} else {
gotoAndPlay (2);
}
Symbol 2298 MovieClip Frame 52
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
Symbol 2298 MovieClip Frame 79
gotoAndPlay (52);
Symbol 2305 MovieClip Frame 1
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(2);
tpeyes.gotoAndStop(2);
Instance of Symbol 2293 MovieClip in Symbol 2305 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 2305 MovieClip Frame 115
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(3);
tpeyes.gotoAndStop(4);
Symbol 2305 MovieClip Frame 155
mouth.gotoAndStop(1);
eyes.gotoAndStop(1);
tpmouth.gotoAndStop(1);
tpeyes.gotoAndStop(2);
stop();
Symbol 2306 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 2306 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2306 MovieClip Frame 2
stop();
Symbol 2306 MovieClip Frame 3
stop();
Symbol 2306 MovieClip Frame 4
stop();
Symbol 2306 MovieClip Frame 5
stop();
Symbol 2306 MovieClip Frame 6
stop();
Symbol 2306 MovieClip Frame 7
stop();
Symbol 2306 MovieClip Frame 8
stop();
Symbol 2306 MovieClip Frame 9
stop();
Symbol 2306 MovieClip Frame 10
stop();
Symbol 2306 MovieClip Frame 11
stop();
Instance of Symbol 2306 MovieClip "animate" in Symbol 2307 MovieClip [succubus1a] Frame 1
onClipEvent (load) {
atdrop = 20;
atspeed = 4;
rand = 100;
randy = 200;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 35;
speed = 2;
dir = -1;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - (_root.p1power + _root.strength1);
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop ("nd");
MaxX = _root.p1.animate._x + rand;
MinX = _root.p1.animate._x - rand;
MaxY = _root.p1.animate._y - 170;
MinY = _root.p1.animate._y - 200;
if (_x <= MinX) {
_x = (_x + speed);
xPos = false;
} else if (_x >= MaxX) {
_x = (_x - speed);
xPos = false;
} else {
xPos = true;
}
if (_y <= MinY) {
_y = (_y + speed);
yPos = false;
} else if (_y >= MaxY) {
_y = (_y - speed);
yPos = false;
} else {
yPos = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.p1.animate._x) {
dir = -1;
_xscale = (-size);
} else {
dir = 1;
_xscale = size;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
atdrop--;
_y = (_y + atdrop);
if (dir == -1) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_f_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(8);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(8);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(8);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(8);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1107 MovieClip "glimit" in Symbol 2328 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 2329 MovieClip Frame 7
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2329 MovieClip Frame 15
stop();
Symbol 2352 MovieClip Frame 1
stop();
Symbol 2352 MovieClip Frame 2
stop();
Symbol 2352 MovieClip Frame 3
stop();
Symbol 2361 MovieClip Frame 17
stop();
Symbol 2362 MovieClip Frame 1
sec = 0;
Instance of Symbol 815 MovieClip in Symbol 2362 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2344 MovieClip in Symbol 2362 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2362 MovieClip Frame 3
bhead.gotoAndStop(1);
Symbol 2362 MovieClip Frame 20
bhead.gotoAndStop(2);
sec = sec + 1;
Symbol 2362 MovieClip Frame 41
if (sec >= 4) {
gotoAndPlay (2);
} else {
gotoAndPlay (42);
}
Symbol 2362 MovieClip Frame 42
bhead.gotoAndStop(3);
Symbol 2362 MovieClip Frame 52
bhead.gotoAndStop(2);
Symbol 2362 MovieClip Frame 62
gotoAndPlay (42);
Symbol 2378 MovieClip Frame 1
bhead.gotoAndStop(2);
Instance of Symbol 815 MovieClip in Symbol 2378 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2344 MovieClip in Symbol 2378 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2378 MovieClip Frame 11
bhead.gotoAndStop(2);
Symbol 2378 MovieClip Frame 125
bhead.gotoAndStop(2);
stop();
Symbol 2380 MovieClip Frame 1
bhead.gotoAndStop(2);
Instance of Symbol 815 MovieClip in Symbol 2380 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2344 MovieClip in Symbol 2380 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2380 MovieClip Frame 11
bhead.gotoAndStop(2);
Symbol 2380 MovieClip Frame 125
bhead.gotoAndStop(1);
stop();
Symbol 2381 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 2381 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2381 MovieClip Frame 2
stop();
Symbol 2381 MovieClip Frame 3
stop();
Symbol 2381 MovieClip Frame 4
stop();
Symbol 2381 MovieClip Frame 5
stop();
Symbol 2381 MovieClip Frame 6
stop();
Symbol 2381 MovieClip Frame 7
stop();
Symbol 2381 MovieClip Frame 8
stop();
Symbol 2381 MovieClip Frame 9
stop();
Symbol 2381 MovieClip Frame 10
stop();
Symbol 2381 MovieClip Frame 11
stop();
Symbol 2381 MovieClip Frame 12
stop();
Instance of Symbol 2381 MovieClip "animate" in Symbol 2382 MovieClip [merlady1a] Frame 1
onClipEvent (load) {
ply_offset = 100;
attach = true;
jumpin = true;
jumpin_t = 20;
ground = false;
masturbate = false;
masturbatet = 0;
masturbatemax = 120;
r_loss = 25;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 40;
spsel = random(5);
if (spsel == 0) {
speed = 2.5;
}
if (spsel == 1) {
speed = 3;
}
if (spsel == 2) {
speed = 3.5;
}
if (spsel == 3) {
speed = 4;
}
if (spsel == 4) {
speed = 4.5;
}
onscreen = true;
yspot = 80;
size = 17;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
animate.limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= 580) {
_parent.removeMovieClip();
}
if (_x <= -30) {
_parent.removeMovieClip();
}
if (onscreen) {
if (!dead) {
if (_root.map1.black.hitTest(_x, _y - 5, true)) {
ground = true;
} else {
ground = false;
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!jumpin) {
if (_y >= 420) {
_parent.removeMovieClip();
}
if (!rape) {
if (!attack1) {
if (!masturbate) {
if (ground) {
gotoAndStop ("nd");
} else {
_y = (_y + 5);
gotoAndStop ("jump");
}
if (_root.p1.animate._x > _x) {
_xscale = size;
_x = (_x + speed);
} else {
_x = (_x - speed);
_xscale = (-size);
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
}
if (masturbate) {
masturbatet++;
animate.gotoAndStop("masturbate");
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (attack1) {
attack1t++;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
gotoAndStop ("attack1");
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 100;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - ply_offset;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (jumpin) {
gotoAndStop ("jump");
if (_root.p1.animate._x > _x) {
_xscale = size;
} else {
_xscale = (-size);
}
jumpin_t--;
_y = (_y - jumpin_t);
if ((jumpin_t < 0) and ground) {
jumpin = false;
}
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(4);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(4);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(4);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(4);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 2393 MovieClip Frame 1
stop();
Symbol 2393 MovieClip Frame 2
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 2394 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2395 MovieClip Frame 1
head.gotoAndStop(1);
Symbol 2395 MovieClip Frame 10
head.gotoAndStop(2);
Symbol 2395 MovieClip Frame 30
head.gotoAndStop(1);
Symbol 2395 MovieClip Frame 40
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 2396 MovieClip Frame 5
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2396 MovieClip Frame 20
stop();
Symbol 2403 MovieClip Frame 1
head.gotoAndStop(1);
sec = 0;
Symbol 2403 MovieClip Frame 20
sec = sec + 1;
Symbol 2403 MovieClip Frame 41
if (sec >= 4) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 2403 MovieClip Frame 42
ehead.gotoAndStop(2);
Symbol 2403 MovieClip Frame 63
gotoAndPlay (42);
Symbol 2423 MovieClip Frame 50
head.gotoAndStop(2);
Symbol 2423 MovieClip Frame 95
stop();
Symbol 2425 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 2425 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2425 MovieClip Frame 2
stop();
Symbol 2425 MovieClip Frame 3
stop();
Symbol 2425 MovieClip Frame 4
stop();
Symbol 2425 MovieClip Frame 5
stop();
Symbol 2425 MovieClip Frame 6
stop();
Symbol 2425 MovieClip Frame 7
stop();
Symbol 2425 MovieClip Frame 8
stop();
Symbol 2425 MovieClip Frame 9
stop();
Symbol 2425 MovieClip Frame 10
stop();
Symbol 2425 MovieClip Frame 11
stop();
Instance of Symbol 2425 MovieClip "animate" in Symbol 2426 MovieClip [beast1a] Frame 1
onClipEvent (load) {
p_xspot = 0;
p_yspot = -100;
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
attack2 = false;
attack2t = 0;
attack2max = 50;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
ptimer = 0;
ptimermax = 200;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 10;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
gotoAndStop ("nd");
ptimer++;
if (ptimer >= ptimermax) {
attack2 = true;
ptimer = 0;
}
if (_root.p1.animate._x >= _x) {
p_xspot = 70;
_xscale = size;
} else {
p_xspot = -70;
_xscale = (-size);
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack2) {
gotoAndStop ("attack2");
attack2t++;
if (attack2t == 10) {
_root.attachMovie("enemyball1a", "eball1" + _root.debris, _root.debris++);
_root["eball1" + _root.debris].animate._x = _x + p_xspot;
_root["eball1" + _root.debris].animate._y = _y + p_yspot;
_root["eball1" + _root.debris].animate.colortype = 3;
}
if (attack2t == 20) {
_root.attachMovie("enemyball1a", "eball2" + _root.debris, _root.debris++);
_root["eball2" + _root.debris].animate._x = _x + p_xspot;
_root["eball2" + _root.debris].animate._y = _y + p_yspot;
_root["eball2" + _root.debris].animate.colortype = 4;
}
if (attack2t == 30) {
_root.attachMovie("enemyball1a", "eball3" + _root.debris, _root.debris++);
_root["eball3" + _root.debris].animate._x = _x + p_xspot;
_root["eball3" + _root.debris].animate._y = _y + p_yspot;
_root["eball3" + _root.debris].animate.colortype = 5;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(5);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(5);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(5);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(5);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1107 MovieClip "glimit" in Symbol 2439 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 2440 MovieClip Frame 5
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2440 MovieClip Frame 11
stop();
Symbol 2464 MovieClip Frame 1
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
Instance of Symbol 2448 MovieClip in Symbol 2464 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2450 MovieClip in Symbol 2464 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 273 MovieClip in Symbol 2464 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 2464 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2464 MovieClip Frame 20
sec = sec + 1;
Symbol 2464 MovieClip Frame 41
if (sec >= 4) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 2464 MovieClip Frame 42
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
Symbol 2464 MovieClip Frame 62
gotoAndPlay (42);
Symbol 2473 MovieClip Frame 1
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
Instance of Symbol 2448 MovieClip in Symbol 2473 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2450 MovieClip in Symbol 2473 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 273 MovieClip in Symbol 2473 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
Instance of Symbol 1221 MovieClip in Symbol 2473 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2473 MovieClip Frame 31
eyes.gotoAndStop(3);
mouth.gotoAndStop(1);
Symbol 2473 MovieClip Frame 90
stop();
Symbol 2477 MovieClip Frame 1
stop();
Symbol 2477 MovieClip Frame 2
stop();
Symbol 2477 MovieClip Frame 3
stop();
Symbol 2477 MovieClip Frame 4
stop();
Symbol 2477 MovieClip Frame 5
stop();
Symbol 2477 MovieClip Frame 6
stop();
Symbol 2477 MovieClip Frame 7
stop();
Symbol 2477 MovieClip Frame 8
stop();
Symbol 2477 MovieClip Frame 9
stop();
Symbol 2477 MovieClip Frame 10
stop();
Symbol 2477 MovieClip Frame 11
stop();
Symbol 2477 MovieClip Frame 12
stop();
Instance of Symbol 2477 MovieClip "animate" in Symbol 2478 MovieClip [toothy1a] Frame 1
onClipEvent (load) {
masturbate = false;
masturbatet = 0;
masturbatemax = 120;
r_loss = 25;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 40;
speed = 3;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 4;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
animate.limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!rape) {
if (!attack1) {
if (!masturbate) {
gotoAndStop ("nd");
if (_root.p1.animate._x > _x) {
_xscale = size;
_x = (_x + speed);
} else {
_x = (_x - speed);
_xscale = (-size);
}
if (character.glimit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
}
if (masturbate) {
masturbatet++;
animate.gotoAndStop("masturbate");
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (attack1) {
attack1t++;
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
gotoAndStop ("attack1");
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
_root.cam_inc = 150;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_f_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_f_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(2);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(2);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(2);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(2);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 2500 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 2503 MovieClip in Symbol 2504 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 2518 MovieClip Frame 1
sec = 0;
Instance of Symbol 55 MovieClip in Symbol 2518 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 129 MovieClip "tpeyes" in Symbol 2518 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 2518 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 2518 MovieClip Frame 20
sec = sec + 1;
Symbol 2518 MovieClip Frame 41
if (sec >= 4) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 2518 MovieClip Frame 62
gotoAndPlay (42);
Instance of Symbol 55 MovieClip in Symbol 2524 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 129 MovieClip "tpeyes" in Symbol 2524 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
}
onClipEvent (enterFrame) {
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Instance of Symbol 1764 MovieClip in Symbol 2524 MovieClip Frame 1
onClipEvent (load) {
mainColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"255"};
Color6 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
if (_root.cl_numb == 1) {
_visible = false;
} else {
_visible = true;
}
if (_root.color_numb == 0) {
idupcolor.setTransform(mainColor);
}
if (_root.color_numb == 1) {
idupcolor.setTransform(Color1);
}
if (_root.color_numb == 2) {
idupcolor.setTransform(Color2);
}
if (_root.color_numb == 3) {
idupcolor.setTransform(Color3);
}
if (_root.color_numb == 4) {
idupcolor.setTransform(Color4);
}
if (_root.color_numb == 5) {
idupcolor.setTransform(Color5);
}
if (_root.color_numb == 6) {
idupcolor.setTransform(Color6);
}
}
Symbol 2524 MovieClip Frame 115
stop();
Symbol 2525 MovieClip Frame 1
stop();
Instance of Symbol 1107 MovieClip "limit" in Symbol 2525 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2525 MovieClip Frame 2
stop();
Symbol 2525 MovieClip Frame 3
stop();
Symbol 2525 MovieClip Frame 4
stop();
Symbol 2525 MovieClip Frame 5
stop();
Symbol 2525 MovieClip Frame 6
stop();
Symbol 2525 MovieClip Frame 7
stop();
Symbol 2525 MovieClip Frame 8
stop();
Symbol 2525 MovieClip Frame 9
stop();
Symbol 2525 MovieClip Frame 10
stop();
Symbol 2525 MovieClip Frame 11
stop();
Instance of Symbol 2525 MovieClip "animate" in Symbol 2526 MovieClip [dragonlady1a] Frame 1
onClipEvent (load) {
atdrop = 20;
atspeed = 4;
rand = 100;
randy = 200;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
speed = 2;
dir = -1;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop ("nd");
MaxX = _root.p1.animate._x + rand;
MinX = _root.p1.animate._x - rand;
MaxY = _root.p1.animate._y - 170;
MinY = _root.p1.animate._y - 200;
if (_x <= MinX) {
_x = (_x + speed);
xPos = false;
} else if (_x >= MaxX) {
_x = (_x - speed);
xPos = false;
} else {
xPos = true;
}
if (_y <= MinY) {
_y = (_y + speed);
yPos = false;
} else if (_y >= MaxY) {
_y = (_y - speed);
yPos = false;
} else {
yPos = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.p1.animate._x) {
dir = -1;
_xscale = (-size);
} else {
dir = 1;
_xscale = size;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
atdrop--;
_y = (_y + atdrop);
if (dir == -1) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "toonpimp") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_f_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_f_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(3);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(3);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(3);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(3);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 2539 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 2540 MovieClip Frame 10
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2540 MovieClip Frame 15
stop();
Symbol 2550 MovieClip Frame 1
eyes.gotoAndStop(4);
mouth.gotoAndStop(2);
sec = 0;
Instance of Symbol 1260 MovieClip in Symbol 2550 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 273 MovieClip in Symbol 2550 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
Symbol 2550 MovieClip Frame 20
sec = sec + 1;
Symbol 2550 MovieClip Frame 40
if (sec >= 3) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 2550 MovieClip Frame 42
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
Symbol 2550 MovieClip Frame 60
gotoAndPlay (42);
Symbol 2567 MovieClip Frame 1
eyes.gotoAndStop(3);
mouth.gotoAndStop(3);
Instance of Symbol 1260 MovieClip in Symbol 2567 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 273 MovieClip in Symbol 2567 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 1) or (_root.gender_numb == 2)) {
if (_root.pen_numb == 0) {
gotoAndStop ("a");
}
if (_root.pen_numb == 1) {
gotoAndStop ("b");
}
if (_root.pen_numb == 2) {
gotoAndStop ("c");
}
if (_root.pen_numb == 3) {
gotoAndStop ("d");
}
if (_root.pen_numb == 4) {
gotoAndStop ("e");
}
if (_root.pen_numb == 5) {
gotoAndStop ("none");
}
} else {
_visible = false;
}
}
Symbol 2567 MovieClip Frame 130
stop();
Symbol 2569 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 2569 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2569 MovieClip Frame 2
stop();
Symbol 2569 MovieClip Frame 3
stop();
Symbol 2569 MovieClip Frame 4
stop();
Symbol 2569 MovieClip Frame 5
stop();
Symbol 2569 MovieClip Frame 6
stop();
Symbol 2569 MovieClip Frame 7
stop();
Symbol 2569 MovieClip Frame 8
stop();
Symbol 2569 MovieClip Frame 9
stop();
Symbol 2569 MovieClip Frame 10
stop();
Symbol 2569 MovieClip Frame 11
stop();
Instance of Symbol 2569 MovieClip "animate" in Symbol 2570 MovieClip [bear1a] Frame 1
onClipEvent (load) {
rapey_offset = 100;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
speed = 2;
dir = -1;
dirt = 0;
dirmax = 100;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (!_root.map1.black.hitTest(_x, _y - 5, true)) {
_y = (_y + 5);
}
if (_root.map1.black.hitTest(_x, _y - 25, true)) {
_y = (_y - 10);
}
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
gotoAndStop ("nd");
dirt++;
if (dirt >= dirmax) {
dir = -dir;
dirt = 0;
}
if (dir == 1) {
_xscale = size;
_x = (_x + speed);
}
if (dir == -1) {
_xscale = (-size);
_x = (_x - speed);
}
if (character.limit.hitTest(_root.p1.animate.limit)) {
attack1 = true;
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - rapey_offset;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_f_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(1);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 259 MovieClip in Symbol 2598 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 2598 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2618 MovieClip Frame 1
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Instance of Symbol 259 MovieClip in Symbol 2618 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 2618 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2618 MovieClip Frame 85
stop();
Symbol 2619 MovieClip Frame 1
stop();
Symbol 2619 MovieClip Frame 2
stop();
Symbol 2619 MovieClip Frame 3
stop();
Symbol 2619 MovieClip Frame 4
stop();
Symbol 2619 MovieClip Frame 5
stop();
Symbol 2619 MovieClip Frame 6
stop();
Symbol 2619 MovieClip Frame 7
stop();
Symbol 2619 MovieClip Frame 8
stop();
Symbol 2619 MovieClip Frame 9
stop();
Instance of Symbol 2619 MovieClip "animate" in Symbol 2620 MovieClip [ectoplasm1a] Frame 1
onClipEvent (load) {
r_loss = 35;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
gspeed = 3;
ch = random(2);
if (ch == 1) {
beh1 = true;
beh2 = false;
}
if (ch == 0) {
beh1 = false;
beh2 = true;
}
beh1t = 0;
beh2t = 0;
beh1max = 100 + random(300);
beh2max = 100 + random(300);
dir = random(8);
speed = 2 + random(5);
dirt = 0;
dirmax = 50;
onscreen = false;
yspot = 40;
size = 50;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 3;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
animate.limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= (_root.stagewmax + 50)) {
dir = random(8);
speed = 2 + random(5);
}
if (_x <= (_root.stagewmin - 50)) {
dir = random(8);
speed = 2 + random(5);
}
if (_y >= (_root.stagehmax + 50)) {
dir = random(8);
speed = 2 + random(5);
}
if (_y <= (_root.stagehmin - 50)) {
dir = random(8);
speed = 2 + random(5);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
gotoAndStop ("nd");
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.curse = true;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "toonpimp") {
_root.life = _root.life - r_loss;
_root.p1.animate.hit = true;
}
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.p1.animate.curse = true;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
}
}
}
}
if (beh1) {
beh1t++;
dirt++;
if (dirt >= dirmax) {
dir = random(8);
dirt = 0;
}
if (dir == 0) {
_y = (_y - speed);
}
if (dir == 1) {
_y = (_y - speed);
_x = (_x + speed);
}
if (dir == 2) {
_x = (_x + speed);
}
if (dir == 3) {
_y = (_y + speed);
_x = (_x + speed);
}
if (dir == 4) {
_y = (_y + speed);
}
if (dir == 5) {
_y = (_y + speed);
_x = (_x - speed);
}
if (dir == 6) {
_x = (_x - speed);
}
if (dir == 7) {
_y = (_y - speed);
_x = (_x - speed);
}
if (beh1t >= beh1max) {
beh1t = 0;
beh1max = 100 + random(300);
beh2 = true;
beh1 = false;
}
}
if (beh2) {
beh2t++;
if (_root.p1.animate._x >= _x) {
_x = (_x + gspeed);
_xscale = size;
} else {
_x = (_x - gspeed);
_xscale = (-size);
}
if (_root.p1.animate._y >= _y) {
_y = (_y + gspeed);
} else {
_y = (_y - gspeed);
}
if (beh2t >= beh2max) {
beh2t = 0;
beh2max = 100 + random(300);
beh1 = true;
beh2 = false;
}
}
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
gotoAndStop ("b_m_cum1");
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
gotoAndStop ("b_m_sex1");
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1107 MovieClip "limit" in Symbol 2634 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 2644 MovieClip Frame 5
stop();
Symbol 2647 MovieClip Frame 1
stop();
Symbol 2647 MovieClip Frame 2
stop();
Symbol 2654 MovieClip Frame 1
emouth.gotoAndStop(1);
Instance of Symbol 815 MovieClip in Symbol 2654 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2344 MovieClip in Symbol 2654 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2654 MovieClip Frame 15
emouth.gotoAndStop(2);
_root.attachMovie("spermcloud1a", "sp1a" + _root.debris, _root.debris++);
_root["sp1a" + _root.debris].animate._x = _parent._x;
_root["sp1a" + _root.debris].animate._y = _parent._y;
Symbol 2654 MovieClip Frame 31
if (_root.health >= 50) {
gotoAndPlay (1);
} else {
gotoAndPlay (32);
}
Symbol 2654 MovieClip Frame 32
emouth.gotoAndStop(1);
Symbol 2654 MovieClip Frame 39
emouth.gotoAndStop(2);
_root.attachMovie("spermcloud1a", "sp1a" + _root.debris, _root.debris++);
_root["sp1a" + _root.debris].animate._x = _parent._x;
_root["sp1a" + _root.debris].animate._y = _parent._y;
Symbol 2654 MovieClip Frame 47
if (_root.health >= 50) {
gotoAndPlay (1);
} else {
gotoAndPlay (32);
}
Instance of Symbol 815 MovieClip in Symbol 2670 MovieClip Frame 1
onClipEvent (load) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.cl_numb == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2344 MovieClip in Symbol 2670 MovieClip Frame 1
onClipEvent (load) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.gender_numb == 0) or (_root.gender_numb == 2)) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 2670 MovieClip Frame 75
stop();
Symbol 2672 MovieClip Frame 20
stop();
Symbol 2682 MovieClip Frame 1
stop();
Symbol 2682 MovieClip Frame 2
stop();
Symbol 2689 MovieClip Frame 1
stop();
Symbol 2689 MovieClip Frame 2
stop();
Symbol 2692 MovieClip Frame 24
gotoAndPlay (23);
Symbol 2693 MovieClip Frame 1
stop();
Symbol 2693 MovieClip Frame 2
stop();
Symbol 2693 MovieClip Frame 3
stop();
Symbol 2693 MovieClip Frame 4
stop();
Symbol 2693 MovieClip Frame 5
stop();
Symbol 2693 MovieClip Frame 6
stop();
Symbol 2693 MovieClip Frame 7
stop();
Symbol 2693 MovieClip Frame 8
stop();
Symbol 2693 MovieClip Frame 9
stop();
Symbol 2693 MovieClip Frame 10
stop();
Symbol 2693 MovieClip Frame 11
stop();
Instance of Symbol 2693 MovieClip "animate" in Symbol 2694 MovieClip [hammerhead1a] Frame 1
onClipEvent (load) {
p_xspot = 0;
p_yspot = -60;
atdrop = 20;
atspeed = 4;
rand = 100;
randy = 200;
r_loss = 20;
rape = false;
rapet = 0;
rapemax = 100;
rapehalf = rapemax / 2;
rapesel = 0;
attack1 = false;
attack1t = 0;
attack1max = 25;
attack2 = false;
attack2t = 0;
attack2max = 35;
attimer = 0;
attimermax = 100;
speed = 2;
dir = -1;
onscreen = false;
yspot = 40;
size = 100;
_xscale = size;
_yscale = size;
dead = false;
deadt = 0;
deadmax = 25;
hit = false;
hitt = 0;
hitmax = 3;
life = 6;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
newColor = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"0", ab:"255"};
Color1 = {ra:"20", rb:"0", ga:"20", gb:"0", ba:"20", bb:"0", aa:"100", ab:"255"};
Color2 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
Color3 = {ra:"100", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color4 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"100", bb:"0", aa:"100", ab:"255"};
Color5 = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"255", aa:"100", ab:"255"};
Color6 = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"255"};
limit._visible = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
limit._visible = false;
_root.sai = onscreen;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_root.bg_color == 0) {
idupcolor.setTransform(oldColor);
}
if (_root.bg_color == 1) {
idupcolor.setTransform(Color1);
}
if (_root.bg_color == 2) {
idupcolor.setTransform(Color2);
}
if (_root.bg_color == 3) {
idupcolor.setTransform(Color3);
}
if (_root.bg_color == 4) {
idupcolor.setTransform(Color4);
}
if (_root.bg_color == 5) {
idupcolor.setTransform(Color5);
}
if (_root.bg_color == 6) {
idupcolor.setTransform(Color6);
}
if (_x >= _root.stagewmin) {
on1 = true;
} else {
on1 = false;
}
if (_x <= _root.stagewmax) {
on2 = true;
} else {
on2 = false;
}
if (_y >= _root.stagehmax) {
on3 = true;
} else {
on3 = false;
}
if (_y <= _root.stagehmin) {
on4 = true;
} else {
on4 = false;
}
if (on1 and on2) {
onscreen = true;
} else {
onscreen = false;
}
if (onscreen) {
_visible = true;
} else {
_visible = false;
}
if (onscreen) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!rape) {
if (limit.hitTest(_root.p1.animate.character.weapon)) {
if (!s) {
life = life - _root.p1power;
hit = true;
s = true;
}
} else {
s = false;
}
if (!attack1) {
if (!attack2) {
attimer++;
if (attimer >= attimermax) {
attimer = 0;
attack2 = true;
}
gotoAndStop ("nd");
MaxX = _root.p1.animate._x + rand;
MinX = _root.p1.animate._x - rand;
MaxY = _root.p1.animate._y - 170;
MinY = _root.p1.animate._y - 200;
if (_x <= MinX) {
_x = (_x + speed);
xPos = false;
} else if (_x >= MaxX) {
_x = (_x - speed);
xPos = false;
} else {
xPos = true;
}
if (_y <= MinY) {
_y = (_y + speed);
yPos = false;
} else if (_y >= MaxY) {
_y = (_y - speed);
yPos = false;
} else {
yPos = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.p1.animate._x) {
dir = -1;
_xscale = (-size);
} else {
dir = 1;
_xscale = size;
}
}
if (attack2) {
gotoAndStop ("attack2");
attack2t++;
if (attack2t == 10) {
_root.attachMovie("enemyball1a", "eball1" + _root.debris, _root.debris++);
_root["eball1" + _root.debris].animate._x = _x + p_xspot;
_root["eball1" + _root.debris].animate._y = _y + p_yspot;
_root["eball1" + _root.debris].animate.colortype = 2;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
attack1t++;
gotoAndStop ("attack1");
atdrop--;
_y = (_y + atdrop);
if (dir == -1) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.nohit) {
if (character.limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("hitspark1a", "hitspark1" + _root.spark, _root.spark++);
_root["hitspark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["hitspark1" + _root.spark].animate._y = _root.p1.animate._y;
if (_root.armor) {
_root.p1.animate.hit = true;
_root.armlife = _root.armlife - r_loss;
} else {
if (_root.char_name == "bunker") {
_root.life = _root.life - r_loss;
_root.desire = _root.desire + 0.02;
_root.rape_max_level = _root.rape_max_level + 5;
_root.qte_type = 0;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
rapesel = 0;
rape = true;
}
if (_root.char_name == "toonpimp") {
_root.p1.animate.hit = true;
_root.life = _root.life - r_loss;
}
}
}
}
}
}
if (attack1t >= attack1max) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
rapet++;
if (!fs) {
_root.attachMovie("fightbar1a", "fightbar1", 2000);
_root.fightbar1.animate._x = _root.p1.animate._x;
_root.fightbar1.animate._y = _root.p1.animate._y;
fs = true;
}
attack1 = false;
attack1t = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y;
_root.p1.animate.gotoAndStop(36);
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
if (rapesel == 0) {
_root.cam_inc = 50;
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_cum1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_cum1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_cum1");
}
}
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp_sex1");
}
if (_root.char_name == "bunker") {
if (_root.gender_numb == 0) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 1) {
gotoAndStop ("b_m_sex1");
}
if (_root.gender_numb == 2) {
gotoAndStop ("b_m_sex1");
}
}
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.hit = true;
_root.qte_go = false;
_root.en_rape_numb = 0;
_root.p1.animate._visible = true;
_root.p1.animate.raped = false;
_root.p1.animate.rapedt = 0;
_root.p1.animate.nohit = true;
_root.p1.animate._x = _x;
_root.p1.animate._y = _y - 60;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - _root.r_loss;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
} else {
fs = false;
}
}
if (hit) {
hitt++;
hitablet = 0;
idupcolor.setTransform(newColor);
if (hitt >= hitmax) {
idupcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (!de) {
_root.attachMovie("feet1a", "feet1" + _root.debris, _root.debris++);
_root["feet1" + _root.debris].animate._x = _x;
_root["feet1" + _root.debris].animate._y = _y - yspot;
_root["feet1" + _root.debris].animate.gotoAndStop(6);
_root.attachMovie("prparts1a", "parts1" + _root.debris, _root.debris++);
_root["parts1" + _root.debris].animate._x = _x;
_root["parts1" + _root.debris].animate._y = _y - yspot;
_root["parts1" + _root.debris].animate.gotoAndStop(6);
_root.attachMovie("arms1a", "arm1" + _root.debris, _root.debris++);
_root["arm1" + _root.debris].animate._x = _x;
_root["arm1" + _root.debris].animate._y = _y - yspot;
_root["arm1" + _root.debris].animate.gotoAndStop(6);
_root.attachMovie("heads1a", "head1" + _root.debris, _root.debris++);
_root["head1" + _root.debris].animate._x = _x;
_root["head1" + _root.debris].animate._y = _y - yspot;
_root["head1" + _root.debris].animate.gotoAndStop(6);
_root.attachMovie("miscintestines", "misc1" + _root.debris, _root.debris++);
_root["misc1" + _root.debris].animate._x = _x;
_root["misc1" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("mischeart1a", "misc2" + _root.debris, _root.debris++);
_root["misc2" + _root.debris].animate._x = _x;
_root["misc2" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodex1a", "misc3" + _root.debris, _root.debris++);
_root["misc3" + _root.debris].animate._x = _x;
_root["misc3" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc4" + _root.debris, _root.debris++);
_root["misc4" + _root.debris].animate._x = _x;
_root["misc4" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("miscintestines", "misc5" + _root.debris, _root.debris++);
_root["misc5" + _root.debris].animate._x = _x;
_root["misc5" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc6" + _root.debris, _root.debris++);
_root["misc6" + _root.debris].animate._x = _x;
_root["misc6" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc7" + _root.debris, _root.debris++);
_root["misc7" + _root.debris].animate._x = _x;
_root["misc7" + _root.debris].animate._y = _y - yspot;
_root.attachMovie("bloodspat1a", "misc8" + _root.debris, _root.debris++);
_root["misc8" + _root.debris].animate._x = _x;
_root["misc8" + _root.debris].animate._y = _y - yspot;
de = true;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 2735 MovieClip Frame 1
stop();
Instance of Symbol 2723 MovieClip in Symbol 2735 MovieClip Frame 1
on (release) {
getURL ("http://www.adult-empire.com/rs.php?site_id=8358&wm_id=3287", 1);
}
Symbol 2735 MovieClip Frame 2
stop();
Instance of Symbol 2732 MovieClip in Symbol 2735 MovieClip Frame 2
on (release) {
getURL ("http://www.adult-empire.com/rs.php?site_id=9479&wm_id=3287", 1);
}
Symbol 2735 MovieClip Frame 3
stop();
Symbol 2804 MovieClip Frame 1
stop();
Symbol 2817 MovieClip Frame 1
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 2
stop();
Symbol 2817 MovieClip Frame 3
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 4
stop();
Symbol 2817 MovieClip Frame 5
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 6
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 7
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 8
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 9
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 10
stop();
Instance of Symbol 2815 MovieClip in Symbol 2817 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2817 MovieClip Frame 11
_root.contra = true;
stop();
Symbol 2819 MovieClip Frame 1
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 2
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 3
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 4
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 5
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 6
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(82)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 7
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 8
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 9
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 10
stop();
Instance of Symbol 2815 MovieClip in Symbol 2819 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2819 MovieClip Frame 11
stop();
Symbol 2821 MovieClip Frame 1
stop();
Instance of Symbol 2815 MovieClip in Symbol 2821 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2821 MovieClip Frame 2
stop();
Instance of Symbol 2815 MovieClip in Symbol 2821 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2821 MovieClip Frame 3
stop();
Instance of Symbol 2815 MovieClip in Symbol 2821 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2821 MovieClip Frame 4
stop();
Instance of Symbol 2815 MovieClip in Symbol 2821 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2821 MovieClip Frame 5
stop();
Instance of Symbol 2815 MovieClip in Symbol 2821 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2821 MovieClip Frame 6
stop();
Instance of Symbol 2815 MovieClip in Symbol 2821 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2821 MovieClip Frame 7
stop();
Symbol 2831 MovieClip Frame 1
stop();
Instance of Symbol 2824 MovieClip in Symbol 2831 MovieClip Frame 1
on (release) {
_parent.nextFrame();
}
Symbol 2831 MovieClip Frame 2
stop();
Instance of Symbol 2827 MovieClip in Symbol 2831 MovieClip Frame 2
on (release) {
_parent.nextFrame();
}
Symbol 2831 MovieClip Frame 3
stop();
Instance of Symbol 2827 MovieClip in Symbol 2831 MovieClip Frame 3
on (release) {
_parent.gotoAndStop(1);
}
Symbol 2836 MovieClip Frame 1
stop();
Symbol 2836 MovieClip Frame 2
stop();
Symbol 2841 MovieClip Frame 1
stop();
Symbol 2841 MovieClip Frame 2
stop();
Instance of Symbol 2836 MovieClip in Symbol 2842 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("a");
}
on (release) {
_root.char_name = "toonpimp";
_root.gotoAndStop("design");
}
on (rollOver) {
gotoAndStop ("b");
}
on (rollOut) {
gotoAndStop ("a");
}
Instance of Symbol 2841 MovieClip in Symbol 2842 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("a");
}
on (release) {
_root.char_name = "bunker";
_root.gotoAndStop("design");
}
on (rollOver) {
gotoAndStop ("b");
}
on (rollOut) {
gotoAndStop ("a");
}
Symbol 2847 MovieClip Frame 1
stop();
Symbol 2847 MovieClip Frame 2
stop();
Symbol 2858 MovieClip Frame 1
stop();
Instance of Symbol 2844 MovieClip in Symbol 2858 MovieClip Frame 1
on (release) {
_quality = "low";
_root.qualnumb = 1;
}
Instance of Symbol 2844 MovieClip in Symbol 2858 MovieClip Frame 1
on (release) {
_quality = "medium";
_root.qualnumb = 2;
}
Instance of Symbol 2844 MovieClip in Symbol 2858 MovieClip Frame 1
on (release) {
_quality = "best";
_root.qualnumb = 3;
}
Symbol 2858 MovieClip Frame 2
stop();
Symbol 2858 MovieClip Frame 3
stop();
Symbol 2865 MovieClip Frame 1
stop();
Instance of Symbol 2844 MovieClip in Symbol 2865 MovieClip Frame 1
on (release) {
_root.easy = true;
_root.normal = false;
_root.hard = false;
}
Instance of Symbol 2844 MovieClip in Symbol 2865 MovieClip Frame 1
on (release) {
_root.easy = false;
_root.normal = true;
_root.hard = false;
}
Instance of Symbol 2844 MovieClip in Symbol 2865 MovieClip Frame 1
on (release) {
_root.easy = false;
_root.normal = false;
_root.hard = true;
}
Symbol 2865 MovieClip Frame 2
stop();
Symbol 2865 MovieClip Frame 3
stop();
Symbol 2870 MovieClip Frame 1
stop();
Instance of Symbol 2844 MovieClip in Symbol 2870 MovieClip Frame 1
on (release) {
_root.sound = true;
}
Instance of Symbol 2844 MovieClip in Symbol 2870 MovieClip Frame 1
on (release) {
_root.sound = false;
}
Symbol 2870 MovieClip Frame 2
stop();
Symbol 2883 MovieClip Frame 1
stop();
Symbol 2883 MovieClip Frame 2
stop();
Symbol 2900 MovieClip Frame 1
stop();
Symbol 2900 MovieClip Frame 2
stop();
Symbol 2900 MovieClip Frame 3
stop();
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
if (_root.armlife >= (_root.armlifemax / 2)) {
if (_root.hat_numb < 12) {
_root.hat_numb = _root.hat_numb + 1;
}
if (_root.hat_numb >= 12) {
_root.hat_numb = 0;
}
} else {
_root.hat_numb = 0;
}
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
if (_root.char_name == "bunker") {
if (_root.gender_numb < 2) {
_root.gender_numb = _root.gender_numb + 1;
}
if (_root.gender_numb >= 2) {
_root.gender_numb = 0;
}
}
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
if (_root.armor) {
if (_root.cl_numb < _root.cl_numbmax) {
_root.cl_numb = _root.cl_numb + 1;
}
if (_root.cl_numb >= _root.cl_numbmax) {
_root.cl_numb = 0;
}
}
if (!_root.armor) {
_root.cl_numb = 0;
}
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
if (_root.pen_numb < 6) {
_root.pen_numb = _root.pen_numb + 1;
}
if (_root.pen_numb >= 6) {
_root.pen_numb = 0;
}
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
_root.zoomin = true;
_root.zoomout = false;
_root.rape = false;
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
_root.zoomin = false;
_root.zoomout = true;
_root.rape = false;
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = true;
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
_root.zoomin = false;
_root.zoomout = false;
_root.rape = false;
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
if (_root.color_numb < 7) {
_root.color_numb = _root.color_numb + 1;
}
if (_root.color_numb >= 7) {
_root.color_numb = 0;
}
}
Instance of Symbol 2885 MovieClip in Symbol 2901 MovieClip Frame 1
on (release) {
_root.life = 100;
_root.lifemax = 100;
_root.desire = 0.05;
_root.armor = true;
_root.armlife = 100;
_root.armlifemax = 100;
_root.magic = 100;
_root.magicmax = 100;
_root.score = 0;
_root.esc = 0;
_root.escmax = 10;
_root.main_hat_numb = _root.hat_numb;
_root.main_cl_numb = _root.cl_numb;
_root.weapon_numb = 0;
_root.gotoAndStop("prologue");
}
Instance of Symbol 2900 MovieClip in Symbol 2901 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
gotoAndStop ("f");
}
if (_root.gender_numb == 1) {
gotoAndStop ("m");
}
if (_root.gender_numb == 2) {
gotoAndStop ("h");
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
gotoAndStop ("f");
}
if (_root.gender_numb == 1) {
gotoAndStop ("m");
}
if (_root.gender_numb == 2) {
gotoAndStop ("h");
}
}
Instance of Symbol 2703 MovieClip in Symbol 2901 MovieClip Frame 1
on (rollOver) {
_root.intext = "TOON PIMP";
}
on (rollOut) {
_root.intext = "";
}
on (release) {
getURL ("http://toonpimp.net", "gropesville");
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay("loader");
}
}
Symbol 2903 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 2921 MovieClip in Symbol 2938 MovieClip Frame 1
onClipEvent (load) {
speed = 25;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 2921 MovieClip in Symbol 2938 MovieClip Frame 1
onClipEvent (load) {
speed = 25;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Symbol 2952 MovieClip Frame 1
stop();
Symbol 2952 MovieClip Frame 2
stop();
Symbol 2963 MovieClip Frame 1
stop();
Symbol 2963 MovieClip Frame 2
stop();
Symbol 2964 MovieClip Frame 1
stop();
Symbol 2964 MovieClip Frame 2
stop();
Symbol 2964 MovieClip Frame 3
stop();
Symbol 2964 MovieClip Frame 4
stop();
Symbol 2964 MovieClip Frame 5
stop();
Symbol 2969 MovieClip Frame 1
stop();
Symbol 2969 MovieClip Frame 2
stop();
Symbol 2969 MovieClip Frame 3
stop();
Symbol 2971 MovieClip Frame 1
stop();
Symbol 2971 MovieClip Frame 2
stop();
Instance of Symbol 2963 MovieClip in Symbol 2973 MovieClip Frame 1
onClipEvent (load) {
if (_root.char_name == "bunker") {
gotoAndStop ("b");
}
if (_root.char_name == "toonpimp") {
gotoAndStop ("tp");
}
}
Instance of Symbol 2900 MovieClip in Symbol 2973 MovieClip Frame 1
onClipEvent (load) {
if (_root.gender_numb == 0) {
gotoAndStop ("f");
}
if (_root.gender_numb == 1) {
gotoAndStop ("m");
}
if (_root.gender_numb == 2) {
gotoAndStop ("h");
}
}
onClipEvent (enterFrame) {
if (_root.gender_numb == 0) {
gotoAndStop ("f");
}
if (_root.gender_numb == 1) {
gotoAndStop ("m");
}
if (_root.gender_numb == 2) {
gotoAndStop ("h");
}
}
Instance of Symbol 2964 MovieClip in Symbol 2973 MovieClip Frame 1
onClipEvent (load) {
if (_root.char_name == "bunker") {
if (_root.sub_weapon == 0) {
gotoAndStop ("none");
}
if (_root.sub_weapon == 1) {
gotoAndStop ("a");
}
if (_root.sub_weapon == 2) {
gotoAndStop ("b");
}
if (_root.sub_weapon == 3) {
gotoAndStop ("c");
}
if (_root.sub_weapon == 4) {
gotoAndStop ("d");
}
} else {
gotoAndStop ("none");
}
}
onClipEvent (enterFrame) {
if (_root.char_name == "bunker") {
if (_root.sub_weapon == 0) {
gotoAndStop ("none");
}
if (_root.sub_weapon == 1) {
gotoAndStop ("a");
}
if (_root.sub_weapon == 2) {
gotoAndStop ("b");
}
if (_root.sub_weapon == 3) {
gotoAndStop ("c");
}
if (_root.sub_weapon == 4) {
gotoAndStop ("d");
}
} else {
gotoAndStop ("none");
}
}
Instance of Symbol 2969 MovieClip "plifemax" in Symbol 2973 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2969 MovieClip "plifemax" in Symbol 2973 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Symbol 2974 MovieClip Frame 16
stop();
_parent.removeMovieClip();
Instance of Symbol 141 MovieClip "limit" in Symbol 2996 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Symbol 3011 MovieClip Frame 19
stop();
Symbol 3012 MovieClip Frame 1
stop();
Symbol 3012 MovieClip Frame 2
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3082 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3093 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3110 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Symbol 3115 MovieClip Frame 1
stop();
Symbol 3115 MovieClip Frame 2
stop();
Symbol 3115 MovieClip Frame 3
stop();
Symbol 3115 MovieClip Frame 4
stop();
Symbol 3115 MovieClip Frame 5
stop();
Symbol 3115 MovieClip Frame 6
stop();
Symbol 3115 MovieClip Frame 7
stop();
Symbol 3115 MovieClip Frame 8
stop();
Symbol 3115 MovieClip Frame 9
stop();
Symbol 3115 MovieClip Frame 10
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3123 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (_root.bossdead) {
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3131 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Symbol 3165 MovieClip Frame 1
stop();
Symbol 3165 MovieClip Frame 2
stop();
Symbol 3166 MovieClip Frame 1
stop();
Symbol 3166 MovieClip Frame 2
stop();
Symbol 3167 MovieClip Frame 1
stop();
Symbol 3167 MovieClip Frame 2
stop();
Symbol 3168 MovieClip Frame 1
stop();
Symbol 3168 MovieClip Frame 2
stop();
Symbol 3169 MovieClip Frame 1
stop();
Symbol 3169 MovieClip Frame 2
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3184 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3207 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 3210 MovieClip in Symbol 3214 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 3211 MovieClip in Symbol 3214 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 50;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3212 MovieClip in Symbol 3214 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 50;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3213 MovieClip in Symbol 3214 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 50;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3215 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3222 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3233 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3247 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3263 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3280 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Symbol 3288 MovieClip Frame 1
stop();
Symbol 3288 MovieClip Frame 2
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3294 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3303 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3315 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 3330 MovieClip in Symbol 3331 MovieClip Frame 2
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Symbol 3331 MovieClip Frame 35
stop();
Symbol 3332 MovieClip Frame 1
stop();
Symbol 3332 MovieClip Frame 2
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3336 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3344 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 3353 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3353 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3353 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3353 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3353 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3353 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 3350 MovieClip in Symbol 3354 MovieClip Frame 1
onClipEvent (load) {
fspeed = 5;
ftimer = 0;
ftimermax = 30;
fall = false;
tstart = false;
fallt = 0;
fallmax = 90;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!fall) {
if (this.hitTest(_root.p1.animate)) {
tstart = true;
}
if (tstart) {
ftimer++;
if (ftimer >= ftimermax) {
fall = true;
}
}
}
if (fall) {
fallt++;
if (fallt < fallmax) {
_y = (_y + fspeed);
if (this.hitTest(_root.p1.animate)) {
_root.p1.animate._y = _root.p1.animate._y + fspeed;
}
}
if (fallt >= fallmax) {
}
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3355 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3359 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3366 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
if (_root.bossdead) {
_root.nextFrame();
}
}
}
Instance of Symbol 141 MovieClip "limit" in Symbol 3378 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.p1.animate.limit)) {
_root.nextFrame();
}
}
Symbol 3393 MovieClip Frame 1
stop();
Symbol 3393 MovieClip Frame 2
stop();
Symbol 3393 MovieClip Frame 3
stop();
Symbol 3397 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3397 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 3397 MovieClip Frame 2
stop();
Symbol 3397 MovieClip Frame 3
stop();
Symbol 3397 MovieClip Frame 4
stop();
Symbol 3397 MovieClip Frame 5
stop();
Symbol 3397 MovieClip Frame 6
stop();
Symbol 3397 MovieClip Frame 7
stop();
Symbol 3397 MovieClip Frame 8
stop();
Symbol 3397 MovieClip Frame 9
stop();
Symbol 3397 MovieClip Frame 10
stop();
Symbol 3397 MovieClip Frame 11
stop();
Symbol 3401 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip "limit" in Symbol 3401 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
_visible = false;
}
Symbol 3401 MovieClip Frame 2
stop();
Symbol 3401 MovieClip Frame 3
stop();
Symbol 3401 MovieClip Frame 4
stop();
Symbol 3401 MovieClip Frame 5
stop();
Symbol 3401 MovieClip Frame 6
stop();
Symbol 3401 MovieClip Frame 7
stop();
Symbol 3401 MovieClip Frame 8
stop();
Symbol 3401 MovieClip Frame 9
stop();
Symbol 3401 MovieClip Frame 10
stop();
Symbol 3401 MovieClip Frame 11
stop();