Frame 1
_root.upbutton = 38;
_root.dnbutton = 40;
_root.rtbutton = 39;
_root.lftbutton = 37;
_root.attackbutton = 65;
_root.jumpbutton = 83;
_root.holdbutton = 68;
Stage.scaleMode = "exactfit";
_quality = "medium";
Stage.showMenu = false;
Frame 2
stop();
stopAllSounds();
Instance of Symbol 2287 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) + "% The Nucleus 9 EP.1";
}
}
Instance of Symbol 1602 MovieClip in Frame 2
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 1605 MovieClip in Frame 2
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 1608 MovieClip in Frame 2
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 1613 MovieClip in Frame 2
on (release) {
getURL ("https://gumroad.com/l/cracklist#", 1);
}
Instance of Symbol 1616 MovieClip "rslogo" in Frame 2
on (release) {
getURL ("https://www.patreon.com/ultimateror", 1);
}
Instance of Symbol 2289 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 1619 MovieClip in Frame 2
on (release) {
getURL ("http://gum.co/n9", 1);
}
Frame 3
stop();
Instance of Symbol 2292 MovieClip in Frame 3
on (release) {
_root.gotoAndStop("title");
}
Frame 4
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stop();
Instance of Symbol 2295 MovieClip in Frame 4
on (release) {
_root.gotoAndStop("sels");
}
Instance of Symbol 2297 MovieClip in Frame 4
on (release) {
_root.gotoAndStop("options");
}
Instance of Symbol 2289 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 1616 MovieClip "rslogo" in Frame 4
on (release) {
getURL ("https://www.patreon.com/ultimateror", 1);
}
Frame 5
_root.attackbutton = 65;
_root.jumpbutton = 83;
_root.holdbutton = 68;
stop();
Instance of Symbol 2319 MovieClip in Frame 5
onClipEvent (load) {
selnumb = 0;
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
onClipEvent (enterFrame) {
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
Instance of Symbol 2322 MovieClip in Frame 5
onClipEvent (load) {
selnumb = 1;
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
onClipEvent (enterFrame) {
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
Instance of Symbol 2325 MovieClip in Frame 5
onClipEvent (load) {
selnumb = 2;
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
onClipEvent (enterFrame) {
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
Instance of Symbol 2327 MovieClip in Frame 5
onClipEvent (load) {
selnumb = 3;
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
onClipEvent (enterFrame) {
if (_root.ssel == selnumb) {
gotoAndStop ("s");
} else {
gotoAndStop ("n");
}
}
Instance of Symbol 2334 MovieClip in Frame 5
onClipEvent (load) {
_root.gtext1 = "";
_root.ssel = 0;
smax = 3;
selected1 = false;
selected1t = 0;
selected1max = 50;
}
onClipEvent (enterFrame) {
if (!selected1) {
if (_root.ssel == 0) {
_root.gtext1 = "C.DeathOrb";
}
if (_root.ssel == 1) {
_root.gtext1 = "C.Zaxxon";
}
if (_root.ssel == 2) {
_root.gtext1 = "C.Cuttlefish";
}
if (_root.ssel == 3) {
_root.gtext1 = "C.Zawarudo";
}
if (Key.isDown(39)) {
if (!sa) {
_root.ssel = _root.ssel + 1;
sa = true;
}
} else {
sa = false;
}
if (Key.isDown(37)) {
if (!sb) {
_root.ssel = _root.ssel - 1;
sb = true;
}
} else {
sb = false;
}
if (_root.ssel > smax) {
_root.ssel = 0;
}
if (_root.ssel <= -1) {
_root.ssel = smax;
}
if (Key.isDown(_root.attackbutton) or Key.isDown(_root.jumpbutton)) {
selected1 = true;
}
}
if (selected1) {
selected1t++;
if (_root.ssel == 0) {
_root.fade1.gotoAndStop("o");
_root.gtext1 = "C.DeathOrb";
}
if (_root.ssel == 1) {
_root.fade1.gotoAndStop("o");
_root.gtext1 = "C.Zaxxon";
}
if (_root.ssel == 2) {
_root.gtext1 = "NOT AVAILABLE";
}
if (_root.ssel == 3) {
_root.gtext1 = "NOT AVAILABLE";
}
if (selected1t >= selected1max) {
if (_root.ssel == 0) {
_root.gotoAndStop("st2a");
}
if (_root.ssel == 1) {
_root.gotoAndStop("st1a");
}
if (_root.ssel == 2) {
selected1t = 0;
selected1 = false;
}
if (_root.ssel == 3) {
selected1t = 0;
selected1 = false;
}
}
}
}
Frame 6
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.movespeed = 5;
_root.p1power = 5;
_root.zoomin = false;
_root.sheena = true;
_root.boots = true;
_root.armor = true;
_root.panties = true;
_root.score = 0;
_root.armormeter = 100;
_root.health = 100;
_root.shotbar = 200;
_root.pause = false;
_root.sound = true;
_root.bg_color = 1;
_root.lessb = 60;
_root.moreb = -50;
_root.mapx_min = -300;
_root.mapx_max = 300;
_root.scrollhor = false;
if (_root.sheena) {
_root.attachMovie("sheena1a", "player1", 99);
_root.player1.animate._x = 150;
_root.player1.animate._y = 280;
_root.player1.animate.dir = 0;
_root.player1.animate.anistop = true;
_root.player1.animate.gotoAndStop("intro");
}
_root.attachMovie("smallcar1a", "map1", 98);
_root.attachMovie("zaxxon1a", "e1", 51);
_root.e1.animate._x = 420;
_root.e1.animate._y = 150;
_root.e1.animate.anistop = true;
_root.e1.animate.gotoAndStop("opening");
_root.moved = false;
_root.moveu = false;
_root.normal = true;
_root.splev = 100;
_root.w = 280;
_root.swt = 99;
_root.p1 = true;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.dnrside = false;
_root.dnlside = false;
_root.uprside = false;
_root.uplside = false;
_root.uptop = true;
_root.dnbottom = false;
_root.mapmove = 15;
stop();
Instance of Symbol 2361 MovieClip "bg2a" in Frame 6
onClipEvent (load) {
speed = 2.5;
}
onClipEvent (enterFrame) {
_root.map1cf = _currentframe;
if (!_root.pause) {
if (!_root.scrollstop) {
_x = (_x - speed);
}
if (_x < -265) {
_x = (_root.bg2b._x + 500);
}
}
}
Instance of Symbol 2361 MovieClip "bg2b" in Frame 6
onClipEvent (load) {
speed = 2.5;
}
onClipEvent (enterFrame) {
_root.map1cf = _currentframe;
if (!_root.pause) {
if (!_root.scrollstop) {
_x = (_x - speed);
}
if (_x < -265) {
_x = (_root.bg2a._x + 500);
}
}
}
Instance of Symbol 2365 MovieClip "bg1a" in Frame 6
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_root.map1cf = _currentframe;
if (!_root.pause) {
if (!_root.scrollstop) {
_x = (_x - speed);
}
if (_x < -265) {
_x = (_root.bg1b._x + 500);
}
}
}
Instance of Symbol 2369 MovieClip "bg1b" in Frame 6
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_root.map1cf = _currentframe;
if (!_root.pause) {
if (!_root.scrollstop) {
_x = (_x - speed);
}
if (_x < -265) {
_x = (_root.bg1a._x + 500);
}
}
}
Instance of Symbol 2375 MovieClip "s1a" in Frame 6
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
_root.map1cf = _currentframe;
if (!_root.pause) {
if (!_root.scrollstop) {
_x = (_x - speed);
}
if (_x < -260) {
_x = (_root.s1b._x + 500);
}
}
}
Instance of Symbol 2375 MovieClip "s1b" in Frame 6
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
_root.map1cf = _currentframe;
if (!_root.pause) {
if (!_root.scrollstop) {
_x = (_x - speed);
}
if (_x < -260) {
_x = (_root.s1a._x + 500);
}
}
}
Instance of Symbol 2397 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(999);
}
onClipEvent (enterFrame) {
swt = _root.swt;
score = _root.score;
}
Instance of Symbol 2403 MovieClip "orb" in Frame 6
onClipEvent (load) {
speed = 20;
dx = _root.player1.animate._x - _x;
dy = _root.player1.animate._y - _y;
counter = 0;
}
onClipEvent (enterFrame) {
if (_name != "orb") {
if (!_root.pause) {
_visible = true;
if (_root.bulletdie) {
removeMovieClip(this);
}
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);
}
_rotation = (_rotation + 5);
_x = (_x + (dx / speed));
_y = (_y + (dy / speed));
if ((_x > 502) or (_x < -11)) {
removeMovieClip(this);
}
if ((_y > 502) or (_y < -10)) {
removeMovieClip(this);
}
if (this.hitTest(_root.player1.animate.limit)) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hitfly1) {
if (!a) {
_root.player1.animate.life = _root.player1.animate.life - 10;
_root.player1.animate.hitfly = true;
_root.player1.animate.knocked = 3;
removeMovieClip(this);
a = true;
}
}
}
}
if (this.hitTest(_root.player.animate.special.poing)) {
removeMovieClip(this);
}
} else {
_visible = false;
}
}
}
Instance of Symbol 2413 MovieClip "encontrol" in Frame 6
onClipEvent (load) {
_root.mover = false;
_root.movel = false;
}
Instance of Symbol 2415 MovieClip in Frame 6
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();
};
}
onClipEvent (enterFrame) {
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
vol++;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
vol--;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
stagemusic1a.start();
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (!_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = true;
p = true;
}
} else {
p = false;
}
}
if (_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = false;
p = true;
}
} else {
p = false;
}
}
if (_root.mapdp >= 15) {
_root.mapdp = 10;
}
if (_root.pbullets >= 230) {
_root.pbullets = 200;
}
if (_root.shadowlayer >= 79) {
_root.shadowlayer = 70;
}
if (_root.partslayer >= 515) {
_root.partslayer = 500;
}
if (_root.ebullet >= 560) {
_root.ebullet = 530;
}
if (_root.debris >= 600) {
_root.debris = 570;
}
if (_root.itlayer >= 670) {
_root.itlayer = 650;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
Instance of Symbol 2415 MovieClip in Frame 6
onClipEvent (load) {
player1_x_max = 270;
player1_x_min = 280;
player1_y_max = 230;
player1_y_min = 270;
}
onClipEvent (enterFrame) {
if (!_root.player1.animate.anistop) {
if (!_root.player1.animate.dead) {
if (!_root.player1.animate.raped) {
if (_root.scrollhor) {
if ((_root.player1.animate._x > player1_x_min) and (_root.mapx >= _root.mapx_min)) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if ((_root.player1.animate._x < player1_x_max) and (_root.mapx <= _root.mapx_max)) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
}
if (_root.vert_scroll) {
if ((_root.player1.animate._y > player1_y_min) and (_root.mapy >= _root.mapy_min)) {
_root.moveu = true;
_root.moved = false;
} else {
_root.moveu = false;
}
if ((_root.player1.animate._y < player1_y_max) and (_root.mapy <= _root.mapy_max)) {
_root.moved = true;
_root.moveu = false;
} else {
_root.moved = false;
}
} else {
_root.moveu = false;
}
}
if (_root.player1.animate.raped) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
if (_root.player1.animate.dead) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
}
Instance of Symbol 2417 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(2000);
}
Instance of Symbol 2427 MovieClip in Frame 6
onClipEvent (load) {
if (_root.pause) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.pause) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2460 MovieClip "zoombox" in Frame 6
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 = 80;
_root.screen_size_main = 80;
_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.rape1) {
_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.rape1) {
if (_root.zoomout) {
_x = main_cam_x;
_y = (main_cam_y - _root.ground_y_max);
_root.screen_size = _root.screen_size_max;
}
if (_root.zoomin) {
_x = main_cam_x;
_y = (main_cam_y + _root.ground_y_min);
_root.screen_size = _root.screen_size_close;
}
}
if (_root.rape1) {
if (_y < _root.player1.animate._y) {
_y = (_y+1);
}
if (_y > _root.player1.animate._y) {
_y = (_y-1);
}
_root.screen_size = _root.screen_size_rape;
}
if (((!_root.zoomin) and (!_root.zoomout)) and (!_root.rape1)) {
_x = main_cam_x;
_y = main_cam_y;
_root.screen_size = _root.screen_size_main;
}
_xscale = _root.screen_size;
_yscale = _root.screen_size;
}
Instance of Symbol 2466 MovieClip in Frame 6
onClipEvent (load) {
textsel = random(4);
stagesnd1a = new Sound();
stagesnd1a.attachSound("activate_snd");
stagesnd2a = new Sound();
stagesnd2a.attachSound("com_snd");
stagesnd3a = new Sound();
stagesnd3a.attachSound("start_snd");
stagesnd4a = new Sound();
stagesnd4a.attachSound("staycalm_snd");
if (textsel == 0) {
atext = "ACTIVATE!";
stagesnd1a.start();
}
if (textsel == 1) {
atext = "COMMENCE!";
stagesnd2a.start();
}
if (textsel == 2) {
atext = "START!";
stagesnd3a.start();
}
if (textsel == 3) {
atext = "STAY CALM!";
stagesnd4a.start();
}
}
Frame 7
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.movespeed = 5;
_root.p1power = 5;
_root.zoomin = false;
_root.sheena = true;
_root.boots = true;
_root.armor = true;
_root.panties = true;
_root.score = 0;
_root.armormeter = 100;
_root.health = 100;
_root.shotbar = 200;
_root.pause = false;
_root.sound = true;
_root.bg_color = 1;
_root.lessb = 60;
_root.moreb = -50;
_root.mapx_min = -300;
_root.mapx_max = 300;
_root.scrollhor = true;
if (_root.sheena) {
_root.attachMovie("sheena1a", "player1", 99);
_root.player1.animate._x = 150;
_root.player1.animate._y = 350;
_root.player1.animate.dir = 0;
_root.player1.animate.anistop = true;
_root.player1.animate.gotoAndStop("intro");
}
_root.attachMovie("deathorb1a", "e1", 51);
_root.e1.animate._x = 420;
_root.e1.animate._y = 300;
_root.e1.animate.anistop = true;
_root.e1.animate.gotoAndStop("opening");
_root.moved = false;
_root.moveu = false;
_root.normal = true;
_root.splev = 100;
_root.w = 280;
_root.swt = 99;
_root.p1 = true;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.dnrside = false;
_root.dnlside = false;
_root.uprside = false;
_root.uplside = false;
_root.uptop = true;
_root.dnbottom = false;
_root.mapmove = 15;
stop();
Instance of Symbol 1510 MovieClip "animate" in Frame 7
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 2397 MovieClip in Frame 7
onClipEvent (load) {
this.swapDepths(999);
}
onClipEvent (enterFrame) {
swt = _root.swt;
score = _root.score;
}
Instance of Symbol 2403 MovieClip "orb" in Frame 7
onClipEvent (load) {
speed = 20;
dx = _root.player1.animate._x - _x;
dy = _root.player1.animate._y - _y;
counter = 0;
}
onClipEvent (enterFrame) {
if (_name != "orb") {
if (!_root.pause) {
_visible = true;
if (_root.bulletdie) {
removeMovieClip(this);
}
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);
}
_rotation = (_rotation + 5);
_x = (_x + (dx / speed));
_y = (_y + (dy / speed));
if ((_x > 502) or (_x < -11)) {
removeMovieClip(this);
}
if ((_y > 502) or (_y < -10)) {
removeMovieClip(this);
}
if (this.hitTest(_root.player1.animate.limit)) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hitfly1) {
if (!a) {
_root.player1.animate.life = _root.player1.animate.life - 10;
_root.player1.animate.hitfly = true;
_root.player1.animate.knocked = 3;
removeMovieClip(this);
a = true;
}
}
}
}
if (this.hitTest(_root.player.animate.special.poing)) {
removeMovieClip(this);
}
} else {
_visible = false;
}
}
}
Instance of Symbol 2413 MovieClip "encontrol" in Frame 7
onClipEvent (load) {
_root.mover = false;
_root.movel = false;
}
Instance of Symbol 2415 MovieClip in Frame 7
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();
};
}
onClipEvent (enterFrame) {
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
vol++;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
vol--;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
stagemusic1a.start();
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (!_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = true;
p = true;
}
} else {
p = false;
}
}
if (_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = false;
p = true;
}
} else {
p = false;
}
}
if (_root.mapdp >= 15) {
_root.mapdp = 10;
}
if (_root.pbullets >= 230) {
_root.pbullets = 200;
}
if (_root.shadowlayer >= 79) {
_root.shadowlayer = 70;
}
if (_root.partslayer >= 515) {
_root.partslayer = 500;
}
if (_root.ebullet >= 560) {
_root.ebullet = 530;
}
if (_root.debris >= 600) {
_root.debris = 570;
}
if (_root.itlayer >= 670) {
_root.itlayer = 650;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
Instance of Symbol 2415 MovieClip in Frame 7
onClipEvent (load) {
player1_x_max = 270;
player1_x_min = 280;
player1_y_max = 230;
player1_y_min = 270;
}
onClipEvent (enterFrame) {
if (!_root.player1.animate.anistop) {
if (!_root.player1.animate.dead) {
if (!_root.player1.animate.raped) {
if (_root.scrollhor) {
if ((_root.player1.animate._x > player1_x_min) and (_root.mapx >= _root.mapx_min)) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if ((_root.player1.animate._x < player1_x_max) and (_root.mapx <= _root.mapx_max)) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
}
if (_root.vert_scroll) {
if ((_root.player1.animate._y > player1_y_min) and (_root.mapy >= _root.mapy_min)) {
_root.moveu = true;
_root.moved = false;
} else {
_root.moveu = false;
}
if ((_root.player1.animate._y < player1_y_max) and (_root.mapy <= _root.mapy_max)) {
_root.moved = true;
_root.moveu = false;
} else {
_root.moved = false;
}
} else {
_root.moveu = false;
}
}
if (_root.player1.animate.raped) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
if (_root.player1.animate.dead) {
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
}
}
}
Instance of Symbol 2417 MovieClip in Frame 7
onClipEvent (load) {
this.swapDepths(2000);
}
Instance of Symbol 2471 MovieClip "map1" in Frame 7
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 2427 MovieClip in Frame 7
onClipEvent (load) {
if (_root.pause) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.pause) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 2460 MovieClip "zoombox" in Frame 7
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 = 80;
_root.screen_size_main = 80;
_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.rape1) {
_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.rape1) {
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.rape1) {
if (_y < _root.player1.animate._y) {
_y = (_y+1);
}
if (_y > _root.player1.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.rape1)) {
_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 2466 MovieClip in Frame 7
onClipEvent (load) {
textsel = random(4);
stagesnd1a = new Sound();
stagesnd1a.attachSound("activate_snd");
stagesnd2a = new Sound();
stagesnd2a.attachSound("com_snd");
stagesnd3a = new Sound();
stagesnd3a.attachSound("start_snd");
stagesnd4a = new Sound();
stagesnd4a.attachSound("staycalm_snd");
if (textsel == 0) {
atext = "ACTIVATE!";
stagesnd1a.start();
}
if (textsel == 1) {
atext = "COMMENCE!";
stagesnd2a.start();
}
if (textsel == 2) {
atext = "START!";
stagesnd3a.start();
}
if (textsel == 3) {
atext = "STAY CALM!";
stagesnd4a.start();
}
}
Frame 8
_root.upcont = _root.upbutton;
_root.dncont = _root.dnbutton;
_root.rtcont = _root.rtbutton;
_root.lftcont = _root.lftbutton;
_root.atcont = _root.attackbutton;
_root.jcont = _root.jumpbutton;
stop();
Instance of Symbol 2473 MovieClip in Frame 8
onClipEvent (enterFrame) {
Key.getCode(_root.upcont);
Key.getCode(_root.dncont);
Key.getCode(_root.rtcont);
Key.getCode(_root.lftcont);
Key.getCode(_root.atcont);
Key.getCode(_root.jcont);
}
on (release) {
_root.upbutton = _root.upcont;
_root.dnbutton = _root.dncont;
_root.rtbutton = _root.rtcont;
_root.lftbutton = _root.lftcont;
_root.attackbutton = _root.atcont;
_root.jumpbutton = _root.jcont;
_root.gotoAndStop("title");
}
Frame 9
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
_root.contra = false;
stopAllSounds();
stop();
Instance of Symbol 1591 MovieClip in Frame 9
on (release) {
_root.gotoAndStop("st1a");
}
Instance of Symbol 1593 MovieClip in Frame 9
on (release) {
_root.gotoAndStop("loader2");
}
Instance of Symbol 1599 MovieClip in Frame 9
on (release) {
getURL ("http://toonpimp.net", 1);
}
Instance of Symbol 1602 MovieClip in Frame 9
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 1605 MovieClip in Frame 9
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 1608 MovieClip in Frame 9
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 1611 MovieClip in Frame 9
on (release) {
getURL ("http://cartoonza.com/index.html?id=hobartstarr", 1);
}
Instance of Symbol 1613 MovieClip in Frame 9
on (release) {
getURL ("https://gumroad.com/l/cracklist#", 1);
}
Instance of Symbol 1616 MovieClip "rslogo" in Frame 9
on (release) {
getURL ("https://www.patreon.com/ultimateror", 1);
}
Instance of Symbol 1619 MovieClip in Frame 9
on (release) {
getURL ("http://gum.co/n9", 1);
}
Instance of Symbol 1416 MovieClip in Frame 10
onClipEvent (load) {
nutsel = random(4);
if (nutsel == 0) {
mtmax = 80;
}
if (nutsel == 1) {
mtmax = 70;
}
if (nutsel == 2) {
mtmax = 90;
}
if (nutsel == 3) {
mtmax = 95;
}
s1 = false;
s2 = false;
s3 = false;
s4 = false;
at2 = 0;
dsez = random(4);
if (dsez == 0) {
deadfly = 20;
}
if (dsez == 1) {
deadfly = 15;
}
if (dsez == 2) {
deadfly = 10;
}
if (dsez == 3) {
deadfly = 25;
}
dspeed = 5;
hitt = 0;
atspeed = 5;
hit = false;
at3t = 0;
attach = true;
rand = 200;
randy = 200;
life = 50;
dead = false;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
fall = false;
jump = false;
deadsel = random(4);
deadt = 0;
dir = 0;
fspeed = 6;
speed = random(4);
if (speed == 0) {
speed = 3.5;
}
if (speed == 1) {
speed = 4;
}
_xscale = 100;
_yscale = 100;
atspeed = 4;
hspeed = 4;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.dg = attack1t;
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!_root.stoptime) {
if (!raping1) {
if (!raping2) {
if (!raping3) {
if (!raping4) {
if (!_root.rape1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
life = life - _root.player1.animate.power;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = _root.player1.animate.power;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Dragon Lady";
hit = true;
}
if (!_root.shot1.animate.ko) {
if (limit.hitTest(_root.shot1.animate.limit)) {
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 = "Dragon Lady";
hit = true;
}
}
if (!_root.shot2.animate.ko) {
if (limit.hitTest(_root.shot2.animate.limit)) {
life = life - 5;
_root.attachMovie("points1a", "points1", _root.debri++);
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Dragon Lady";
hit = true;
}
}
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 = "Dragon Lady";
hit = true;
}
}
if (!_root.shot4.animate.ko) {
if (limit.hitTest(_root.shot4.animate.limit)) {
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 = "Dragon Lady";
hit = true;
}
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
if (!fall) {
lmove = random(2);
gotoAndStop ("go");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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 (yPos) {
jump = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir = 0;
_xscale = 100;
} else {
dir = 1;
_xscale = -100;
}
}
}
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir == 0) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("dive");
attack1t++;
if (!_root.player1.animate.nohit) {
if (character.limit.hitTest(_root.player1.animate.limit)) {
_root.breakfree = 10;
raping1 = true;
_root.rape2 = true;
attack1t = 0;
attack1 = false;
}
if (character.limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
raping3 = true;
_root.rape1 = true;
attack1t = 0;
attack1 = false;
}
}
if (_y <= 50) {
attack1t = 0;
attack1 = false;
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
}
}
}
}
}
}
if (hit) {
_root.dgirl = false;
hitt++;
hs--;
_y = (_y - hs);
if (dir == 0) {
_x = (_x + hspeed);
}
if (dir == 1) {
_x = (_x - hspeed);
}
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;
}
at3t = 0;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
jump = false;
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
if (ac1 == 0) {
gotoAndStop ("hit1");
}
if (ac1 == 1) {
gotoAndStop ("hit2");
}
if (hitt >= 23) {
hitt = 0;
hit = false;
}
} else {
hs = 10;
arg = false;
}
}
}
}
}
}
if (dead) {
deadt++;
deadfly--;
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
_y = (_y - deadfly);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == 0) {
_x = (_x + dspeed);
}
if (!itatt) {
_root.crowdtimer1 = 0;
_root.killed = _root.killed + 1;
_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;
}
gotoAndStop ("dead1");
if (deadt >= 100) {
_parent.removeMovieClip();
}
}
}
if (_root.pause) {
character.stop();
unpause = false;
_visible = false;
}
}
Frame 11
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
Stage.scaleMode = "exactfit";
_quality = "medium";
Stage.showMenu = false;
_root.clean();
_root.movespeed = 5;
_root.p1power = 5;
_root.zoomin = false;
_root.sheena = true;
_root.boots = true;
_root.armor = true;
_root.panties = true;
_root.score = 0;
_root.armormeter = 100;
_root.health = 100;
_root.shotbar = 200;
_root.pause = false;
_root.sound = true;
_root.attachMovie("map1b", "map1", _root.mapdp++);
_root.map1.animate._x = 100;
_root.map1.animate._y = 350;
if (_root.sheena) {
_root.attachMovie("sheena1a", "player1", 99);
_root.player1.animate._x = 150;
_root.player1.animate._y = 150;
_root.player1.animate.dir = 0;
}
_root.e1.animate._x = 250;
_root.e1.animate._y = 250;
_root.moved = false;
_root.moveu = false;
_root.normal = true;
_root.splev = 100;
_root.w = 280;
_root.swt = 99;
_root.p1 = true;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.pause = false;
_root.dnrside = false;
_root.dnlside = false;
_root.uprside = false;
_root.uplside = false;
_root.uptop = true;
_root.dnbottom = false;
_root.mapmove = 15;
stop();
Instance of Symbol 2397 MovieClip in Frame 11
onClipEvent (load) {
this.swapDepths(999);
}
onClipEvent (enterFrame) {
swt = _root.swt;
score = _root.score;
}
Instance of Symbol 2403 MovieClip "orb" in Frame 11
onClipEvent (load) {
speed = 20;
dx = _root.player1.animate._x - _x;
dy = _root.player1.animate._y - _y;
counter = 0;
}
onClipEvent (enterFrame) {
if (_name != "orb") {
if (!_root.pause) {
_visible = true;
if (_root.bulletdie) {
removeMovieClip(this);
}
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);
}
_rotation = (_rotation + 5);
_x = (_x + (dx / speed));
_y = (_y + (dy / speed));
if ((_x > 502) or (_x < -11)) {
removeMovieClip(this);
}
if ((_y > 502) or (_y < -10)) {
removeMovieClip(this);
}
if (this.hitTest(_root.player1.animate.limit)) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hitfly1) {
if (!a) {
_root.player1.animate.life = _root.player1.animate.life - 10;
_root.player1.animate.hitfly = true;
_root.player1.animate.knocked = 3;
removeMovieClip(this);
a = true;
}
}
}
}
if (this.hitTest(_root.player.animate.special.poing)) {
removeMovieClip(this);
}
} else {
_visible = false;
}
}
}
Instance of Symbol 2413 MovieClip "encontrol" in Frame 11
onClipEvent (load) {
shoott = 0;
addchar = true;
dn = true;
up = false;
}
Instance of Symbol 2415 MovieClip in Frame 11
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("starshine1a");
stagemusic1a.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic1b = new Sound();
stagemusic1b.volume = vol;
stagemusic1b.attachSound("starshine1b");
stagemusic1b.onSoundComplete = function () {
stagemusic1b.start();
};
}
onClipEvent (enterFrame) {
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
vol++;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
vol--;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
if ((_root.mapnumber >= 1) and (_root.mapnumber < 3)) {
stagemusic1a.start();
a = true;
}
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (!_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = true;
p = true;
}
} else {
p = false;
}
}
if (_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = false;
p = true;
}
} else {
p = false;
}
}
if (_root.mapdp >= 15) {
_root.mapdp = 10;
}
if (_root.pbullets >= 230) {
_root.pbullets = 200;
}
if (_root.shadowlayer >= 79) {
_root.shadowlayer = 70;
}
if (_root.partslayer >= 515) {
_root.partslayer = 500;
}
if (_root.ebullet >= 560) {
_root.ebullet = 530;
}
if (_root.debris >= 600) {
_root.debris = 570;
}
if (_root.itlayer >= 670) {
_root.itlayer = 650;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
Instance of Symbol 2427 MovieClip in Frame 11
onClipEvent (load) {
if (_root.pause) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.pause) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1416 MovieClip in Frame 11
onClipEvent (load) {
nutsel = random(4);
if (nutsel == 0) {
mtmax = 80;
}
if (nutsel == 1) {
mtmax = 70;
}
if (nutsel == 2) {
mtmax = 90;
}
if (nutsel == 3) {
mtmax = 95;
}
s1 = false;
s2 = false;
s3 = false;
s4 = false;
at2 = 0;
dsez = random(4);
if (dsez == 0) {
deadfly = 20;
}
if (dsez == 1) {
deadfly = 15;
}
if (dsez == 2) {
deadfly = 10;
}
if (dsez == 3) {
deadfly = 25;
}
dspeed = 5;
hitt = 0;
atspeed = 5;
hit = false;
at3t = 0;
attach = true;
rand = 200;
randy = 200;
life = 50;
dead = false;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
fall = false;
jump = false;
deadsel = random(4);
deadt = 0;
dir = 0;
fspeed = 6;
speed = random(4);
if (speed == 0) {
speed = 3.5;
}
if (speed == 1) {
speed = 4;
}
_xscale = 100;
_yscale = 100;
atspeed = 4;
hspeed = 4;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.dg = attack1t;
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!_root.stoptime) {
if (!raping1) {
if (!raping2) {
if (!raping3) {
if (!raping4) {
if (!_root.rape1) {
if (limit.hitTest(_root.player1.animate.character.limit)) {
life = life - _root.player1.animate.power;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = _root.player1.animate.power;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Dragon Lady";
hit = true;
}
if (!_root.shot1.animate.ko) {
if (limit.hitTest(_root.shot1.animate.limit)) {
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 = "Dragon Lady";
hit = true;
}
}
if (!_root.shot2.animate.ko) {
if (limit.hitTest(_root.shot2.animate.limit)) {
life = life - 5;
_root.attachMovie("points1a", "points1", _root.debri++);
_root.points1.animate.points1 = 5;
_root.points1.animate._x = _x;
_root.points1.animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Dragon Lady";
hit = true;
}
}
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 = "Dragon Lady";
hit = true;
}
}
if (!_root.shot4.animate.ko) {
if (limit.hitTest(_root.shot4.animate.limit)) {
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 = "Dragon Lady";
hit = true;
}
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
if (!fall) {
lmove = random(2);
gotoAndStop ("go");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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 (yPos) {
jump = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir = 0;
_xscale = 100;
} else {
dir = 1;
_xscale = -100;
}
}
}
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir == 0) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("dive");
attack1t++;
if (!_root.player1.animate.nohit) {
if (character.limit.hitTest(_root.player1.animate.limit)) {
_root.breakfree = 10;
raping1 = true;
_root.rape2 = true;
attack1t = 0;
attack1 = false;
}
if (character.limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
raping3 = true;
_root.rape1 = true;
attack1t = 0;
attack1 = false;
}
}
if (_y <= 50) {
attack1t = 0;
attack1 = false;
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
}
}
}
}
}
}
if (hit) {
_root.dgirl = false;
hitt++;
hs--;
_y = (_y - hs);
if (dir == 0) {
_x = (_x + hspeed);
}
if (dir == 1) {
_x = (_x - hspeed);
}
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;
}
at3t = 0;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
jump = false;
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
if (ac1 == 0) {
gotoAndStop ("hit1");
}
if (ac1 == 1) {
gotoAndStop ("hit2");
}
if (hitt >= 23) {
hitt = 0;
hit = false;
}
} else {
hs = 10;
arg = false;
}
}
}
}
}
}
if (dead) {
deadt++;
deadfly--;
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
_y = (_y - deadfly);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == 0) {
_x = (_x + dspeed);
}
if (!itatt) {
_root.crowdtimer1 = 0;
_root.killed = _root.killed + 1;
_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;
}
gotoAndStop ("dead1");
if (deadt >= 100) {
_parent.removeMovieClip();
}
}
}
if (_root.pause) {
character.stop();
unpause = false;
_visible = false;
}
}
Instance of Symbol 2546 MovieClip in Frame 11
onClipEvent (load) {
this.swapDepths(1050);
plx = _root.plx;
ply = _root.ply;
_root.charstat1 = _root.mapnumber;
charstat1 = _root.pause;
charstat2 = _root.charstat2;
charstat3 = _root.charstat3;
mapx = _root.mapx;
mapy = _root.mapy;
}
onClipEvent (enterFrame) {
plx = _root.plx;
ply = _root.ply;
_root.charstat1 = _root.mapnumber;
charstat1 = _root.pause;
charstat2 = _root.shotbar;
charstat3 = _root.player1.animate.anistop;
mapx = _root.mapx;
mapy = _root.mapy;
}
Instance of Symbol 2460 MovieClip in Frame 11
onClipEvent (load) {
if (!_root.zoomin) {
_visible = false;
}
oldx = 270;
oldy = 200;
_x = oldx;
_y = oldy;
oldh = 400;
oldw = 550;
currenth = oldh;
currentw = oldw;
newx = 150;
newy = 100;
newh = 200;
neww = 250;
_width = currentw;
_height = currenth;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.cx = _x;
if (_root.zoomin) {
_width = currentw;
_height = currenth;
if (_root.rape1 or _root.rape2) {
_x = _root.player1.animate._x;
if (_y > (_root.player1.animate._y - 35)) {
_y = (_y-1);
}
if (_y < (_root.player1.animate._y - 35)) {
_y = (_y+1);
}
if (currentw > neww) {
currentw = currentw - 8;
}
if (currenth > newh) {
currenth = currenth - 6;
}
} else {
_x = oldx;
_y = oldy;
if (currentw < oldw) {
currentw = currentw + 10;
}
if (currenth < oldh) {
currenth = currenth + 10;
}
}
}
}
}
Symbol 53 MovieClip Frame 82
stop();
Symbol 75 MovieClip Frame 33
stop();
Symbol 90 MovieClip Frame 49
stop();
Symbol 121 MovieClip Frame 15
stop();
Instance of Symbol 123 MovieClip in Symbol 272 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 229 MovieClip in Symbol 272 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 231 MovieClip in Symbol 272 MovieClip Frame 8
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 229 MovieClip in Symbol 272 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 123 MovieClip in Symbol 272 MovieClip Frame 12
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 272 MovieClip Frame 14
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 272 MovieClip Frame 19
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 229 MovieClip in Symbol 272 MovieClip Frame 25
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 231 MovieClip in Symbol 272 MovieClip Frame 26
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 229 MovieClip in Symbol 272 MovieClip Frame 28
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 272 MovieClip Frame 30
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 272 MovieClip Frame 32
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 272 MovieClip Frame 37
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 229 MovieClip in Symbol 272 MovieClip Frame 43
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 231 MovieClip in Symbol 272 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 229 MovieClip in Symbol 272 MovieClip Frame 46
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 272 MovieClip Frame 48
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 272 MovieClip Frame 50
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 272 MovieClip Frame 55
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 229 MovieClip in Symbol 272 MovieClip Frame 61
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 231 MovieClip in Symbol 272 MovieClip Frame 62
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 229 MovieClip in Symbol 272 MovieClip Frame 64
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 272 MovieClip Frame 66
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 272 MovieClip Frame 68
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 277 MovieClip in Symbol 357 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 285 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 2
stop();
Symbol 360 MovieClip Frame 3
stop();
Symbol 360 MovieClip Frame 4
stop();
Symbol 360 MovieClip Frame 5
stop();
Symbol 360 MovieClip Frame 6
stop();
Symbol 360 MovieClip Frame 7
stop();
Symbol 360 MovieClip Frame 8
stop();
Symbol 360 MovieClip Frame 9
_root.score = _root.score + 200;
stop();
Symbol 361 MovieClip [zaxxon1a] Frame 1
depth = -((y - sprite_yoffset) + ((sprite_height + H) / 2));
if (!attack3) {
if (!attack2) {
if (!attack1) {
sprite_index = kurostand;
image_speed = 0.05;
if (dir == 1) {
currentx = x;
}
if (dir == -1) {
currentx = x;
}
currenty = y + 130;
MaxX = fifi1.x + 110;
MinX = fifi1.x - 110;
MaxY = fifi1.y - 100;
MinY = fifi1.y - 125;
if (x <= MinX) {
image_xscale = 1.5;
x = x + gspeed;
xPos = false;
} else if (x >= MaxX) {
image_xscale = -1.5;
x = x - gspeed;
xPos = false;
} else {
xPos = true;
}
if (!fifi1.hitfall) {
if (!fifi1.jump) {
if (!fifi1.fall) {
if (y <= MinY) {
y = y + gspeed;
yPos = false;
} else if (y >= MaxY) {
y = y - gspeed;
yPos = false;
} else {
yPos = true;
}
}
}
}
if (xPos and yPos) {
attack1 = true;
}
}
if (attack1) {
attack1t = attack1t + 1;
sprite_index = kuroattack1;
if (image_index < 3) {
image_speed = 0.35;
}
if (image_index >= 3) {
image_index = 3;
}
if (attack1t >= 20) {
attack1t = 0;
attack1 = false;
}
}
}
if (attack2) {
attack2t = attack2t + 1;
sprite_index = kuroattack1;
if (image_index < 3) {
image_speed = 0.35;
}
if (image_index >= 3) {
image_index = 3;
}
if (attack2t >= 20) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack3) {
attack3t = attack3t + 1;
sprite_index = kuroattack1;
if (image_index < 3) {
image_speed = 0.35;
}
if (image_index >= 3) {
image_index = 3;
}
if (attack3t >= 20) {
attack3t = 0;
attack3 = false;
}
}
Instance of Symbol 360 MovieClip "animate" in Symbol 361 MovieClip [zaxxon1a] Frame 1
onClipEvent (load) {
attach = true;
rape1 = false;
rape2 = false;
dead = false;
Rbounds = 250;
Lbounds = 250;
axe = false;
axet = 0;
intro = false;
introt = 0;
introstart = true;
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"};
sef = random(2);
if (sef == 0) {
mod1 = true;
mod2 = false;
}
if (sef == 1) {
mod1 = false;
mod2 = true;
}
mod1t = 0;
mod2t = 0;
nutsel = random(4);
if (nutsel == 0) {
mtmax = 80;
}
if (nutsel == 1) {
mtmax = 70;
}
if (nutsel == 2) {
mtmax = 90;
}
if (nutsel == 3) {
mtmax = 95;
}
s1 = false;
s2 = false;
s3 = false;
s4 = false;
at2 = 0;
dsez = random(4);
if (dsez == 0) {
deadfly = 20;
}
if (dsez == 1) {
deadfly = 15;
}
if (dsez == 2) {
deadfly = 10;
}
if (dsez == 3) {
deadfly = 25;
}
dspeed = 5;
hitt = 0;
atspeed = 3;
hit = false;
at3t = 0;
attach = true;
rand = 200;
randy = 200;
life = 60;
dead = false;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
fall = false;
jump = false;
deadsel = random(4);
deadt = 0;
dir = 0;
fspeed = 6;
speed = 1.5;
_xscale = 100;
_yscale = 100;
atspeed = 2;
hspeed = 4;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.ch1 = rape1;
_root.ch2 = rape2;
_root.ch3 = life;
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (!anistop) {
if (!dead) {
if (life <= 0) {
dead = true;
}
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 (!rape1) {
if (!rape2) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape1 = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - 3;
as = true;
hit = true;
}
} else {
as = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
if (mod1) {
mod1t++;
if (mod1t >= 150) {
mod1t = 0;
mod2 = true;
mod1 = false;
}
lmove = random(2);
gotoAndStop ("nd");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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) {
qsel = random(3);
if (qsel == 0) {
attack1 = true;
}
if (qsel == 1) {
attack2 = true;
}
if (qsel == 2) {
attack3 = true;
}
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
}
if (mod2) {
mod2t++;
if (mod2t >= 150) {
mod2t = 0;
mod1 = true;
mod2 = false;
}
lmove = random(2);
gotoAndStop ("nd");
MaxX = _root.player1.animate._x;
MinX = _root.player1.animate._x;
MaxY = _root.player1.animate._y - 75;
MinY = _root.player1.animate._y - 100;
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) {
if (yPos) {
jump = true;
}
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
}
}
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir1 == 0) {
_x = (_x - atspeed);
}
if (dir1 == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("nd");
attack1t++;
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.health = _root.health - 3;
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
if (_y <= 50) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (character.limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.health = _root.health - 3;
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (attack2t >= 50) {
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet2" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet2" + _root.ebullet].animate._y = _y + 85;
}
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet3" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet3" + _root.ebullet].animate._y = _y + 85;
}
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet4" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet4" + _root.ebullet].animate._y = _y + 85;
}
if (attack3t >= 85) {
attack3t = 0;
attack3 = false;
}
}
}
}
if (rape1) {
_root.player1.animate.rbreak = 0;
_root.health = _root.health - 0.1;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
rape2 = false;
_root.rape1 = true;
_root.player1.animate._y = _y + 65;
if (dir1 == 0) {
_root.player1.animate._x = _x - 10;
}
if (dir1 == 1) {
_root.player1.animate._x = _x + 10;
}
_root.player1.animate.gotoAndStop("rape1");
gotoAndStop ("rape1a");
if (_root.player1.animate.rapebreak) {
_root.rape1 = false;
rape2 = false;
rape1 = false;
}
}
if (rape2) {
}
}
if (dead) {
deadt++;
deadfly--;
_y = (_y - deadfly);
hitcolor.setTransform(oldColor);
if (dir1 == 1) {
_x = (_x - dspeed);
}
if (dir1 == 0) {
_x = (_x + dspeed);
}
if (!itatt) {
_root.killed = _root.killed + 1;
_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;
}
if (attit == 6) {
_root.attachMovie("items2a", "items1" + _root.itlayer, _root.itlayer++);
_root["items1" + _root.itlayer].animate._x = _x;
_root["items1" + _root.itlayer].animate._y = _y;
}
itatt = true;
}
gotoAndStop ("dead1");
if (deadt >= 150) {
_parent.removeMovieClip();
}
}
}
if (anistop) {
gotoAndStop ("intro");
}
}
if (_root.pause) {
character.stop();
unpause = false;
_visible = false;
}
}
Symbol 366 MovieClip Frame 5
gotoAndPlay (2);
Symbol 369 MovieClip Frame 8
stop();
Symbol 370 MovieClip Frame 1
stop();
Instance of Symbol 368 MovieClip "limit" in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 3;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 3;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 3;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 3;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 3;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 3;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 3;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 3;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 3;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 3;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 3;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 3;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 3;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 3;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 3;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 3;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 3;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 3;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 3;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 3;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 370 MovieClip Frame 2
stop();
Symbol 370 MovieClip Frame 3
stop();
Symbol 370 MovieClip Frame 4
stop();
Symbol 370 MovieClip Frame 5
stop();
Symbol 370 MovieClip Frame 6
stop();
Symbol 370 MovieClip Frame 7
stop();
Symbol 370 MovieClip Frame 8
stop();
Symbol 370 MovieClip Frame 9
stop();
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip [wbeam1a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
deadt = 0;
dt = 0;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if ((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
if (u) {
gotoAndStop ("u");
}
if (d) {
gotoAndStop ("d");
}
if (lft) {
gotoAndStop ("l");
}
if (lftu) {
gotoAndStop ("lu");
}
if (lftd) {
gotoAndStop ("ld");
}
if (rt) {
gotoAndStop ("r");
}
if (rtu) {
gotoAndStop ("ru");
}
if (rtd) {
gotoAndStop ("rd");
}
stimer = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!dead) {
stimer++;
if (stimer <= 14) {
_width = (_width + 2);
_height = (_height + 2);
}
if (u) {
gotoAndStop ("u");
_x = (_x + upl);
_y = (_y - speed);
}
if (d) {
gotoAndStop ("d");
_x = (_x + upl);
_y = (_y + speed);
}
if (lft) {
gotoAndStop ("l");
_y = (_y + upl);
_x = (_x - speed);
}
if (lftu) {
gotoAndStop ("lu");
_y = (_y + upl);
_y = (_y - speed);
_x = (_x - speed);
}
if (lftd) {
gotoAndStop ("ld");
_y = (_y + upl);
_y = (_y + speed);
_x = (_x - speed);
}
if (rt) {
gotoAndStop ("r");
_y = (_y + upl);
_x = (_x + speed);
}
if (rtu) {
gotoAndStop ("ru");
_y = (_y + upl);
_y = (_y - speed);
_x = (_x + speed);
}
if (rtd) {
gotoAndStop ("rd");
_y = (_y + upl);
_y = (_y + speed);
_x = (_x + speed);
}
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("s");
deadt++;
if (_root.mover) {
_x = (_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 (deadt >= 20) {
_parent.removeMovieClip();
}
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Symbol 395 MovieClip Frame 41
stop();
Instance of Symbol 403 MovieClip in Symbol 423 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 407 MovieClip in Symbol 423 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 409 MovieClip in Symbol 423 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 426 MovieClip in Symbol 452 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 429 MovieClip in Symbol 452 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 409 MovieClip in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 490 MovieClip Frame 1
_root.monly = 0;
Instance of Symbol 407 MovieClip in Symbol 490 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 285 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (load) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.male) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 490 MovieClip Frame 22
if (_root.monly >= 10) {
gotoAndPlay (23);
}
if (_root.monly < 10) {
gotoAndPlay (2);
}
Instance of Symbol 277 MovieClip in Symbol 521 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 409 MovieClip in Symbol 521 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 285 MovieClip in Symbol 521 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 234 MovieClip in Symbol 521 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 123 MovieClip in Symbol 521 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 229 MovieClip in Symbol 521 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 231 MovieClip in Symbol 521 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 229 MovieClip in Symbol 521 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 123 MovieClip in Symbol 521 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 234 MovieClip in Symbol 521 MovieClip Frame 12
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 123 MovieClip in Symbol 521 MovieClip Frame 14
onClipEvent (load) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.female) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 536 MovieClip Frame 9
stop();
Symbol 537 MovieClip Frame 9
stop();
Symbol 539 MovieClip Frame 9
stop();
Symbol 540 MovieClip Frame 46
stop();
Symbol 541 MovieClip Frame 1
stop();
Symbol 541 MovieClip Frame 2
stop();
Symbol 541 MovieClip Frame 3
stop();
Symbol 541 MovieClip Frame 4
stop();
Symbol 541 MovieClip Frame 5
stop();
Symbol 541 MovieClip Frame 6
stop();
Symbol 541 MovieClip Frame 7
stop();
Symbol 541 MovieClip Frame 8
stop();
Symbol 541 MovieClip Frame 9
_root.score = _root.score + 200;
stop();
Instance of Symbol 541 MovieClip "animate" in Symbol 542 MovieClip [tmonster1a] Frame 1
onClipEvent (load) {
mt = 0;
Rbounds = 250;
Lbounds = 250;
al = 0;
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;
dead = false;
deadt = 0;
attack1 = false;
attack1t = 0;
gor = false;
gol = true;
golt = 0;
gort = 0;
hit = false;
fspeed = 4;
speed = 3;
jump = false;
jumpt = 0;
ut = 0;
_yscale = 100;
_xscale = 100;
life = 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.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_root.rapebreak) {
rapev1 = false;
rapev2 = false;
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
if (life < 0) {
dead = true;
}
if (!dead) {
if (!rapev1) {
if (!rapev2) {
if (!raping1) {
if (!raping2) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.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.player1.animate.character.limit)) {
if (!as) {
life = life - _root.player1.animate.power;
_root.attachMovie("points1a", "points1" + _root.debris, _root.debris++);
_root["points1" + _root.debris].animate.points1 = _root.player1.animate.power;
_root["points1" + _root.debris].animate._x = _x;
_root["points1" + _root.debris].animate._y = _y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Tongue Monster";
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 = "Tongue Monster";
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 = "Tongue Monster";
hit = true;
hw = true;
}
if (al >= 3) {
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 = "Tongue Monster";
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 = "Tongue Monster";
hit = true;
}
}
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 (!attack1) {
gotoAndStop ("nd");
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limita.hitTest(_root.player1.animate.limit)) {
attack1 = true;
}
}
}
if (!jump) {
ut++;
if (ut >= 100) {
ut = 0;
jump = true;
}
if (!_root.map.black.hitTest(_x, _y - 200, true)) {
_y = (_y + fspeed);
}
}
if (jump) {
_y = (_y - fspeed);
jumpt++;
if (jumpt >= 15) {
jumpt = 0;
jump = false;
}
}
if (gor) {
gort++;
_x = (_x + speed);
_xscale = 100;
if (_root.map.black.hitTest(_x + 20, _y, true)) {
gort = 0;
gol = true;
gor = false;
}
if (gort > 70) {
gort = 0;
gol = true;
gor = false;
}
}
if (gol) {
golt++;
_x = (_x - speed);
_xscale = -100;
if (_root.map.black.hitTest(_x - 20, _y, true)) {
golt = 0;
gor = true;
gol = false;
}
if (golt > 70) {
golt = 0;
gol = false;
gor = true;
}
}
}
if (attack1) {
gotoAndStop ("attack1");
attack1t++;
if (character.limit.hitTest(_root.player1.animate.limit)) {
_root.breakfree = 20;
rapev1 = true;
_root.rape2 = true;
attack1t = 0;
attack1 = false;
}
if (attack1t >= 65) {
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.player1.animate._y = _y;
s1 = true;
_root.player1.animate.gotoAndStop("held");
if (_root.health <= 95) {
raping1 = false;
raping2 = true;
}
if (_root.player1.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 > Rbounds) and (_root.map._x > _root.moreb)) {
if (_x >= (_root.player1.animate._x + 20)) {
_root.mover = true;
} else {
_root.mover = false;
}
} else {
_root.mover = false;
}
if ((_x < Lbounds) and (_root.map._x < _root.lessb)) {
if (_x <= (_root.player1.animate._x + 25)) {
_root.movel = true;
} else {
_root.movel = false;
}
} else {
_root.movel = false;
}
_root.player1.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.player1.animate.kdown) {
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
} else {
nocum = false;
fag = false;
}
}
}
if (rapev1) {
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 ("holdv");
s1 = true;
_root.player1.animate.gotoAndStop("held");
if (_root.health <= 80) {
rapev1 = false;
rapev2 = true;
}
if (_root.player1.animate.kdown) {
rapev1 = false;
rapev2 = false;
_root.rape1 = false;
_root.rape2 = false;
}
}
if (rapev2) {
_root.rape1 = true;
_root.health = _root.health - 0.12;
if ((_x > Rbounds) and (_root.map._x > _root.moreb)) {
if (_x >= (_root.player1.animate._x + 20)) {
_root.mover = true;
} else {
_root.mover = false;
}
} else {
_root.mover = false;
}
if ((_x < Lbounds) and (_root.map._x < _root.lessb)) {
if (_x <= (_root.player1.animate._x + 25)) {
_root.movel = true;
} else {
_root.movel = false;
}
} else {
_root.movel = false;
}
gotoAndStop ("rapevert1");
_root.player1.animate.gotoAndStop("rape1");
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.player1.animate.kdown) {
rapev1 = false;
rapev2 = false;
_root.rape1 = false;
_root.rape2 = false;
}
}
}
if (dead) {
deadt++;
gotoAndStop ("dead");
if (deadt >= 30) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 545 MovieClip "animate" in Symbol 546 MovieClip [testmap1] Frame 1
onClipEvent (load) {
_root.mapnumber = 1;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = true;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 700;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
}
onClipEvent (enterFrame) {
_root.charstat3 = _parent._name;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (ready) {
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
}
}
Symbol 552 MovieClip Frame 5
gotoAndPlay (2);
Symbol 556 MovieClip Frame 8
stop();
Symbol 557 MovieClip Frame 1
stop();
Instance of Symbol 552 MovieClip in Symbol 557 MovieClip Frame 1
onClipEvent (load) {
speed = 30;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 554 MovieClip "limit" in Symbol 557 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 2;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 2;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 2;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 2;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 2;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 2;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 2;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 2;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 2;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 2;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 2;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 2;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 2;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 2;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 2;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 2;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 2;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 2;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 2;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 2;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 557 MovieClip Frame 2
stop();
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip [spread3a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if ((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!dead) {
gotoAndStop ("nd");
if (u) {
_x = (_x - speed);
_y = (_y - speed);
}
if (d) {
_x = (_x - speed);
_y = (_y + speed);
}
if (lft) {
_y = (_y + speed);
_x = (_x - speed);
}
if (rt) {
_y = (_y + speed);
_x = (_x + speed);
}
if (lftd) {
_x = (_x - speed);
_y = (_y + 20);
}
if (rtd) {
_x = (_x + speed);
_y = (_y + 20);
}
if (lftu) {
_x = (_x - speed);
_y = (_y - 20);
}
if (rtu) {
_x = (_x + speed);
_y = (_y - 20);
}
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("dead");
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Instance of Symbol 557 MovieClip in Symbol 559 MovieClip [spread2a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if ((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!dead) {
if (u) {
_y = (_y - speed);
}
if (d) {
_y = (_y + speed);
}
if (lft) {
_x = (_x - speed);
}
if (rt) {
_x = (_x + speed);
}
if (lftd) {
_x = (_x - speed);
_y = (_y + speed);
}
if (rtd) {
_x = (_x + speed);
_y = (_y + speed);
}
if (lftu) {
_x = (_x - speed);
_y = (_y - speed);
}
if (rtu) {
_x = (_x + speed);
_y = (_y - speed);
}
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("dead");
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Instance of Symbol 557 MovieClip in Symbol 560 MovieClip [spread1a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if ((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!dead) {
gotoAndStop ("nd");
if (u) {
_x = (_x + speed);
_y = (_y - speed);
}
if (d) {
_x = (_x + speed);
_y = (_y + speed);
}
if (lft) {
_y = (_y - speed);
_x = (_x - speed);
}
if (rt) {
_y = (_y - speed);
_x = (_x + speed);
}
if (lftd) {
_x = (_x - speed);
_y = (_y + 10);
}
if (rtd) {
_x = (_x + speed);
_y = (_y + 10);
}
if (lftu) {
_x = (_x - speed);
_y = (_y - 10);
}
if (rtu) {
_x = (_x + speed);
_y = (_y - 10);
}
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("dead");
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Symbol 573 MovieClip Frame 18
_root.player.animate.victim.sex.ass.gotoAndPlay(2);
_root.player.animate.victim.sex.body.gotoAndPlay(2);
Symbol 573 MovieClip Frame 19
_root.player.animate.victim.sex.t1.gotoAndPlay(2);
_root.player.animate.victim.sex.t2.gotoAndPlay(2);
_root.player.animate.victim.sex.tits.gotoAndPlay(2);
Symbol 585 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 2
_root.score = _root.score + 500;
stop();
Symbol 585 MovieClip Frame 3
stop();
Symbol 585 MovieClip Frame 4
stop();
Symbol 585 MovieClip Frame 5
stop();
Symbol 585 MovieClip Frame 6
stop();
Instance of Symbol 585 MovieClip "animate" in Symbol 586 MovieClip [smallfry1a] Frame 1
onClipEvent (load) {
sef = random(2);
if (sef == 0) {
mod1 = true;
mod2 = false;
}
if (sef == 1) {
mod1 = false;
mod2 = true;
}
mod1t = 0;
mod2t = 0;
nutsel = random(4);
if (nutsel == 0) {
mtmax = 80;
}
if (nutsel == 1) {
mtmax = 70;
}
if (nutsel == 2) {
mtmax = 90;
}
if (nutsel == 3) {
mtmax = 95;
}
s1 = false;
s2 = false;
s3 = false;
s4 = false;
at2 = 0;
dsez = random(4);
if (dsez == 0) {
deadfly = 20;
}
if (dsez == 1) {
deadfly = 15;
}
if (dsez == 2) {
deadfly = 10;
}
if (dsez == 3) {
deadfly = 25;
}
dspeed = 5;
hitt = 0;
atspeed = 5;
hit = false;
at3t = 0;
attach = true;
rand = 200;
randy = 200;
life = 1;
dead = false;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
fall = false;
jump = false;
deadsel = random(4);
deadt = 0;
dir = 0;
fspeed = 6;
speed = 3;
_xscale = 100;
_yscale = 100;
atspeed = 4;
hspeed = 4;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.dg = attack1t;
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 505) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (!dead) {
if (life <= 0) {
dead = true;
}
if (!hit) {
if (!raping1) {
if (!raping2) {
if (!raping3) {
if (!raping4) {
if (!_root.rape1) {
if (!attack1) {
if (!attack2) {
if (!attack3) {
if (mod1) {
mod1t++;
if (mod1t >= 150) {
mod1t = 0;
mod2 = true;
mod1 = false;
}
if (_root.map.black.hitTest(_x + 15, _y, true)) {
_x = (_x - 20);
}
if (_root.map.black.hitTest(_x - 15, _y, true)) {
_x = (_x + 20);
}
lmove = random(2);
gotoAndStop ("chase");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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 (yPos) {
jump = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir = 0;
_xscale = 100;
} else {
dir = 1;
_xscale = -100;
}
}
if (mod2) {
mod2t++;
if (mod2t >= 150) {
mod2t = 0;
mod1 = true;
mod2 = false;
}
if (!_root.player1.animate.nohit) {
if (limit.hitTest(_root.player1.animate.limit)) {
_root.breakfree = 4;
raping1 = true;
_root.rape2 = true;
attack1t = 0;
attack1 = false;
}
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
raping3 = true;
_root.rape1 = true;
attack1t = 0;
attack1 = false;
}
}
lmove = random(2);
gotoAndStop ("chase");
MaxX = _root.player1.animate._x;
MinX = _root.player1.animate._x;
MaxY = _root.player1.animate._y;
MinY = _root.player1.animate._y - 20;
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 (yPos) {
jump = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir = 0;
_xscale = 100;
} else {
dir = 1;
_xscale = -100;
}
}
}
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir == 0) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("chase");
attack1t++;
if (!_root.player1.animate.nohit) {
if (limit.hitTest(_root.player1.animate.limit)) {
_root.breakfree = 4;
raping1 = true;
_root.rape2 = true;
attack1t = 0;
attack1 = false;
}
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
raping3 = true;
_root.rape1 = true;
attack1t = 0;
attack1 = false;
}
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
}
}
}
}
}
if (raping1) {
_root.health = _root.health - 0.1;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
gotoAndStop ("rape1a");
_y = (_root.player1.animate._y - 30);
if (_root.player1.animate.dir == 0) {
_x = (_root.player1.animate._x + 15);
}
if (_root.player1.animate.dir == 1) {
_x = (_root.player1.animate._x - 15);
}
if (_x > _root.player1.animate._x) {
dir = 0;
_xscale = 100;
} else {
dir = 1;
_xscale = -100;
}
s1 = true;
_root.player1.animate.gotoAndStop("held");
if (_root.health <= 80) {
raping1 = false;
raping2 = true;
}
if (_root.player1.animate.kdown) {
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
}
if (raping2) {
_root.health = _root.health - 0.12;
_root.player1.animate.gotoAndStop("rape1");
gotoAndStop ("rape2a");
if (_root.player1.animate.kdown) {
_root.dkid = false;
_root.bdevil = false;
_root.smfry = false;
_root.dgirl = false;
_root.jfighter = false;
_root.rape1 = false;
_root.rape2 = false;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
}
if (raping3) {
_visible = false;
_root.smfry = true;
if (_root.player1.animate.kdown) {
_root.dgirl = false;
_root.rape1 = false;
_root.rape2 = false;
_visible = true;
raping1 = false;
raping2 = false;
raping3 = false;
raping4 = false;
}
}
if (raping4) {
}
if ((((!raping1) and (!raping2)) and (!raping3)) and (!raping4)) {
if (_root.rape1) {
mt++;
gotoAndStop ("masturbate");
} else {
mt = 0;
}
}
if (hit) {
hitt++;
hs--;
_y = (_y - hs);
if (dir == 0) {
_x = (_x + hspeed);
}
if (dir == 1) {
_x = (_x - hspeed);
}
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;
}
at3t = 0;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
jump = false;
if (ac1 == 0) {
gotoAndStop ("hit1");
}
if (ac1 == 1) {
gotoAndStop ("hit2");
}
if (hitt >= 20) {
hitt = 0;
hit = false;
}
} else {
hs = 10;
arg = false;
}
}
if (dead) {
deadt++;
deadfly--;
_y = (_y - deadfly);
if (dir == 1) {
_x = (_x - dspeed);
}
if (dir == 0) {
_x = (_x + dspeed);
}
if (!itatt) {
_root.crowdtimer1 = 0;
_root.killed = _root.killed + 1;
_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;
}
gotoAndStop ("dead1");
if (deadt >= 100) {
_parent.removeMovieClip();
}
}
}
if (_root.pause) {
character.stop();
unpause = false;
_visible = false;
}
}
Symbol 596 MovieClip Frame 32
stop();
Symbol 598 MovieClip Frame 32
stop();
Symbol 600 MovieClip Frame 1
stop();
Instance of Symbol 593 MovieClip "black" in Symbol 600 MovieClip Frame 1
/* no clip actions */
Symbol 600 MovieClip Frame 2
stop();
Symbol 600 MovieClip Frame 3
stop();
Symbol 600 MovieClip Frame 4
stop();
Instance of Symbol 600 MovieClip "animate" in Symbol 601 MovieClip [smallcar1a] Frame 1
onClipEvent (load) {
speed = 5;
_x = 224;
_y = 340;
_width = 100;
_height = 80;
go = true;
change1 = false;
change2 = false;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (go) {
gotoAndStop ("go");
}
if (change1) {
gotoAndStop ("changein");
}
if (change2) {
gotoAndStop ("changeout");
}
if (_root.player1.animate._x < _x) {
_x = (_x - speed);
}
if (_root.player1.animate._x > _x) {
_x = (_x + speed);
}
} else {
_visible = false;
}
}
Symbol 606 MovieClip Frame 5
gotoAndPlay (3);
Symbol 608 MovieClip Frame 7
_parent.removeMovieClip();
stop();
Symbol 609 MovieClip Frame 1
stop();
Instance of Symbol 606 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 0.5;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 0.5;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 0.5;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 0.5;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 0.5;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 0.5;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 0.5;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 0.5;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 0.5;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 0.5;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 0.5;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 0.5;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 0.5;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 0.5;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 0.5;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 0.5;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 0.5;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 0.5;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 0.5;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 0.5;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 609 MovieClip Frame 2
stop();
Instance of Symbol 609 MovieClip in Symbol 610 MovieClip [shot1a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if (_root.player1.animate.hold) {
d = true;
}
if (((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) and (!_root.player1.animate.hold)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (!dead) {
gotoAndStop ("nd");
_rotation = (_rotation + 25);
if (u) {
_x = (_x + upl);
_y = (_y - speed);
}
if (d) {
_x = (_x + upl);
_y = (_y + speed);
}
if (lft) {
_y = (_y + upl);
_x = (_x - speed);
}
if (lftu) {
_y = (_y + upl);
_y = (_y - speed);
_x = (_x - speed);
}
if (lftd) {
_y = (_y + upl);
_y = (_y + speed);
_x = (_x - speed);
}
if (rt) {
_y = (_y + upl);
_x = (_x + speed);
}
if (rtu) {
_y = (_y + upl);
_y = (_y - speed);
_x = (_x + speed);
}
if (rtd) {
_y = (_y + upl);
_y = (_y + speed);
_x = (_x + speed);
}
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
}
if (dead) {
gotoAndStop ("s");
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 495) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 622 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 624 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 640 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 640 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 648 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 659 MovieClip in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 661 MovieClip in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 648 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 648 MovieClip in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 678 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 681 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 684 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 770 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 693 MovieClip in Symbol 770 MovieClip Frame 3
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 698 MovieClip in Symbol 770 MovieClip Frame 6
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 770 MovieClip Frame 6
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 704 MovieClip in Symbol 770 MovieClip Frame 9
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 707 MovieClip in Symbol 770 MovieClip Frame 9
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 709 MovieClip in Symbol 770 MovieClip Frame 9
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 713 MovieClip in Symbol 770 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 715 MovieClip in Symbol 770 MovieClip Frame 12
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 719 MovieClip in Symbol 770 MovieClip Frame 15
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 721 MovieClip in Symbol 770 MovieClip Frame 15
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 725 MovieClip in Symbol 770 MovieClip Frame 18
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 728 MovieClip in Symbol 770 MovieClip Frame 18
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 730 MovieClip in Symbol 770 MovieClip Frame 18
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 737 MovieClip in Symbol 770 MovieClip Frame 23
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 740 MovieClip in Symbol 770 MovieClip Frame 23
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 742 MovieClip in Symbol 770 MovieClip Frame 23
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 746 MovieClip in Symbol 770 MovieClip Frame 26
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 749 MovieClip in Symbol 770 MovieClip Frame 26
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 751 MovieClip in Symbol 770 MovieClip Frame 26
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 755 MovieClip in Symbol 770 MovieClip Frame 29
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 758 MovieClip in Symbol 770 MovieClip Frame 29
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 760 MovieClip in Symbol 770 MovieClip Frame 29
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 764 MovieClip in Symbol 770 MovieClip Frame 32
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 767 MovieClip in Symbol 770 MovieClip Frame 32
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 769 MovieClip in Symbol 770 MovieClip Frame 32
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 678 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 681 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 777 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 852 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 693 MovieClip in Symbol 852 MovieClip Frame 3
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 784 MovieClip in Symbol 852 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 790 MovieClip in Symbol 852 MovieClip Frame 6
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 852 MovieClip Frame 6
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 704 MovieClip in Symbol 852 MovieClip Frame 9
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 797 MovieClip in Symbol 852 MovieClip Frame 9
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 709 MovieClip in Symbol 852 MovieClip Frame 9
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 803 MovieClip in Symbol 852 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 715 MovieClip in Symbol 852 MovieClip Frame 12
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 809 MovieClip in Symbol 852 MovieClip Frame 15
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 721 MovieClip in Symbol 852 MovieClip Frame 15
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 725 MovieClip in Symbol 852 MovieClip Frame 18
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 816 MovieClip in Symbol 852 MovieClip Frame 18
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 730 MovieClip in Symbol 852 MovieClip Frame 18
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 823 MovieClip in Symbol 852 MovieClip Frame 21
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 737 MovieClip in Symbol 852 MovieClip Frame 23
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 830 MovieClip in Symbol 852 MovieClip Frame 23
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 742 MovieClip in Symbol 852 MovieClip Frame 23
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 746 MovieClip in Symbol 852 MovieClip Frame 26
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 837 MovieClip in Symbol 852 MovieClip Frame 26
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 751 MovieClip in Symbol 852 MovieClip Frame 26
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 755 MovieClip in Symbol 852 MovieClip Frame 29
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 844 MovieClip in Symbol 852 MovieClip Frame 29
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 760 MovieClip in Symbol 852 MovieClip Frame 29
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 764 MovieClip in Symbol 852 MovieClip Frame 32
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 851 MovieClip in Symbol 852 MovieClip Frame 32
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 769 MovieClip in Symbol 852 MovieClip Frame 32
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 678 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 681 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 777 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 910 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 693 MovieClip in Symbol 910 MovieClip Frame 3
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 784 MovieClip in Symbol 910 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 790 MovieClip in Symbol 910 MovieClip Frame 6
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 910 MovieClip Frame 6
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 704 MovieClip in Symbol 910 MovieClip Frame 9
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 797 MovieClip in Symbol 910 MovieClip Frame 9
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 709 MovieClip in Symbol 910 MovieClip Frame 9
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 803 MovieClip in Symbol 910 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 715 MovieClip in Symbol 910 MovieClip Frame 12
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 809 MovieClip in Symbol 910 MovieClip Frame 15
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 721 MovieClip in Symbol 910 MovieClip Frame 15
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 725 MovieClip in Symbol 910 MovieClip Frame 18
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 816 MovieClip in Symbol 910 MovieClip Frame 18
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 730 MovieClip in Symbol 910 MovieClip Frame 18
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 823 MovieClip in Symbol 910 MovieClip Frame 21
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 737 MovieClip in Symbol 910 MovieClip Frame 23
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 830 MovieClip in Symbol 910 MovieClip Frame 23
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 742 MovieClip in Symbol 910 MovieClip Frame 23
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 746 MovieClip in Symbol 910 MovieClip Frame 26
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 837 MovieClip in Symbol 910 MovieClip Frame 26
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 751 MovieClip in Symbol 910 MovieClip Frame 26
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 755 MovieClip in Symbol 910 MovieClip Frame 29
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 844 MovieClip in Symbol 910 MovieClip Frame 29
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 760 MovieClip in Symbol 910 MovieClip Frame 29
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 764 MovieClip in Symbol 910 MovieClip Frame 32
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 851 MovieClip in Symbol 910 MovieClip Frame 32
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 769 MovieClip in Symbol 910 MovieClip Frame 32
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 678 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 681 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 777 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 968 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 693 MovieClip in Symbol 968 MovieClip Frame 3
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 784 MovieClip in Symbol 968 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 790 MovieClip in Symbol 968 MovieClip Frame 6
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 968 MovieClip Frame 6
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 704 MovieClip in Symbol 968 MovieClip Frame 9
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 797 MovieClip in Symbol 968 MovieClip Frame 9
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 709 MovieClip in Symbol 968 MovieClip Frame 9
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 803 MovieClip in Symbol 968 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 715 MovieClip in Symbol 968 MovieClip Frame 12
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 809 MovieClip in Symbol 968 MovieClip Frame 15
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 721 MovieClip in Symbol 968 MovieClip Frame 15
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 725 MovieClip in Symbol 968 MovieClip Frame 18
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 816 MovieClip in Symbol 968 MovieClip Frame 18
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 730 MovieClip in Symbol 968 MovieClip Frame 18
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 823 MovieClip in Symbol 968 MovieClip Frame 21
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 737 MovieClip in Symbol 968 MovieClip Frame 23
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 830 MovieClip in Symbol 968 MovieClip Frame 23
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 742 MovieClip in Symbol 968 MovieClip Frame 23
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 746 MovieClip in Symbol 968 MovieClip Frame 26
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 837 MovieClip in Symbol 968 MovieClip Frame 26
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 751 MovieClip in Symbol 968 MovieClip Frame 26
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 755 MovieClip in Symbol 968 MovieClip Frame 29
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 844 MovieClip in Symbol 968 MovieClip Frame 29
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 760 MovieClip in Symbol 968 MovieClip Frame 29
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 764 MovieClip in Symbol 968 MovieClip Frame 32
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 851 MovieClip in Symbol 968 MovieClip Frame 32
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 769 MovieClip in Symbol 968 MovieClip Frame 32
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1026 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 678 MovieClip in Symbol 1026 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 681 MovieClip in Symbol 1026 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 777 MovieClip in Symbol 1026 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1026 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 1026 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 693 MovieClip in Symbol 1026 MovieClip Frame 3
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 784 MovieClip in Symbol 1026 MovieClip Frame 3
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 790 MovieClip in Symbol 1026 MovieClip Frame 6
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 1026 MovieClip Frame 6
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 704 MovieClip in Symbol 1026 MovieClip Frame 9
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 797 MovieClip in Symbol 1026 MovieClip Frame 9
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 709 MovieClip in Symbol 1026 MovieClip Frame 9
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 803 MovieClip in Symbol 1026 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 715 MovieClip in Symbol 1026 MovieClip Frame 12
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 809 MovieClip in Symbol 1026 MovieClip Frame 15
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 721 MovieClip in Symbol 1026 MovieClip Frame 15
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 725 MovieClip in Symbol 1026 MovieClip Frame 18
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 816 MovieClip in Symbol 1026 MovieClip Frame 18
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 730 MovieClip in Symbol 1026 MovieClip Frame 18
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 823 MovieClip in Symbol 1026 MovieClip Frame 21
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 737 MovieClip in Symbol 1026 MovieClip Frame 23
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 830 MovieClip in Symbol 1026 MovieClip Frame 23
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 742 MovieClip in Symbol 1026 MovieClip Frame 23
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 746 MovieClip in Symbol 1026 MovieClip Frame 26
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 837 MovieClip in Symbol 1026 MovieClip Frame 26
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 751 MovieClip in Symbol 1026 MovieClip Frame 26
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 755 MovieClip in Symbol 1026 MovieClip Frame 29
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 844 MovieClip in Symbol 1026 MovieClip Frame 29
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 760 MovieClip in Symbol 1026 MovieClip Frame 29
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 764 MovieClip in Symbol 1026 MovieClip Frame 32
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 851 MovieClip in Symbol 1026 MovieClip Frame 32
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 769 MovieClip in Symbol 1026 MovieClip Frame 32
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 713 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 715 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 681 MovieClip in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1036 MovieClip in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1038 MovieClip in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 681 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1036 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1038 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 681 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1036 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1038 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 681 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1036 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1038 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1104 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 681 MovieClip in Symbol 1104 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1036 MovieClip in Symbol 1104 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1104 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1038 MovieClip in Symbol 1104 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1118 MovieClip in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 661 MovieClip in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1133 MovieClip Frame 5
stop();
Instance of Symbol 1130 MovieClip in Symbol 1133 MovieClip Frame 5
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1132 MovieClip in Symbol 1133 MovieClip Frame 5
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1143 MovieClip in Symbol 1144 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.pause) {
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 0.5;
_root.e1.animate.hit = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 0.5;
_root.e2.animate.hit = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 0.5;
_root.e3.animate.hit = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 0.5;
_root.e4.animate.hit = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 0.5;
_root.e5.animate.hit = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 0.5;
_root.e6.animate.hit = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 0.5;
_root.e7.animate.hit = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 0.5;
_root.e8.animate.hit = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 0.5;
_root.e9.animate.hit = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 0.5;
_root.e10.animate.hit = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 0.5;
_root.e11.animate.hit = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 0.5;
_root.e12.animate.hit = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 0.5;
_root.e13.animate.hit = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 0.5;
_root.e14.animate.hit = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 0.5;
_root.e15.animate.hit = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 0.5;
_root.e16.animate.hit = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 0.5;
_root.e17.animate.hit = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 0.5;
_root.e18.animate.hit = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 0.5;
_root.e19.animate.hit = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 0.5;
_root.e20.animate.hit = true;
}
}
}
Instance of Symbol 622 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 624 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1145 MovieClip Frame 12
stop();
Instance of Symbol 622 MovieClip in Symbol 1145 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 1145 MovieClip Frame 12
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 622 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 624 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 626 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1146 MovieClip Frame 12
stop();
Instance of Symbol 622 MovieClip in Symbol 1146 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1155 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 681 MovieClip in Symbol 1155 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 777 MovieClip in Symbol 1155 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 687 MovieClip in Symbol 1155 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1155 MovieClip Frame 12
stop();
Instance of Symbol 643 MovieClip in Symbol 1155 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1164 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 1164 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1118 MovieClip in Symbol 1164 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 661 MovieClip in Symbol 1164 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1164 MovieClip Frame 12
stop();
Instance of Symbol 643 MovieClip in Symbol 1164 MovieClip Frame 12
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1171 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 1171 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1170 MovieClip in Symbol 1171 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 1171 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1170 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1170 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1193 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1195 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 643 MovieClip in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 690 MovieClip in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1170 MovieClip in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 700 MovieClip in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1197 MovieClip Frame 4
stop();
Instance of Symbol 1196 MovieClip in Symbol 1197 MovieClip Frame 4
onClipEvent (load) {
speed = 30;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation - speed);
}
}
Instance of Symbol 643 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 618 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (load) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.panties) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1118 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 661 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (load) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.boots) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1206 MovieClip Frame 107
stop();
Instance of Symbol 690 MovieClip in Symbol 1231 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1231 MovieClip Frame 25
stop();
Symbol 1232 MovieClip Frame 1
stop();
Instance of Symbol 631 MovieClip "glimit" in Symbol 1232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.shoot) {
if (this.hitTest(_root.e1.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e1.limit)) {
_parent.attack = true;
}
}
}
Symbol 1232 MovieClip Frame 2
stop();
Symbol 1232 MovieClip Frame 3
stop();
Symbol 1232 MovieClip Frame 4
stop();
Symbol 1232 MovieClip Frame 5
stop();
Symbol 1232 MovieClip Frame 6
stop();
Symbol 1232 MovieClip Frame 7
stop();
Symbol 1232 MovieClip Frame 8
stop();
Symbol 1232 MovieClip Frame 9
stop();
Symbol 1232 MovieClip Frame 10
stop();
Symbol 1232 MovieClip Frame 11
stop();
Symbol 1232 MovieClip Frame 12
stop();
Symbol 1232 MovieClip Frame 13
stop();
Symbol 1232 MovieClip Frame 14
stop();
Symbol 1232 MovieClip Frame 15
stop();
Symbol 1232 MovieClip Frame 16
stop();
Symbol 1232 MovieClip Frame 17
stop();
Symbol 1232 MovieClip Frame 18
stop();
Symbol 1232 MovieClip Frame 19
stop();
Symbol 1232 MovieClip Frame 20
stop();
Symbol 1232 MovieClip Frame 21
stop();
Symbol 1232 MovieClip Frame 22
stop();
Symbol 1232 MovieClip Frame 23
stop();
Symbol 1232 MovieClip Frame 24
stop();
Symbol 1232 MovieClip Frame 25
stop();
Symbol 1232 MovieClip Frame 26
stop();
Symbol 1232 MovieClip Frame 27
stop();
Symbol 1232 MovieClip Frame 28
stop();
Symbol 1232 MovieClip Frame 29
stop();
Symbol 1232 MovieClip Frame 30
stop();
Symbol 1232 MovieClip Frame 31
stop();
Symbol 1232 MovieClip Frame 32
stop();
Symbol 1232 MovieClip Frame 33
stop();
Symbol 1232 MovieClip Frame 34
stop();
Symbol 1232 MovieClip Frame 35
stop();
Symbol 1232 MovieClip Frame 36
stop();
Symbol 1232 MovieClip Frame 37
stop();
Symbol 1232 MovieClip Frame 38
stop();
Symbol 1232 MovieClip Frame 39
stop();
Symbol 1232 MovieClip Frame 40
stop();
Symbol 1232 MovieClip Frame 41
stop();
Symbol 1232 MovieClip Frame 42
stop();
Symbol 1232 MovieClip Frame 43
stop();
Instance of Symbol 1196 MovieClip in Symbol 1232 MovieClip Frame 43
onClipEvent (load) {
speed = 30;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Symbol 1232 MovieClip Frame 44
stop();
Instance of Symbol 631 MovieClip "glimit" in Symbol 1232 MovieClip Frame 44
onClipEvent (enterFrame) {
if (_parent.shoot) {
if (this.hitTest(_root.e1.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_parent.attack = true;
}
if (this.hitTest(_root.e1.limit)) {
_parent.attack = true;
}
}
}
Symbol 1232 MovieClip Frame 45
stop();
Symbol 1232 MovieClip Frame 55
stop();
Symbol 1233 MovieClip [sheena1a] Frame 1
if (keyboard_check(vk_right)) {
rt = true;
}
if (keyboard_check_released(vk_right)) {
rt = false;
}
if (keyboard_check(vk_left)) {
lft = true;
}
if (keyboard_check_released(vk_left)) {
lft = false;
}
if (keyboard_check_pressed(vk_up)) {
up = true;
}
if (keyboard_check_released(vk_up)) {
up = false;
}
if (keyboard_check_pressed(vk_space)) {
pgo = true;
}
if (keyboard_check_released(vk_space)) {
pgo = false;
}
if (keyboard_check_pressed(83)) {
jumpbdn = true;
}
if (keyboard_check_released(83)) {
jumpdn = false;
}
if (keyboard_check_pressed(65)) {
att = true;
} else {
att = false;
}
if (keyboard_check_pressed(83)) {
jumpb = true;
} else {
jumpb = false;
}
if (keyboard_check(vk_down)) {
dn = true;
up = false;
rt = false;
lft = false;
}
if (keyboard_check_released(vk_down)) {
dn = false;
}
if (!dead) {
global.life = life;
if (life <= 0) {
dead = true;
}
if (nohit) {
nohitt = nohitt + 1;
image_alpha = 0.5;
if (nohitt >= 40) {
image_alpha = 1;
nohitt = 0;
nohit = false;
}
}
if (!hit) {
if (!rapebreak) {
if (!global.rape1) {
if (!global.rape2) {
if (!upper) {
if (!grab) {
if (!slide) {
if (!attack1) {
if (att) {
attack1 = true;
}
if (pgo) {
if (global.pervbar >= 100) {
grab = true;
}
}
if (!jump) {
if (!place_meeting(x, y + 1, black)) {
fall = true;
}
if (!fall) {
if (global.jboots) {
speedj = 21;
} else {
speedj = 17;
}
if (rt) {
dir = 0;
sprite_index = bunker_run;
x = x + cspeed;
image_xscale = -1;
image_speed = 0.25;
}
if (lft) {
dir = 1;
sprite_index = bunker_run;
x = x - cspeed;
image_xscale = 1;
image_speed = 0.25;
}
if (up) {
jump = false;
if (place_meeting(x, y + 1, black)) {
if (jumpb) {
upper = true;
}
}
}
if (dn) {
jump = false;
if (place_meeting(x, y + 1, black)) {
sprite_index = bunker_duck;
if (jumpb) {
slide = true;
}
}
}
if (!up) {
if (!dn) {
if (jumpb) {
jump = true;
}
}
}
if ((((!up) && (!dn)) && (!rt)) && (!lft)) {
sprite_index = bstand;
}
}
if (fall) {
sprite_index = bunker_fall;
if (place_meeting(x, y + 1, black)) {
fall = false;
jumpt = 0;
djumpt = 0;
}
if (ascfall) {
jumpb = false;
speedj = -3;
ascfall = false;
}
if (rt) {
dir = 0;
x = x + cspeed;
image_xscale = -1;
image_speed = 0.25;
}
if (lft) {
dir = 1;
x = x - cspeed;
image_xscale = 1;
image_speed = 0.25;
}
} else {
ascfall = false;
}
}
if (jump) {
jumpb = false;
sprite_index = bunker_jump;
if (jumpbdn) {
if ((jumpt >= jumpmin) and (jumpt < jumpmax)) {
jumpt = jumpt + 1;
jumpbdnt = jumpbdnt + 1;
speedj = speedj + 1;
}
}
y = y - speedj;
jumpt = jumpt + 1;
if (rt) {
dir = 0;
x = x + cspeed;
image_xscale = -1;
image_speed = 0.25;
}
if (lft) {
dir = 1;
x = x - cspeed;
image_xscale = 1;
image_speed = 0.25;
}
if (!jumpbdn) {
if (jumpt >= jumpmin) {
jump = false;
}
if (jumpt >= jumpbdnt) {
jump = false;
}
}
if (jumpbdn) {
if (jumpt >= jumpmax) {
jump = false;
}
}
} else {
jumpbdnt = 0;
}
}
if (!dn) {
if (!place_free(x + 3, y)) {
x = x - cspeed;
}
if (!place_free(x - 5, y)) {
x = x + cspeed;
}
}
}
if (attack1) {
attack1t = attack1t + 1;
image_speed = 0.25;
sprite_index = bunker_jump;
if (attack1t == 5) {
shoot = instance_create(x, y, pl1_bullet);
if (dir == 0) {
shoot.x = x + 10;
shoot.y = y - 60;
shoot.speed = 2;
}
if (dir == 1) {
shoot.x = x - 10;
shoot.y = y - 60;
shoot.speed = -2;
}
}
if (attack1t >= 20) {
attack1t = 0;
attack1 = false;
}
}
}
if (slide) {
jump = false;
jumpt = 0;
slidet = slidet + 1;
sprite_index = bunker_duck;
if (dir == 0) {
x = x + 12;
}
if (dir == 1) {
x = x - 12;
}
if (slidet >= 20) {
slidet = 0;
slide = false;
}
}
}
if (grab) {
global.pervbar = 0;
jump = false;
jumpt = 0;
grabt = grabt + 1;
sprite_index = bunker_duck;
if (dir == 0) {
x = x + 12;
}
if (dir == 1) {
x = x - 12;
}
if (grabt >= 20) {
grabt = 0;
grab = false;
}
}
}
if (upper) {
sprite_index = bunker_duck;
jump = false;
uppert = uppert + 1;
y = y - 15;
if (uppert >= 10) {
uppert = 0;
upper = false;
}
}
}
if (global.rape2) {
global.escnumb = esc;
rbreak = rbreak + 1;
if (rbreak >= 2) {
global.rape1 = false;
global.rape2 = false;
rbreak = 0;
}
shoot = false;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
shoott = 0;
attack1t = 0;
attack2t = 0;
attackt = 0;
jumpb = false;
jump = false;
if (rt and lft) {
nothing = true;
} else {
nothing = false;
}
if (!nothing) {
if (!rstop) {
if (rt) {
if (no) {
esc = esc + 1;
yes = true;
no = false;
}
rstop = true;
}
} else {
rstop = false;
}
if (!lstop) {
if (lft) {
if (yes) {
esc = esc + 1;
no = true;
yes = false;
}
lstop = true;
}
} else {
lstop = false;
}
}
if (esc >= global.breakfree) {
esc = 0;
rapebreak = true;
global.rape2 = false;
global.rape1 = false;
}
}
}
if (global.rape1) {
global.escnumb = esc;
rbreak = rbreak + 1;
if (rbreak >= 2) {
global.rape1 = false;
global.rape2 = false;
rbreak = 0;
}
shoot = false;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
shoott = 0;
attack1t = 0;
attack2t = 0;
attackt = 0;
jumpb = false;
jump = false;
if (rt and lft) {
nothing = true;
} else {
nothing = false;
}
if (!nothing) {
if (!rstop) {
if (rt) {
if (no) {
esc = esc + 1;
yes = true;
no = false;
}
rstop = true;
}
} else {
rstop = false;
}
if (!lstop) {
if (lft) {
if (yes) {
esc = esc + 1;
no = true;
yes = false;
}
lstop = true;
}
} else {
lstop = false;
}
}
if (esc >= global.breakfree) {
esc = 0;
rapebreak = true;
global.rape2 = false;
global.rape1 = false;
}
}
}
if (rapebreak) {
rapebreakt = rapebreakt + 1;
sprite_index = bunker_duck;
if (rapebreak >= 10) {
rapebreakt = 0;
rapebreak = false;
}
}
}
if (hit) {
vspeed = -2.2;
hitt = hitt + 1;
sprite_index = bunker_duck;
if (dir == 0) {
x = x - cspeed;
}
if (dir == 1) {
x = x + cspeed;
}
if (hitt >= 10) {
hitt = 0;
nohit = true;
hit = false;
}
}
if (dead) {
deadt = deadt + 1;
if (deadt >= 200) {
instance_destroy();
}
}
Instance of Symbol 1232 MovieClip "animate" in Symbol 1233 MovieClip [sheena1a] Frame 1
onClipEvent (load) {
hold = false;
djumpmin = 8;
djumpmax = 20;
djumpt = 0;
djump = false;
jumpt = 0;
jumpbdnt = 0;
def = 0.09;
rbreak = 0;
maxY = _y + 15;
miny = _y;
jumpmin = 8;
jumpmax = 20;
speedj = 5;
jumpbdn = false;
flipout = false;
flipoutt = 0;
flipcount = 10;
rapebreak = false;
rapebreakt = 0;
esc = 0;
yes = true;
no = false;
breakc = 0;
kdown = false;
kdownt = 0;
getup = false;
getupt = 0;
knocked = 0;
hitflys = 9;
shotx = 50;
shoty = 50;
jumpupt = 0;
jumpofft = 0;
soundLaser1 = new Sound();
soundLaser1.attachSound("nshot1a");
soundLaser2 = new Sound();
soundLaser2.attachSound("missleshots1a");
soundLaser3 = new Sound();
soundLaser3.attachSound("wbeamshots1a");
soundLaser4 = new Sound();
soundLaser4.attachSound("tws1a");
soundLaser5 = new Sound();
soundLaser5.attachSound("napalms1a");
soundLaser6 = new Sound();
soundLaser6.attachSound("ulp1a");
soundLaser7 = new Sound();
soundLaser7.attachSound("hup1a");
soundLaser8 = new Sound();
soundLaser8.attachSound("unnguah1a");
if (_parent._name == "player1") {
speedj = 17;
_width = 30;
_height = 50;
hyper1 = false;
hyper2 = false;
hyper1t = false;
hyper2t = false;
shoott = 0;
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"400", rb:"10", ga:"100", gb:"400", ba:"400", bb:"400", aa:"100", ab:"0"};
pickup = false;
pickupt = 0;
idup = false;
idupt = 0;
idupt2 = 0;
nohit = false;
nohitt = 0;
hitc = false;
hitflyc = false;
hhit = 105;
whit = 30;
kt = false;
hitup = 0;
deadt = 0;
dead = false;
kdown = false;
kdownt = 0;
hitfly1sp = 7;
wallhitsp = 10;
wallhit = false;
wallhitt = 0;
throwen = false;
throwent = 0;
attackt = 0;
ats = 0;
_yscale = 100;
atsel = 1;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
speed = 5;
jspeed = 8;
lifemax = 100;
dead = false;
hit1 = false;
hit2 = false;
hit1t = 0;
hit2t = 0;
hitfall = false;
hitfallt = 0;
hitfall2 = false;
hitfall2t = 0;
hitfly = false;
hitflyt = 0;
jump = false;
jup = false;
jumpt = 0;
attack = false;
kick1 = false;
kick2 = false;
kick3 = false;
punch1 = false;
punch2 = false;
punch3 = false;
kick1t = 0;
kick2t = 0;
kick3t = 0;
punch1t = 0;
punch2t = 0;
punch3t = 0;
fall = false;
weapon1 = false;
weapon2 = false;
weapon3 = false;
yspot = _y;
xspot = _x;
Rbounds = 250;
Lbounds = 250;
shoot = false;
shoott = 0;
slide = false;
slidet = 0;
}
}
onClipEvent (enterFrame) {
_root.plx = _x;
_root.ply = _y;
if (!_root.pause) {
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_parent._name != "player1") {
if (_root.mover) {
_x = (_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 - 10);
_xscale = _root.player1.animate._xscale;
if (_alpha <= 0) {
_parent.removeMovieClip();
}
}
if (_parent._name == "player1") {
if (anistop) {
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
}
if (!anistop) {
if (_root.mover) {
_x = (_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 (Key.isDown(_root.holdbutton)) {
hold = true;
} else {
hold = false;
}
if (Key.isDown(_root.upbutton)) {
up = true;
dn = false;
rt = false;
lft = false;
rtu = false;
rtd = false;
lftu = false;
lftd = false;
} else {
up = false;
}
if (Key.isDown(_root.dnbutton)) {
dn = true;
up = false;
rt = false;
lft = false;
rtu = false;
rtd = false;
lftu = false;
lftd = false;
} else {
dn = false;
}
if (Key.isDown(_root.lftbutton)) {
lft = true;
rt = false;
} else {
lft = false;
}
if (Key.isDown(_root.rtbutton)) {
rt = true;
lft = false;
} else {
rt = false;
}
if (Key.isDown(_root.rtbutton) and Key.isDown(_root.upbutton)) {
rtu = true;
rt = false;
up = false;
} else {
rtu = false;
}
if (Key.isDown(_root.lftbutton) and Key.isDown(_root.upbutton)) {
lftu = true;
lft = false;
up = false;
} else {
lftu = false;
}
if (Key.isDown(_root.rtbutton) and Key.isDown(_root.dnbutton)) {
rtd = true;
rt = false;
dn = false;
} else {
rtd = false;
}
if (Key.isDown(_root.lftbutton) and Key.isDown(_root.dnbutton)) {
lftd = true;
lft = false;
dn = false;
} else {
lftd = false;
}
if (((Key.isDown(_root.lftbutton) and Key.isDown(_root.dnbutton)) and Key.isDown(_root.rtbutton)) and Key.isDown(_root.upbutton)) {
up = false;
dn = false;
rt = false;
lft = false;
rtu = false;
rtd = false;
lftu = false;
lftd = false;
}
if ((Key.isDown(_root.lftbutton) and Key.isDown(_root.dnbutton)) and Key.isDown(_root.rtbutton)) {
up = false;
dn = false;
rt = false;
lft = false;
rtu = false;
rtd = false;
lftu = false;
lftd = false;
}
if ((Key.isDown(_root.lftbutton) and Key.isDown(_root.rtbutton)) and Key.isDown(_root.upbutton)) {
up = false;
dn = false;
rt = false;
lft = false;
rtu = false;
rtd = false;
lftu = false;
lftd = false;
}
if (Key.isDown(_root.attackbutton)) {
shoot = true;
} else {
shoot = false;
}
if ((((((!hit1) and (!hit2)) and (!hitfly)) and (!hitfall)) and (!kdown)) and (!getup)) {
if (!rape1) {
if (!rape2) {
if (!_root.hyperstop) {
if (Key.isDown(32)) {
if (_root.shotbar >= 200) {
hyper1 = true;
}
}
}
}
}
if (Key.isDown(_root.jumpbutton)) {
jumpbdn = true;
if (!b) {
jumpb = true;
b = true;
}
} else {
jumpbdn = false;
b = false;
}
}
if (_x <= 0) {
_x = (_x + 10);
}
if (_x >= 530) {
_x = (_x - 10);
}
if (_root.map1.animate.black.hitTest(_x + 15, _y, true)) {
_x = (_x - (speed + 2));
}
if (_root.map1.animate.black.hitTest(_x - 15, _y, true)) {
_x = (_x + (speed + 2));
}
if (_root.map1.animate.black.hitTest(_x, _y + 15, true)) {
jump = false;
_y = (_y - (speed + 3));
}
if (_root.map1.animate.black.hitTest(_x, _y - 25, true)) {
jump = false;
_y = (_y + speed);
}
if (_y >= 510) {
_y = 0;
}
if (_root.health <= 0) {
dead = true;
}
if (!dead) {
if (!rapebreak) {
if (!_root.rape1) {
if (!_root.rape2) {
if (!hitfly) {
if (!hitfall) {
if (!kdown) {
if (!getup) {
if (!hit1) {
if (!hit2) {
if (!stun) {
if (inv) {
nohit = true;
invt++;
invt2++;
if (invt2 < 5) {
hitcolor.setTransform(oldColor);
}
if ((invt2 > 5) and (invt2 < 7)) {
hitcolor.setTransform(newColor);
}
if (invt2 > 7) {
invt2 = 0;
}
if (invt >= 40) {
hitcolor.setTransform(oldColor);
idup = false;
idupt = 0;
idup2t = 0;
invt = 0;
invt2 = 0;
nohitt = 0;
nohit = true;
inv = false;
}
}
if (idup) {
nohit = true;
nohitt = 0;
idupt++;
idupt2++;
if ((idupt2 > 0) and (idupt2 < 1)) {
idupcolor.setTransform(oldColor);
}
if ((idupt2 > 1) and (idupt2 < 3)) {
idupcolor.setTransform(newColor);
}
if (idupt2 >= 6) {
_root.attachMovie("sheena1a", "miscdup1" + _root.shadowlayer, _root.shadowlayer++);
_root["miscdup1" + _root.shadowlayer]._x = _x + 3;
_root["miscdup1" + _root.shadowlayer]._y = _y - 7;
idupt2 = 0;
}
if (idupt2 > 3) {
idupcolor.setTransform(oldColor);
}
if (idupt >= 300) {
hitflyc = true;
nohit = true;
nohitt = 0;
idupt = 0;
idupt2 = 0;
idup = false;
}
}
if (nohit) {
nohitt++;
if (!idup) {
_alpha = 50;
}
if (nohitt >= 60) {
_alpha = 100;
nohitt = 0;
hitflyc = false;
nohit = false;
}
} else {
_alpha = 100;
}
if (!hyper1) {
if (!hyper2) {
if (!slide) {
if (!attack) {
if (!jumpoff) {
if (!jumpup) {
if (!climb) {
if (!jump) {
if (!djump) {
if (fall) {
if (ascfall) {
jumpb = false;
speedj = -3;
ascfall = false;
}
if (speedj <= 6) {
speedj++;
}
_y = (_y + speedj);
if (_root.scrollvert) {
_root.movespeedv = speedj;
} else {
_root.moved = false;
_root.moveu = false;
}
if (jumpb) {
djump = true;
}
if (_root.map1.animate.green.hitTest(_x, _y + 20, true)) {
climb = true;
fall = false;
}
if (_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
fall = false;
}
if (rt) {
shotx = 50;
shoty = -55;
dir = 0;
if (!shoot) {
gotoAndStop ("fall");
}
if (shoot) {
gotoAndStop ("fallshootf");
}
_xscale = 100;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
}
}
if (rtu) {
shotx = 35;
shoty = -78;
dir = 0;
gotoAndStop ("fallshootupd");
_xscale = 100;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
}
}
if (rtd) {
shotx = 42;
shoty = -15;
dir = 0;
gotoAndStop ("fallshootdnd");
_xscale = 100;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
}
}
if (lft) {
shotx = -50;
shoty = -55;
dir = 1;
if (!shoot) {
gotoAndStop ("fall");
}
if (shoot) {
gotoAndStop ("fallshootf");
}
_xscale = -100;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
}
}
if (lftu) {
shotx = -35;
shoty = -78;
dir = 1;
gotoAndStop ("fallshootupd");
_xscale = -100;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
}
}
if (lftd) {
shotx = -42;
shoty = -15;
dir = 1;
_xscale = -100;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
gotoAndStop ("fallshootdnd");
_x = (_x - speed);
}
}
if (up) {
if (dir == 0) {
shotx = -3;
shoty = -85;
}
if (dir == 1) {
shotx = 3;
shoty = -85;
}
gotoAndStop ("fallshootup");
_root.mover = false;
_root.movel = false;
}
if (dn) {
if (dir == 0) {
shotx = 5;
shoty = 20;
}
if (dir == 1) {
shotx = -5;
shoty = 20;
}
_root.mover = false;
_root.movel = false;
gotoAndStop ("fallshootdn");
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_root.movel = false;
if (!shoot) {
gotoAndStop ("fall");
}
if (shoot) {
if (rt) {
gotoAndStop ("fallshootf");
}
if (rtu) {
gotoAndStop ("fallshootupd");
}
if (rtd) {
gotoAndStop ("fallshootdnd");
}
if (lft) {
gotoAndStop ("fallshootf");
}
if (lftu) {
gotoAndStop ("fallshootupd");
}
if (lftd) {
gotoAndStop ("fallshootdnd");
}
}
}
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_root.mover = false;
if (!shoot) {
gotoAndStop ("fall");
}
if (shoot) {
if (rt) {
gotoAndStop ("fallshootf");
}
if (rtu) {
gotoAndStop ("fallshootupd");
}
if (rtd) {
gotoAndStop ("fallshootdnd");
}
if (lft) {
gotoAndStop ("fallshootf");
}
if (lftu) {
gotoAndStop ("fallshootupd");
}
if (lftd) {
gotoAndStop ("fallshootdnd");
}
}
}
if ((((((((!rt) and (!lft)) and (!up)) and (!dn)) and (!rtu)) and (!rtd)) and (!lftd)) and (!lftu)) {
_root.mover = false;
_root.movel = false;
if (dir == 0) {
shotx = 40;
shoty = -35;
}
if (dir == 1) {
shotx = -40;
shoty = -35;
}
if (!shoot) {
gotoAndStop ("fall");
}
if (shoot) {
gotoAndStop ("fallshootf");
}
}
}
if (!fall) {
_root.movespeed = speed;
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
fall = true;
}
if (_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
ascfall = true;
if (_root.jboots) {
speedj = 21;
} else {
speedj = 17;
}
jumpt = 0;
djumpt = 0;
if (!dn) {
if (jumpb) {
jump = true;
}
}
if (rt) {
shotx = 50;
shoty = -55;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
if (!hold) {
_x = (_x + speed);
if (!shoot) {
gotoAndStop ("run");
}
if (shoot) {
gotoAndStop ("runshoot");
}
}
if (hold) {
gotoAndStop ("shootf");
_root.mover = false;
_root.movel = false;
}
_xscale = 100;
}
}
if (rtu) {
shotx = 35;
shoty = -78;
dir = 0;
_xscale = 100;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
if (!hold) {
gotoAndStop ("runshootupd");
_x = (_x + speed);
}
if (hold) {
gotoAndStop ("shootupd");
}
}
}
if (rtd) {
shotx = 42;
shoty = -15;
dir = 0;
_xscale = 100;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
if (!hold) {
gotoAndStop ("runshootdnd");
_x = (_x + speed);
}
if (hold) {
gotoAndStop ("shootdnd");
}
}
}
if (lft) {
shotx = -50;
shoty = -55;
dir = 1;
_xscale = -100;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
if (!hold) {
_x = (_x - speed);
if (!shoot) {
gotoAndStop ("run");
}
if (shoot) {
gotoAndStop ("runshoot");
}
}
if (hold) {
gotoAndStop ("shootf");
}
}
}
if (lftu) {
_xscale = -100;
shotx = -35;
shoty = -78;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
if (!hold) {
gotoAndStop ("runshootupd");
_x = (_x - speed);
}
if (hold) {
gotoAndStop ("shootupd");
}
}
}
if (lftd) {
shotx = -42;
shoty = -15;
dir = 1;
_xscale = -100;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
if (!hold) {
gotoAndStop ("runshootdnd");
_x = (_x - speed);
}
if (hold) {
gotoAndStop ("shootdnd");
}
}
}
if (up) {
if (dir == 0) {
shotx = -3;
shoty = -85;
}
if (dir == 1) {
shotx = 3;
shoty = -85;
}
gotoAndStop ("shootup");
}
if (dn) {
if (!hold) {
if (dir == 0) {
shotx = 60;
shoty = -30;
}
if (dir == 1) {
shotx = -60;
shoty = -30;
}
_root.mover = false;
_root.movel = false;
gotoAndStop ("shootdn");
if (jumpb) {
slide = true;
}
}
if (hold) {
gotoAndStop ("fallshootdn");
if (dir == 0) {
shotx = 10;
shoty = 5;
}
if (dir == 1) {
shotx = -10;
shoty = 5;
}
}
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_root.movel = false;
if (!shoot) {
gotoAndStop ("stand");
}
if (shoot) {
if (rt) {
gotoAndStop ("runshoot");
}
if (rtu) {
gotoAndStop ("runshootupd");
}
if (rtd) {
gotoAndStop ("runshootdnd");
}
if (lft) {
gotoAndStop ("runshoot");
}
if (lftu) {
gotoAndStop ("runshootupd");
}
if (lftd) {
gotoAndStop ("runshootdnd");
}
}
}
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_root.mover = false;
if (!shoot) {
gotoAndStop ("stand");
}
if (shoot) {
if (rt) {
gotoAndStop ("runshoot");
}
if (rtu) {
gotoAndStop ("runshootupd");
}
if (rtd) {
gotoAndStop ("runshootdnd");
}
if (lft) {
gotoAndStop ("runshoot");
}
if (lftu) {
gotoAndStop ("runshootupd");
}
if (lftd) {
gotoAndStop ("runshootdnd");
}
}
}
if ((((((((!rt) and (!lft)) and (!up)) and (!dn)) and (!rtu)) and (!rtd)) and (!lftd)) and (!lftu)) {
_root.mover = false;
_root.movel = false;
if (dir == 0) {
shotx = 65;
shoty = -50;
}
if (dir == 1) {
shotx = -65;
shoty = -50;
}
if (!shoot) {
gotoAndStop ("stand");
}
if (shoot) {
gotoAndStop ("shootf");
}
}
}
} else {
ft1 = 0;
}
}
if (djump) {
jumpb = false;
if (!dj) {
speedj = 8;
dj = true;
}
if (_root.scrollvert) {
_root.movespeedv = speedj;
}
if (jumpbdn) {
if ((speedj >= djumpmin) and (speedj < djumpmax)) {
jumpbdnt++;
speedj--;
}
}
_y = (_y - speedj);
djumpt++;
if (_root.map1.animate.green.hitTest(_x, _y + 20, true)) {
climb = true;
djumpt = 0;
djump = false;
}
if (_root.map1.animate.hitTest(_x, _y - 20, true)) {
djump = false;
}
if (rt) {
shotx = 37;
shoty = -35;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
if (!shoot) {
if (!jumpbdn) {
gotoAndStop ("jump");
}
if (jumpbdn) {
gotoAndStop ("flipin");
}
}
if (shoot) {
gotoAndStop ("fallshootf");
}
_xscale = 100;
}
} else {
_root.mover = false;
}
if (rtu) {
shotx = 16;
shoty = -53;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
gotoAndStop ("fallshootupd");
_xscale = 100;
}
}
if (rtd) {
shotx = 30;
shoty = 0;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
gotoAndStop ("fallshootdnd");
_xscale = 100;
}
}
if (lft) {
shotx = -37;
shoty = -35;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
if (!shoot) {
if (!jumpbdn) {
gotoAndStop ("jump");
}
if (jumpbdn) {
gotoAndStop ("flipin");
}
}
if (shoot) {
gotoAndStop ("fallshootf");
}
_xscale = -100;
}
}
if (lftu) {
shotx = -16;
shoty = -53;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
gotoAndStop ("fallshootupd");
_xscale = -100;
}
}
if (lftd) {
shotx = -30;
shoty = 0;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
gotoAndStop ("fallshootdnd");
_xscale = -100;
}
}
if (up) {
if (dir == 0) {
shotx = -3;
shoty = -70;
}
if (dir == 1) {
shotx = 3;
shoty = -70;
}
gotoAndStop ("fallshootup");
_root.mover = false;
_root.movel = false;
}
if (dn) {
if (dir == 0) {
shotx = 5;
shoty = 20;
}
if (dir == 1) {
shotx = -5;
shoty = 20;
}
_root.mover = false;
_root.movel = false;
gotoAndStop ("fallshootdn");
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_root.movel = false;
if (!shoot) {
gotoAndStop ("jump");
}
if (shoot) {
if (rt) {
gotoAndStop ("fallshootf");
}
if (rtu) {
gotoAndStop ("fallshootupd");
}
if (rtd) {
gotoAndStop ("fallshootdnd");
}
if (lft) {
gotoAndStop ("fallshootf");
}
if (lftu) {
gotoAndStop ("fallshootupd");
}
if (lftd) {
gotoAndStop ("fallshootdnd");
}
}
}
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_root.mover = false;
if (!shoot) {
gotoAndStop ("jump");
}
if (shoot) {
if (rt) {
gotoAndStop ("fallshootf");
}
if (rtu) {
gotoAndStop ("fallshootupd");
}
if (rtd) {
gotoAndStop ("fallshootdnd");
}
if (lft) {
gotoAndStop ("fallshootf");
}
if (lftu) {
gotoAndStop ("fallshootupd");
}
if (lftd) {
gotoAndStop ("fallshootdnd");
}
}
}
if ((((((((!rt) and (!lft)) and (!up)) and (!dn)) and (!rtu)) and (!rtd)) and (!lftd)) and (!lftu)) {
if (dir == 0) {
shotx = 40;
shoty = -35;
}
if (dir == 1) {
shotx = -40;
shoty = -35;
}
if (!shoot) {
gotoAndStop ("jump");
}
if (shoot) {
gotoAndStop ("fallshootf");
}
}
if (!jumpbdn) {
if (djumpt >= djumpmin) {
djump = false;
}
if (djumpt >= jumpbdnt) {
djump = false;
}
}
if (jumpbdn) {
if (djumpt >= djumpmax) {
djump = false;
}
}
} else {
dj = false;
jumpbdnt = 0;
_root.moveu = false;
}
}
if (jump) {
jumpb = false;
if (_root.scrollvert) {
_root.movespeedv = speedj;
}
if (jumpbdn) {
if ((speedj >= jumpmin) and (speedj < jumpmax)) {
jumpbdnt++;
speedj--;
}
}
_y = (_y - speedj);
jumpt++;
if (_root.map1.animate.green.hitTest(_x, _y + 20, true)) {
climb = true;
jumpt = 0;
jump = false;
}
if (_root.map1.animate.hitTest(_x, _y - 20, true)) {
jump = false;
}
if (rt) {
shotx = 37;
shoty = -35;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
if (!shoot) {
if (!jumpbdn) {
gotoAndStop ("jump");
}
if (jumpbdn) {
gotoAndStop ("flipin");
}
}
if (shoot) {
gotoAndStop ("fallshootf");
}
_xscale = 100;
}
}
if (rtu) {
shotx = 16;
shoty = -53;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
gotoAndStop ("fallshootupd");
_xscale = 100;
}
}
if (rtd) {
shotx = 30;
shoty = 0;
dir = 0;
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
gotoAndStop ("fallshootdnd");
_xscale = 100;
}
}
if (lft) {
shotx = -37;
shoty = -35;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
if (!shoot) {
if (!jumpbdn) {
gotoAndStop ("jump");
}
if (jumpbdn) {
gotoAndStop ("flipin");
}
}
if (shoot) {
gotoAndStop ("fallshootf");
}
_xscale = -100;
}
}
if (lftu) {
shotx = -16;
shoty = -53;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
gotoAndStop ("fallshootupd");
_xscale = -100;
}
}
if (lftd) {
shotx = -30;
shoty = 0;
dir = 1;
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x - speed);
gotoAndStop ("fallshootdnd");
_xscale = -100;
}
}
if (up) {
if (dir == 0) {
shotx = -3;
shoty = -70;
}
if (dir == 1) {
shotx = 3;
shoty = -70;
}
gotoAndStop ("fallshootup");
_root.mover = false;
_root.movel = false;
}
if (dn) {
if (dir == 0) {
shotx = 5;
shoty = 20;
}
if (dir == 1) {
shotx = -5;
shoty = 20;
}
_root.mover = false;
_root.movel = false;
gotoAndStop ("fallshootdn");
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_root.movel = false;
if (!shoot) {
gotoAndStop ("jump");
}
if (shoot) {
if (rt) {
gotoAndStop ("fallshootf");
}
if (rtu) {
gotoAndStop ("fallshootupd");
}
if (rtd) {
gotoAndStop ("fallshootdnd");
}
if (lft) {
gotoAndStop ("fallshootf");
}
if (lftu) {
gotoAndStop ("fallshootupd");
}
if (lftd) {
gotoAndStop ("fallshootdnd");
}
}
}
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_root.mover = false;
if (!shoot) {
gotoAndStop ("jump");
}
if (shoot) {
if (rt) {
gotoAndStop ("fallshootf");
}
if (rtu) {
gotoAndStop ("fallshootupd");
}
if (rtd) {
gotoAndStop ("fallshootdnd");
}
if (lft) {
gotoAndStop ("fallshootf");
}
if (lftu) {
gotoAndStop ("fallshootupd");
}
if (lftd) {
gotoAndStop ("fallshootdnd");
}
}
}
if ((((((((!rt) and (!lft)) and (!up)) and (!dn)) and (!rtu)) and (!rtd)) and (!lftd)) and (!lftu)) {
_root.mover = false;
_root.movel = false;
if (dir == 0) {
shotx = 40;
shoty = -35;
}
if (dir == 1) {
shotx = -40;
shoty = -35;
}
if (!shoot) {
gotoAndStop ("jump");
}
if (shoot) {
gotoAndStop ("fallshootf");
}
}
if (!jumpbdn) {
if (jumpt >= jumpmin) {
jump = false;
}
if (jumpt >= jumpbdnt) {
jump = false;
}
}
if (jumpbdn) {
if (jumpt >= jumpmax) {
jump = false;
}
}
} else {
jumpbdnt = 0;
if (!djump) {
_root.moveu = false;
}
}
}
}
if (jumpup) {
jumpb = false;
gotoAndStop ("jumpup");
_y = (_y - jspeed);
jumpupt++;
if (jumpupt >= 12) {
jumpupt = 0;
jumpup = false;
}
}
}
if (shoot) {
shoott++;
if (_root.p1) {
if (shoott >= 13) {
soundLaser1.start();
_root.attachMovie("shot1a", "shot1" + _root.pbullets, _root.pbullets++);
_root.shotbar = _root.shotbar + 2;
shoott = 0;
}
}
if (_root.p2) {
if (shoott >= 18) {
soundLaser5.start();
_root.attachMovie("napalm1a", "shot1" + _root.pbullets, _root.pbullets++);
_root.swt = _root.swt - 1;
_root.shotbar = _root.shotbar + 0.3;
shoott = 0;
}
}
if (_root.p3) {
if (shoott >= 7) {
soundLaser3.start();
_root.attachMovie("wbeam1a", "shot1" + _root.pbullets, _root.pbullets++);
_root.swt = _root.swt - 1;
_root.shotbar = _root.shotbar + 0.35;
shoott = 0;
}
}
if (_root.p4) {
if (shoott >= 16) {
soundLaser2.start();
_root.attachMovie("rlauncher1a", "shot1" + _root.pbullets, _root.pbullets++);
_root.swt = _root.swt - 1;
_root.shotbar = _root.shotbar + 0.2;
shoott = 0;
}
}
if (_root.p5) {
if (shoott >= 17) {
soundLaser2.start();
_root.attachMovie("hmissle1a", "shot1" + _root.pbullets, _root.pbullets++);
_root.swt = _root.swt - 1;
_root.shotbar = _root.shotbar + 0.2;
shoott = 0;
}
}
if (_root.p6) {
if (shoott >= 10) {
soundLaser4.start();
_root.attachMovie("spread1a", "shot1" + _root.pbullets, _root.pbullets++);
_root.attachMovie("spread2a", "shot2" + _root.pbullets, _root.pbullets++);
_root.attachMovie("spread3a", "shot3" + _root.pbullets, _root.pbullets++);
_root.swt = _root.swt - 1;
_root.shotbar = _root.shotbar + 0.2;
shoott = 0;
}
}
}
seled = false;
}
if (_root.swt <= 0) {
_root.p1 = true;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
}
if (attack) {
if (!aaah) {
hupsel = random(2);
if (hupsel == 1) {
soundLaser7.start();
}
aaah = true;
}
attackt++;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
jump = false;
if (!seled) {
attsel = random(4);
seled = true;
}
if (!climb) {
if (_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
if (attsel == 0) {
gotoAndStop ("gattack1");
}
if (attsel == 1) {
gotoAndStop ("gattack2");
}
if (attsel == 2) {
gotoAndStop ("gattack3");
}
if (attsel == 3) {
gotoAndStop ("gattack4");
}
}
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
speedj = 5;
if (!_root.scrollvert) {
_y = (_y + speedj);
}
if (_root.scrollvert) {
_y = (_y + speedj);
_root.movespeedv = speedj;
if (_root.map1.animate._y >= _root.dbounds) {
if (_y >= 200) {
_root.moveu = false;
_root.moved = true;
}
} else {
_root.moved = false;
}
}
gotoAndStop ("aattack");
}
if (attackt >= 25) {
attackt = 0;
attack = false;
}
}
if (climb) {
gotoAndStop ("climbattack");
if (attackt >= 15) {
gotoAndStop ("climb");
attackt = 0;
attack = false;
}
}
} else {
aaah = false;
}
}
if (slide) {
slidet++;
attack = false;
attackt = 0;
jumpb = false;
gotoAndStop ("slide");
if (dir == 0) {
_x = (_x + speed);
}
if (dir == 1) {
_x = (_x - speed);
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
slidet = 0;
slide = false;
}
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
slidet = 0;
slide = false;
}
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
slidet = 0;
slide = false;
}
if (slidet >= 30) {
slidet = 0;
slide = false;
}
}
}
}
if (hyper1) {
_root.shotbar = 0;
jup = false;
jump = false;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
slide = false;
slidet = 0;
jump = false;
attack = false;
attackt = 0;
_root.attachMovie("hyperglow1a", "hypblas1" + _root.itlayer, _root.itlayer++);
_root["hypblas1" + _root.itlayer]._y = _y;
_root["hypblas1" + _root.itlayer]._x = _x;
_root.attachMovie("helper1a", "helper1", 98);
_root.attachMovie("helper1a", "helper2", 97);
_root.attachMovie("helper1a", "helper3", 96);
hyper1 = false;
}
if (hyper2) {
_root.shotbar = 0;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
slide = false;
slidet = 0;
jump = false;
attack = false;
attackt = 0;
gotoAndStop ("hyper2");
}
}
if (stun) {
stunt++;
gotoAndStop ("hit1");
if (!st) {
soundLaser6.start();
st = true;
}
jup = false;
slide = false;
slidet = 0;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
jump = false;
jumpoff = false;
jumpup = false;
jumpofft = 0;
jumpupt = 0;
attack = false;
attackt = 0;
shoot = false;
shoott = 0;
if (stunt >= 30) {
stunt = 0;
stun = false;
}
} else {
st = false;
}
}
}
if (hit1) {
if (!ah) {
soundLaser6.start();
ah = true;
}
jup = false;
slide = false;
slidet = 0;
jump = false;
jumpoff = false;
jumpup = false;
jumpofft = 0;
jumpupt = 0;
attack = false;
attackt = 0;
shoot = false;
shoott = 0;
hit1t++;
if (dir == 0) {
_x = (_x - 2);
}
if (dir == 1) {
_x = (_x + 2);
}
gotoAndStop ("hit1");
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
knocked = 3;
hitfly = true;
hit1t = 0;
hit1 = false;
}
if (hit1t >= 20) {
hit1t = 0;
nohit = true;
hit1 = false;
}
} else {
ah = false;
}
if (hit2) {
if (!ai) {
soundLaser6.start();
ai = true;
}
jup = false;
slide = false;
slidet = 0;
jump = false;
jumpoff = false;
jumpup = false;
jumpofft = 0;
jumpupt = 0;
attack = false;
attackt = 0;
shoot = false;
shoott = 0;
jump = false;
hit2t++;
gotoAndStop ("hit2");
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
knocked = 3;
hitfly = true;
hit2t = 0;
hit2 = false;
}
if (hit2t >= 20) {
hit2t = 0;
nohit = true;
hit2 = false;
}
} else {
ai = false;
}
}
}
}
}
if (hitfall) {
jumpb = false;
up = false;
dn = false;
rt = false;
lft = false;
gotoAndStop ("flipout");
hitfallt++;
if (_root.scrollvert) {
_root.movespeed = hitflys;
}
_y = (_y - hitflys);
hitflys--;
if (hitfallt >= 13) {
hitfallt = 0;
nohit = true;
hitfall = false;
}
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x - 15);
hitfallt = 0;
nohit = true;
hitfall = false;
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x + 15);
hitfallt = 0;
nohit = true;
hitfall = false;
}
if (dir == 0) {
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
if (!wallhit) {
_root.mover = false;
_root.movel = true;
}
}
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_root.movel = false;
_x = (_x - speed);
}
}
if (dir == 1) {
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
if (!wallhit) {
}
} else if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x + speed);
}
}
if (_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
hitfallt = 0;
kdown = true;
hitfall = false;
}
} else {
hitflys = 10;
hitfallt = 0;
}
if (hitfly) {
if (!fruit) {
soundLaser8.start();
fruit = true;
}
jumpb = false;
hit1 = false;
hit2 = false;
hit1t = 0;
hit2t = 0;
up = false;
dn = false;
rt = false;
lft = false;
jumpt = 0;
jup = false;
slide = false;
slidet = 0;
if (_root.scrollvert) {
_root.movespeed = hitflys;
}
_y = (_y - hitflys);
jump = false;
jumpoff = false;
jumpup = false;
jumpofft = 0;
jumpupt = 0;
attack = false;
attackt = 0;
shoot = false;
shoott = 0;
jump = false;
hitflyt++;
gotoAndStop ("hitfly");
if (_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_x = (_x - 15);
_root.mover = false;
_root.movel = false;
wallhit = true;
}
if (_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_x = (_x + 15);
_root.mover = false;
_root.movel = false;
wallhit = true;
}
if (dir == 0) {
if ((_x < Lbounds) and (_root.map1._x < _root.lessb)) {
if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
if (!wallhit) {
_root.mover = false;
_root.movel = true;
}
}
} else if (!_root.map1.animate.black.hitTest(_x - 20, _y, true)) {
_root.movel = false;
_x = (_x - speed);
}
} else {
_root.movel = false;
}
if (dir == 1) {
if ((_x > Rbounds) and (_root.map._x > _root.moreb)) {
if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
if (!wallhit) {
_root.movel = false;
_root.mover = true;
}
}
} else if (!_root.map1.animate.black.hitTest(_x + 20, _y, true)) {
_root.mover = false;
_x = (_x + speed);
}
} else {
_root.mover = false;
}
if (hitflyt >= knocked) {
hitflyt = 0;
knocked = 0;
hitfall = true;
hitfly = false;
}
} else {
hitflys = 10;
fruit = false;
}
if (kdown) {
jumpb = false;
wallhit = false;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
gotoAndStop ("groundhit");
kdown++;
if (kdown >= 15) {
nohit = true;
kdown = false;
}
}
if (getup) {
jumpb = false;
jumpt = 0;
jump = false;
jumpoff = false;
jumpup = false;
jumpofft = 0;
jumpupt = 0;
jump = false;
wallhit = false;
getupt++;
gotoAndStop ("getup");
if (getupt >= 10) {
getupt = 0;
nohit = true;
getup = false;
}
}
}
if (_root.rape2) {
_root.escnumb = esc;
rbreak++;
if (rbreak >= 2) {
_root.rape1 = false;
_root.rape2 = false;
rbreak = 0;
}
shoot = false;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
shoott = 0;
attack1t = 0;
attack2t = 0;
attackt = 0;
jumpb = false;
jump = false;
if (Key.isDown(_root.lftbutton) and Key.isDown(_root.rtbutton)) {
nothing = true;
} else {
nothing = false;
}
if (!nothing) {
if (!rstop) {
if (Key.isDown(_root.rtbutton)) {
if (no) {
esc = esc + 1;
yes = true;
no = false;
}
rstop = true;
}
} else {
rstop = false;
}
if (!lstop) {
if (Key.isDown(_root.lftbutton)) {
if (yes) {
esc = esc + 1;
no = true;
yes = false;
}
lstop = true;
}
} else {
lstop = false;
}
}
if (esc >= _root.breakfree) {
esc = 0;
flipout = true;
rapebreak = true;
_root.rape2 = false;
_root.rape1 = false;
}
}
}
if (_root.rape1) {
if (!r1) {
_root.attachMovie("fightbar1a", fightbar1, 110);
_root.fightbar1.animate._x = 250;
_root.fightbar1.animate._y = 250;
r1 = true;
}
_root.escnumb = esc;
rbreak++;
if (rbreak >= 2) {
_root.rape1 = false;
_root.rape2 = false;
rbreak = 0;
}
shoot = false;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
shoott = 0;
attack1t = 0;
attack2t = 0;
attackt = 0;
jumpb = false;
jump = false;
if (Key.isDown(_root.lftbutton) and Key.isDown(_root.rtbutton)) {
nothing = true;
} else {
nothing = false;
}
if (!nothing) {
if (!rstop) {
if (Key.isDown(_root.rtbutton)) {
if (no) {
esc = esc + 1;
yes = true;
no = false;
}
rstop = true;
}
} else {
rstop = false;
}
if (!lstop) {
if (Key.isDown(_root.lftbutton)) {
if (yes) {
esc = esc + 1;
no = true;
yes = false;
}
lstop = true;
}
} else {
lstop = false;
}
}
if (esc >= _root.breakfree) {
esc = 0;
flipout = true;
rapebreak = true;
_root.rape2 = false;
_root.rape1 = false;
}
} else {
r1 = false;
}
}
if (rapebreak) {
rapebreakt++;
if (_root.scrollvert) {
_root.movespeedv = flipcount;
}
_y = (_y - flipcount);
flipcount--;
gotoAndStop ("flipout");
_root.rape1 = false;
if (dir == 1) {
_x = (_x + speed);
}
if (dir == 0) {
_x = (_x - speed);
}
if (rapebreakt >= 35) {
rapebreakt = 0;
flipout = true;
nohit = true;
rapebreak = false;
}
} else {
flipoutt = 0;
flipcount = 20;
}
}
if (dead) {
if (!_root.rape1) {
if (!_root.rape2) {
gotoAndStop ("dead");
}
}
if (!dint) {
_root.attachMovie("orgfade1a", "fade1", 8001);
sexLaser1.start();
dint = true;
}
_root.swt = 0;
_root.p1 = true;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
wallhit = false;
hit1 = false;
hit1t = 0;
hit2 = false;
hit2t = 0;
hitfly = false;
hitfall = false;
_root.mover = false;
_root.movel = false;
_root.moveu = false;
_root.moved = false;
jump = false;
jumpb = false;
jumpoff = false;
jumpup = false;
jumpofft = 0;
jumpupt = 0;
attack = false;
attackt = 0;
shoot = false;
shoott = 0;
deadt++;
if (deadt >= 250) {
deadt = 0;
if (!an) {
_root.attachMovie("madface1a", "blood1a", 8000);
an = true;
}
}
}
}
}
}
}
Symbol 1256 MovieClip Frame 1
stop();
Instance of Symbol 1234 MovieClip "limit" in Symbol 1256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 6;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 6;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 6;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 6;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 6;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 6;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 6;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 6;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 6;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 6;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 6;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 6;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 6;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 6;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 6;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 6;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 6;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 6;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 6;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 6;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1256 MovieClip Frame 2
stop();
Symbol 1256 MovieClip Frame 3
stop();
Instance of Symbol 1234 MovieClip "limit" in Symbol 1256 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 6;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 6;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 6;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 6;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 6;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 6;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 6;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 6;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 6;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 6;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 6;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 6;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 6;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 6;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 6;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 6;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 6;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 6;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 6;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 6;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1256 MovieClip Frame 4
stop();
Instance of Symbol 1234 MovieClip "limit" in Symbol 1256 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 6;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 6;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 6;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 6;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 6;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 6;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 6;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 6;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 6;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 6;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 6;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 6;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 6;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 6;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 6;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 6;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 6;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 6;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 6;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 6;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1256 MovieClip Frame 5
stop();
Symbol 1256 MovieClip Frame 6
stop();
Symbol 1256 MovieClip Frame 7
stop();
Instance of Symbol 1234 MovieClip "limit" in Symbol 1256 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 6;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 6;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 6;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 6;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 6;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 6;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 6;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 6;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 6;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 6;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 6;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 6;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 6;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 6;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 6;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 6;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 6;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 6;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 6;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 6;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1256 MovieClip Frame 8
stop();
Instance of Symbol 1234 MovieClip "limit" in Symbol 1256 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 6;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 6;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 6;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 6;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 6;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 6;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 6;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 6;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 6;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 6;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 6;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 6;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 6;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 6;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 6;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 6;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 6;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 6;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 6;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 6;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1256 MovieClip Frame 9
stop();
Instance of Symbol 1256 MovieClip in Symbol 1257 MovieClip [rlauncher1a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
deadt = 0;
dt = 0;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if ((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
if (u) {
gotoAndStop ("u");
}
if (d) {
gotoAndStop ("d");
}
if (lft) {
gotoAndStop ("l");
}
if (lftu) {
gotoAndStop ("lu");
}
if (lftd) {
gotoAndStop ("ld");
}
if (rt) {
gotoAndStop ("r");
}
if (rtu) {
gotoAndStop ("ru");
}
if (rtd) {
gotoAndStop ("rd");
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!dead) {
if (u) {
gotoAndStop ("u");
_x = (_x + upl);
_y = (_y - speed);
}
if (d) {
gotoAndStop ("d");
_x = (_x + upl);
_y = (_y + speed);
}
if (lft) {
gotoAndStop ("l");
_y = (_y + upl);
_x = (_x - speed);
}
if (lftu) {
gotoAndStop ("lu");
_y = (_y + upl);
_y = (_y - speed);
_x = (_x - speed);
}
if (lftd) {
gotoAndStop ("ld");
_y = (_y + upl);
_y = (_y + speed);
_x = (_x - speed);
}
if (rt) {
gotoAndStop ("r");
_y = (_y + upl);
_x = (_x + speed);
}
if (rtu) {
gotoAndStop ("ru");
_y = (_y + upl);
_y = (_y - speed);
_x = (_x + speed);
}
if (rtd) {
gotoAndStop ("rd");
_y = (_y + upl);
_y = (_y + speed);
_x = (_x + speed);
}
}
if (dead) {
gotoAndStop ("s");
deadt++;
if (_root.mover) {
_x = (_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 (deadt >= 20) {
_parent.removeMovieClip();
}
}
if (_x >= 560) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Instance of Symbol 1258 MovieClip in Symbol 1266 MovieClip Frame 1
onClipEvent (load) {
_width = (_root.breakfree * 10);
}
onClipEvent (enterFrame) {
_width = (_root.breakfree * 10);
if (_root.breakfree <= 0) {
_width = 0;
}
if (_root.breakfree >= 100) {
_width = 100;
}
}
Instance of Symbol 1263 MovieClip in Symbol 1266 MovieClip Frame 1
onClipEvent (load) {
_width = (_root.player1.animate.esc * 10);
}
onClipEvent (enterFrame) {
_width = (_root.player1.animate.esc * 10);
if (_root.player1.animate.esc < 0) {
_width = 0;
}
if (_root.player1.animate.esc >= 100) {
_width = 100;
}
}
Instance of Symbol 1265 MovieClip in Symbol 1266 MovieClip Frame 1
onClipEvent (load) {
_width = (_root.breakfree * 10);
}
onClipEvent (enterFrame) {
_width = (_root.breakfree * 10);
if (_root.breakfree <= 0) {
_width = 0;
}
if (_root.breakfree >= 100) {
_width = 100;
}
}
Instance of Symbol 1266 MovieClip "animate" in Symbol 1267 MovieClip [rapebar1a] Frame 1
onClipEvent (load) {
_x = 250;
_y = 150;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
}
if (_root.pause) {
_visible = false;
}
if ((!_root.rape1) and (!_root.rape2)) {
_parent.removeMovieClip();
}
}
Symbol 1281 MovieClip Frame 26
stop();
Symbol 1282 MovieClip Frame 50
stop();
Symbol 1340 MovieClip Frame 22
psel = random(3);
if (psel == 0) {
gotoAndPlay (1);
}
if (psel == 1) {
gotoAndPlay (23);
}
if (psel == 2) {
gotoAndPlay (46);
}
Symbol 1340 MovieClip Frame 45
psel = random(3);
if (psel == 0) {
gotoAndPlay (1);
}
if (psel == 1) {
gotoAndPlay (23);
}
if (psel == 2) {
gotoAndPlay (46);
}
Symbol 1340 MovieClip Frame 68
psel = random(3);
if (psel == 0) {
gotoAndPlay (1);
}
if (psel == 1) {
gotoAndPlay (23);
}
if (psel == 2) {
gotoAndPlay (46);
}
Symbol 1411 MovieClip Frame 60
roomr = random(2);
if (roomr == 0) {
gotoAndPlay (1);
}
if (roomr == 1) {
gotoAndPlay (61);
}
Symbol 1411 MovieClip Frame 84
roomr = random(2);
if (roomr == 0) {
gotoAndPlay (1);
}
if (roomr == 1) {
gotoAndPlay (61);
}
Symbol 1416 MovieClip Frame 1
stop();
Symbol 1416 MovieClip Frame 2
stop();
Symbol 1416 MovieClip Frame 3
stop();
Symbol 1416 MovieClip Frame 4
stop();
Symbol 1416 MovieClip Frame 5
stop();
Symbol 1416 MovieClip Frame 6
stop();
Symbol 1416 MovieClip Frame 7
stop();
Symbol 1416 MovieClip Frame 8
stop();
Symbol 1416 MovieClip Frame 9
stop();
Instance of Symbol 1416 MovieClip "animate" in Symbol 1417 MovieClip [prislugg1a] Frame 1
onClipEvent (load) {
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"};
speed = 2;
dead = false;
deadt = 0;
fspeed = 5;
life = 2;
hit = false;
hitt = 0;
dirsel = random(2);
if (dirsel == 0) {
rt = true;
lft = false;
}
if (dirsel == 1) {
rt = false;
lft = true;
}
rtt = 0;
lftt = 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) {
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!rape) {
gotoAndStop ("go");
if (life <= 0) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x + 15, _y, true)) {
_x = (_x-1);
}
if (_root.map1.animate.black.hitTest(_x - 15, _y, true)) {
_x = (_x+1);
}
if (_root.map1.animate.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
_y = (_y + fspeed);
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - _root.p1power;
as = true;
hit = true;
}
} else {
as = false;
}
if (rt) {
rtt++;
_xscale = -100;
_x = (_x + speed);
if (_root.map1.animate.black.hitTest(_x - 15, _y, true) or _root.map1.animate.cturn.hitTest(_x - 15, _y, true)) {
rtt = 0;
lft = true;
rt = false;
}
if (rtt >= rtmax) {
rtt = 0;
lft = true;
rt = false;
}
}
if (lft) {
lftt++;
_xscale = 100;
_x = (_x - speed);
if (_root.map1.animate.black.hitTest(_x - 15, _y, true) or _root.map1.animate.cturn.hitTest(_x - 15, _y, true)) {
lftt = 0;
rt = true;
lft = false;
}
if (lftt >= lftmax) {
lftt = 0;
rt = true;
lft = false;
}
}
}
if (rape) {
if (!rs) {
_root.attachMovie("rapebar1a", rapebar1, 25);
rapesel = random(2);
rs = true;
}
_root.rape1 = true;
_root.player1.animate._x = _x;
_root.player1.animate._y = _y;
_root.player1.animate.rbreak = 0;
_root.player1.animate.gotoAndStop("rape2");
if (_root.sheena) {
if (rapesel == 0) {
gotoAndStop ("sheena1");
}
if (rapesel == 1) {
gotoAndStop ("sheena2");
}
}
if (_root.player1.animate.rapebreak) {
rape = false;
}
} else {
rs = false;
}
if (hit) {
hitt++;
hitcolor.setTransform(newColor);
if (hitt >= 3) {
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 50) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1421 MovieClip "animate" in Symbol 1422 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();
}
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Symbol 1452 MovieClip Frame 9
stop();
Symbol 1453 MovieClip Frame 9
stop();
Symbol 1454 MovieClip Frame 9
_parent.removeMovieClip();
stop();
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1436 MovieClip "limit" in Symbol 1465 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hitfly1) {
if (!a) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark]._x = _root.player1.animate._x;
_root["spark1" + _root.spark]._y = _root.player1.animate._y;
_root.player1.animate.life = _root.player1.animate.life - 20;
_root.player1.animate.hitfly = true;
_root.player1.animate.knocked = 25;
a = true;
}
}
}
}
}
Symbol 1465 MovieClip Frame 30
_parent.attack1 = false;
stop();
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1469 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Symbol 1482 MovieClip Frame 7
stop();
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1491 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Instance of Symbol 1425 MovieClip in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_rotation = (_rotation + speed);
}
}
Symbol 1500 MovieClip Frame 111
stop();
Symbol 1501 MovieClip Frame 1
stop();
Instance of Symbol 1436 MovieClip "limit" in Symbol 1501 MovieClip Frame 1
onClipEvent (load) {
speed = 2.5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (this.hitTest(_root.player1.animate.limit)) {
if (_parent.dir == 0) {
_root.player1.animate._x = _root.player1.animate._x + speed;
}
if (_parent.dir == 1) {
_root.player1.animate._x = _root.player1.animate._x - speed;
}
}
}
}
Symbol 1501 MovieClip Frame 2
stop();
Symbol 1501 MovieClip Frame 3
stop();
Symbol 1501 MovieClip Frame 4
stop();
Instance of Symbol 1436 MovieClip "limit" in Symbol 1501 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hitfly1) {
if (!a) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark]._x = _root.player1.animate._x;
_root["spark1" + _root.spark]._y = _root.player1.animate._y;
_root.player1.animate.life = _root.player1.animate.life - 20;
_root.player1.animate.hitfly = true;
_root.player1.animate.knocked = 25;
a = true;
}
}
}
}
}
Symbol 1501 MovieClip Frame 5
stop();
Instance of Symbol 1436 MovieClip "limit" in Symbol 1501 MovieClip Frame 5
onClipEvent (load) {
speed = 2.5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (this.hitTest(_root.player1.animate.limit)) {
if (_parent.dir == 0) {
_root.player1.animate._x = _root.player1.animate._x + speed;
}
if (_parent.dir == 1) {
_root.player1.animate._x = _root.player1.animate._x - speed;
}
}
}
}
Symbol 1501 MovieClip Frame 6
stop();
Symbol 1501 MovieClip Frame 7
stop();
Symbol 1501 MovieClip Frame 8
stop();
Instance of Symbol 1501 MovieClip "animate" in Symbol 1502 MovieClip [peabody1a] Frame 1
onClipEvent (load) {
attach = true;
if (_parent == _root.boss1) {
ap1 = true;
}
if (_parent == _root.boss1) {
ap1 = false;
}
hitflyt = 0;
hitm = 0;
hit1t = 0;
hit2t = 0;
hit1 = false;
hit2 = false;
hitfall = false;
hitt = 0;
ename = "Peabody";
idupcolor = new Color(this);
oldColor = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
newColor = {ra:"400", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"0"};
redColor = {ra:"400", rb:"210", ga:"0", gb:"0", ba:"0", bb:"400", aa:"100", ab:"0"};
atsel = false;
speed1 = 6;
attack1t = 0;
attack2t = 0;
attack2 = false;
attack3 = false;
attack3t = 0;
rand = 65;
speed = 2;
goget = true;
gogett = 0;
backoff = false;
backofft = false;
chill = false;
chillt = 0;
stun = false;
stunt = 0;
thrown = false;
thrownt = 0;
down = false;
downt = 0;
yspot = _y;
xspot = _x;
_yscale = 100;
_xscale = 100;
dir = 0;
deadt = 0;
dead = false;
hit1 = false;
hit2 = false;
hitfly = false;
hitflyt = 0;
hitflysp = 8;
wallhitsp = 8.5;
hitfall = false;
hitfallt = 0;
wallhit = false;
wallhitt = 0;
hit1t = 0;
hit2t = 0;
life = 50;
lifemax = 200;
shoot = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
_root.sc1 = _parent;
_root.pba = dir;
if (life < 0) {
dead = true;
}
if (!_root.map.black.hitTest(_x, _y + 20, true)) {
_y = (_y + 5);
}
if (_root.map.black.hitTest(_x, _y - 20, true)) {
_y = (_y + 5);
}
if (_root.map.black.hitTest(_x + 20, _y, true)) {
_x = (_x - 5);
}
if (_root.map.black.hitTest(_x - 20, _y, true)) {
_x = (_x + 5);
}
if (!dead) {
if (!hitfly) {
if (!attack1) {
if (!attack2) {
if (!attack3) {
shoot++;
if (shoot >= 200) {
shoot = 0;
attack3 = true;
}
yspot = _y;
xspot = _x;
if (_root.player1.animate.kdown) {
attack1 = false;
goget = false;
gogett = 0;
backoff = true;
backofft = 0;
chill = false;
chillt = 0;
}
if (spin) {
spint = random(3);
if (spint == 0) {
goget = true;
backoff = false;
chill = false;
spin = false;
}
if (spint == 1) {
goget = false;
backoff = true;
chill = false;
spin = false;
}
if (spint == 2) {
goget = false;
backoff = false;
chill = true;
spin = false;
}
}
if (goget) {
gogett++;
gotoAndStop ("run");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y;
MinY = _root.player1.animate._y - 5;
if (_x <= MinX) {
_x = (_x + speed);
xPos = false;
} else if (_x >= MaxX) {
_x = (_x - speed);
xPos = false;
} else {
xPos = true;
}
if (_y <= MinY) {
yPos = false;
} else if (_y >= MaxY) {
yPos = false;
} else {
yPos = true;
}
if (xPos) {
atsel = true;
}
if (_x > _root.player1.animate._x) {
dir = 1;
_xscale = 100;
} else {
dir = 0;
_xscale = -100;
}
if (gogett >= 200) {
gogett = 0;
goget = false;
spin = true;
}
}
if (atsel) {
sel = random(2);
if (sel == 0) {
attack1 = true;
atsel = false;
}
if (sel == 1) {
attack2 = true;
atsel = false;
}
}
if (backoff) {
backofft++;
gotoAndStop ("run");
if (_x >= 430) {
_x = (_x - 4);
}
if (_x < 20) {
_x = (_x + 4);
}
if (_root.player1.animate._x > _x) {
_x = (_x - speed);
dir = 0;
_xscale = -100;
}
if (_root.player1.animate._x < _x) {
_x = (_x + speed);
dir = 1;
_xscale = 100;
}
if (backofft >= 10) {
backofft = 0;
spin = true;
backofft = false;
}
}
if (chill) {
chillt++;
gotoAndStop ("stand");
if (chillt >= 20) {
chillt = 0;
spin = true;
chill = false;
}
}
}
}
}
if (attack3) {
attack3t++;
if ((attack3t > 15) and (attack3t < 19)) {
idupcolor.setTransform(redColor);
}
if (attack3t > 19) {
gotoAndStop ("shoot");
idupcolor.setTransform(oldColor);
}
if ((attack3t > 20) and (attack3t < 22)) {
_root.attachMovie("pbshot1a", "blaser1" + _root.ebullet, _root.ebullet++);
_root["blaser1" + _root.ebullet]._y = _y - 40;
if (dir == 0) {
_root["blaser1" + _root.ebullet].animate.gor = true;
_root["blaser1" + _root.ebullet]._x = _x + 25;
}
if (dir == 1) {
_root["blaser1" + _root.ebullet].animate.gor = false;
_root["blaser1" + _root.ebullet]._x = _x - 25;
}
}
if (attack3t >= 60) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
attack3 = false;
attack3t = 0;
attack1 = false;
attack2t++;
if ((attack2t > 0) and (attack2t < 40)) {
gotoAndStop ("run");
}
if ((attack2t > 40) and (attack2t < 95)) {
gotoAndStop ("rush");
if (dir == 1) {
_x = (_x - speed1);
_xscale = 100;
}
if (dir == 0) {
_x = (_x + speed1);
_xscale = -100;
}
}
if (attack2t > 95) {
attack2t = 0;
attack2 = false;
}
}
if (attack1) {
gotoAndStop ("attack1");
}
}
if (!hit) {
f = false;
}
if (hit) {
_root.gunmeter = _root.gunmeter + 0.2;
idupcolor.setTransform(newColor);
hitm++;
if (hitm >= 3) {
idupcolor.setTransform(oldColor);
hitm = 0;
hit = false;
}
}
if (dead) {
idupcolor.setTransform(oldColor);
if (!m) {
_root.encount = _root.encount + 1;
_root.score = _root.score + 1;
m = true;
}
attack1 = false;
wallhit = false;
down = false;
deadt++;
gotoAndStop ("dead");
if ((deadt > 2) and (deadt < 4)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x + 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 7) and (deadt < 9)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 15) and (deadt < 17)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x;
_root["deb1" + _root.debris]._y = _y - 30;
}
if ((deadt > 22) and (deadt < 24)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x + 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 27) and (deadt < 29)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 32) and (deadt < 34)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x + 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 37) and (deadt < 39)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 45) and (deadt < 47)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x;
_root["deb1" + _root.debris]._y = _y - 30;
}
if ((deadt > 47) and (deadt < 49)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 55) and (deadt < 57)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x;
_root["deb1" + _root.debris]._y = _y - 30;
}
if ((deadt > 62) and (deadt < 64)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x + 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 67) and (deadt < 69)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 72) and (deadt < 74)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x + 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 87) and (deadt < 89)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 92) and (deadt < 94)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x + 20;
_root["deb1" + _root.debris]._y = _y;
}
if ((deadt > 95) and (deadt < 97)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x;
_root["deb1" + _root.debris]._y = _y - 30;
}
if ((deadt > 107) and (deadt < 109)) {
_root.attachMovie("deb1a", "deb1" + _root.debris, _root.debris++);
_root["deb1" + _root.debris]._x = _x - 20;
_root["deb1" + _root.debris]._y = _y;
}
if (deadt > 200) {
_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);
}
} else {
unpause = false;
character.stop();
_visible = false;
}
}
Instance of Symbol 1504 MovieClip "animate" in Symbol 1505 MovieClip [patch1a] Frame 1
onClipEvent (load) {
dead = false;
deadt = 0;
dir = random(2);
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
ysel = random(6);
if (ysel == 0) {
yspeed = 5;
}
if (ysel == 1) {
yspeed = 7;
}
if (ysel == 2) {
yspeed = 9;
}
if (ysel == 3) {
yspeed = 13;
}
if (ysel == 4) {
yspeed = 15;
}
if (ysel == 5) {
yspeed = 17;
}
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 (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
_rotation = (_rotation + 6);
_x = (_x + speed);
_y = (_y - yspeed);
yspeed--;
}
}
Instance of Symbol 1510 MovieClip "animate" in Symbol 1511 MovieClip [paralax1a] Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - (_root.movespeed / 24));
}
if (_root.movel) {
_x = (_x + (_root.movespeed / 24));
}
}
}
Instance of Symbol 1512 MovieClip "animate" in Symbol 1513 MovieClip [orgfade1a] Frame 1
onClipEvent (load) {
_x = 276;
_y = 200;
_alpha = 0;
dn = false;
up = true;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (up) {
_alpha = (_alpha + 20);
if (_alpha >= 100) {
dn = true;
up = false;
}
}
if (dn) {
_alpha = (_alpha - 1);
if (_alpha <= 0) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 1523 MovieClip "limit" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 1;
_root.e1.animate.hit = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 1;
_root.e2.animate.hit = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 1;
_root.e3.animate.hit = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 1;
_root.e4.animate.hit = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 1;
_root.e5.animate.hit = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 1;
_root.e6.animate.hit = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 1;
_root.e7.animate.hit = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 1;
_root.e8.animate.hit = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 1;
_root.e9.animate.hit = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 1;
_root.e10.animate.hit = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 1;
_root.e11.animate.hit = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 1;
_root.e12.animate.hit = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 1;
_root.e13.animate.hit = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 1;
_root.e14.animate.hit = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 1;
_root.e15.animate.hit = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 1;
_root.e16.animate.hit = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 1;
_root.e17.animate.hit = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 1;
_root.e18.animate.hit = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 1;
_root.e19.animate.hit = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 1;
_root.e20.animate.hit = true;
}
}
Symbol 1524 MovieClip Frame 15
stop();
Symbol 1525 MovieClip Frame 1
stop();
Instance of Symbol 1515 MovieClip "limit" in Symbol 1525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 2;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 2;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 2;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 2;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 2;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 2;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 2;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 2;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 2;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 2;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 2;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 2;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 2;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 2;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 2;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 2;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 2;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 2;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 2;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 2;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1525 MovieClip Frame 2
stop();
Symbol 1525 MovieClip Frame 3
stop();
Symbol 1525 MovieClip Frame 4
stop();
Symbol 1525 MovieClip Frame 5
stop();
Symbol 1525 MovieClip Frame 6
stop();
Symbol 1525 MovieClip Frame 7
stop();
Symbol 1525 MovieClip Frame 8
stop();
Symbol 1525 MovieClip Frame 9
stop();
Instance of Symbol 1525 MovieClip in Symbol 1526 MovieClip [napalm1a] Frame 1
onClipEvent (load) {
upl = random(3);
speed = 15;
deadt = 0;
dt = 0;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
if (_root.player1.animate.rt) {
rt = true;
}
if (_root.player1.animate.rtu) {
rtu = true;
}
if (_root.player1.animate.rtd) {
rtd = true;
}
if (_root.player1.animate.lft) {
lft = true;
}
if (_root.player1.animate.lftu) {
lftu = true;
}
if (_root.player1.animate.lftd) {
lftd = true;
}
if (_root.player1.animate.up) {
u = true;
}
if (_root.player1.animate.dn) {
if (_root.player1.animate.jump) {
d = true;
}
if (_root.player1.animate.fall) {
d = true;
}
if ((!_root.player1.animate.fall) and (!_root.player1.animate.jump)) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
if (!_root.player1.animate.rt) {
if (!_root.player1.animate.lft) {
if (!_root.player1.animate.dn) {
if (!_root.player1.animate.up) {
if (!_root.player1.animate.rtu) {
if (!_root.player1.animate.rtd) {
if (!_root.player1.animate.lftu) {
if (!_root.player1.animate.lftd) {
if (_root.player1.animate.dir == 0) {
rt = true;
}
if (_root.player1.animate.dir == 1) {
lft = true;
}
}
}
}
}
}
}
}
}
if (u) {
gotoAndStop ("u");
}
if (d) {
gotoAndStop ("d");
}
if (lft) {
gotoAndStop ("l");
}
if (lftu) {
gotoAndStop ("lu");
}
if (lftd) {
gotoAndStop ("ld");
}
if (rt) {
}
if (rtu) {
gotoAndStop ("ru");
}
if (rtd) {
gotoAndStop ("rd");
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (!dead) {
dt++;
if (u) {
gotoAndStop ("u");
_x = (_x + upl);
_y = (_y - speed);
}
if (d) {
gotoAndStop ("d");
_x = (_x + upl);
_y = (_y + speed);
}
if (lft) {
gotoAndStop ("l");
_y = (_y + upl);
_x = (_x - speed);
}
if (lftu) {
gotoAndStop ("lu");
_y = (_y + upl);
_y = (_y - speed);
_x = (_x - speed);
}
if (lftd) {
gotoAndStop ("ld");
_y = (_y + upl);
_y = (_y + speed);
_x = (_x - speed);
}
if (rt) {
gotoAndStop ("r");
_y = (_y + upl);
_x = (_x + speed);
}
if (rtu) {
gotoAndStop ("ru");
_y = (_y + upl);
_y = (_y - speed);
_x = (_x + speed);
}
if (rtd) {
gotoAndStop ("rd");
_y = (_y + upl);
_y = (_y + speed);
_x = (_x + speed);
}
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
if (dt >= 15) {
dead = true;
}
}
if (dead) {
gotoAndStop ("s");
deadt++;
if (_root.mover) {
_x = (_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 (deadt >= 20) {
_parent.removeMovieClip();
}
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -20) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -20) {
_parent.removeMovieClip();
removeMovieClip(this);
}
} else {
_visible = false;
}
}
Instance of Symbol 1532 MovieClip "animate" in Symbol 1533 MovieClip [mapdemo1a] Frame 1
onClipEvent (load) {
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -1900;
_root.lessb = 2500;
_root.ubounds = 1250;
_root.dbounds = 300;
mapt = 0;
if (_root.dnrside) {
_root.player1.animate._x = 50;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 0;
_x = 3070;
_y = 767;
_root.t1._x = 515.4;
_root.t1._y = 328;
_root.t2._x = 1095.1;
_root.t2._y = 328;
}
if (_root.dnlside) {
_x = -2450;
_y = 767;
_root.t1._x = 515.4;
_root.t1._y = 328;
_root.t2._x = 1095.1;
_root.t2._y = 328;
}
if (_root.uprside) {
_root.player1.animate._x = 300;
_root.player1.animate._y = 100;
_root.player1.animate.dir = 0;
_x = 3070;
_y = 1150;
_root.t1._x = -1621.1;
_root.t1._y = 328;
_root.t2._x = -1041.5;
_root.t2._y = 328;
}
if (_root.uplside) {
_x = -2450;
_y = 1150;
}
if (_root.uptop) {
_x = 300;
_y = -100;
}
if (_root.dnbottom) {
_x = 300;
_y = 1240;
}
}
onClipEvent (enterFrame) {
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
_x = (_x - _root.mapmove);
if (_x <= 2500) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnrside) {
_root.player1.animate._x = _root.player1.animate._x - (_root.mapmove - 3);
_x = (_x - _root.mapmove);
if (_x <= 2500) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnlside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -1850) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -1850) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uptop) {
_root.player1.animate._y = _root.player1.animate._y + (_root.mapmove - 1);
_y = (_y + _root.mapmove);
if (_y >= 360) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnbottom) {
_root.player1.animate._y = _root.player1.animate._y - (_root.mapmove - 1);
_y = (_y - _root.mapmove);
if (_y <= 775) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 2475) {
if ((_y >= 1050) and (_y <= 1170)) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map1a", "movein", _root.mapdp++);
golft = true;
ready = false;
}
}
}
if (_x <= -1850) {
if ((_y >= 1050) and (_y <= 1170)) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map1a", "movein", _root.mapdp++);
gort = true;
ready = false;
}
}
}
if (_x >= 2475) {
if ((_y >= 750) and (_y <= 800)) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = false;
_root.dnlside = true;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map1a", "movein", _root.mapdp++);
golft = true;
ready = false;
}
}
}
if (_x <= -1850) {
if ((_y >= 760) and (_y <= 790)) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = true;
_root.uprside = false;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map1a", "movein", _root.mapdp++);
gort = true;
ready = false;
}
}
}
}
}
Instance of Symbol 1536 MovieClip "animate" in Symbol 1537 MovieClip [map10a] Frame 1
onClipEvent (load) {
_root.mapnumber = 10;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -700;
_root.lessb = 1230;
_root.ubounds = 1250;
_root.dbounds = 0;
mapt = 0;
if (_root.uprside) {
_root.t1._x = -1621.1;
_root.t1._y = 328;
_root.t2._x = -1041.5;
_root.t2._y = 328;
}
if (_root.uplside) {
_root.player1.animate._x = 520;
_root.player1.animate._y = 150;
_root.player1.animate.dir = 1;
_x = -700;
_y = 140;
ready = true;
}
if (_root.uptop) {
_x = 300;
_y = -100;
}
if (_root.dnbottom) {
_x = 300;
_y = 1240;
}
}
onClipEvent (enterFrame) {
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
_root.player1.animate._x = _root.player1.animate._x - (_root.mapmove - 3);
_x = (_x - _root.mapmove);
if (_x <= 1246) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -1850) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 1220) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map9a", "movein", _root.mapdp++);
_root.movein.animate._x = _x - 2200;
_root.movein.animate._y = _y + 135;
golft = true;
ready = false;
}
}
}
}
Instance of Symbol 1540 MovieClip "animate" in Symbol 1541 MovieClip [map9a] Frame 1
onClipEvent (load) {
_root.mapnumber = 9;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 900;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
if (_root.uprside) {
_root.player1.animate._x = 50;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 0;
_x = 900;
_y = 251;
ready = true;
}
if (_root.uptop) {
_root.player1.animate._x = 250;
_root.player1.animate._y = -200;
_root.player1.animate.dir = 1;
_x = 300;
_y = -100;
}
}
onClipEvent (enterFrame) {
_root.charstat3 = _parent._name;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
_root.player1.animate._visible = false;
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
ready = true;
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -420) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uptop) {
_y = (_y + _root.mapmove);
if (_y >= 260) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnbottom) {
_root.player1.animate._y = _root.player1.animate._y - (_root.mapmove - 1);
_y = (_y - _root.mapmove);
if (_y <= 775) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 850) {
if ((_y >= 200) and (_y <= 230)) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = false;
_root.dnlside = true;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map3a", "movein", _root.mapdp++);
_parent.removeMovieClip();
golft = true;
ready = false;
}
}
}
if (_x <= -380) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map10a", "movein", _root.mapdp++);
_root.movein.animate._x = _x + 2220;
_root.movein.animate._y = _y - 140;
gort = true;
ready = false;
}
}
}
}
Instance of Symbol 1544 MovieClip "animate" in Symbol 1545 MovieClip [map8a] Frame 1
onClipEvent (load) {
_root.mapnumber = 8;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 700;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
if (_root.uplside) {
_root.player1.animate._x = 530;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 1;
_x = -300;
_y = -300;
}
}
onClipEvent (enterFrame) {
_root.charstat3 = _parent._name;
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x <= -380) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map5a", "movein", _root.mapdp++);
_parent.removeMovieClip();
gort = true;
ready = false;
}
}
}
Instance of Symbol 1548 MovieClip "animate" in Symbol 1549 MovieClip [map7a] Frame 1
onClipEvent (load) {
_root.mapnumber = 7;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -700;
_root.lessb = 1230;
_root.ubounds = 1250;
_root.dbounds = 0;
mapt = 0;
if (_root.uprside) {
_root.t1._x = -1621.1;
_root.t1._y = 328;
_root.t2._x = -1041.5;
_root.t2._y = 328;
}
if (_root.uplside) {
_root.player1.animate._x = 520;
_root.player1.animate._y = 150;
_root.player1.animate.dir = 1;
_x = -700;
_y = 140;
ready = true;
}
if (_root.uptop) {
_x = 300;
_y = -100;
}
if (_root.dnbottom) {
_x = 300;
_y = 1240;
}
}
onClipEvent (enterFrame) {
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
_root.player1.animate._x = _root.player1.animate._x - (_root.mapmove - 3);
_x = (_x - _root.mapmove);
if (_x <= 1246) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -1850) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 1220) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map6a", "movein", _root.mapdp++);
_root.movein.animate._x = _x - 2200;
_root.movein.animate._y = _y + 200;
golft = true;
ready = false;
}
}
}
}
Instance of Symbol 1552 MovieClip "animate" in Symbol 1553 MovieClip [map6a] Frame 1
onClipEvent (load) {
_root.mapnumber = 6;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 900;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
if (_root.uprside) {
_root.player1.animate._x = 50;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 0;
_x = 900;
_y = 251;
ready = true;
}
if (_root.uptop) {
_root.player1.animate._x = 250;
_root.player1.animate._y = -200;
_root.player1.animate.dir = 1;
_x = 300;
_y = -100;
}
}
onClipEvent (enterFrame) {
_root.charstat3 = _parent._name;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
_root.player1.animate._visible = false;
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
ready = true;
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -420) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uptop) {
_y = (_y + _root.mapmove);
if (_y >= 260) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnbottom) {
_root.player1.animate._y = _root.player1.animate._y - (_root.mapmove - 1);
_y = (_y - _root.mapmove);
if (_y <= 775) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 850) {
if ((_y >= 200) and (_y <= 230)) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map5a", "movein", _root.mapdp++);
_parent.removeMovieClip();
golft = true;
ready = false;
}
}
}
if (_x <= -380) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map7a", "movein", _root.mapdp++);
_root.movein.animate._x = _x + 2220;
_root.movein.animate._y = _y - 140;
gort = true;
ready = false;
}
}
}
}
Instance of Symbol 1556 MovieClip "animate" in Symbol 1557 MovieClip [map5a] Frame 1
onClipEvent (load) {
_root.mapnumber = 5;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = 245;
_root.lessb = 300;
_root.ubounds = 2585;
_root.dbounds = -2150;
mapt = 0;
if (_root.dnlside) {
_root.player1.animate._x = 20;
_root.player1.animate._y = 235;
_root.player1.animate.dir = 0;
_x = 300;
_y = -2070;
}
if (_root.uprside) {
_root.player1.animate._x = 500;
_root.player1.animate._y = 235;
_root.player1.animate.dir = 1;
_x = 260;
_y = 690;
}
if (_root.uplside) {
_root.player1.animate._x = 20;
_root.player1.animate._y = 235;
_root.player1.animate.dir = 0;
_x = 300;
_y = 1460;
}
}
onClipEvent (enterFrame) {
_parent._name = "map1";
_root.player1.animate.anistop = false;
if (!_root.pause) {
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 290) {
if ((_y >= 1400) and (_y <= 1600)) {
if (_root.player1.animate._x <= 5) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map8a", "movein", _root.mapdp++);
_parent.removeMovieClip();
}
}
}
if (_x >= 250) {
if ((_y >= -2200) and (_y <= -2000)) {
if (_root.player1.animate._x <= 5) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map4a", "movein", _root.mapdp++);
_parent.removeMovieClip();
}
}
}
if (_x <= 250) {
if ((_y >= 600) and (_y <= 750)) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map6a", "movein", _root.mapdp++);
_parent.removeMovieClip();
}
}
}
}
}
Instance of Symbol 1560 MovieClip "animate" in Symbol 1561 MovieClip [map4a] Frame 1
onClipEvent (load) {
_root.mapnumber = 4;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 900;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
if (_root.uprside) {
_root.player1.animate._x = 50;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 0;
_x = 964;
_y = 251;
ready = true;
}
if (_root.uplside) {
_root.player1.animate._x = 500;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 1;
_x = -400;
_y = 232;
ready = true;
}
if (_root.uptop) {
_root.player1.animate._x = 250;
_root.player1.animate._y = -200;
_root.player1.animate.dir = 1;
_x = 300;
_y = -100;
}
}
onClipEvent (enterFrame) {
_root.charstat3 = _parent._name;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
_root.player1.animate._visible = false;
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
ready = true;
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -420) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uptop) {
_y = (_y + _root.mapmove);
if (_y >= 260) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnbottom) {
_root.player1.animate._y = _root.player1.animate._y - (_root.mapmove - 1);
_y = (_y - _root.mapmove);
if (_y <= 775) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 850) {
if ((_y >= 150) and (_y <= 300)) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map3a", "movein", _root.mapdp++);
_parent.removeMovieClip();
golft = true;
ready = false;
}
}
}
if (_x <= -380) {
if ((_y >= 200) and (_y <= 300)) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = false;
_root.dnlside = true;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map5a", "movein", _root.mapdp++);
_root.movein.animate._x = _x + 2220;
_root.movein.animate._y = _y - 140;
gort = true;
ready = false;
_parent.removeMovieClip();
}
}
}
}
}
Instance of Symbol 1568 MovieClip "animate" in Symbol 1569 MovieClip [map3a] Frame 1
onClipEvent (load) {
_root.mapnumber = 3;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = 245;
_root.lessb = 300;
_root.ubounds = 300;
_root.dbounds = -3000;
mapt = 0;
_root.attachMovie("paralax1a", "bg2", -2);
if (_root.dnlside) {
_root.bg2.animate._x = 250;
_root.bg2.animate._y = 250;
_root.player1.animate._x = 500;
_root.player1.animate._y = 235;
_root.player1.animate.dir = 1;
_x = 285;
_y = -2180;
_root.t1._x = 515.4;
_root.t1._y = 328;
_root.t2._x = 1095.1;
_root.t2._y = 328;
}
if (_root.uprside) {
_root.player1.animate._x = 58;
_root.player1.animate._y = 235;
_root.player1.animate.dir = 0;
_root.bg2.animate._x = 250;
_root.bg2.animate._y = 250;
}
if (_root.uplside) {
_root.player1.animate._x = 500;
_root.player1.animate._y = 235;
_root.player1.animate.dir = 1;
_root.bg2.animate._x = 250;
_root.bg2.animate._y = 250;
_x = 247;
_y = 202;
}
}
onClipEvent (enterFrame) {
_parent._name = "map1";
_root.player1.animate.anistop = false;
if (!_root.pause) {
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 290) {
if ((_y >= 225) and (_y <= 300)) {
if (_root.player1.animate._x <= 5) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map2a", "movein", _root.mapdp++);
_parent.removeMovieClip();
}
}
}
if (_x <= 250) {
if ((_y >= 225) and (_y <= 300)) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map4a", "movein", _root.mapdp++);
_parent.removeMovieClip();
}
}
}
if (_x <= 250) {
if ((_y >= -2220) and (_y <= -2080)) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map9a", "movein", _root.mapdp++);
_parent.removeMovieClip();
}
}
}
}
}
Instance of Symbol 1575 MovieClip "animate" in Symbol 1576 MovieClip [map2a] Frame 1
onClipEvent (load) {
_root.mapnumber = 2;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -700;
_root.lessb = 1230;
_root.ubounds = 1250;
_root.dbounds = 0;
mapt = 0;
if (_root.uprside) {
_root.t1._x = -1621.1;
_root.t1._y = 328;
_root.t2._x = -1041.5;
_root.t2._y = 328;
}
if (_root.uplside) {
_root.attachMovie("paralax1a", "bg2", -2);
_root.bg2.animate._x = 530;
_root.bg2.animate._y = 200;
_root.player1.animate._x = 520;
_root.player1.animate._y = 150;
_root.player1.animate.dir = 1;
_x = -700;
_y = 140;
ready = true;
}
if (_root.uptop) {
_x = 300;
_y = -100;
}
if (_root.dnbottom) {
_x = 300;
_y = 1240;
}
}
onClipEvent (enterFrame) {
black._visible = false;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
_root.player1.animate._x = _root.player1.animate._x - (_root.mapmove - 3);
_x = (_x - _root.mapmove);
if (_x <= 1246) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -1850) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
_root.attachMovie("prislugg1a", "e1", 101);
_root.e1.animate._x = _x;
_root.e1.animate._y = _y + 100;
_root.e1.animate.rtmax = 350;
_root.e1.animate.lftmax = 350;
_root.attachMovie("esoldier1a", "e2", 102);
_root.e2.animate._x = _x + 700;
_root.e2.animate._y = _y - 100;
_root.e2.animate.rtmax = 350;
_root.e2.animate.lftmax = 350;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 1220) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map1a", "movein", _root.mapdp++);
_root.movein.animate._x = _x - 2200;
_root.movein.animate._y = _y + 135;
golft = true;
ready = false;
}
}
if (_x <= -695) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map3a", "movein", _root.mapdp++);
_root.attachMovie("paralax2a", "bg2", 5);
_root.movein.animate._x = 300;
_root.movein.animate._y = 200;
_parent.removeMovieClip();
gort = true;
ready = false;
}
}
}
}
Instance of Symbol 1579 MovieClip "animate" in Symbol 1580 MovieClip [map1b] Frame 1
onClipEvent (load) {
_root.mapnumber = 1;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 700;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
if (_root.uprside) {
_root.player1.animate._x = 50;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 0;
_x = 995;
_y = 251;
ready = true;
}
if (_root.uptop) {
_root.attachMovie("paralax1a", "bg2", -2);
_root.bg2.animate._x = 530;
_root.bg2.animate._y = 200;
_root.player1.animate._x = 250;
_root.player1.animate._y = -200;
_root.player1.animate.dir = 1;
_x = 300;
_y = -100;
}
}
onClipEvent (enterFrame) {
black._visible = false;
_root.charstat3 = _parent._name;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
_root.player1.animate._visible = false;
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
ready = true;
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -420) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uptop) {
_y = (_y + _root.mapmove);
if (_y >= 260) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnbottom) {
_root.player1.animate._y = _root.player1.animate._y - (_root.mapmove - 1);
_y = (_y - _root.mapmove);
if (_y <= 775) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.attachMovie("zaxxon1a", "e1", 101);
_root.e1.animate._x = 600;
_root.e1.animate._y = 100;
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
}
}
Instance of Symbol 1587 MovieClip "animate" in Symbol 1588 MovieClip [map1a] Frame 1
onClipEvent (load) {
_root.mapnumber = 1;
speed = 5;
speed2 = 5;
xset = false;
yset = false;
ready = false;
_root.scrollvert = true;
_root.scrollhor = true;
_root.moreb = -400;
_root.lessb = 700;
_root.ubounds = 800;
_root.dbounds = -1000;
mapt = 0;
if (_root.uprside) {
_root.player1.animate._x = 50;
_root.player1.animate._y = 300;
_root.player1.animate.dir = 0;
_x = 995;
_y = 251;
ready = true;
}
if (_root.uptop) {
_root.attachMovie("paralax1a", "bg2", -2);
_root.bg2.animate._x = 530;
_root.bg2.animate._y = 200;
_root.player1.animate._x = 250;
_root.player1.animate._y = -200;
_root.player1.animate.dir = 1;
_x = 300;
_y = -100;
}
}
onClipEvent (enterFrame) {
black._visible = false;
_root.charstat3 = _parent._name;
if (goup) {
_y = (_y - _root.mapmove);
mapt++;
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (godn) {
mapt++;
_y = (_y + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (golft) {
mapt++;
_x = (_x + _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (gort) {
mapt++;
_x = (_x - _root.mapmove);
if (mapt >= 45) {
_parent.removeMovieClip();
}
}
if (_parent._name == "movein") {
_root.player1.animate._visible = false;
if (!_root.pause) {
if (!ready) {
if (_root.uprside) {
ready = true;
}
if (_root.uplside) {
_root.player1.animate._x = _root.player1.animate._x + (_root.mapmove - 3);
_x = (_x + _root.mapmove);
if (_x >= -420) {
ready = true;
_parent.name = "map1";
}
}
if (_root.uptop) {
_y = (_y + _root.mapmove);
if (_y >= 260) {
ready = true;
_parent.name = "map1";
}
}
if (_root.dnbottom) {
_root.player1.animate._y = _root.player1.animate._y - (_root.mapmove - 1);
_y = (_y - _root.mapmove);
if (_y <= 775) {
ready = true;
_parent.name = "map1";
}
}
}
}
}
if (ready) {
_root.player1.animate._visible = true;
_parent._name = "map1";
_root.mapy = _y;
_root.mapx = _x;
_root.charstat3 = _parent.name;
if (!charstart) {
_root.player1.animate.anistop = false;
_root.player1.animate._visible = true;
charstart = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y + _root.movespeedv;
}
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
if (black.hitTest(_root.player1.animate)) {
_root.player1.animate._y = _root.player1.animate._y - _root.movespeedv;
}
_y = (_y - _root.movespeedv);
}
if (_x >= 2475) {
if ((_y >= 1050) and (_y <= 1170)) {
if (_root.player1.animate._x <= 10) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = false;
_root.uplside = true;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_root.attachMovie("map1a", "movein", _root.mapdp++);
_root.movein.animate._x = _x;
_root.movein.animate._y = _y;
golft = true;
ready = false;
}
}
}
if (_x <= -380) {
if (_root.player1.animate._x >= 530) {
_root.player1.animate.anistop = true;
_root.player1.animate._visible = false;
_root.dnrside = false;
_root.uprside = true;
_root.uplside = false;
_root.dnlside = false;
_root.uptop = false;
_root.dnbottom = false;
_parent._name = "maprt";
_root.attachMovie("map2a", "movein", _root.mapdp++);
_root.movein.animate._x = _x + 2220;
_root.movein.animate._y = _y - 140;
gort = true;
ready = false;
}
}
}
}
Symbol 1599 MovieClip Frame 1
stop();
Instance of Symbol 1591 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
_root.gotoAndStop("st1a");
}
Instance of Symbol 1593 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
_root.gotoAndStop("loader2");
}
Instance of Symbol 1599 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("http://toonpimp.net", 1);
}
Instance of Symbol 1602 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 1605 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 1608 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 1611 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("http://cartoonza.com/index.html?id=hobartstarr", 1);
}
Instance of Symbol 1613 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("https://gumroad.com/l/cracklist#", 1);
}
Instance of Symbol 1619 MovieClip in Symbol 1623 MovieClip Frame 1
on (release) {
getURL ("http://gum.co/n9", 1);
}
Symbol 1623 MovieClip Frame 101
stop();
Instance of Symbol 1591 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
_root.gotoAndStop("st1a");
}
Instance of Symbol 1593 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
_root.gotoAndStop("loader2");
}
Instance of Symbol 1599 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("http://toonpimp.net", 1);
}
Instance of Symbol 1602 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 1605 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 1608 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 1611 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("http://cartoonza.com/index.html?id=hobartstarr", 1);
}
Instance of Symbol 1613 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("https://gumroad.com/l/cracklist#", 1);
}
Instance of Symbol 1619 MovieClip in Symbol 1623 MovieClip Frame 101
on (release) {
getURL ("http://gum.co/n9", 1);
}
Instance of Symbol 1623 MovieClip "animate" in Symbol 1624 MovieClip [madface1a] Frame 1
onClipEvent (load) {
_x = 211.1;
_y = 211.1;
rtime = 0;
score = _root.score;
}
onClipEvent (enterFrame) {
rtime++;
if (rtime >= 120) {
_root.gotoAndStop("gameover");
_parent.removeMovieClip();
}
}
Symbol 1633 MovieClip Frame 1
stop();
Symbol 1633 MovieClip Frame 3
gotoAndStop (1);
Symbol 1635 MovieClip Frame 1
stop();
Symbol 1635 MovieClip Frame 3
gotoAndStop (1);
Symbol 1651 MovieClip Frame 32
gotoAndPlay (17);
Symbol 1670 MovieClip Frame 66
stop();
Symbol 1689 MovieClip Frame 32
gotoAndPlay (17);
Symbol 1690 MovieClip Frame 1
stop();
Symbol 1690 MovieClip Frame 2
stop();
Symbol 1690 MovieClip Frame 3
stop();
Symbol 1690 MovieClip Frame 4
stop();
Symbol 1690 MovieClip Frame 5
stop();
Instance of Symbol 1670 MovieClip "hand" in Symbol 1690 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hand.hitTest(_root.player.limita)) {
_root.enemy10.rape = true;
}
}
Instance of Symbol 1631 MovieClip "limit" in Symbol 1690 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.animate.limit)) {
if (_root.tina) {
_root.ship.animate.gotoAndPlay("hit");
_root.life = _root.life - 40;
}
if (_root.tang) {
_root.ship.animate.hit = true;
_root.life = _root.life - 50;
}
if (_root.tanner) {
_root.ship.animate.gotoAndPlay("hit");
_root.life = _root.life - 35;
}
if (_root.xod) {
_root.ship.animate.gotoAndPlay("hit");
_root.life = _root.life - 30;
}
}
if (this.hitTest(_root.ship.animate.barrier.limit)) {
_parent.life = _parent.life - 50;
_root.ship.animate.barrier.health = _root.ship.animate.barrier.health - 20;
}
}
Symbol 1690 MovieClip Frame 6
_root.score = _root.score + 5000;
stop();
Symbol 1690 MovieClip Frame 7
stop();
Symbol 1690 MovieClip Frame 8
stop();
Instance of Symbol 1690 MovieClip "animate" in Symbol 1691 MovieClip [jellyboss1a] Frame 1
onClipEvent (load) {
attach = true;
rape1 = false;
rape2 = false;
dead = false;
Rbounds = 250;
Lbounds = 250;
axe = false;
axet = 0;
intro = false;
introt = 0;
introstart = true;
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"};
sef = random(2);
if (sef == 0) {
mod1 = true;
mod2 = false;
}
if (sef == 1) {
mod1 = false;
mod2 = true;
}
mod1t = 0;
mod2t = 0;
nutsel = random(4);
if (nutsel == 0) {
mtmax = 80;
}
if (nutsel == 1) {
mtmax = 70;
}
if (nutsel == 2) {
mtmax = 90;
}
if (nutsel == 3) {
mtmax = 95;
}
s1 = false;
s2 = false;
s3 = false;
s4 = false;
at2 = 0;
dsez = random(4);
if (dsez == 0) {
deadfly = 20;
}
if (dsez == 1) {
deadfly = 15;
}
if (dsez == 2) {
deadfly = 10;
}
if (dsez == 3) {
deadfly = 25;
}
dspeed = 5;
hitt = 0;
atspeed = 3;
hit = false;
at3t = 0;
attach = true;
rand = 200;
randy = 200;
life = 20;
dead = false;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
fall = false;
jump = false;
deadsel = random(4);
deadt = 0;
dir = 0;
fspeed = 6;
speed = 1.5;
_xscale = 100;
_yscale = 100;
atspeed = 2;
hspeed = 4;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.ch1 = rape1;
_root.ch2 = rape2;
_root.ch3 = life;
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (!dead) {
if (life <= 0) {
dead = true;
}
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 (!rape1) {
if (!rape2) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape1 = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - 3;
as = true;
hit = true;
}
} else {
as = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
if (mod1) {
mod1t++;
if (mod1t >= 150) {
mod1t = 0;
mod2 = true;
mod1 = false;
}
lmove = random(2);
gotoAndStop ("nd");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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) {
qsel = random(3);
if (qsel == 0) {
attack1 = true;
}
if (qsel == 1) {
attack2 = true;
}
if (qsel == 2) {
attack1 = true;
}
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
}
if (mod2) {
mod2t++;
if (mod2t >= 150) {
mod2t = 0;
mod1 = true;
mod2 = false;
}
lmove = random(2);
gotoAndStop ("nd");
MaxX = _root.player1.animate._x;
MinX = _root.player1.animate._x;
MaxY = _root.player1.animate._y - 75;
MinY = _root.player1.animate._y - 100;
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) {
if (yPos) {
jump = true;
}
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = 100;
} else {
dir1 = 1;
_xscale = -100;
}
}
}
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir1 == 0) {
_x = (_x - atspeed);
}
if (dir1 == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("nd");
attack1t++;
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.health = _root.health - 3;
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
raping1 = true;
}
}
}
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
if (_y <= 50) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (hand.limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.health = _root.health - 3;
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (attack2t >= 50) {
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet2" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet2" + _root.ebullet].animate._y = _y + 85;
}
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet3" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet3" + _root.ebullet].animate._y = _y + 85;
}
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet4" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet4" + _root.ebullet].animate._y = _y + 85;
}
if (attack3t >= 85) {
attack3t = 0;
attack3 = false;
}
}
}
}
if (rape1) {
_root.player1.animate.rbreak = 0;
_root.health = _root.health - 0.1;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
rape2 = false;
_root.player1.animate._y = _y + 65;
if (dir1 == 0) {
_root.player1.animate._x = _x - 10;
}
if (dir1 == 1) {
_root.player1.animate._x = _x + 10;
}
_root.player1.animate.gotoAndStop("rape1");
gotoAndStop ("rape1a");
if (_root.player1.animate.rapebreak) {
_root.rape1 = false;
rape2 = false;
rape1 = false;
}
}
if (rape2) {
}
}
if (dead) {
deadt++;
deadfly--;
_y = (_y - deadfly);
hitcolor.setTransform(oldColor);
if (dir1 == 1) {
_x = (_x - dspeed);
}
if (dir1 == 0) {
_x = (_x + dspeed);
}
if (!itatt) {
_root.killed = _root.killed + 1;
_root.score = _root.score + 100;
attit = 6;
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;
}
if (attit == 6) {
_root.attachMovie("items2a", "items1" + _root.itlayer, _root.itlayer++);
_root["items1" + _root.itlayer].animate._x = _x;
_root["items1" + _root.itlayer].animate._y = _y;
}
itatt = true;
}
gotoAndStop ("dead1");
if (deadt >= 150) {
_parent.removeMovieClip();
}
}
}
if (_root.pause) {
character.stop();
unpause = false;
_visible = false;
}
}
Symbol 1704 MovieClip Frame 1
stop();
Instance of Symbol 1698 MovieClip in Symbol 1704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = true;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.swt = 75;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1704 MovieClip Frame 2
stop();
Instance of Symbol 1698 MovieClip in Symbol 1704 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = true;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_root.swt = 125;
_parent.dead = true;
}
}
Symbol 1704 MovieClip Frame 3
stop();
Instance of Symbol 1698 MovieClip in Symbol 1704 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = true;
_root.p6 = false;
_root.swt = 75;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1704 MovieClip Frame 4
stop();
Instance of Symbol 1698 MovieClip in Symbol 1704 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = false;
_root.p4 = true;
_root.p5 = false;
_root.p6 = false;
_root.swt = 80;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1704 MovieClip Frame 5
stop();
Instance of Symbol 1698 MovieClip in Symbol 1704 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = true;
_root.swt = 80;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Instance of Symbol 1704 MovieClip "animate" in Symbol 1705 MovieClip [items2a] Frame 1
onClipEvent (load) {
rtime = 0;
up = true;
upt = 0;
speed = 3;
dead = false;
deadt = 0;
ysel = random(3);
if (ysel == 0) {
goty = 8;
}
if (ysel == 1) {
goty = 10;
}
if (ysel == 2) {
goty = 12;
}
xsel = random(4);
if (xsel == 0) {
gotx = 1;
}
if (xsel == 1) {
gotx = 2;
}
if (xsel == 2) {
gotx = -1;
}
if (xsel == 3) {
gotx = -2;
}
powsel = random(5);
if (powsel == 0) {
gotoAndStop ("w1");
}
if (powsel == 1) {
gotoAndStop ("w2");
}
if (powsel == 2) {
gotoAndStop ("w3");
}
if (powsel == 3) {
gotoAndStop ("w4");
}
if (powsel == 4) {
gotoAndStop ("w5");
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if ((rtime >= 100) and (rtime < 150)) {
_alpha = 50;
}
if (rtime >= 150) {
_parent.removeMovieClip();
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 450) {
_parent.removeMovieClip();
}
if (!dead) {
if (!_root.map.black.hitTest(_x, _y - 20, true)) {
goty--;
_y = (_y - goty);
_x = (_x + gotx);
}
}
if (dead) {
_parent.removeMovieClip();
deadt++;
gotoAndStop ("dead");
if (deadt >= 30) {
_parent.removeMovieClip();
}
}
} else {
_visible = false;
}
}
Symbol 1707 MovieClip Frame 1
stop();
Symbol 1707 MovieClip Frame 2
stop();
Symbol 1709 MovieClip Frame 1
stop();
Symbol 1709 MovieClip Frame 2
stop();
Symbol 1711 MovieClip Frame 1
stop();
Symbol 1711 MovieClip Frame 2
stop();
Symbol 1713 MovieClip Frame 1
stop();
Symbol 1713 MovieClip Frame 2
stop();
Instance of Symbol 1711 MovieClip in Symbol 1713 MovieClip Frame 2
onClipEvent (load) {
speed = 2;
stopper = false;
stoptimer = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!stopper) {
stoptimer++;
_y = (_y - speed);
if (stoptimer >= 25) {
stopper = true;
}
}
if (stopper) {
gotoAndStop (2);
}
}
}
Symbol 1715 MovieClip Frame 1
stop();
Symbol 1715 MovieClip Frame 2
stop();
Symbol 1716 MovieClip Frame 1
stop();
Symbol 1716 MovieClip Frame 2
stop();
Instance of Symbol 1715 MovieClip in Symbol 1716 MovieClip Frame 2
onClipEvent (load) {
speed = 1;
stopper = false;
stoptimer = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!stopper) {
stoptimer++;
_y = (_y - speed);
if (stoptimer >= 25) {
stopper = true;
}
}
if (stopper) {
gotoAndStop (2);
}
}
}
Symbol 1718 MovieClip Frame 1
stop();
Symbol 1718 MovieClip Frame 2
stop();
Symbol 1719 MovieClip Frame 1
stop();
Symbol 1719 MovieClip Frame 2
stop();
Instance of Symbol 1718 MovieClip in Symbol 1719 MovieClip Frame 2
onClipEvent (load) {
speed = 1;
stopper = false;
stoptimer = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!stopper) {
stoptimer++;
_y = (_y - speed);
if (stoptimer >= 25) {
stopper = true;
}
}
if (stopper) {
gotoAndStop (2);
}
}
}
Symbol 1721 MovieClip Frame 1
stop();
Symbol 1721 MovieClip Frame 2
stop();
Symbol 1722 MovieClip Frame 1
stop();
Symbol 1722 MovieClip Frame 2
stop();
Instance of Symbol 1721 MovieClip in Symbol 1722 MovieClip Frame 2
onClipEvent (load) {
speed = 1;
stopper = false;
stoptimer = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!stopper) {
stoptimer++;
_y = (_y - speed);
if (stoptimer >= 25) {
stopper = true;
}
}
if (stopper) {
gotoAndStop (2);
}
}
}
Symbol 1742 MovieClip Frame 1
stop();
Symbol 1742 MovieClip Frame 2
stop();
Symbol 1769 MovieClip Frame 1
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.magic = _root.magic + 10;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 10;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Magic Up";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 2
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.magic = _root.magic + 50;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 50;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Magic Up";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 3
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 500;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "old ring";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 4
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 10;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 10;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "sega saturn";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 5
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 1000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 1000;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Super Nintendo";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 6
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 10000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 10000;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Rondo of Blood";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 7
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 500;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Diamond";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 8
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 50;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 50;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Dirty old bone";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 9
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 100;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 100;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Plastic crown";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 10
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 500;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "pixel crystal";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 11
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 300;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 300;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "candy necklace";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 12
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 100;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 100;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "candy";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 13
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 1000;
if (!r) {
_root.health = _root.health + 7;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 1000;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Fat apple";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 14
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.health = _root.health + 3.5;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 500;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Fruit";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 15
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 300;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 300;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Pickle";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 16
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 10000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 10000;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Dick Dastardly";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 17
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 200;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 200;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Watermelon";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 18
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 100;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 100;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Pineapple";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 19
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 250;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 250;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Grapes";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 20
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 200;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 200;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "fruit";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 21
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 300;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 300;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Delicious Cake";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 22
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 100;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 100;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Fruit";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 23
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 1000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = 1000;
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Orgasm Cake";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 24
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 100;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "$1";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "$1";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 25
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 200;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "200";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Fish";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 26
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 200;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "200";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Mushroom";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 27
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 300;
_root.health = _root.health + 20;
_root.magic = _root.magic + 20;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "20";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Elixer";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 28
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Teddy Bear";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 29
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score - 300;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "-300";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Xbox";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 30
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 1000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "1000";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Gameboy Pocket";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 31
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Sega Genesis";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 32
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 5000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "5000";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "NES";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 33
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 1000;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "1000";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Arcade Cabinet";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 34
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Sega Dreamcast";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 35
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Neo Tank";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 36
stop();
Instance of Symbol 1708 MovieClip "limit" in Symbol 1769 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.score = _root.score + 500;
if (!r) {
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.names1 = "Bubble Monster";
r = true;
}
_parent.dead = true;
_parent.removeMovieClip();
}
}
Symbol 1769 MovieClip Frame 37
stop();
Instance of Symbol 1698 MovieClip in Symbol 1769 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = true;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.swt = 75;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1769 MovieClip Frame 38
stop();
Instance of Symbol 1698 MovieClip in Symbol 1769 MovieClip Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = true;
_root.p4 = false;
_root.p5 = false;
_root.p6 = false;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_root.swt = 125;
_parent.dead = true;
}
}
Symbol 1769 MovieClip Frame 39
stop();
Instance of Symbol 1698 MovieClip in Symbol 1769 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = true;
_root.p6 = false;
_root.swt = 75;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1769 MovieClip Frame 40
stop();
Instance of Symbol 1698 MovieClip in Symbol 1769 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = false;
_root.p4 = true;
_root.p5 = false;
_root.p6 = false;
_root.swt = 80;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1769 MovieClip Frame 41
stop();
Instance of Symbol 1698 MovieClip in Symbol 1769 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
_root.p1 = false;
_root.p2 = false;
_root.p3 = false;
_root.p4 = false;
_root.p5 = false;
_root.p6 = true;
_root.swt = 80;
_root.attachMovie("points1a", "points1", _root.debris);
_root.points1.animate.points1 = "500";
_root.points1.animate._x = _parent._x;
_root.points1.animate._y = _parent._y;
_root.namecall = true;
_root.nct = 0;
_root.score = _root.score + 500;
_parent.dead = true;
}
}
Symbol 1769 MovieClip Frame 42
stop();
Instance of Symbol 1759 MovieClip in Symbol 1769 MovieClip Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
_root.player1.animate.inv = true;
if (!got) {
if (_root.player1.animate.life <= _root.player1.animate.lifemax) {
_root.player1.animate.life = _root.player1.animate.life + 100;
}
_root.score = _root.score + 100;
_parent.dead = true;
got = true;
}
}
}
Symbol 1769 MovieClip Frame 43
stop();
Instance of Symbol 1759 MovieClip in Symbol 1769 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
if (!got) {
_root.player1.animate.pickup = true;
_root.player1.animate.inv = true;
if (_root.player1.animate.life <= _root.player1.animate.lifemax) {
_root.player1.animate.life = _root.player1.animate.life + 50;
}
_root.score = _root.score + 100;
_parent.dead = true;
got = true;
}
}
}
Symbol 1769 MovieClip Frame 44
stop();
Instance of Symbol 1759 MovieClip in Symbol 1769 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
if (!got) {
_root.player1.animate.pickup = true;
_root.player1.animate.inv = true;
if (_root.player1.animate.life <= _root.player1.animate.lifemax) {
_root.player1.animate.life = _root.player1.animate.life + 25;
}
_root.score = _root.score + 100;
_parent.dead = true;
got = true;
}
}
}
Symbol 1769 MovieClip Frame 45
stop();
Instance of Symbol 1759 MovieClip in Symbol 1769 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.player1.animate.limit)) {
if (!got) {
_root.player1.animate.idup = true;
_root.score = _root.score + 100;
_parent.dead = true;
got = true;
}
}
}
Symbol 1769 MovieClip Frame 46
_parent.removeMovieClip();
stop();
Instance of Symbol 1769 MovieClip "animate" in Symbol 1770 MovieClip [items1a] Frame 1
onClipEvent (load) {
rtime = 0;
up = true;
upt = 0;
speed = 3;
dead = false;
deadt = 0;
ysel = random(3);
if (ysel == 0) {
goty = 8;
}
if (ysel == 1) {
goty = 10;
}
if (ysel == 2) {
goty = 12;
}
xsel = random(4);
if (xsel == 0) {
gotx = 1;
}
if (xsel == 1) {
gotx = 2;
}
if (xsel == 2) {
gotx = -1;
}
if (xsel == 3) {
gotx = -2;
}
powsel = random(36);
if (powsel == 0) {
gotoAndStop ("p1");
}
if (powsel == 1) {
gotoAndStop ("p2");
}
if (powsel == 2) {
gotoAndStop ("p3");
}
if (powsel == 3) {
gotoAndStop ("p4");
}
if (powsel == 4) {
gotoAndStop ("p5");
}
if (powsel == 5) {
gotoAndStop ("p6");
}
if (powsel == 6) {
gotoAndStop ("p7");
}
if (powsel == 7) {
gotoAndStop ("p8");
}
if (powsel == 8) {
gotoAndStop ("p9");
}
if (powsel == 9) {
gotoAndStop ("p10");
}
if (powsel == 10) {
gotoAndStop ("p11");
}
if (powsel == 11) {
gotoAndStop ("p12");
}
if (powsel == 12) {
gotoAndStop ("p13");
}
if (powsel == 13) {
gotoAndStop ("p14");
}
if (powsel == 14) {
gotoAndStop ("p15");
}
if (powsel == 15) {
gotoAndStop ("p16");
}
if (powsel == 16) {
gotoAndStop ("p17");
}
if (powsel == 17) {
gotoAndStop ("p18");
}
if (powsel == 18) {
gotoAndStop ("p19");
}
if (powsel == 19) {
gotoAndStop ("p20");
}
if (powsel == 20) {
gotoAndStop ("p21");
}
if (powsel == 21) {
gotoAndStop ("p22");
}
if (powsel == 22) {
gotoAndStop ("p23");
}
if (powsel == 23) {
gotoAndStop ("p24");
}
if (powsel == 24) {
gotoAndStop ("p25");
}
if (powsel == 25) {
gotoAndStop ("p26");
}
if (powsel == 26) {
gotoAndStop ("p27");
}
if (powsel == 27) {
gotoAndStop ("p28");
}
if (powsel == 28) {
gotoAndStop ("p29");
}
if (powsel == 29) {
gotoAndStop ("p30");
}
if (powsel == 30) {
gotoAndStop ("p31");
}
if (powsel == 31) {
gotoAndStop ("p32");
}
if (powsel == 32) {
gotoAndStop ("p33");
}
if (powsel == 33) {
gotoAndStop ("p34");
}
if (powsel == 34) {
gotoAndStop ("p35");
}
if (powsel == 35) {
gotoAndStop ("p36");
}
if (powsel == 36) {
gotoAndStop ("p37");
}
if (powsel == 37) {
gotoAndStop ("p38");
}
if (powsel == 38) {
gotoAndStop ("p39");
}
if (powsel == 39) {
gotoAndStop ("p40");
}
if (powsel == 40) {
gotoAndStop ("p41");
}
if (powsel == 41) {
gotoAndStop ("p42");
}
if (powsel == 42) {
gotoAndStop ("p43");
}
if (powsel == 43) {
gotoAndStop ("p44");
}
if (powsel == 44) {
gotoAndStop ("p45");
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
rtime++;
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if ((rtime >= 100) and (rtime < 150)) {
_alpha = 50;
}
if (rtime >= 150) {
_parent.removeMovieClip();
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 450) {
_parent.removeMovieClip();
}
if (!dead) {
if (!_root.map.black.hitTest(_x, _y - 20, true)) {
goty--;
_y = (_y - goty);
_x = (_x + gotx);
}
}
if (dead) {
deadt++;
gotoAndStop ("dead");
if (deadt >= 30) {
_parent.removeMovieClip();
}
}
} else {
_visible = false;
}
}
Instance of Symbol 1773 MovieClip "animate" in Symbol 1774 MovieClip [hyperglow1a] Frame 1
onClipEvent (load) {
rtime = 0;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_height = (_height + 8);
_width = (_width + 8);
_alpha = (_alpha - 0.02);
rtime++;
if (rtime >= 40) {
_parent.removeMovieClip();
}
}
}
Symbol 1775 MovieClip Frame 1
stop();
Instance of Symbol 1523 MovieClip "limit" in Symbol 1775 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 3;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 3;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 3;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 3;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 3;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 3;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 3;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 3;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 3;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 3;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 3;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 3;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 3;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 3;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 3;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 3;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 3;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 3;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 3;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 3;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1775 MovieClip Frame 2
stop();
Instance of Symbol 1775 MovieClip in Symbol 1776 MovieClip [hmissle1a] Frame 1
onClipEvent (load) {
speed = 18;
distance = 99999 /* 0x01869F */;
rtime = 0;
dead = false;
xDiff = 0;
yDiff = 0;
distX = _root["e" + g].animate._x - _x;
distY = _root["e" + g].animate._y - _y;
_x = (_root.player1.animate._x + _root.player1.animate.shotx);
_y = (_root.player1.animate._y + _root.player1.animate.shoty);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_visible = true;
if (!dead) {
rtime++;
g = 0;
while (g < 30) {
if (!_root["e" + g].animate.dead) {
distX = _root["e" + g].animate._x - _x;
distY = _root["e" + g].animate._y - _y;
}
newDistance = Math.sqrt((distX * distX) + (distY * distY));
if (newDistance < distance) {
distance = newDistance;
lowest = g;
}
g++;
}
if (lowest == undefined) {
xDiff = 0;
yDiff = 0;
} else {
xDiff = _root["e" + lowest].animate._x - _x;
yDiff = _root["e" + lowest].animate._y - _y;
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_root.map.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
if (rtime >= 18) {
dead = true;
}
dir = Math.atan2(yDiff, xDiff);
_rotation = ((dir * 180) / Math.PI);
_x = (_x + (Math.cos(dir) * speed));
_y = (_y + (Math.sin(dir) * speed));
}
if (dead) {
gotoAndStop ("dead");
}
} else {
_visible = false;
}
}
Symbol 1779 MovieClip Frame 2
stop();
Symbol 1780 MovieClip Frame 6
stop();
Symbol 1781 MovieClip Frame 1
stop();
Instance of Symbol 1779 MovieClip in Symbol 1781 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1.animate.limit)) {
_root.e1.animate.life = _root.e1.animate.life - 0.5;
_root.e1.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e2.animate.limit)) {
_root.e2.animate.life = _root.e2.animate.life - 0.5;
_root.e2.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e3.animate.limit)) {
_root.e3.animate.life = _root.e3.animate.life - 0.5;
_root.e3.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e4.animate.limit)) {
_root.e4.animate.life = _root.e4.animate.life - 0.5;
_root.e4.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e5.animate.limit)) {
_root.e5.animate.life = _root.e5.animate.life - 0.5;
_root.e5.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e6.animate.limit)) {
_root.e6.animate.life = _root.e6.animate.life - 0.5;
_root.e6.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e7.animate.limit)) {
_root.e7.animate.life = _root.e7.animate.life - 0.5;
_root.e7.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e8.animate.limit)) {
_root.e8.animate.life = _root.e8.animate.life - 0.5;
_root.e8.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limit)) {
_root.e9.animate.life = _root.e9.animate.life - 0.5;
_root.e9.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e10.animate.limit)) {
_root.e10.animate.life = _root.e10.animate.life - 0.5;
_root.e10.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e11.animate.limit)) {
_root.e11.animate.life = _root.e11.animate.life - 0.5;
_root.e11.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e12.animate.limit)) {
_root.e12.animate.life = _root.e12.animate.life - 0.5;
_root.e12.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e13.animate.limit)) {
_root.e13.animate.life = _root.e13.animate.life - 0.5;
_root.e13.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e14.animate.limit)) {
_root.e14.animate.life = _root.e14.animate.life - 0.5;
_root.e14.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e15.animate.limit)) {
_root.e15.animate.life = _root.e15.animate.life - 0.5;
_root.e15.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e16.animate.limit)) {
_root.e16.animate.life = _root.e16.animate.life - 0.5;
_root.e16.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e17.animate.limit)) {
_root.e17.animate.life = _root.e17.animate.life - 0.5;
_root.e17.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e18.animate.limit)) {
_root.e18.animate.life = _root.e18.animate.life - 0.5;
_root.e18.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e19.animate.limit)) {
_root.e19.animate.life = _root.e19.animate.life - 0.5;
_root.e19.animate.hit = true;
_parent.dead = true;
}
if (this.hitTest(_root.e9.animate.limita)) {
_parent.dead = true;
}
if (this.hitTest(_root.e20.animate.limit)) {
_root.e20.animate.life = _root.e20.animate.life - 0.5;
_root.e20.animate.hit = true;
_parent.dead = true;
}
}
Symbol 1781 MovieClip Frame 2
stop();
Instance of Symbol 1781 MovieClip "animate" in Symbol 1782 MovieClip [helpershot1a] Frame 1
onClipEvent (load) {
dead = false;
deadt = 0;
if (dir == 1) {
speed = -15;
}
if (dir == 0) {
speed = 15;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (!dead) {
gotoAndStop ("nh");
_x = (_x + speed);
if (_root.map1.animate.black.hitTest(_x + 5, _y, true)) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x - 5, _y, true)) {
dead = true;
}
}
if (dead) {
deadt++;
gotoAndStop ("h");
if (deadt >= 20) {
_parent.removeMovieClip();
}
}
if (_x >= 555) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_x <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y >= 505) {
_parent.removeMovieClip();
removeMovieClip(this);
}
if (_y <= -10) {
_parent.removeMovieClip();
removeMovieClip(this);
}
}
}
Symbol 1787 MovieClip Frame 11
stop();
Instance of Symbol 1787 MovieClip "animate" in Symbol 1788 MovieClip [helper1a] Frame 1
onClipEvent (load) {
angle = 0;
_root.hyperstop = true;
rtime = 0;
shott = 0;
dir = _root.player1.animate.dir;
if (_parent._name == "helper1") {
maindistance = 50;
}
if (_parent._name == "helper2") {
maindistance = 100;
}
if (_parent._name == "helper3") {
maindistance = 150;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
rtime = rtime + 1;
shott = shott + 1;
if (shott == 3) {
_root.attachMovie("helpershot1a", "hshot" + _root.pbullets, _root.pbullets++);
_root["hshot" + _root.pbullets].animate.dir = dir;
_root["hshot" + _root.pbullets].animate._x = _x;
_root["hshot" + _root.pbullets].animate._y = _y;
}
if (shott >= 5) {
shott = 0;
}
dir = _root.player1.animate.dir;
if (dir == 0) {
_xscale = 100;
}
if (dir == 1) {
_xscale = -100;
}
_root.hyperstop = true;
if (_parent._name == "helper1") {
angle = angle + 5;
xdistance = Math.sin((angle * Math.PI) / 180) * maindistance;
ydistance = Math.cos((angle * Math.PI) / 180) * maindistance;
xdiscalculated = _root.player1.animate._x - xdistance;
ydiscalculated = _root.player1.animate._y - ydistance;
_x = xdiscalculated;
_y = ydiscalculated;
}
if (_parent._name == "helper2") {
angle = angle + 4;
xdistance = Math.sin((angle * Math.PI) / 180) * maindistance;
ydistance = Math.cos((angle * Math.PI) / 180) * maindistance;
xdiscalculated = _root.player1.animate._x - xdistance;
ydiscalculated = _root.player1.animate._y - ydistance;
_x = xdiscalculated;
_y = ydiscalculated;
}
if (_parent._name == "helper3") {
angle = angle + 2.5;
xdistance = Math.sin((angle * Math.PI) / 180) * maindistance;
ydistance = Math.cos((angle * Math.PI) / 180) * maindistance;
xdiscalculated = _root.player1.animate._x - xdistance;
ydiscalculated = _root.player1.animate._y - ydistance;
_x = xdiscalculated;
_y = ydiscalculated;
}
if (rtime >= 300) {
_alpha = 50;
}
if (rtime >= 350) {
_root.hyperstop = false;
_parent.removeMovieClip();
}
}
}
Instance of Symbol 1790 MovieClip "animate" in Symbol 1791 MovieClip [gearrip1a] Frame 1
onClipEvent (load) {
dead = false;
deadt = 0;
dir = random(2);
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
ysel = random(6);
if (ysel == 0) {
yspeed = 5;
}
if (ysel == 1) {
yspeed = 7;
}
if (ysel == 2) {
yspeed = 9;
}
if (ysel == 3) {
yspeed = 13;
}
if (ysel == 4) {
yspeed = 15;
}
if (ysel == 5) {
yspeed = 17;
}
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 (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
_rotation = (_rotation + 6);
_x = (_x + speed);
_y = (_y - yspeed);
yspeed--;
}
}
Symbol 1811 MovieClip Frame 15
stop();
Symbol 1818 MovieClip Frame 15
stop();
Symbol 1846 MovieClip Frame 5
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 1882 MovieClip Frame 10
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 1886 MovieClip Frame 16
stop();
Symbol 1887 MovieClip Frame 21
stop();
Symbol 1888 MovieClip Frame 1
stop();
Symbol 1888 MovieClip Frame 2
stop();
Symbol 1888 MovieClip Frame 3
stop();
Symbol 1888 MovieClip Frame 4
stop();
Symbol 1888 MovieClip Frame 5
stop();
Symbol 1888 MovieClip Frame 6
stop();
Symbol 1888 MovieClip Frame 7
stop();
Instance of Symbol 1888 MovieClip "animate" in Symbol 1889 MovieClip [esoldier1a] Frame 1
onClipEvent (load) {
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"};
speed = 2;
dead = false;
deadt = 0;
fspeed = 5;
life = 5;
hit = false;
hitt = 0;
dirsel = random(2);
if (dirsel == 0) {
rt = true;
lft = false;
}
if (dirsel == 1) {
rt = false;
lft = true;
}
rtt = 0;
lftt = 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) {
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!rape) {
gotoAndStop ("walk");
if (life <= 0) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x + 15, _y, true)) {
_x = (_x-1);
}
if (_root.map1.animate.black.hitTest(_x - 15, _y, true)) {
_x = (_x+1);
}
if (_root.map1.animate.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
_y = (_y + fspeed);
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - _root.p1power;
as = true;
hit = true;
}
} else {
as = false;
}
if (rt) {
rtt++;
_xscale = 100;
_x = (_x + speed);
if (_root.map1.animate.black.hitTest(_x - 15, _y, true) or _root.map1.animate.cturn.hitTest(_x - 15, _y, true)) {
rtt = 0;
lft = true;
rt = false;
}
if (rtt >= rtmax) {
rtt = 0;
lft = true;
rt = false;
}
}
if (lft) {
lftt++;
_xscale = -100;
_x = (_x - speed);
if (_root.map1.animate.black.hitTest(_x - 15, _y, true) or _root.map1.animate.cturn.hitTest(_x - 15, _y, true)) {
lftt = 0;
rt = true;
lft = false;
}
if (lftt >= lftmax) {
lftt = 0;
rt = true;
lft = false;
}
}
}
if (rape) {
if (!rs) {
_root.attachMovie("rapebar1a", rapebar1, 25);
rapesel = random(2);
rs = true;
}
_root.rape1 = true;
_root.player1.animate._x = _x;
_root.player1.animate._y = _y;
_root.player1.animate.rbreak = 0;
_root.player1.animate.gotoAndStop("rape2");
if (_root.sheena) {
if (rapesel == 0) {
gotoAndStop ("sheena1");
}
if (rapesel == 1) {
gotoAndStop ("sheena2");
}
}
if (_root.player1.animate.rapebreak) {
rape = false;
}
} else {
rs = false;
}
if (hit) {
hitt++;
hitcolor.setTransform(newColor);
if (hitt >= 3) {
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 50) {
_parent.removeMovieClip();
}
}
}
}
Symbol 1937 MovieClip Frame 11
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 1937 MovieClip Frame 18
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 50;
Symbol 1937 MovieClip Frame 24
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 30;
Instance of Symbol 690 MovieClip in Symbol 1988 MovieClip Frame 1
onClipEvent (load) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.armor) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1988 MovieClip Frame 26
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 1988 MovieClip Frame 29
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 1988 MovieClip Frame 33
gotoAndPlay (10);
Symbol 1990 MovieClip Frame 11
stop();
Symbol 2001 MovieClip Frame 1
stop();
Symbol 2001 MovieClip Frame 2
stop();
Symbol 2001 MovieClip Frame 3
stop();
Symbol 2001 MovieClip Frame 4
stop();
Symbol 2001 MovieClip Frame 5
stop();
Symbol 2001 MovieClip Frame 6
stop();
Symbol 2001 MovieClip Frame 7
stop();
Symbol 2001 MovieClip Frame 8
stop();
Symbol 2001 MovieClip Frame 9
stop();
Symbol 2001 MovieClip Frame 10
stop();
Symbol 2001 MovieClip Frame 11
stop();
Symbol 2001 MovieClip Frame 12
stop();
Instance of Symbol 2001 MovieClip "animate" in Symbol 2002 MovieClip [eslime1a] Frame 1
onClipEvent (load) {
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"};
speed = 2;
dead = false;
deadt = 0;
fspeed = 5;
life = 2;
hit = false;
hitt = 0;
dirsel = random(2);
if (dirsel == 0) {
rt = true;
lft = false;
}
if (dirsel == 1) {
rt = false;
lft = true;
}
rtt = 0;
lftt = 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) {
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!rape) {
gotoAndStop ("go");
if (life <= 0) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x + 15, _y, true)) {
_x = (_x-1);
}
if (_root.map1.animate.black.hitTest(_x - 15, _y, true)) {
_x = (_x+1);
}
if (_root.map1.animate.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (!_root.map1.animate.black.hitTest(_x, _y + 20, true)) {
_y = (_y + fspeed);
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - _root.p1power;
as = true;
hit = true;
}
} else {
as = false;
}
if (rt) {
rtt++;
_xscale = -100;
_x = (_x + speed);
if (_root.map1.animate.black.hitTest(_x - 15, _y, true) or _root.map1.animate.cturn.hitTest(_x - 15, _y, true)) {
rtt = 0;
lft = true;
rt = false;
}
if (rtt >= rtmax) {
rtt = 0;
lft = true;
rt = false;
}
}
if (lft) {
lftt++;
_xscale = 100;
_x = (_x - speed);
if (_root.map1.animate.black.hitTest(_x - 15, _y, true) or _root.map1.animate.cturn.hitTest(_x - 15, _y, true)) {
lftt = 0;
rt = true;
lft = false;
}
if (lftt >= lftmax) {
lftt = 0;
rt = true;
lft = false;
}
}
}
if (rape) {
if (!rs) {
_root.attachMovie("rapebar1a", rapebar1, 25);
rapesel = random(2);
rs = true;
}
_root.rape1 = true;
_root.player1.animate._x = _x;
_root.player1.animate._y = _y;
_root.player1.animate.rbreak = 0;
_root.player1.animate.gotoAndStop("rape2");
if (_root.sheena) {
if (rapesel == 0) {
gotoAndStop ("sheena1");
}
if (rapesel == 1) {
gotoAndStop ("sheena2");
}
}
if (_root.player1.animate.rapebreak) {
rape = false;
}
} else {
rs = false;
}
if (hit) {
hitt++;
hitcolor.setTransform(newColor);
if (hitt >= 3) {
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 50) {
_parent.removeMovieClip();
}
}
}
}
Symbol 2051 MovieClip Frame 7
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 2094 MovieClip Frame 10
_root.attachMovie("cspurt1a", "cspurt" + _root.debris, _root.debris++);
_root["cspurt" + _root.debris].animate._x = _parent._x;
_root["cspurt" + _root.debris].animate._y = _parent._y - 100;
Symbol 2096 MovieClip Frame 21
stop();
Symbol 2097 MovieClip Frame 1
stop();
Symbol 2097 MovieClip Frame 2
stop();
Symbol 2097 MovieClip Frame 3
stop();
Symbol 2097 MovieClip Frame 4
stop();
Symbol 2097 MovieClip Frame 5
stop();
Symbol 2097 MovieClip Frame 6
stop();
Instance of Symbol 2097 MovieClip "animate" in Symbol 2098 MovieClip [eflyer1a] Frame 1
onClipEvent (load) {
atspeed = 5;
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"};
speed = 2;
dead = false;
deadt = 0;
fspeed = 5;
life = 5;
hit = false;
hitt = 0;
dirsel = random(2);
if (dirsel == 0) {
rt = true;
lft = false;
}
if (dirsel == 1) {
rt = false;
lft = true;
}
rtt = 0;
lftt = 0;
rand = 50;
attack1 = false;
attack1t = 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) {
if (_x < 650) {
if (_x > -100) {
if (_y < 450) {
if (_y > -70) {
if (!rape) {
if (life <= 0) {
dead = true;
}
if (_root.map1.animate.black.hitTest(_x + 15, _y, true)) {
_x = (_x - speed);
}
if (_root.map1.animate.black.hitTest(_x - 15, _y, true)) {
_x = (_x + speed);
}
if (_root.map1.animate.black.hitTest(_x, _y + 15, true)) {
_y = (_y-1);
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - _root.p1power;
as = true;
hit = true;
}
} else {
as = false;
}
if (!attack1) {
gotoAndStop ("go");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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 (yPos) {
jump = true;
}
if (xPos and yPos) {
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir = 0;
_xscale = 100;
} else {
dir = 1;
_xscale = -100;
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir == 0) {
_x = (_x - atspeed);
}
if (dir == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("dive");
attack1t++;
if (_y <= 50) {
attack1t = 0;
attack1 = false;
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
if (rape) {
if (!rs) {
_root.attachMovie("rapebar1a", rapebar1, 25);
rapesel = random(2);
rs = true;
}
_root.rape1 = true;
_root.player1.animate._x = _x;
_root.player1.animate._y = _y;
_root.player1.animate.rbreak = 0;
_root.player1.animate.gotoAndStop("rape2");
if (_root.sheena) {
if (rapesel == 0) {
gotoAndStop ("sheena1");
}
if (rapesel == 1) {
gotoAndStop ("sheena2");
}
}
if (_root.player1.animate.rapebreak) {
rape = false;
}
} else {
rs = false;
}
if (hit) {
hitt++;
hitcolor.setTransform(newColor);
if (hitt >= 3) {
hitcolor.setTransform(oldColor);
hitt = 0;
hit = false;
}
}
}
}
}
}
}
if (dead) {
gotoAndStop ("dead");
deadt++;
if (deadt >= 50) {
_parent.removeMovieClip();
}
}
}
}
Symbol 2108 MovieClip Frame 40
stop();
Symbol 2114 MovieClip Frame 73
stop();
Symbol 2124 MovieClip Frame 45
stop();
Symbol 2146 MovieClip Frame 1
stop();
Symbol 2146 MovieClip Frame 2
stop();
Symbol 2146 MovieClip Frame 3
stop();
Symbol 2146 MovieClip Frame 4
stop();
Symbol 2146 MovieClip Frame 5
stop();
Symbol 2153 MovieClip Frame 1
stop();
Symbol 2153 MovieClip Frame 2
stop();
Symbol 2153 MovieClip Frame 3
stop();
Symbol 2153 MovieClip Frame 4
stop();
Symbol 2153 MovieClip Frame 5
stop();
Symbol 2174 MovieClip Frame 10
stop();
Symbol 2184 MovieClip Frame 17
stop();
Symbol 2188 MovieClip Frame 1
head.gotoAndStop(1);
eyes.gotoAndStop(3);
Symbol 2188 MovieClip Frame 65
head.gotoAndStop(1);
eyes.gotoAndStop(3);
Symbol 2188 MovieClip Frame 85
head.gotoAndStop(3);
eyes.gotoAndStop(2);
Symbol 2188 MovieClip Frame 103
gotoAndPlay (60);
Symbol 2199 MovieClip Frame 20
stop();
Symbol 2221 MovieClip Frame 119
gotoAndPlay (99);
Symbol 2228 MovieClip Frame 140
stop();
Symbol 2229 MovieClip Frame 1
stop();
Symbol 2229 MovieClip Frame 2
stop();
Symbol 2229 MovieClip Frame 3
stop();
Symbol 2229 MovieClip Frame 4
stop();
Symbol 2229 MovieClip Frame 5
stop();
Symbol 2229 MovieClip Frame 6
stop();
Symbol 2229 MovieClip Frame 7
stop();
Symbol 2229 MovieClip Frame 8
stop();
Symbol 2229 MovieClip Frame 9
stop();
Symbol 2229 MovieClip Frame 10
stop();
Instance of Symbol 2229 MovieClip "animate" in Symbol 2230 MovieClip [deathorb1a] Frame 1
onClipEvent (load) {
phase = 0;
attach = true;
rape1 = false;
rape2 = false;
dead = false;
Rbounds = 250;
Lbounds = 250;
axe = false;
axet = 0;
intro = false;
introt = 0;
introstart = true;
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"};
sef = random(2);
if (sef == 0) {
mod1 = true;
mod2 = false;
}
if (sef == 1) {
mod1 = false;
mod2 = true;
}
mod1t = 0;
mod2t = 0;
nutsel = random(4);
if (nutsel == 0) {
mtmax = 80;
}
if (nutsel == 1) {
mtmax = 70;
}
if (nutsel == 2) {
mtmax = 90;
}
if (nutsel == 3) {
mtmax = 95;
}
s1 = false;
s2 = false;
s3 = false;
s4 = false;
at2 = 0;
dsez = random(4);
if (dsez == 0) {
deadfly = 20;
}
if (dsez == 1) {
deadfly = 15;
}
if (dsez == 2) {
deadfly = 10;
}
if (dsez == 3) {
deadfly = 25;
}
dspeed = 5;
hitt = 0;
atspeed = 3;
hit = false;
at3t = 0;
attach = true;
rand = 200;
randy = 200;
life = 200;
dead = false;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
fall = false;
jump = false;
deadsel = random(4);
deadt = 0;
dir = 0;
fspeed = 6;
speed = 1.5;
_xscale = -100;
_yscale = 100;
atspeed = 2;
hspeed = 4;
pjump = false;
pjumpt = 0;
pjumpmax = 100;
pjspeed = 3;
pjtime = 0;
pjtimemax = 20;
pj_y = 20;
bounce = false;
bouncet = 0;
bouncemax = 30;
at1t = 0;
at1tmax = 150;
at2t = 0;
at2tmax = 30;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.ch1 = rape1;
_root.ch2 = rape2;
_root.bosslife = anistop;
_visible = true;
if (!unpause) {
character.play();
unpause = true;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y + _root.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (!anistop) {
if (!dead) {
if (life <= 0) {
dead = true;
}
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 (!rape1) {
if (!rape2) {
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 20;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.breakfree = 20;
_root.rape1 = true;
hitcolor.setTransform(oldColor);
attack1t = 0;
attack1 = false;
rape1 = true;
}
}
if (_root.rape1) {
if (limit.hitTest(_root.player1.animate.slimit)) {
_root.player1.animate.breakc = 0;
rape2 = true;
attack1t = 0;
attack1 = false;
}
} else {
rape2 = false;
}
}
}
if (limit.hitTest(_root.player1.animate.character.limit)) {
if (!as) {
life = life - 3;
as = true;
hit = true;
}
} else {
as = false;
}
if (!attack1) {
if (!attack2) {
if (!attack3) {
if (phase == 0) {
if (life <= 180) {
phase = 1;
}
if (!bounce) {
if (!pjump) {
pjumpt++;
at1t++;
if (at1t >= at1tmax) {
at1t = 0;
attack2 = true;
}
if (pjumpt >= pjumpmax) {
pjumpt = 0;
pjump = true;
}
gotoAndStop ("nd");
if (!_root.map1.animate.black.hitTest(_x, _y + 35, true)) {
_y = (_y + 3);
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = -100;
_x = (_x - speed);
}
if (_x < _root.player1.animate._x) {
dir1 = 1;
_xscale = 100;
_x = (_x + speed);
}
}
if (pjump) {
pjtime++;
gotoAndStop ("attack1");
if (dir1 == 0) {
_x = (_x - pjspeed);
}
if (dir1 == 1) {
_x = (_x + pjspeed);
}
pj_y--;
_y = (_y - pj_y);
if ((pjtime >= 10) and _root.map1.animate.black.hitTest(_x, _y + 35, true)) {
pjtime = 0;
pj_y = 20;
bounce = true;
pjump = false;
}
}
}
if (bounce) {
bouncet++;
gotoAndStop ("bounce");
if (bouncet >= bouncemax) {
bouncet = 0;
bounce = false;
}
}
}
if (phase == 1) {
if (mod1) {
mod1t++;
if (mod1t >= 150) {
mod1t = 0;
mod2 = true;
mod1 = false;
}
lmove = random(2);
gotoAndStop ("nd");
MaxX = _root.player1.animate._x + rand;
MinX = _root.player1.animate._x - rand;
MaxY = _root.player1.animate._y - 200;
MinY = _root.player1.animate._y - 230;
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) {
qsel = random(3);
if (qsel == 0) {
attack1 = true;
}
if (qsel == 1) {
attack2 = true;
}
if (qsel == 2) {
attack1 = true;
}
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = -100;
} else {
dir1 = 1;
_xscale = 100;
}
}
if (mod2) {
mod2t++;
if (mod2t >= 150) {
mod2t = 0;
mod1 = true;
mod2 = false;
}
lmove = random(2);
gotoAndStop ("nd");
MaxX = _root.player1.animate._x + 40;
MinX = _root.player1.animate._x;
MaxY = _root.player1.animate._y - 75;
MinY = _root.player1.animate._y - 100;
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) {
if (yPos) {
jump = true;
}
attack1 = true;
}
if (_x > _root.player1.animate._x) {
dir1 = 0;
_xscale = -100;
} else {
dir1 = 1;
_xscale = 100;
}
}
}
}
if (attack3) {
attack3t++;
attack1 = false;
attack2 = false;
attack1t = 0;
attack2t = 0;
gotoAndStop ("attack1");
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet2" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet2" + _root.ebullet].animate._y = _y + 85;
}
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet3" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet3" + _root.ebullet].animate._y = _y + 85;
}
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 - 185;
}
if (dir1 == 1) {
_root["aqbullet4" + _root.ebullet].animate._x = _x + 185;
}
_root["aqbullet4" + _root.ebullet].animate._y = _y + 85;
}
if (attack3t >= 85) {
attack3t = 0;
attack3 = false;
}
}
}
if (attack2) {
attack2t++;
gotoAndStop ("attack2");
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (character.limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (hand.limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.health = _root.health - 3;
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
rape1 = true;
}
}
}
}
if (attack2t >= 50) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack1) {
atdrop--;
_y = (_y + atdrop);
if (dir1 == 0) {
_x = (_x - atspeed);
}
if (dir1 == 1) {
_x = (_x + atspeed);
}
gotoAndStop ("nd");
attack1t++;
if (!_root.player1.animate.nohit) {
if (!_root.player1.animate.hit1) {
if (limit.hitTest(_root.player1.animate.limit)) {
if (_root.armor) {
_root.armormeter = _root.armormeter - 10;
_root.player1.animate.hit1 = true;
}
if (!_root.armor) {
_root.health = _root.health - 3;
_root.player1.animate.esc = 0;
_root.breakfree = 20;
hitcolor.setTransform(oldColor);
attack1t = 0;
_root.rape1 = true;
attack1 = false;
raping1 = true;
}
}
}
}
if (attack1t >= 35) {
attack1t = 0;
attack1 = false;
}
if (_y <= 50) {
attack1t = 0;
attack1 = false;
}
} else {
atdrop = 20;
}
}
}
if (rape1) {
_root.player1.animate.rbreak = 0;
_root.health = _root.health - 0.1;
attack1 = false;
attack2 = false;
attack3 = false;
attack1t = 0;
attack2t = 0;
attack3t = 0;
rape2 = false;
_root.player1.animate._y = _y + 65;
if (dir1 == 0) {
_root.player1.animate._x = _x - 10;
}
if (dir1 == 1) {
_root.player1.animate._x = _x + 10;
}
_root.player1.animate.gotoAndStop("rape1");
if (!_root.player1.animate.dead) {
gotoAndStop ("rape1a");
}
if (_root.player1.animate.dead) {
gotoAndStop ("dend");
}
if (_root.player1.animate.rapebreak) {
_root.rape1 = false;
rape2 = false;
rape1 = false;
}
}
if (rape2) {
}
}
if (dead) {
deadt++;
deadfly--;
_y = (_y - deadfly);
hitcolor.setTransform(oldColor);
if (dir1 == 1) {
_x = (_x - dspeed);
}
if (dir1 == 0) {
_x = (_x + dspeed);
}
if (!itatt) {
_root.killed = _root.killed + 1;
_root.score = _root.score + 100;
attit = 6;
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;
}
if (attit == 6) {
_root.attachMovie("items2a", "items1" + _root.itlayer, _root.itlayer++);
_root["items1" + _root.itlayer].animate._x = _x;
_root["items1" + _root.itlayer].animate._y = _y;
}
itatt = true;
}
gotoAndStop ("dead");
if (deadt >= 150) {
_parent.removeMovieClip();
}
}
}
}
if (_root.pause) {
character.stop();
unpause = false;
_visible = false;
}
}
Symbol 2235 MovieClip Frame 5
stop();
Symbol 2236 MovieClip Frame 1
stop();
Symbol 2236 MovieClip Frame 2
stop();
Instance of Symbol 2236 MovieClip "animate" in Symbol 2237 MovieClip [cspurt1a] Frame 1
onClipEvent (load) {
twirlselx = random(8);
if (twirlselx == 0) {
speedx = 2;
}
if (twirlselx == 1) {
speedx = 3;
}
if (twirlselx == 2) {
speedx = 4;
}
if (twirlselx == 3) {
speedx = 5;
}
if (twirlselx == 4) {
speedx = -2;
}
if (twirlselx == 5) {
speedx = -3;
}
if (twirlselx == 6) {
speedx = -4;
}
if (twirlselx == 7) {
speedx = -5;
}
twirlsely = random(6);
if (twirlsely == 0) {
speedy = 5;
}
if (twirlsely == 1) {
speedy = 10;
}
if (twirlsely == 2) {
speedy = 12;
}
if (twirlsely == 3) {
speedy = 14;
}
if (twirlsely == 4) {
speedy = 2;
}
if (twirlsely == 5) {
speedy = 1;
}
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.movespeedv);
}
if (_root.moved) {
_y = (_y - _root.movespeedv);
}
if (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
if (!_root.map1.animate.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.animate.black.hitTest(_x, _y + 20, true)) {
gotoAndStop ("d");
}
if (rtime >= 100) {
_alpha = 50;
}
if (rtime >= 150) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 2239 MovieClip "animate" in Symbol 2240 MovieClip [boot1a] Frame 1
onClipEvent (load) {
dead = false;
deadt = 0;
dir = random(2);
if (dir == 0) {
speed = -7;
_xscale = -100;
}
if (dir == 1) {
speed = 7;
_xscale = 100;
}
ysel = random(6);
if (ysel == 0) {
yspeed = 5;
}
if (ysel == 1) {
yspeed = 7;
}
if (ysel == 2) {
yspeed = 9;
}
if (ysel == 3) {
yspeed = 13;
}
if (ysel == 4) {
yspeed = 15;
}
if (ysel == 5) {
yspeed = 17;
}
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 (_x >= 600) {
_parent.removeMovieClip();
}
if (_x <= -120) {
_parent.removeMovieClip();
}
if (_y >= 525) {
_parent.removeMovieClip();
}
if (_y <= -90) {
_parent.removeMovieClip();
}
_rotation = (_rotation + 6);
_x = (_x + speed);
_y = (_y - yspeed);
yspeed--;
}
}
Instance of Symbol 2242 MovieClip "animate" in Symbol 2243 MovieClip [bloodend1a] Frame 1
onClipEvent (load) {
_x = 259.6;
_y = -256.3;
speed = 3.5;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_y < 570) {
_y = (_y + speed);
}
if (_y >= 570) {
_root.gotoAndStop("gameover");
_parent.removeMovieClip();
}
}
}
Instance of Symbol 2249 MovieClip in Symbol 2250 MovieClip Frame 1
onClipEvent (enterFrame) {
_width = 30;
_height = 30;
speed = 3;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 2249 MovieClip in Symbol 2252 MovieClip Frame 1
onClipEvent (enterFrame) {
speed = 3;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 2249 MovieClip in Symbol 2257 MovieClip Frame 1
onClipEvent (enterFrame) {
speed = 3;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Symbol 2257 MovieClip Frame 10
_root.player.animate.victim.sex.body.gotoAndPlay(2);
Symbol 2257 MovieClip Frame 11
_root.player.animate.victim.sex.tits.gotoAndPlay(2);
Instance of Symbol 2249 MovieClip in Symbol 2266 MovieClip Frame 1
onClipEvent (enterFrame) {
speed = 3;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Symbol 2267 MovieClip Frame 12
stop();
Symbol 2268 MovieClip Frame 32
stop();
Symbol 2269 MovieClip Frame 1
stop();
Symbol 2269 MovieClip Frame 2
stop();
Symbol 2269 MovieClip Frame 3
stop();
Symbol 2269 MovieClip Frame 4
stop();
Symbol 2269 MovieClip Frame 5
stop();
Symbol 2269 MovieClip Frame 6
_root.score = _root.score + 250;
stop();
Instance of Symbol 2269 MovieClip "animate" in Symbol 2270 MovieClip [blob1a] Frame 1
onClipEvent (load) {
up = true;
upt = 0;
dn = false;
dnt = 0;
life = 4;
jizzt = 0;
speed = 2;
fspeed = 3;
dead = false;
rape = false;
gospeed = 0.75;
rapetimer = 0;
pushback = false;
pushtimer = 0;
deadt = 0;
_xscale = 100;
_yscale = 100;
hit = false;
hitt = 0;
}
onClipEvent (enterFrame) {
if (_root.mover) {
_x = (_x - _root.speed);
}
if (_root.movel) {
_x = (_x + _root.speed);
}
if (life <= 0) {
dead = true;
}
if (!dead) {
if (!hit) {
if (!rape) {
if (!pushback) {
if (_x < 330) {
if (_x > -20) {
if ((!_root.map1.black.hitTest(_x, _y + 20, true)) and (!_root.map2.black.hitTest(_x, _y + 20, true))) {
fall = true;
} else {
fall = false;
}
if (fall) {
_y = (_y + fspeed);
}
gotoAndStop ("chase");
if (up) {
upt++;
_xscale = 100;
_x = (_x - speed);
if (upt >= 60) {
upt = 0;
dn = true;
up = false;
}
}
if (dn) {
dnt++;
_xscale = -100;
_x = (_x + speed);
if (dnt >= 60) {
dnt = 0;
up = true;
dn = false;
}
}
if (this.hitTest(_root.player.animate.attack.limit)) {
life = life - 1;
hit = true;
}
if (!_root.player.animate.rape1) {
if (!_root.player.animate.nohit) {
if (this.hitTest(_root.player.animate.limita)) {
rape = true;
}
}
}
}
}
}
if (pushback) {
gotoAndStop ("chase");
pushtimer++;
_x = (_x - speed);
if (pushtimer >= 10) {
pushback = false;
pushtimer = 0;
}
}
}
if (rape) {
if (!_root.contra) {
_root.orgmeter = _root.orgmeter + 0.3;
}
_root.breakfree = 30;
_root.player.animate.rape = true;
if (_root.pants) {
if (_root.player.animate.dir == 1) {
_xscale = 100;
_y = _root.player.animate._y;
_x = (_root.player.animate._x + 10);
}
if (_root.player.animate.dir == 0) {
_y = _root.player.animate._y;
_x = (_root.player.animate._x - 10);
_xscale = -100;
}
gotoAndStop ("rape");
_root.player.animate.victim.gotoAndStop(3);
}
if (!_root.pants) {
jizzt++;
jizzgo = random(3);
if (jizzt >= 10) {
_root.attachMovie("jizz1a", "jizz1" + _root.jl, _root.jl++);
if (_root.player.animate.dir == 1) {
if (jizzgo == 0) {
_root["jizz1" + _root.jl]._x = _root.player.animate._x + 5;
_root["jizz1" + _root.jl]._y = _root.player.animate._y;
jizzt = 0;
}
if (jizzgo == 1) {
_root["jizz1" + _root.jl]._x = _root.player.animate._x - 5;
_root["jizz1" + _root.jl]._y = _root.player.animate._y;
jizzt = 0;
}
if (jizzgo == 2) {
_root["jizz1" + _root.jl]._x = _root.player.animate._x + 10;
_root["jizz1" + _root.jl]._y = _root.player.animate._y;
jizzt = 0;
}
}
if (_root.player.animate.dir == 0) {
if (jizzgo == 0) {
_root["jizz1" + _root.jl]._x = _root.player.animate._x - 5;
_root["jizz1" + _root.jl]._y = _root.player.animate._y;
jizzt = 0;
}
if (jizzgo == 1) {
_root["jizz1" + _root.jl]._x = _root.player.animate._x + 5;
_root["jizz1" + _root.jl]._y = _root.player.animate._y;
jizzt = 0;
}
if (jizzgo == 2) {
_root["jizz1" + _root.jl]._x = _root.player.animate._x - 10;
_root["jizz1" + _root.jl]._y = _root.player.animate._y;
jizzt = 0;
}
}
}
if (_root.player.animate.dir == 1) {
_y = (_root.player.animate._y - 10);
_x = (_root.player.animate._x - 10);
_xscale = -100;
}
if (_root.player.animate.dir == 0) {
_y = (_root.player.animate._y - 10);
_x = (_root.player.animate._x + 10);
_xscale = 100;
}
if (_root.minerva) {
gotoAndStop ("rape1a");
}
if (_root.tina) {
gotoAndStop ("rape1b");
}
_root.player.animate.victim.gotoAndStop(1);
}
rapetimer++;
if (_root.player.animate.nohit) {
_root.player.animate.rape = false;
rapetimer = 0;
rape = false;
}
if (_root.life <= 0) {
rape = false;
}
if (rapetimer >= 300) {
_root.player.animate.breakc = 0;
rapetimer = 0;
_root.player.animate.rape = false;
_root.player.animate.nohit = true;
rape = false;
dead = false;
pushback = true;
}
}
}
if (!hit) {
ask = false;
}
if (hit) {
hitt++;
rape = false;
if (_root.player.animate.rape) {
_root.player.animate.nohit = true;
_root.player.animate.rape = false;
}
if (!ask) {
_root.attachMovie("hit1a", "hit1" + _root.jl, _root.jl++);
_root["hit1" + _root.jl]._x = _x;
_root["hit1" + _root.jl]._y = _y;
ask = true;
}
gotoAndStop ("hit");
if (hitt >= 15) {
hitt = 0;
hit = false;
}
}
}
if (dead) {
deadt++;
if (_root.player.animate.rape) {
_root.player.animate.nohit = true;
_root.player.animate.rape = false;
}
gotoAndStop ("dead");
if (!coins) {
_root.score = _root.score + 200;
_root.attachMovie("coinfall1a", "coin3" + _root.jl, _root.jl++);
_root["coin3" + _root.jl]._x = _x;
_root["coin3" + _root.jl]._y = _y;
coins = true;
}
if (deadt >= 50) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 2281 MovieClip "animate" in Symbol 2282 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.escnumb;
outline._width = _root.breakfree;
bar._height = 60;
outline._height = 60;
textselect = random(3);
text1 = "TAP ARROW KEYS!";
}
onClipEvent (enterFrame) {
_x = (_root.zoombox._x + xoffset);
_y = (_root.zoombox._y - yoffset);
_xscale = size;
_yscale = size;
bar._width = _root.escnumb;
outline._width = _root.breakfree;
bar._height = b_size;
outline._height = b_size;
if (_root.escnumb <= 0) {
bar._width = 0;
}
if (_root.escnumb >= _root.breakfree) {
bar._width = _root.breakfree;
}
if (!_root.rape1) {
_parent.removeMovieClip();
}
}
Symbol 2287 MovieClip Frame 1
stop();
Symbol 2287 MovieClip Frame 2
stop();
Symbol 2292 MovieClip Frame 1
stop();
Symbol 2303 MovieClip Frame 1
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 2
stop();
Symbol 2303 MovieClip Frame 3
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 4
stop();
Symbol 2303 MovieClip Frame 5
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 6
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 7
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 8
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 9
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 10
stop();
Instance of Symbol 2301 MovieClip in Symbol 2303 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2303 MovieClip Frame 11
_root.contra = true;
NewgroundsAPI.logCustomEvent("konamicode");
stop();
Symbol 2305 MovieClip Frame 1
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 2
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 3
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 4
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 5
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 6
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 7
stop();
Instance of Symbol 2301 MovieClip in Symbol 2305 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
if (!_root.buttonstop) {
_root.buttonstop = true;
_parent.nextFrame();
}
} else {
_root.buttonstop = false;
}
}
Symbol 2305 MovieClip Frame 8
_root.inflive = true;
stop();
Symbol 2319 MovieClip Frame 1
stop();
Symbol 2319 MovieClip Frame 2
stop();
Symbol 2322 MovieClip Frame 1
stop();
Symbol 2322 MovieClip Frame 2
stop();
Symbol 2325 MovieClip Frame 1
stop();
Symbol 2325 MovieClip Frame 2
stop();
Symbol 2327 MovieClip Frame 1
stop();
Symbol 2327 MovieClip Frame 2
stop();
Symbol 2332 MovieClip Frame 1
stop();
Symbol 2332 MovieClip Frame 2
stop();
Symbol 2332 MovieClip Frame 3
stop();
Symbol 2332 MovieClip Frame 4
stop();
Symbol 2332 MovieClip Frame 5
stop();
Symbol 2354 MovieClip Frame 1
stop();
Symbol 2354 MovieClip Frame 2
stop();
Symbol 2354 MovieClip Frame 3
stop();
Symbol 2355 MovieClip Frame 20
stop();
Symbol 2356 MovieClip Frame 20
stop();
Symbol 2357 MovieClip Frame 1
stop();
Symbol 2357 MovieClip Frame 2
stop();
Symbol 2384 MovieClip Frame 1
stop();
Symbol 2384 MovieClip Frame 2
stop();
Symbol 2387 MovieClip Frame 1
stop();
Symbol 2387 MovieClip Frame 2
stop();
Symbol 2396 MovieClip Frame 1
stop();
Symbol 2396 MovieClip Frame 2
stop();
Instance of Symbol 2380 MovieClip "plifemax" in Symbol 2397 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2380 MovieClip "plife" in Symbol 2397 MovieClip Frame 1
onClipEvent (load) {
_width = _root.health;
_height = 20;
}
onClipEvent (enterFrame) {
_height = 20;
if (_root.health >= 100) {
_width = 100;
}
if ((_root.health > 0) and (_root.health < 100)) {
_width = _root.health;
}
if (_root.health < 0) {
_width = 0;
}
}
Instance of Symbol 2380 MovieClip "plifemax" in Symbol 2397 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2387 MovieClip in Symbol 2397 MovieClip Frame 1
onClipEvent (load) {
_width = 0;
_height = 20;
_width = _root.armormeter;
if ((_root.armormeter > 0) and (_root.armormeter < 100)) {
_width = _root.armormeter;
}
if (_root.armormeter >= 100) {
_width = 100;
}
if (_root.armormeter <= 50) {
_root.boots = false;
}
if (_root.armormeter <= 0) {
_root.armor = false;
_width = 0;
}
}
onClipEvent (enterFrame) {
_height = 20;
if (!_root.pause) {
if ((_root.armormeter > 0) and (_root.armormeter < 100)) {
_width = _root.armormeter;
}
if (_root.armormeter >= 100) {
_width = 100;
}
if (_root.armormeter <= 50) {
if (_root.boots) {
_root.attachMovie("boot1a", "boot1" + _root.debris, _root.debris++);
_root["boot1" + _root.debris].animate._x = _root.player1.animate._x;
_root["boot1" + _root.debris].animate._y = _root.player1.animate._y + 30;
_root.attachMovie("boot1a", "boot2" + _root.debris, _root.debris++);
_root["boot2" + _root.debris].animate._x = _root.player1.animate._x + 20;
_root["boot2" + _root.debris].animate._y = _root.player1.animate._y + 30;
_root.boots = false;
}
}
if (_root.armormeter <= 0) {
if (_root.armor) {
_root.attachMovie("patch1a", "patch1" + _root.debris, _root.debris++);
_root["patch1" + _root.debris].animate._x = _root.player1.animate._x + 10;
_root["patch1" + _root.debris].animate._y = _root.player1.animate._y;
_root.attachMovie("patch1a", "patch2" + _root.debris, _root.debris++);
_root["patch2" + _root.debris].animate._x = _root.player1.animate._x + 20;
_root["patch2" + _root.debris].animate._y = _root.player1.animate._y;
_root.attachMovie("gearrip1a", "patch3" + _root.debris, _root.debris++);
_root["patch3" + _root.debris].animate._x = _root.player1.animate._x - 10;
_root["patch3" + _root.debris].animate._y = _root.player1.animate._y;
_root.attachMovie("gearrip1a", "patch4" + _root.debris, _root.debris++);
_root["patch4" + _root.debris].animate._x = _root.player1.animate._x - 20;
_root["patch4" + _root.debris].animate._y = _root.player1.animate._y;
_root.attachMovie("patch1a", "patch5" + _root.debris, _root.debris++);
_root["patch5" + _root.debris].animate._x = _root.player1.animate._x + 30;
_root["patch5" + _root.debris].animate._y = _root.player1.animate._y;
_root.armor = false;
}
_width = 0;
}
}
}
Instance of Symbol 2396 MovieClip "shotbar" in Symbol 2397 MovieClip Frame 1
onClipEvent (load) {
_width = _root.shotbar;
_height = 10;
if (_root.shotbar >= 180) {
gotoAndStop ("f");
_width = 180;
}
if ((_root.shotbar > 0) and (_root.shotbar < 180)) {
gotoAndStop ("nf");
_width = _root.shotbar;
}
if (_root.shotbar < 0) {
gotoAndStop ("nf");
_width = 0;
}
}
onClipEvent (enterFrame) {
_height = 10;
if (_root.shotbar >= 180) {
gotoAndStop ("f");
_width = 180;
}
if ((_root.shotbar > 0) and (_root.shotbar < 180)) {
gotoAndStop ("nf");
_width = _root.shotbar;
}
if (_root.shotbar < 0) {
gotoAndStop ("nf");
_width = 0;
}
}
Symbol 2400 MovieClip Frame 1
stop();
Symbol 2402 MovieClip Frame 5
stop();
Symbol 2403 MovieClip Frame 1
stop();
Symbol 2403 MovieClip Frame 2
stop();
Symbol 2403 MovieClip Frame 3
stop();
Symbol 2411 MovieClip Frame 1
stop();
Instance of Symbol 2406 MovieClip in Symbol 2411 MovieClip Frame 1
onClipEvent (load) {
cltimer = 0;
}
onClipEvent (enterFrame) {
cltimer++;
if (cltimer >= 20) {
if (Key.isDown(81)) {
_quality = "MEDIUM";
_root.qualityc.gotoAndStop("med");
}
}
}
Symbol 2411 MovieClip Frame 2
stop();
Instance of Symbol 2408 MovieClip in Symbol 2411 MovieClip Frame 2
onClipEvent (load) {
cltimer = 0;
}
onClipEvent (enterFrame) {
cltimer++;
if (cltimer >= 20) {
if (Key.isDown(81)) {
_root.qualityc.gotoAndStop("low");
}
}
}
Symbol 2411 MovieClip Frame 3
stop();
Instance of Symbol 2410 MovieClip in Symbol 2411 MovieClip Frame 3
onClipEvent (load) {
cltimer = 0;
}
onClipEvent (enterFrame) {
cltimer++;
if (cltimer >= 20) {
if (Key.isDown(81)) {
_quality = "BEST";
_root.qualityc.gotoAndStop("high");
}
}
}
Symbol 2417 MovieClip Frame 22
stop();
Symbol 2458 MovieClip Frame 1
stop();
Symbol 2458 MovieClip Frame 2
stop();
Symbol 2458 MovieClip Frame 3
stop();
Symbol 2458 MovieClip Frame 4
stop();
Symbol 2458 MovieClip Frame 5
stop();
Symbol 2458 MovieClip Frame 6
stop();
Symbol 2458 MovieClip Frame 7
stop();
Symbol 2458 MovieClip Frame 8
stop();
Symbol 2458 MovieClip Frame 9
stop();
Symbol 2458 MovieClip Frame 10
stop();
Symbol 2460 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;
Symbol 2466 MovieClip Frame 80
textsel = random(4);
stagesnd1a = new Sound();
stagesnd1a.attachSound("battle_snd");
stagesnd2a = new Sound();
stagesnd2a.attachSound("begin_snd");
stagesnd3a = new Sound();
stagesnd3a.attachSound("fight_snd");
stagesnd4a = new Sound();
stagesnd4a.attachSound("gonow_snd");
if (textsel == 0) {
atext = "BATTLE!";
stagesnd1a.start();
}
if (textsel == 1) {
atext = "BEGIN!";
stagesnd2a.start();
}
if (textsel == 2) {
atext = "FIGHT!";
stagesnd3a.start();
}
if (textsel == 3) {
atext = "GO NOW!";
stagesnd4a.start();
}
Symbol 2466 MovieClip Frame 241
_root.player1.animate.anistop = false;
_root.e1.animate.anistop = false;
stop();
Symbol 2533 MovieClip Frame 1
stop();
Symbol 2533 MovieClip Frame 2
stop();
Instance of Symbol 2533 MovieClip in Symbol 2534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.pause) {
if (Key.isDown(37)) {
gotoAndStop ("d");
}
if (!Key.isDown(37)) {
gotoAndStop ("nd");
}
}
}
Instance of Symbol 2533 MovieClip in Symbol 2534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.pause) {
if (Key.isDown(39)) {
gotoAndStop ("d");
}
if (!Key.isDown(39)) {
gotoAndStop ("nd");
}
}
}
Symbol 2538 MovieClip Frame 1
stop();
Symbol 2538 MovieClip Frame 2
stop();
Instance of Symbol 2538 MovieClip in Symbol 2546 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.player1.animate.dead) {
if (_root.rape1 or _root.rape2) {
gotoAndStop ("escape");
}
if ((!_root.rape1) and (!_root.rape2)) {
gotoAndStop ("none");
}
if (_root.pause) {
_visible = false;
} else {
_visible = true;
}
} else {
_visible = false;
}
}