Frame 271
intromusic = new Sound();
intromusic.attachSound("music00");
volume = 0;
Frame 280
intromusic.start(0, 100);
intromusic.setVolume(0);
Instance of Symbol 56 MovieClip in Frame 281
onClipEvent (enterFrame) {
_root.intromusic.setVolume(_root.volume);
if (_root.volume < 100) {
_root.volume = _root.volume + 1;
}
}
Frame 1254
profile.gotoAndPlay(20);
Frame 1407
profile.gotoAndPlay(40);
Frame 1616
pedestal.gotoAndPlay(2);
Frame 1892
intromusic.stop("music00");
Frame 2057
allguns = false;
difficulty = 2;
intromusic.stop("music00");
Frame 2126
stop();
Frame 2127
stop();
Frame 2128
stop();
Instance of Symbol 240 MovieClip "gunscb" in Frame 2128
onClipEvent (load) {
if (_root.allguns == true) {
_root.gunscb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_root.allguns = true;
}
if (this.checked == true) {
this.gotoAndStop(1);
_root.allguns = false;
}
}
Instance of Symbol 240 MovieClip "hardcb" in Frame 2128
onClipEvent (load) {
if (_root.difficulty == 3) {
_root.hardcb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_root.difficulty = 3;
_root.lives = 1;
_root.easycb.gotoAndStop(1);
_root.normcb.gotoAndStop(1);
}
}
Instance of Symbol 240 MovieClip "normcb" in Frame 2128
onClipEvent (load) {
if (_root.difficulty == 2) {
_root.normcb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_root.difficulty = 2;
_root.lives = 3;
_root.easycb.gotoAndStop(1);
_root.hardcb.gotoAndStop(1);
}
}
Instance of Symbol 240 MovieClip "easycb" in Frame 2128
onClipEvent (load) {
if (_root.difficulty == 1) {
_root.easycb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_root.difficulty = 1;
_root.lives = 1000;
_root.normcb.gotoAndStop(1);
_root.hardcb.gotoAndStop(1);
}
}
Instance of Symbol 240 MovieClip "highcb" in Frame 2128
onClipEvent (load) {
if (_quality == "HIGH") {
_root.highcb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_quality = "HIGH";
_root.medcb.gotoAndStop(1);
_root.lowcb.gotoAndStop(1);
}
}
Instance of Symbol 240 MovieClip "medcb" in Frame 2128
onClipEvent (load) {
if (_quality == "MEDIUM") {
_root.medcb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_quality = "MEDIUM";
_root.highcb.gotoAndStop(1);
_root.lowcb.gotoAndStop(1);
}
}
Instance of Symbol 240 MovieClip "lowcb" in Frame 2128
onClipEvent (load) {
if (_quality == "LOW") {
_root.lowcb.gotoAndStop(5);
}
}
on (press) {
if (this.checked == false) {
this.gotoAndStop(5);
_quality = "LOW";
_root.medcb.gotoAndStop(1);
_root.highcb.gotoAndStop(1);
}
}
Frame 2206
stop();
Frame 2207
music = new Sound();
music.attachSound("music01");
volume = 0;
x = 260;
y = 425;
offx = 0;
offy = 125;
dx = 0;
dy = 0;
maxspeed = 3.5;
maxfall = 20;
jumpheight = 16;
bounceheight = 20;
keyright = false;
keyleft = false;
startrun = false;
stand = false;
rising = false;
ducking = false;
crouch = false;
jumping = false;
falling = false;
downkey = false;
scrollon = true;
pistol = true;
shotgun = false;
tmp = false;
gun = 1;
hit = false;
shooting = false;
ready = true;
attack = false;
if (allguns == true) {
havesg = true;
haveuzi = true;
} else {
havesg = false;
haveuzi = false;
}
if (difficulty == 2) {
_root.lives = 3;
}
startDrag ("_root.bullseye", true);
Mouse.hide();
Frame 2208
music.start(0, 999);
music.setVolume(0);
Instance of Symbol 920 MovieClip in Frame 2208
onClipEvent (enterFrame) {
_root.music.setVolume(_root.volume);
if (_root.volume < 100) {
_root.volume = _root.volume + 1;
}
}
Frame 2338
_root.ball._visible = false;
_root.ball.gotoAndStop(1);
Instance of Symbol 1193 MovieClip "ball" in Frame 2338
/* no clip actions */
Frame 2343
stop();
Frame 2345
x = 260;
y = 425;
offx = 0;
offy = 125;
dx = 0;
dy = 0;
maxspeed = 3.5;
maxfall = 20;
jumpheight = 16;
bounceheight = 20;
keyright = false;
keyleft = false;
startrun = false;
stand = false;
rising = false;
ducking = false;
crouch = false;
jumping = false;
falling = false;
downkey = false;
scrollon = true;
hit = false;
shooting = false;
ready = true;
attack = false;
startDrag ("_root.bullseye", true);
Mouse.hide();
Instance of Symbol 1193 MovieClip "ball" in Frame 2346
/* no clip actions */
Frame 2349
stop();
Frame 2350
x = -190;
y = 425;
offx = -195;
offy = 125;
dx = 0;
dy = 0;
maxspeed = 3.5;
maxfall = 20;
jumpheight = 16;
bounceheight = 20;
keyright = false;
keyleft = false;
startrun = false;
stand = false;
rising = false;
ducking = false;
jumping = false;
falling = false;
downkey = false;
scrollon = true;
hit = false;
shooting = false;
ready = true;
haveuzi = true;
attack = false;
startDrag ("_root.bullseye", true);
Mouse.hide();
Instance of Symbol 1193 MovieClip "ball" in Frame 2351
/* no clip actions */
Frame 2354
stop();
Instance of Symbol 1517 MovieClip "blast" in Frame 2354
onClipEvent (enterFrame) {
if (_root.blast.hitTest(_root.ball.box) and (_root.rising == false)) {
_root.blast.hit = 5;
_root.ball.gotoAndStop(346);
}
}
Instance of Symbol 1518 MovieClip "blast2" in Frame 2354
onClipEvent (enterFrame) {
if (_root.blast2.ao.hitTest(_root.ball.box)) {
_root.blast2.gotoAndPlay(46);
_root.ball.gotoAndPlay(461);
}
}
Frame 2355
x = -190;
y = 425;
offx = -195;
offy = 125;
dx = 0;
dy = 0;
maxspeed = 3.5;
maxfall = 20;
jumpheight = 16;
bounceheight = 20;
keyright = false;
keyleft = false;
startrun = false;
stand = false;
rising = false;
ducking = false;
jumping = false;
falling = false;
downkey = false;
scrollon = true;
hit = false;
shooting = false;
ready = true;
havesg = true;
haveuzi = true;
attack = false;
startDrag ("_root.bullseye", true);
Mouse.hide();
Instance of Symbol 1193 MovieClip "ball" in Frame 2356
/* no clip actions */
Frame 2359
stop();
Instance of Symbol 1517 MovieClip "blast" in Frame 2359
onClipEvent (enterFrame) {
if (_root.blast.hitTest(_root.ball.box) and (_root.rising == false)) {
_root.blast.hit = 5;
_root.ball.gotoAndStop(346);
}
}
Instance of Symbol 1518 MovieClip "blast2" in Frame 2359
onClipEvent (enterFrame) {
if (_root.blast2.ao.hitTest(_root.ball.box)) {
_root.blast2.gotoAndPlay(46);
_root.ball.gotoAndPlay(461);
}
}
Frame 2360
x = -190;
y = 425;
offx = -195;
offy = 125;
dx = 0;
dy = 0;
maxspeed = 3.5;
maxfall = 20;
jumpheight = 16;
bounceheight = 20;
keyright = false;
keyleft = false;
startrun = false;
stand = false;
rising = false;
ducking = false;
jumping = false;
falling = false;
downkey = false;
scrollon = true;
hit = false;
shooting = false;
ready = true;
havesg = true;
haveuzi = true;
attack = false;
startDrag ("_root.bullseye", true);
Mouse.hide();
Frame 2361
_root.ball._visible = false;
Instance of Symbol 1193 MovieClip "ball" in Frame 2361
/* no clip actions */
Frame 2363
_root.ball._visible = true;
Frame 2364
stop();
Instance of Symbol 1517 MovieClip "blast" in Frame 2364
onClipEvent (enterFrame) {
if (_root.blast.hitTest(_root.ball.box) and (_root.rising == false)) {
_root.blast.hit = 5;
_root.ball.gotoAndStop(346);
}
}
Instance of Symbol 1518 MovieClip "blast2" in Frame 2364
onClipEvent (enterFrame) {
if (_root.blast2.ao.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.blast2.gotoAndPlay(46);
_root.ball.gotoAndPlay(461);
}
}
Frame 2365
music.stop("music01");
bossmusic = new Sound();
bossmusic.attachSound("boss");
x = -190;
y = 425;
offx = -195;
offy = 125;
dx = 0;
dy = 0;
maxspeed = 4;
maxfall = 20;
jumpheight = 16;
bounceheight = 20;
keyright = false;
keyleft = false;
startrun = false;
stand = false;
rising = false;
ducking = false;
jumping = false;
falling = false;
downkey = false;
scrollon = true;
hit = false;
shooting = false;
ready = true;
havesg = true;
haveuzi = true;
attack = false;
startDrag ("_root.bullseye", true);
Mouse.hide();
Frame 2366
bossmusic.start(0, 1);
bossmusic.setVolume(100);
_root.volume = 100;
_root.ball._visible = false;
Instance of Symbol 1193 MovieClip "ball" in Frame 2366
/* no clip actions */
Frame 2368
_root.ball._visible = true;
Frame 2369
bossmusic.onSoundComplete = function () {
bossmusic.start(32, 999);
};
stop();
Instance of Symbol 1948 MovieClip "priestend" in Frame 2374
onClipEvent (load) {
if (_root.gun == 2) {
_root.priestend.upper.arm.gotoAndStop(10);
}
if (_root.gun == 3) {
_root.priestend.upper.arm.gotoAndStop(32);
}
}
Instance of Symbol 1948 MovieClip "priestend" in Frame 2424
onClipEvent (load) {
if (_root.gun == 2) {
_root.priestend.upper.arm.gotoAndStop(10);
}
if (_root.gun == 3) {
_root.priestend.upper.arm.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
_root.bossmusic.setVolume(_root.volume);
if (_root.volume > 0) {
_root.volume = _root.volume - 1;
}
}
Frame 2524
bossmusic.stop("boss");
Frame 2554
_root.gotoAndPlay("gamefinish");
Frame 2564
_root.music.setVolume(90);
Frame 2565
_root.music.setVolume(80);
Frame 2566
_root.music.setVolume(70);
Frame 2567
_root.music.setVolume(60);
Frame 2568
_root.music.setVolume(50);
Frame 2569
_root.music.setVolume(40);
Frame 2570
_root.music.setVolume(30);
Frame 2571
_root.music.setVolume(20);
Frame 2572
_root.music.setVolume(10);
Frame 2573
_root.music.setVolume(0);
Frame 2574
_root.music.stop("music01");
Frame 2684
Mouse.show();
_level0.gotoAndPlay("menustart");
Frame 2686
endmusic = new Sound();
endmusic.attachSound("ambient");
Frame 2687
endmusic.start(0, 1);
endmusic.setVolume(0);
_root.volume = 0;
Instance of Symbol 56 MovieClip in Frame 2688
onClipEvent (enterFrame) {
_root.endmusic.setVolume(_root.volume);
if (_root.volume < 100) {
_root.volume = _root.volume + 5;
}
}
Frame 2834
priest.gotoAndStop(150);
Frame 2924
priest.gotoAndStop(150);
Frame 2934
priest.gotoAndStop(150);
girl.gotoAndPlay(1);
Frame 3074
priest.gotoAndStop(110);
endmusic.stop("ambient");
Frame 3164
Mouse.show();
Frame 3609
stop();
Symbol 15 Button
on (release) {
_root.play();
}
Symbol 16 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 22 MovieClip Frame 10
stop();
Symbol 25 MovieClip Frame 10
stop();
Symbol 28 MovieClip Frame 10
stop();
Symbol 31 MovieClip Frame 10
stop();
Symbol 34 MovieClip Frame 10
stop();
Symbol 37 MovieClip Frame 10
stop();
Symbol 40 MovieClip Frame 10
stop();
Symbol 43 MovieClip Frame 10
stop();
Symbol 54 Button
on (press) {
intromusic.stop("music00");
_level0.gotoAndPlay("menustart");
}
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 26
stop();
Symbol 100 MovieClip Frame 42
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 46
stop();
Symbol 189 MovieClip Frame 19
stop();
Symbol 193 MovieClip Frame 19
stop();
Symbol 197 MovieClip Frame 19
stop();
Symbol 201 MovieClip Frame 19
stop();
Symbol 203 Button
on (press) {
_level0.gotoAndPlay("gamestart");
}
Symbol 207 Button
on (press) {
_level0.gotoAndPlay("help");
}
Symbol 211 Button
on (press) {
_level0.gotoAndPlay("cheat");
}
Symbol 215 Button
on (press) {
_level0.gotoAndPlay("credits");
}
Symbol 216 MovieClip Frame 1
stop();
Symbol 217 Button
on (press) {
_level0.gotoAndPlay("menu");
}
Symbol 240 MovieClip Frame 1
stop();
checked = false;
Symbol 240 MovieClip Frame 5
stop();
checked = true;
Symbol 246 Button
on (press) {
_level0.gotoAndPlay("menu");
}
Symbol 248 Button
on (press) {
_level0.gotoAndPlay("menu");
}
Symbol 254 Button
on (release) {
getURL ("mailto:totaljerkface@yahoo.com");
}
Symbol 255 Button
on (release) {
getURL ("http://www.totaljerkface.com", "_blank");
}
Symbol 256 Button
on (release) {
getURL ("http://www.com3designs.com", _blank);
}
Symbol 257 Button
on (release) {
getURL ("http://www.uncalledforproductions.com", _blank);
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 8
stop();
Symbol 326 MovieClip Frame 15
stop();
Symbol 367 MovieClip Frame 2
stop();
Symbol 367 MovieClip Frame 8
stop();
Symbol 367 MovieClip Frame 10
_root.ready = true;
stop();
Symbol 367 MovieClip Frame 11
_root.ready = false;
Symbol 367 MovieClip Frame 12
_root.x = _root.x - 5;
Symbol 367 MovieClip Frame 13
_root.x = _root.x + 3;
Symbol 367 MovieClip Frame 14
_root.x = _root.x + 2;
Symbol 367 MovieClip Frame 30
_root.ready = true;
stop();
Symbol 367 MovieClip Frame 32
_root.hit = false;
stop();
Symbol 367 MovieClip Frame 33
_root.hit = true;
_root.ball.upper.gotoAndPlay(2);
Symbol 367 MovieClip Frame 35
_root.hit = false;
Symbol 367 MovieClip Frame 36
_root.hit = false;
gotoAndPlay (33);
Symbol 374 MovieClip Frame 1
stop();
Symbol 374 MovieClip Frame 8
stop();
Symbol 379 MovieClip Frame 1
stop();
Symbol 413 MovieClip Frame 15
stop();
Symbol 476 MovieClip Frame 63
stop();
Symbol 510 MovieClip Frame 29
stop();
Symbol 513 MovieClip Frame 1
stop();
Symbol 514 MovieClip Frame 1
stop();
Instance of Symbol 328 MovieClip in Symbol 514 MovieClip Frame 2
onClipEvent (load) {
_root.ground.kid.kill = 0;
_root.ground.kid.timer = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.kid.kill >= 3) {
_root.ground.kid.gotoandPlay(55);
}
if (_root.ground.kid.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.ground.kid.gotoAndPlay(5);
} else {
_root.ground.kid._x = _root.ground.kid._x - 15;
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.kid.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.head.head1.nextFrame();
_root.ground.kid.body.head.gotoAndPlay(2);
_root.ground.kid.body.gotoAndPlay(2);
_root.ground.kid._x = _root.ground.kid._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.kill = _root.ground.kid.kill + 0.5;
} else if (_root.ground.kid.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.body1.nextFrame();
_root.ground.kid.body.gotoAndPlay(2);
_root.ground.kid._x = _root.ground.kid._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.kill = _root.ground.kid.kill + 0.5;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.kid.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.head.head1.nextFrame();
_root.ground.kid.body.head.gotoAndPlay(2);
_root.ground.kid.body.gotoAndPlay(2);
_root.ground.kid._x = _root.ground.kid._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.kill = _root.ground.kid.kill + 1;
} else if (_root.ground.kid.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.body1.nextFrame();
_root.ground.kid.body.gotoAndPlay(2);
_root.ground.kid._x = _root.ground.kid._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.kill = _root.ground.kid.kill + 1;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.kid.body.hitTest(_root.bullseye.center)) {
_root.ground.kid._x = _root.ground.kid._x + 10;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.kid.gotoAndPlay(80);
}
}
}
Symbol 514 MovieClip Frame 3
stop();
Symbol 514 MovieClip Frame 5
_root.ground.kid.body.gotoAndStop(15);
_root.ball.gotoAndPlay(291);
_root.dx = 0;
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 6
_root.offx = _root.offx - 10;
_root.attack = true;
Instance of Symbol 379 MovieClip "sarm" in Symbol 514 MovieClip Frame 6
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 514 MovieClip Frame 7
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 8
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 9
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 10
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 11
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 12
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 13
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 14
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 15
_root.offx = _root.offx - 10;
Symbol 514 MovieClip Frame 54
stop();
Instance of Symbol 328 MovieClip in Symbol 514 MovieClip Frame 54
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 514 MovieClip Frame 62
stop();
Instance of Symbol 328 MovieClip in Symbol 514 MovieClip Frame 62
onClipEvent (enterFrame) {
_root.ground.kid.timer = _root.ground.kid.timer + 1;
if (_root.ground.kid.timer >= 60) {
_root.ground.kid.gotoAndPlay(63);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.kid.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.head.head1.nextFrame();
_root.ground.kid._x = _root.ground.kid._x + 5;
_root.ground.kid.body.head.gotoAndPlay(2);
_root.ground.kid.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.timer = 0;
} else if (_root.ground.kid.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.body1.nextFrame();
_root.ground.kid._x = _root.ground.kid._x + 5;
_root.ground.kid.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.kid.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.head.head1.nextFrame();
_root.ground.kid._x = _root.ground.kid._x + 5;
_root.ground.kid.body.head.gotoAndPlay(2);
_root.ground.kid.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.timer = 0;
} else if (_root.ground.kid.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.body1.nextFrame();
_root.ground.kid._x = _root.ground.kid._x + 5;
_root.ground.kid.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.kid.body.hitTest(_root.bullseye.center)) {
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.kid.timer = 0;
_root.ground.kid.gotoAndPlay(87);
}
}
}
Symbol 514 MovieClip Frame 73
stop();
Symbol 514 MovieClip Frame 87
stop();
Instance of Symbol 328 MovieClip in Symbol 514 MovieClip Frame 87
onClipEvent (enterFrame) {
_root.ground.kid.timer = _root.ground.kid.timer + 1;
if (_root.ground.kid.timer >= 60) {
_root.ground.kid.gotoAndPlay(88);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.kid.hitTest(_root.bullseye.center)) {
_root.ground.kid._x = _root.ground.kid._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.kid.hitTest(_root.bullseye.center)) {
_root.ground.kid._x = _root.ground.kid._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.kid.legs.hitTest(_root.bullseye.center)) {
_root.ground.kid.legs.nextFrame();
_root.ground.kid._x = _root.ground.kid._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(1);
_root.ground.kid.timer = 0;
}
if (_root.ground.kid.body.hitTest(_root.bullseye.center)) {
_root.ground.kid.body.nextFrame();
_root.ground.kid._x = _root.ground.kid._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(1);
_root.ground.kid.timer = 0;
}
}
}
Symbol 514 MovieClip Frame 98
stop();
Symbol 527 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 1
stop();
Symbol 536 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 17
gotoAndPlay (9);
Symbol 578 MovieClip Frame 60
stop();
Symbol 582 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 1
stop();
Instance of Symbol 537 MovieClip in Symbol 583 MovieClip Frame 2
onClipEvent (load) {
_root.ground.girl.kill = 0;
_root.ground.girl.timer = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.girl.kill >= 3) {
_root.ground.girl.gotoandPlay(45);
}
if (_root.ground.girl.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.ground.girl.gotoAndPlay(77);
}
_root.ground.girl._x = _root.ground.girl._x - 13;
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.girl.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.head.head1.nextFrame();
_root.ground.girl.body.head.gotoAndPlay(2);
_root.ground.girl._x = _root.ground.girl._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.kill = _root.ground.girl.kill + 0.5;
} else if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.kill = _root.ground.girl.kill + 0.5;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.girl.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.head.head1.nextFrame();
_root.ground.girl.body.head.gotoAndPlay(2);
_root.ground.girl._x = _root.ground.girl._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.kill = _root.ground.girl.kill + 1;
} else if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.kill = _root.ground.girl.kill + 1;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.girl.body.hitTest(_root.bullseye.center)) {
_root.ground.girl._x = _root.ground.girl._x + 10;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.girl.gotoAndPlay(115);
}
}
}
Symbol 583 MovieClip Frame 44
gotoAndPlay (6);
Instance of Symbol 537 MovieClip in Symbol 583 MovieClip Frame 45
onClipEvent (enterFrame) {
_root.ground.girl.timer = _root.ground.girl.timer + 1;
if (_root.ground.girl.timer >= 60) {
_root.ground.girl.gotoAndPlay(55);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.girl.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.head.head1.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 5;
_root.ground.girl.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
} else if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.girl.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.head.head1.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 5;
_root.ground.girl.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
} else if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl.gotoAndStop(124);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 583 MovieClip Frame 54
stop();
Symbol 583 MovieClip Frame 76
stop();
Symbol 583 MovieClip Frame 77
_root.ball.gotoAndPlay(291);
_root.dx = 0;
_root.offx = _root.offx - 10;
Instance of Symbol 379 MovieClip "sarm" in Symbol 583 MovieClip Frame 77
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 583 MovieClip Frame 78
_root.offx = _root.offx - 10;
_root.attack = true;
Symbol 583 MovieClip Frame 79
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 80
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 81
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 82
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 83
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 84
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 85
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 86
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 87
_root.offx = _root.offx - 10;
Symbol 583 MovieClip Frame 114
stop();
Instance of Symbol 328 MovieClip in Symbol 583 MovieClip Frame 114
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 583 MovieClip Frame 124
stop();
Instance of Symbol 537 MovieClip in Symbol 583 MovieClip Frame 124
onClipEvent (enterFrame) {
_root.ground.girl.timer = _root.ground.girl.timer + 1;
if (_root.ground.girl.timer >= 60) {
_root.ground.girl.gotoAndPlay(125);
}
if (_root.gun == 3) {
if ((_root.shooting == true) and (_root.hit == true)) {
if (_root.ground.girl.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl._x = _root.ground.girl._x + 2;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
} else if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl._x = _root.ground.girl._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.girl.hitTest(_root.bullseye.center)) {
_root.ground.girl._x = _root.ground.girl._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.girl.body.hitTest(_root.bullseye.center)) {
_root.ground.girl.body.nextFrame();
_root.ground.girl._x = _root.ground.girl._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.girl.timer = 0;
}
}
}
Symbol 583 MovieClip Frame 135
stop();
Symbol 595 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 613 MovieClip Frame 1
stop();
Symbol 613 MovieClip Frame 3
if (_root.ground.bad1.dead == false) {
if (_root.ground.bad1.lefthop == true) {
_root.ground.bad1.dead = true;
_root.ground.bad1.gotoAndPlay(92);
} else {
_root.ground.bad1.righthop = true;
_root.ground.bad1.walkspeed = 1.5;
_root.ground.bad1.gotoAndPlay(32);
}
}
Symbol 625 MovieClip Frame 1
stop();
Symbol 628 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 3
if (_root.ground.bad1.dead == false) {
if (_root.ground.bad1.righthop == true) {
_root.ground.bad1.dead = true;
_root.ground.bad1.gotoAndPlay(92);
} else {
_root.ground.bad1.lefthop = true;
_root.ground.bad1.walkspeed = 1.5;
_root.ground.bad1.gotoAndPlay(58);
}
}
Symbol 654 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 3
_root.ground.bad1.rightarm = false;
Symbol 688 MovieClip Frame 1
stop();
Symbol 691 MovieClip Frame 1
stop();
Symbol 709 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 3
if (_root.ground.bad1.dead == false) {
_root.ground.bad1.dead = true;
_root.ground.bad1.gotoAndPlay(91);
}
Symbol 725 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 1
stop();
Symbol 739 MovieClip Frame 1
stop();
Symbol 749 MovieClip Frame 1
stop();
Symbol 749 MovieClip Frame 9
stop();
Symbol 754 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 3
_root.ground.bad1.decapitated = true;
if (_root.ground.bad1.dead == false) {
_root.ground.bad1.dead = true;
_root.ground.bad1.gotoAndPlay(91);
} else {
_root.ground.bad1.gotoAndPlay(106);
}
Symbol 757 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 6
gotoAndPlay (1);
Instance of Symbol 379 MovieClip "sarm" in Symbol 771 MovieClip Frame 20
onClipEvent (load) {
if (_root.gun == 2) {
_root.ground.bad1.upper.sarm.gotoAndStop(2);
}
if (_root.gun == 3) {
_root.ground.bad1.upper.sarm.gotoAndStop(3);
}
}
Instance of Symbol 328 MovieClip in Symbol 771 MovieClip Frame 20
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Instance of Symbol 379 MovieClip "sarm" in Symbol 771 MovieClip Frame 34
onClipEvent (load) {
if (_root.gun == 2) {
_root.ground.bad1.upper.sarm.gotoAndStop(2);
}
if (_root.gun == 3) {
_root.ground.bad1.upper.sarm.gotoAndStop(3);
}
}
Instance of Symbol 379 MovieClip "sarm" in Symbol 771 MovieClip Frame 57
onClipEvent (load) {
if (_root.gun == 2) {
_root.ground.bad1.upper.sarm.gotoAndStop(2);
}
if (_root.gun == 3) {
_root.ground.bad1.upper.sarm.gotoAndStop(3);
}
}
Instance of Symbol 379 MovieClip "sarm" in Symbol 771 MovieClip Frame 58
onClipEvent (load) {
if (_root.gun == 2) {
_root.ground.bad1.upper.sarm.gotoAndStop(2);
}
if (_root.gun == 3) {
_root.ground.bad1.upper.sarm.gotoAndStop(3);
}
}
Symbol 771 MovieClip Frame 61
stop();
Symbol 787 MovieClip Frame 1
stop();
Instance of Symbol 772 MovieClip in Symbol 787 MovieClip Frame 2
onClipEvent (load) {
_root.ground.bad1.timer = 0;
_root.ground.bad1.decapitated = false;
_root.ground.bad1.dead = false;
_root.ground.bad1.rightarm = true;
_root.ground.bad1.walkspeed = 5;
_root.ground.bad1.lefthop = false;
_root.ground.bad1.righthop = false;
_root.ground.bad1.kill = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.bad1.kill >= 20) {
_root.ground.bad1.dead = true;
_root.ground.bad1.gotoAndPlay(93);
}
if (_root.ground.bad1.dead == false) {
if (_root.ground.bad1.rightarm == true) {
if (_root.ground.bad1.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.ground.bad1.gotoAndPlay(109);
}
} else if (_root.ground.bad1.upper.shoulders.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.ground.bad1.gotoAndPlay(137);
}
_root.ground.bad1._x = _root.ground.bad1._x - _root.ground.bad1.walkspeed;
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.bad1.upper.head.head1.forehead.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.forehead.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.upper.head.head1.fac.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.fac.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.mouth.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.upper.shoulders.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.chest.chest1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.stomach.stomach1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.larm.larm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.rarm.rarm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.waiste.hitTest(_root.bullseye.center)) {
_root.ground.bad1.waiste.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 0.5;
}
if (_root.ground.bad1.ruleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.ruleg.ruleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.rlleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.rlleg.rlleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.luleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.luleg.luleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.llleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.llleg.llleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.bad1.upper.head.head1.forehead.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.forehead.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.upper.head.head1.fac.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.fac.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.mouth.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.upper.shoulders.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.chest.chest1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.stomach.stomach1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.larm.larm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.rarm.rarm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.waiste.hitTest(_root.bullseye.center)) {
_root.ground.bad1.waiste.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.kill = _root.ground.bad1.kill + 1;
}
if (_root.ground.bad1.ruleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.ruleg.ruleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.rlleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.rlleg.rlleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.luleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.luleg.luleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.llleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.ground.bad1.llleg.llleg1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.bad1.upper.head.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.chest.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.stomach.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.rarm.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.larm.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.waiste.hitTest(_root.bullseye.center)) {
_root.ground.bad1.waiste.gotoAndStop(10);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.ruleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.ruleg.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.rlleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.rlleg.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.luleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.luleg.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.bad1.llleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.llleg.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 787 MovieClip Frame 31
gotoAndPlay (2);
Symbol 787 MovieClip Frame 57
gotoAndPlay (32);
Symbol 787 MovieClip Frame 83
gotoAndPlay (58);
Symbol 787 MovieClip Frame 107
if (_root.ground.bad1.decapitated == true) {
gotoAndPlay (107);
} else {
stop();
}
Instance of Symbol 772 MovieClip in Symbol 787 MovieClip Frame 107
onClipEvent (enterFrame) {
_root.ground.bad1.timer = _root.ground.bad1.timer + 1;
if (_root.ground.bad1.timer >= 60) {
_root.ground.bad1.gotoAndPlay(202);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.bad1.upper.head.head1.forehead.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.forehead.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.head.head1.fac.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.fac.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.mouth.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.shoulders.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.chest.chest1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.stomach.stomach1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.larm.larm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.rarm.rarm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.waiste.hitTest(_root.bullseye.center)) {
_root.ground.bad1.waiste.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.ruleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.ruleg.ruleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.rlleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.rlleg.rlleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.luleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.luleg.luleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.bad1.llleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.llleg.llleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.bad1.upper.head.head1.forehead.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.forehead.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.head.head1.fac.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.fac.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.mouth.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.shoulders.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.chest.chest1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.stomach.stomach1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.larm.larm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.rarm.rarm1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.waiste.hitTest(_root.bullseye.center)) {
_root.ground.bad1.waiste.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.ruleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.ruleg.ruleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.rlleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.rlleg.rlleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.luleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.luleg.luleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.llleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.llleg.llleg1.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.bad1.upper.head.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.head.head1.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.ground.bad1.upper.head.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.chest.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.stomach.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.rarm.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.bad1.upper.larm.nextFrame();
_root.ground.bad1.upper.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.waiste.hitTest(_root.bullseye.center)) {
_root.ground.bad1.waiste.gotoAndStop(10);
_root.ground.bad1._x = _root.ground.bad1._x + 20;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.ruleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.ruleg.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.rlleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.rlleg.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.luleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.luleg.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
if (_root.ground.bad1.llleg.hitTest(_root.bullseye.center)) {
_root.ground.bad1.llleg.nextFrame();
_root.ground.bad1._x = _root.ground.bad1._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.bad1.timer = 0;
}
}
}
Symbol 787 MovieClip Frame 108
stop();
Instance of Symbol 379 MovieClip "sarm" in Symbol 787 MovieClip Frame 109
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 787 MovieClip Frame 110
_root.ball.gotoAndPlay(291);
_root.dx = 0;
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 111
_root.offx = _root.offx - 10;
_root.ground.bad1.upper.gotoAndPlay(7);
_root.attack = true;
Symbol 787 MovieClip Frame 112
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 113
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 114
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 115
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 116
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 117
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 118
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 119
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 120
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 136
stop();
Symbol 787 MovieClip Frame 137
_root.ball.gotoAndPlay(291);
_root.dx = 0;
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 138
_root.offx = _root.offx - 10;
_root.attack = true;
Symbol 787 MovieClip Frame 139
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 140
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 141
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 142
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 143
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 144
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 145
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 146
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 147
_root.offx = _root.offx - 10;
Symbol 787 MovieClip Frame 166
if (_root.ground.bad1.lefthop == true) {
gotoAndPlay (185);
}
Symbol 787 MovieClip Frame 184
stop();
Instance of Symbol 328 MovieClip in Symbol 787 MovieClip Frame 184
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 787 MovieClip Frame 201
stop();
Instance of Symbol 328 MovieClip in Symbol 787 MovieClip Frame 201
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 787 MovieClip Frame 212
stop();
Symbol 804 MovieClip Frame 1
stop();
Symbol 807 MovieClip Frame 1
stop();
Symbol 833 MovieClip Frame 1
_root.altar = new Sound();
_root.altar.attachSound("altarhelp");
stop();
Symbol 833 MovieClip Frame 2
_root.altar.start(0, 1);
Symbol 846 MovieClip Frame 1
stop();
Symbol 849 MovieClip Frame 1
stop();
Symbol 857 MovieClip Frame 1
stop();
Symbol 860 MovieClip Frame 1
stop();
Symbol 879 MovieClip Frame 1
stop();
Symbol 882 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 1
stop();
Symbol 895 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 1
stop();
Symbol 897 MovieClip Frame 20
gotoAndPlay (10);
Symbol 897 MovieClip Frame 21
stop();
Symbol 897 MovieClip Frame 25
gotoAndPlay (21);
Symbol 901 MovieClip Frame 67
stop();
Symbol 902 MovieClip Frame 1
stop();
Instance of Symbol 56 MovieClip in Symbol 902 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.ab.body.head.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.head.faces.faces2.nextFrame();
_root.ground.ab.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.chest.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.chest.chest1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.rarm.rarm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.larm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.larm.larm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.legs.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.legs.legs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.ab.body.head.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.head.faces.faces2.nextFrame();
_root.ground.ab.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.chest.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.chest.chest1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.rarm.rarm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.larm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.larm.larm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.legs.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.legs.legs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.ab.body.head.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.head.faces.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.rarm.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.larm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.larm.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.body.chest.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.chest.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
if (_root.ground.ab.legs.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.legs.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ab.gotoAndPlay(50);
}
}
}
Symbol 902 MovieClip Frame 50
_root.ground.gun.gotoAndPlay(2);
_root.altar.stop("altarhelp");
Instance of Symbol 56 MovieClip in Symbol 902 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.ab.body.head.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.head.faces.faces2.nextFrame();
_root.ground.ab.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.body.chest.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.chest.chest1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.body.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.rarm.rarm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.body.larm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.larm.larm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.legs.hitTest(_root.bullseye.center)) {
_root.ground.ab.legs.legs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.ab.body.head.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.head.faces.faces2.nextFrame();
_root.ground.ab.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.body.chest.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.chest.chest1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.body.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.rarm.rarm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.body.larm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.larm.larm1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ab.legs.hitTest(_root.bullseye.center)) {
_root.ground.ab.legs.legs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.ab.body.head.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.head.faces.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ab.body.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.rarm.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ab.body.larm.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.larm.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ab.body.chest.hitTest(_root.bullseye.center)) {
_root.ground.ab.body.gotoAndPlay(22);
_root.ground.ab.body.chest.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ab.legs.hitTest(_root.bullseye.center)) {
_root.ground.ab.legs.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 902 MovieClip Frame 59
stop();
Symbol 906 MovieClip Frame 1
stop();
Symbol 906 MovieClip Frame 11
stop();
Symbol 906 MovieClip Frame 25
_root.ground.gun.unloadMovie();
Instance of Symbol 56 MovieClip "scene" in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.offx > 1360) {
_root.offx = 1360;
}
if (_root.offx < -195) {
_root.offx = -195;
} else {
_root.x = _root.x + _root.dx;
}
if (((_root.x - _root.offx) > 230) and (_root.dx > 0)) {
_root.offx = _root.offx + _root.dx;
}
if (((_root.x - _root.offx) < 200) and (_root.dx < 0)) {
_root.offx = _root.offx + _root.dx;
}
_root.ground._x = -_root.offx;
_root.ground._y = -_root.offy;
_root.ball._x = _root.x - _root.offx;
_root.ball._y = _root.y - _root.offy;
if (_root.ground.scene.hitTest(_root.ball.box)) {
_level0.gotoAndPlay("scene2");
}
}
Instance of Symbol 516 MovieClip "pm1" in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm1.hitTest(_root.ball.box)) {
_root.ground.kid.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm2" in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm2.hitTest(_root.ball.box)) {
_root.ground.girl.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm3" in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm3.hitTest(_root.ball.box)) {
_root.ground.bad1.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 906 MovieClip "gun" in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.gun.hitTest(_root.ball.box)) {
_root.haveuzi = true;
_root.shotgun = false;
_root.pistol = false;
_root.tmp = true;
_root.gun = 3;
_root.ground.gun.gotoAndPlay(12);
}
}
Instance of Symbol 516 MovieClip "pma" in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pma.hitTest(_root.ball.box)) {
_root.ground.ab.body.head.gotoAndPlay(2);
this.unloadMovie();
}
}
Symbol 920 MovieClip Frame 136
_root.ball._visible = true;
this.unloadMovie();
Symbol 1017 MovieClip Frame 41
stop();
Symbol 1110 MovieClip Frame 35
stop();
Instance of Symbol 923 MovieClip "box" in Symbol 1193 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (mouseDown) {
_root.shooting = true;
}
onClipEvent (mouseUp) {
_root.shooting = false;
}
onClipEvent (enterFrame) {
if (_root.downkey == true) {
origin_x = getProperty(_root.ball, _x) - 43;
origin_y = getProperty(_root.ball, _y) - 42;
} else {
origin_x = getProperty(_root.ball, _x) - 32;
origin_y = getProperty(_root.ball, _y) - 82;
}
mouse_x = _root._xmouse;
mouse_y = _root._ymouse;
dist_x = mouse_x - origin_x;
dist_y = mouse_y - origin_y;
if (dist_x < 0) {
normalise = -1 * dist_x;
} else {
normalise = dist_x;
}
if (dist_y < 0) {
normalise = normalise + (-1 * dist_y);
} else {
normalise = normalise + dist_y;
}
if ((dist_x >= 0) and (dist_y >= 0)) {
direction = 90 * (dist_y / normalise);
} else if ((dist_x <= 0) and (dist_y >= 0)) {
direction = (-90 * (dist_x / normalise)) + 90;
} else if ((dist_x <= 0) and (dist_y <= 0)) {
direction = (-90 * (dist_y / normalise)) + 180;
} else {
direction = (90 * (dist_x / normalise)) + 270;
}
_root.ball.upper.arm._rotation = direction;
if (_root.tmp == true) {
_root.ball.upper.arm.gotoAndPlay(32);
_root.tmp = false;
}
if (_root.shotgun == true) {
_root.ball.upper.arm.gotoAndPlay(10);
_root.shotgun = false;
}
if (_root.pistol == true) {
_root.ball.upper.arm.gotoAndPlay(1);
_root.pistol = false;
}
if (_root.keyright == true) {
_root.dir = 1;
_root.dx = _root.dx + 1;
}
if (_root.keyleft == true) {
_root.dir = -1;
_root.dx = _root.dx - 1;
}
if ((((_root.keyleft == false) and (_root.keyright == false)) and (_root.downkey == false)) and (_root.rising == false)) {
if (_root.dx < 0) {
_root.dx = _root.dx + 0.5;
}
if (_root.dx > 0) {
_root.dx = _root.dx - 0.5;
}
if ((_root.dx == 0) and (_root.dy == 0)) {
_root.ball.gotoAndPlay(1);
}
}
if (_root.dx > _root.maxspeed) {
_root.dx = _root.maxspeed;
}
if (_root.dx < (-_root.maxspeed)) {
_root.dx = -_root.maxspeed;
}
if (_root.startrightrun == true) {
_root.ball.gotoAndPlay(5);
_root.startrightrun = false;
}
if (_root.startleftrun == true) {
_root.ball.gotoAndPlay(69);
_root.startleftrun = false;
}
if (_root.crouch == true) {
if (_root.dx < 0) {
_root.dx = _root.dx + 0.5;
}
if (_root.dx > 0) {
_root.dx = _root.dx - 0.5;
}
}
if (_root.ducking == true) {
_root.ball.gotoAndPlay(57);
_root.ducking = false;
_root.stand = true;
_root.rising = true;
}
if ((_root.downkey == false) and (_root.stand == true)) {
_root.ball.gotoAndPlay(63);
_root.crouch = false;
_root.stand = false;
}
if (_root.dy == 0) {
_root.jumping = false;
}
if (_root.falling == true) {
_root.ball.gotoAndPlay(130);
}
if ((_root.ball._y > 301) and (!_root.jumping)) {
_root.falling = false;
_root.jumping = false;
_root.dy = 0;
} else {
_root.falling = true;
_root.dy++;
}
if (_root.dy > _root.maxfall) {
_root.dy = _root.maxfall;
}
_root.y = _root.y + _root.dy;
if (_root.shooting == false) {
if (_root.gun == 3) {
_root.ball.upper.arm.gotoAndStop(32);
}
if ((_root.gun == 2) and (_root.ready == true)) {
_root.ball.upper.arm.gotoAndStop(10);
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
_root.ball.upper.arm.gotoAndPlay(3);
_root.ball.upper.gotoAndPlay(2);
} else if (_root.gun == 2) {
if (_root.ready == true) {
_root.ball.upper.arm.gotoAndPlay(11);
_root.ball.upper.gotoAndPlay(2);
}
} else {
_root.ball.upper.arm.gotoAndPlay(33);
_root.ball.upper.gotoAndPlay(2);
}
}
onClipEvent (mouseUp) {
if (_root.gun == 3) {
_root.ball.upper.arm.gotoAndPlay(32);
}
}
onClipEvent (keyDown) {
if (((Key.getCode() == 51) and (/:gun != 3)) and (_root.haveuzi == true)) {
Set("/:shotgun", false);
Set("/:pistol", false);
Set("/:tmp", true);
Set("/:gun", 3);
}
if (((Key.getCode() == 50) and (/:gun != 2)) and (_root.havesg == true)) {
Set("/:shotgun", true);
Set("/:pistol", false);
Set("/:tmp", false);
Set("/:gun", 2);
}
if ((Key.getCode() == 49) and (/:gun != 1)) {
Set("/:shotgun", false);
Set("/:pistol", true);
Set("/:tmp", false);
Set("/:gun", 1);
}
if ((((Key.getCode() == 68) and (/:keyright == false)) and (/:downkey == false)) and (/:dy == 0)) {
Set("/:keyright", true);
Set("/:startrightrun", true);
}
if ((((Key.getCode() == 65) and (/:keyleft == false)) and (/:downkey == false)) and (/:dy == 0)) {
Set("/:keyleft", true);
Set("/:startleftrun", true);
}
if (((((Key.getCode() == 32) || (Key.getCode() == 87)) && (/:jumping == false)) && (/:dy == 0)) and (/:downkey == false)) {
Set("/:falling", true);
Set("/:jumping", true);
Set("/:dy", -/:jumpheight);
}
if ((Key.getCode() == 83) and (/:downkey == false)) {
Set("/:ducking", true);
Set("/:downkey", true);
Set("/:keyleft", false);
Set("/:keyright", false);
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 68) {
Set("/:keyright", false);
}
if (Key.getCode() == 65) {
Set("/:keyleft", false);
}
if (((Key.getCode() == 83) and (/:keyleft == false)) and (/:keyright == false)) {
Set("/:downkey", false);
}
}
Symbol 1193 MovieClip Frame 4
stop();
Symbol 1193 MovieClip Frame 5
_root.rising = false;
Symbol 1193 MovieClip Frame 55
gotoAndPlay (5);
Symbol 1193 MovieClip Frame 62
_root.crouch = true;
stop();
Symbol 1193 MovieClip Frame 68
_root.rising = false;
gotoAndPlay (1);
Symbol 1193 MovieClip Frame 69
_root.rising = false;
Symbol 1193 MovieClip Frame 119
gotoAndPlay (69);
Symbol 1193 MovieClip Frame 130
_root.rising = false;
Symbol 1193 MovieClip Frame 132
_root.ball.gotoAndPlay(5);
Symbol 1193 MovieClip Frame 210
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 263
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1193 MovieClip Frame 282
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 282
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1193 MovieClip Frame 291
root.dead = eval (true)();
stop();
Instance of Symbol 923 MovieClip "box" in Symbol 1193 MovieClip Frame 291
onClipEvent (load) {
this._visible = false;
}
Symbol 1193 MovieClip Frame 292
stop();
Symbol 1193 MovieClip Frame 295
_root.dx = 0;
Instance of Symbol 379 MovieClip "sarm" in Symbol 1193 MovieClip Frame 295
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 1193 MovieClip Frame 344
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 344
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1193 MovieClip Frame 346
_root.dx = 0;
Symbol 1193 MovieClip Frame 388
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 388
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1193 MovieClip Frame 389
_root.dx = 0;
_root.offx = _root.offx - 10;
Instance of Symbol 379 MovieClip "sarm" in Symbol 1193 MovieClip Frame 389
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 1193 MovieClip Frame 390
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 391
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 392
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 393
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 394
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 395
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 396
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 397
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 398
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 399
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 460
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 460
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1193 MovieClip Frame 461
_root.dx = 0;
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 462
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 463
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 464
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 465
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 466
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 467
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 468
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 469
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 470
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 471
_root.offx = _root.offx - 10;
Symbol 1193 MovieClip Frame 517
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 517
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Instance of Symbol 379 MovieClip "sarm" in Symbol 1193 MovieClip Frame 519
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 1193 MovieClip Frame 520
_root.dx = 0;
Symbol 1193 MovieClip Frame 568
_root.attack = true;
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 568
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1193 MovieClip Frame 570
_root.dx = 0;
Instance of Symbol 379 MovieClip "sarm" in Symbol 1193 MovieClip Frame 570
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Instance of Symbol 923 MovieClip "box" in Symbol 1193 MovieClip Frame 570
onClipEvent (load) {
this._visible = false;
}
Symbol 1193 MovieClip Frame 696
stop();
Instance of Symbol 328 MovieClip in Symbol 1193 MovieClip Frame 696
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1202 MovieClip Frame 1
stop();
Symbol 1211 MovieClip Frame 1
stop();
Symbol 1219 MovieClip Frame 1
stop();
Symbol 1221 MovieClip Frame 1
stop();
Symbol 1221 MovieClip Frame 23
_root.lives = _root.lives - 1;
Symbol 1221 MovieClip Frame 24
if (_root.lives == 0) {
_level0.gotoAndPlay("gameover");
}
Symbol 1221 MovieClip Frame 25
_level0.gotoAndPlay("scene1");
Symbol 1247 MovieClip Frame 1
stop();
Symbol 1252 MovieClip Frame 1
stop();
Symbol 1256 MovieClip Frame 1
stop();
Symbol 1257 MovieClip Frame 1
stop();
Symbol 1257 MovieClip Frame 2
gotoAndStop (3);
Symbol 1279 MovieClip Frame 1
stop();
Symbol 1282 MovieClip Frame 1
stop();
Symbol 1298 MovieClip Frame 1
stop();
Symbol 1302 MovieClip Frame 1
stop();
Symbol 1318 MovieClip Frame 1
stop();
Symbol 1321 MovieClip Frame 1
stop();
Symbol 1321 MovieClip Frame 3
if (_root.ground.ep.dead == false) {
_root.ground.ep.dead = true;
_root.ground.ep.body.upper.gotoAndPlay(100);
_root.ground.ep.gotoAndPlay(100);
}
Symbol 1338 MovieClip Frame 1
stop();
Symbol 1341 MovieClip Frame 1
stop();
Symbol 1341 MovieClip Frame 3
if (_root.ground.ep.dead == false) {
_root.ground.ep.dead = true;
_root.ground.ep.body.upper.gotoAndPlay(100);
_root.ground.ep.gotoAndPlay(100);
}
Symbol 1353 MovieClip Frame 1
stop();
Symbol 1358 MovieClip Frame 1
stop();
Symbol 1360 MovieClip Frame 1
stop();
Symbol 1360 MovieClip Frame 3
if (_root.ground.ep.dead == false) {
_root.ground.ep.dead = true;
_root.ground.ep.body.upper.gotoAndPlay(100);
_root.ground.ep.gotoAndPlay(100);
}
Symbol 1361 MovieClip Frame 1
stop();
Symbol 1379 MovieClip Frame 1
stop();
Symbol 1383 MovieClip Frame 1
stop();
Symbol 1433 MovieClip Frame 29
point = new Object();
point.x = _root.ground.ep.body.upper.blast1.fireball._x;
point.y = _root.ground.ep.body.upper.blast1.fireball._y;
localToGlobal(point);
_root.blast._x = point.x;
_root.blast._y = 190;
_root.blast.gotoAndPlay(2);
Symbol 1433 MovieClip Frame 30
stop();
Symbol 1434 MovieClip Frame 29
point = new Object();
point.x = _root.ground.ep.body.upper.blast1.fireball._x;
point.y = _root.ground.ep.body.upper.blast1.fireball._y;
localToGlobal(point);
_root.blast2._x = point.x;
_root.blast2._y = point.y;
_root.blast2.gotoAndPlay(2);
Symbol 1434 MovieClip Frame 30
stop();
Symbol 1435 MovieClip Frame 49
t = random(2);
if (t == 1) {
gotoAndPlay (61);
}
Symbol 1435 MovieClip Frame 60
stop();
Symbol 1435 MovieClip Frame 66
stop();
Symbol 1435 MovieClip Frame 99
gotoAndPlay (1);
Symbol 1435 MovieClip Frame 114
stop();
Symbol 1436 MovieClip Frame 1
stop();
Symbol 1438 MovieClip Frame 1
stop();
Instance of Symbol 56 MovieClip in Symbol 1438 MovieClip Frame 1
onClipEvent (load) {
_root.ground.ep.dead = false;
_root.ground.ep.shieldlife = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.ep.shieldlife >= 30) {
_root.ground.ep.shield.gotoAndPlay(20);
_root.ground.ep.ao.gotoAndPlay(10);
}
if (_root.ground.ep.pentagram.hitTest(_root.ball.box)) {
_root.ball.gotoAndPlay(389);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.ep.body.hitTest(_root.bullseye.center)) {
_root.ground.ep.shield.gotoAndPlay(2);
_root.ground.ep.shieldlife = _root.ground.ep.shieldlife + 0.5;
} else if (_root.ground.ep.shield.hitTest(_root.bullseye.center)) {
_root.ground.ep.shield.gotoAndPlay(2);
_root.ground.ep.shieldlife = _root.ground.ep.shieldlife + 0.5;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.ep.body.hitTest(_root.bullseye.center)) {
_root.ground.ep.shield.gotoAndPlay(2);
_root.ground.ep.shieldlife = _root.ground.ep.shieldlife + 1;
} else if (_root.ground.ep.shield.hitTest(_root.bullseye.center)) {
_root.ground.ep.shield.gotoAndPlay(2);
_root.ground.ep.shieldlife = _root.ground.ep.shieldlife + 1;
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.ep.body.hitTest(_root.bullseye.center)) {
_root.ground.ep.shield.gotoAndPlay(2);
_root.ground.ep.shieldlife = _root.ground.ep.shieldlife + 10;
} else if (_root.ground.ep.shield.hitTest(_root.bullseye.center)) {
_root.ground.ep.shield.gotoAndPlay(2);
_root.ground.ep.shieldlife = _root.ground.ep.shieldlife + 10;
}
}
}
Symbol 1438 MovieClip Frame 10
stop();
Instance of Symbol 56 MovieClip in Symbol 1438 MovieClip Frame 10
onClipEvent (load) {
_root.ground.ep.dead = false;
_root.ground.ep.kill = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.ep.kill >= 30) {
_root.ground.ep.dead = true;
_root.ground.ep.body.upper.gotoAndPlay(100);
_root.ground.ep.gotoAndPlay(100);
}
if (_root.ground.ep.pentagram.hitTest(_root.ball.box)) {
_root.ball.gotoAndPlay(389);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.ep.body.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.mouth.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 0.5;
}
if (_root.ground.ep.body.upper.head.head1.eyes.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.eyes.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 0.5;
}
if (_root.ground.ep.body.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.chest.chest1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 0.5;
}
if (_root.ground.ep.body.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.stomach.stomach1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 0.5;
}
if (_root.ground.ep.body.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.rarm.rarm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ep.body.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.larm.larm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.thighs.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.thighs.thighs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.shins.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.shins1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.ep.body.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.mouth.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 1;
}
if (_root.ground.ep.body.upper.head.head1.eyes.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.eyes.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 1;
}
if (_root.ground.ep.body.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.chest.chest1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 1;
}
if (_root.ground.ep.body.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.stomach.stomach1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.kill = _root.ground.ep.kill + 1;
}
if (_root.ground.ep.body.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.rarm.rarm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ep.body.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.larm.larm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.thighs.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.thighs.thighs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.shins.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.shins1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.ep.body.upper.head.head1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.rarm.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.larm.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.chest.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.stomach.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.thighs.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.thighs.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.shins.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.shins.rshin.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.rshin.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
if (_root.ground.ep.body.lower.shins.lshin.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.lshin.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1465 MovieClip Frame 1
stop();
Symbol 1465 MovieClip Frame 16
gotoAndStop (1);
Symbol 1465 MovieClip Frame 26
stop();
Symbol 1467 MovieClip Frame 1
stop();
Instance of Symbol 328 MovieClip "box" in Symbol 1467 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.ep.box.hitTest(_root.ball.box)) {
_root.ground.ep.gotoAndPlay(2);
this.unloadMovie();
}
}
Symbol 1467 MovieClip Frame 99
gotoAndPlay (40);
Symbol 1467 MovieClip Frame 100
_root.ground.ep.body.upper.cloth1.stop();
_root.ground.ep.body.upper.cloth2.stop();
_root.ground.ep.body.upper.gotoAndPlay(100);
Symbol 1467 MovieClip Frame 115
stop();
Instance of Symbol 56 MovieClip in Symbol 1467 MovieClip Frame 115
onClipEvent (enterFrame) {
_root.ground.ep.timer = _root.ground.ep.timer + 1;
if (_root.ground.ep.timer >= 60) {
_root.ground.ep.gotoAndPlay(116);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.ep.body.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.mouth.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.head.head1.eyes.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.eyes.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.chest.chest1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.chest.chest1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.stomach.stomach1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.stomach.stomach1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.rarm.rarm1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.rarm.rarm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.larm.larm1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.larm.larm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.thighs.thighs1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.thighs.thighs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.shins.shins1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.shins1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.ep.body.upper.head.head1.mouth.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.mouth.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.head.head1.eyes.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.eyes.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.chest.chest1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.chest.chest1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.stomach.stomach1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.stomach.stomach1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.rarm.rarm1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.rarm.rarm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.larm.larm1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.larm.larm1.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.thighs.thighs1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.thighs.thighs1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.shins.shins1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.shins1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.ep.body.upper.head.head1.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.head.head1.nextFrame();
_root.ground.ep.body.upper.head.gotoAndPlay(2);
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.rarm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.rarm.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.larm.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.larm.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.chest.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.chest.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.upper.stomach.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.upper.stomach.nextFrame();
_root.ground.ep.body.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.thighs.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.thighs.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.shins.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.shins.rshin.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.rshin.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
if (_root.ground.ep.body.lower.shins.lshin.hitTest(_root.bullseye.center)) {
_root.ground.ep.body.lower.shins.lshin.nextFrame();
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.ep.timer = 0;
}
}
}
Symbol 1467 MovieClip Frame 126
stop();
Symbol 1470 MovieClip Frame 1
stop();
Symbol 1470 MovieClip Frame 11
stop();
Symbol 1470 MovieClip Frame 25
_root.ground.gun.unloadMovie();
Instance of Symbol 56 MovieClip "scene" in Symbol 1471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.offx > 695) {
_root.offx = 695;
}
if (_root.offx < -195) {
_root.offx = -195;
} else {
_root.x = _root.x + _root.dx;
}
if (((_root.x - _root.offx) > 230) and (_root.dx > 0)) {
_root.offx = _root.offx + _root.dx;
}
if (((_root.x - _root.offx) < 200) and (_root.dx < 0)) {
_root.offx = _root.offx + _root.dx;
}
_root.ground._x = -_root.offx;
_root.ground._y = -_root.offy;
_root.ball._x = _root.x - _root.offx;
_root.ball._y = _root.y - _root.offy;
if (_root.ground.scene.hitTest(_root.ball.box)) {
_level0.gotoAndPlay("scene3");
}
}
Instance of Symbol 516 MovieClip "pm2" in Symbol 1471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm2.hitTest(_root.ball.box)) {
_root.ground.girl.gotoAndPlay(2);
_root.ground.bad1.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm1" in Symbol 1471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm1.hitTest(_root.ball.box)) {
_root.ground.kid.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm3" in Symbol 1471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm3.hitTest(_root.ball.box)) {
_root.ground.girl._x = _root.ground.girl._x + 1500;
_root.ground.girl.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 1470 MovieClip "gun" in Symbol 1471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.gun.hitTest(_root.ball.box)) {
_root.havesg = true;
_root.shotgun = true;
_root.pistol = false;
_root.tmp = false;
_root.gun = 2;
_root.ground.gun.gotoAndPlay(12);
}
}
Instance of Symbol 516 MovieClip "pma" in Symbol 1471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pma.hitTest(_root.ball.box)) {
_root.ground.ab.body.head.gotoAndPlay(2);
this.unloadMovie();
}
}
Symbol 1517 MovieClip Frame 1
stop();
Symbol 1517 MovieClip Frame 41
if (_root.ground.ep.dead == false) {
_root.ground.ep.body.upper.gotoAndPlay(95);
}
Symbol 1517 MovieClip Frame 44
if (_root.blast.hit == 5) {
_root.blast.hit = 0;
_root.ball.gotoAndPlay(346);
}
Symbol 1517 MovieClip Frame 45
stop();
Symbol 1518 MovieClip Frame 1
stop();
Symbol 1518 MovieClip Frame 46
if (_root.ground.ep.dead == false) {
_root.ground.ep.body.upper.gotoAndPlay(95);
}
stop();
Symbol 1520 MovieClip Frame 1
stop();
Symbol 1520 MovieClip Frame 23
_root.lives = _root.lives - 1;
Symbol 1520 MovieClip Frame 24
if (_root.lives == 0) {
_level0.gotoAndPlay("gameover");
}
Symbol 1520 MovieClip Frame 25
_level0.gotoAndPlay("scene2");
Symbol 1533 MovieClip Frame 1
stop();
Instance of Symbol 328 MovieClip in Symbol 1533 MovieClip Frame 2
onClipEvent (load) {
_root.ground.kid2.kill = 0;
_root.ground.kid2.timer = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.kid2.kill >= 3) {
_root.ground.kid2.gotoandPlay(55);
}
if (_root.ground.kid2.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.ground.kid2.gotoAndPlay(5);
} else {
_root.ground.kid2._x = _root.ground.kid2._x - 15;
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.kid2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.head.head1.nextFrame();
_root.ground.kid2.body.head.gotoAndPlay(2);
_root.ground.kid2.body.gotoAndPlay(2);
_root.ground.kid2._x = _root.ground.kid2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.kill = _root.ground.kid2.kill + 0.5;
} else if (_root.ground.kid2.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.body1.nextFrame();
_root.ground.kid2.body.gotoAndPlay(2);
_root.ground.kid2._x = _root.ground.kid2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.kill = _root.ground.kid2.kill + 0.5;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.kid2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.head.head1.nextFrame();
_root.ground.kid2.body.head.gotoAndPlay(2);
_root.ground.kid2.body.gotoAndPlay(2);
_root.ground.kid2._x = _root.ground.kid2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.kill = _root.ground.kid2.kill + 1;
} else if (_root.ground.kid2.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.body1.nextFrame();
_root.ground.kid2.body.gotoAndPlay(2);
_root.ground.kid2._x = _root.ground.kid2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.kill = _root.ground.kid2.kill + 1;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.kid2.body.hitTest(_root.bullseye.center)) {
_root.ground.kid2._x = _root.ground.kid2._x + 10;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.kid2.gotoAndPlay(80);
}
}
}
Symbol 1533 MovieClip Frame 3
stop();
Symbol 1533 MovieClip Frame 5
_root.ground.kid2.body.gotoAndStop(15);
_root.ball.gotoAndPlay(291);
_root.dx = 0;
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 6
_root.offx = _root.offx - 10;
_root.attack = true;
Instance of Symbol 379 MovieClip "sarm" in Symbol 1533 MovieClip Frame 6
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 1533 MovieClip Frame 7
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 8
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 9
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 10
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 11
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 12
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 13
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 14
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 15
_root.offx = _root.offx - 10;
Symbol 1533 MovieClip Frame 54
stop();
Instance of Symbol 328 MovieClip in Symbol 1533 MovieClip Frame 54
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1533 MovieClip Frame 62
stop();
Instance of Symbol 328 MovieClip in Symbol 1533 MovieClip Frame 62
onClipEvent (enterFrame) {
_root.ground.kid2.timer = _root.ground.kid2.timer + 1;
if (_root.ground.kid2.timer >= 60) {
_root.ground.kid2.gotoAndPlay(63);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.kid2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.head.head1.nextFrame();
_root.ground.kid2._x = _root.ground.kid2._x + 5;
_root.ground.kid2.body.head.gotoAndPlay(2);
_root.ground.kid2.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
} else if (_root.ground.kid2.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.body1.nextFrame();
_root.ground.kid2._x = _root.ground.kid2._x + 5;
_root.ground.kid2.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.kid2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.head.head1.nextFrame();
_root.ground.kid2._x = _root.ground.kid2._x + 5;
_root.ground.kid2.body.head.gotoAndPlay(2);
_root.ground.kid2.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
} else if (_root.ground.kid2.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.body1.nextFrame();
_root.ground.kid2._x = _root.ground.kid2._x + 5;
_root.ground.kid2.body.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.kid2.body.hitTest(_root.bullseye.center)) {
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
_root.ground.kid2.gotoAndPlay(87);
}
}
}
Symbol 1533 MovieClip Frame 73
stop();
Symbol 1533 MovieClip Frame 87
stop();
Instance of Symbol 328 MovieClip in Symbol 1533 MovieClip Frame 87
onClipEvent (enterFrame) {
_root.ground.kid2.timer = _root.ground.kid2.timer + 1;
if (_root.ground.kid2.timer >= 60) {
_root.ground.kid2.gotoAndPlay(88);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.kid2.hitTest(_root.bullseye.center)) {
_root.ground.kid2._x = _root.ground.kid2._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.kid2.hitTest(_root.bullseye.center)) {
_root.ground.kid2._x = _root.ground.kid2._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.kid2.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.kid2.legs.hitTest(_root.bullseye.center)) {
_root.ground.kid2.legs.nextFrame();
_root.ground.kid2._x = _root.ground.kid2._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(1);
_root.ground.kid2.timer = 0;
}
if (_root.ground.kid2.body.hitTest(_root.bullseye.center)) {
_root.ground.kid2.body.nextFrame();
_root.ground.kid2._x = _root.ground.kid2._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(1);
_root.ground.kid2.timer = 0;
}
}
}
Symbol 1533 MovieClip Frame 98
stop();
Symbol 1548 MovieClip Frame 1
stop();
Instance of Symbol 537 MovieClip in Symbol 1548 MovieClip Frame 2
onClipEvent (load) {
_root.ground.girl2.kill = 0;
_root.ground.girl2.timer = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.girl2.kill >= 3) {
_root.ground.girl2.gotoandPlay(45);
}
if (_root.ground.girl2.hitTest(_root.ball.box) and (_root.attack == false)) {
_root.ground.girl2.gotoAndPlay(77);
}
_root.ground.girl2._x = _root.ground.girl2._x - 13;
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.girl2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.head.head1.nextFrame();
_root.ground.girl2.body.head.gotoAndPlay(2);
_root.ground.girl2._x = _root.ground.girl2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.kill = _root.ground.girl2.kill + 0.5;
} else if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.kill = _root.ground.girl2.kill + 0.5;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.girl2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.head.head1.nextFrame();
_root.ground.girl2.body.head.gotoAndPlay(2);
_root.ground.girl2._x = _root.ground.girl2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.kill = _root.ground.girl2.kill + 1;
} else if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 10;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.kill = _root.ground.girl2.kill + 1;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.girl2.body.hitTest(_root.bullseye.center)) {
_root.ground.girl2._x = _root.ground.girl2._x + 10;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.girl2.gotoAndPlay(115);
}
}
}
Symbol 1548 MovieClip Frame 44
gotoAndPlay (6);
Instance of Symbol 537 MovieClip in Symbol 1548 MovieClip Frame 45
onClipEvent (enterFrame) {
_root.ground.girl2.timer = _root.ground.girl2.timer + 1;
if (_root.ground.girl2.timer >= 60) {
_root.ground.girl2.gotoAndPlay(55);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.girl2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.head.head1.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 5;
_root.ground.girl2.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
} else if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.girl2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.head.head1.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 5;
_root.ground.girl2.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
} else if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2.gotoAndStop(124);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1548 MovieClip Frame 54
stop();
Symbol 1548 MovieClip Frame 76
stop();
Symbol 1548 MovieClip Frame 77
_root.ball.gotoAndPlay(291);
_root.dx = 0;
_root.offx = _root.offx - 10;
Instance of Symbol 379 MovieClip "sarm" in Symbol 1548 MovieClip Frame 77
onClipEvent (load) {
if (_root.gun == 2) {
this.gotoAndStop(2);
}
if (_root.gun == 3) {
this.gotoAndStop(3);
}
}
Symbol 1548 MovieClip Frame 78
_root.offx = _root.offx - 10;
_root.attack = true;
Symbol 1548 MovieClip Frame 79
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 80
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 81
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 82
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 83
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 84
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 85
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 86
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 87
_root.offx = _root.offx - 10;
Symbol 1548 MovieClip Frame 114
stop();
Instance of Symbol 328 MovieClip in Symbol 1548 MovieClip Frame 114
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1548 MovieClip Frame 124
stop();
Instance of Symbol 537 MovieClip in Symbol 1548 MovieClip Frame 124
onClipEvent (enterFrame) {
_root.ground.girl2.timer = _root.ground.girl2.timer + 1;
if (_root.ground.girl2.timer >= 60) {
_root.ground.girl2.gotoAndPlay(125);
}
if (_root.gun == 3) {
if ((_root.shooting == true) and (_root.hit == true)) {
if (_root.ground.girl2.body.head.hitTest(_root.bullseye.center)) {
_root.ground.girl2._x = _root.ground.girl2._x + 2;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
} else if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2._x = _root.ground.girl2._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.girl2.hitTest(_root.bullseye.center)) {
_root.ground.girl2._x = _root.ground.girl2._x + 5;
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.girl2.body.hitTest(_root.bullseye.center)) {
_root.ground.girl2.body.nextFrame();
_root.ground.girl2._x = _root.ground.girl2._x + 20;
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
_root.ground.girl2.timer = 0;
}
}
}
Symbol 1548 MovieClip Frame 135
stop();
Instance of Symbol 56 MovieClip "scene" in Symbol 1549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.offx > 395) {
_root.offx = 395;
}
if (_root.offx < -195) {
_root.offx = -195;
} else {
_root.x = _root.x + _root.dx;
}
if (((_root.x - _root.offx) > 230) and (_root.dx > 0)) {
_root.offx = _root.offx + _root.dx;
}
if (((_root.x - _root.offx) < 200) and (_root.dx < 0)) {
_root.offx = _root.offx + _root.dx;
}
_root.ground._x = -_root.offx;
_root.ground._y = -_root.offy;
_root.ball._x = _root.x - _root.offx;
_root.ball._y = _root.y - _root.offy;
if (_root.ground.scene.hitTest(_root.ball.box)) {
_level0.gotoAndPlay("scene4");
}
}
Instance of Symbol 516 MovieClip "pm3" in Symbol 1549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm3.hitTest(_root.ball.box)) {
_root.ground.bad1.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm2" in Symbol 1549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm2.hitTest(_root.ball.box)) {
_root.ground.girl2.gotoAndPlay(2);
_root.ground.kid2.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm1" in Symbol 1549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm1.hitTest(_root.ball.box)) {
_root.ground.kid.gotoAndPlay(2);
_root.ground.girl.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm4" in Symbol 1549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm4.hitTest(_root.ball.box)) {
_root.ground.kid._x = _root.ground.kid._x + 1000;
_root.ground.kid.gotoAndPlay(2);
_root.ground.kid.body.head.head1.gotoAndStop(1);
_root.ground.kid.body.body1.gotoAndStop(1);
_root.ground.kid.kill = 0;
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm6" in Symbol 1549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm6.hitTest(_root.ball.box)) {
_root.ground.girl._x = _root.ground.girl._x + 1000;
_root.ground.girl.gotoAndPlay(2);
_root.ground.girl.body.gotoAndStop(1);
_root.ground.girl.body.head.head1.gotoAndStop(1);
_root.ground.girl.kill = 0;
this.unloadMovie();
}
}
Symbol 1551 MovieClip Frame 1
stop();
Symbol 1551 MovieClip Frame 23
_root.lives = _root.lives - 1;
Symbol 1551 MovieClip Frame 24
if (_root.lives == 0) {
_level0.gotoAndPlay("gameover");
}
Symbol 1551 MovieClip Frame 25
_level0.gotoAndPlay("scene3");
Symbol 1575 MovieClip Frame 1
stop();
Symbol 1590 MovieClip Frame 1
stop();
Symbol 1593 MovieClip Frame 1
stop();
Symbol 1593 MovieClip Frame 3
_root.ground.bum.gotoAndPlay(76);
Symbol 1596 MovieClip Frame 1
stop();
Symbol 1596 MovieClip Frame 5
stop();
Symbol 1598 MovieClip Frame 1
stop();
Symbol 1609 MovieClip Frame 1
stop();
Symbol 1609 MovieClip Frame 25
stop();
Symbol 1612 MovieClip Frame 1
stop();
Symbol 1618 MovieClip Frame 1
stop();
Instance of Symbol 328 MovieClip "box" in Symbol 1618 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.bum.box.hitTest(_root.ball.box)) {
_root.ground.bum.gotoAndPlay(10);
this.unloadMovie();
}
}
Symbol 1618 MovieClip Frame 14
_root.ground.bum.body.head.head1.gotoAndPlay(2);
Instance of Symbol 328 MovieClip "box" in Symbol 1618 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.ground.bum.box.hitTest(_root.bullseye.center)) {
_root.ground.bum.body.head.gotoAndPlay(2);
_root.ground.bum.body.head.head1.faces.faces2.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
} else if (_root.ground.bum.body.hitTest(_root.bullseye.center)) {
_root.ground.bum.body.body1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.ground.bum.box.hitTest(_root.bullseye.center)) {
_root.ground.bum.body.head.head1.faces.faces2.nextFrame();
_root.ground.bum.body.head.gotoAndPlay(2);
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
} else if (_root.ground.bum.body.hitTest(_root.bullseye.center)) {
_root.ground.bum.body.body1.nextFrame();
_root.blood1._x = _root._xmouse;
_root.blood1._y = _root._ymouse;
_root.blood1.gotoAndPlay(2);
}
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.bum.can.hitTest(_root.bullseye.center)) {
_root.ground.bum.can.nextFrame();
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.ground.bum.box.hitTest(_root.bullseye.center)) {
_root.ground.bum.body.head.head1.faces.nextFrame();
_root.ground.bum.body.head.gotoAndPlay(2);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
} else if (_root.ground.bum.body.hitTest(_root.bullseye.center)) {
_root.ground.bum.body.body1.gotoAndStop(16);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1618 MovieClip Frame 25
_root.ground.bum.body.gotoAndPlay(5);
Symbol 1618 MovieClip Frame 36
if (_root.downkey == false) {
_root.ball.gotoAndPlay(295);
_root.attack = true;
_root.dx = 0;
}
Symbol 1618 MovieClip Frame 58
_root.ground.bum.body.head.head1.gotoAndPlay(6);
Symbol 1618 MovieClip Frame 75
stop();
Instance of Symbol 328 MovieClip "box" in Symbol 1618 MovieClip Frame 76
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.bum.can.hitTest(_root.bullseye.center)) {
_root.ground.bum.can.nextFrame();
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
_root.ground.bum.gotoAndPlay(81);
}
}
}
Symbol 1618 MovieClip Frame 80
stop();
Instance of Symbol 328 MovieClip "box" in Symbol 1618 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
}
if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.ground.bum.can.hitTest(_root.bullseye.center)) {
_root.ground.bum.can.nextFrame();
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
}
}
}
Symbol 1618 MovieClip Frame 90
stop();
Instance of Symbol 56 MovieClip "scene" in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.offx > 865) {
_root.offx = 865;
}
if (_root.offx < -195) {
_root.offx = -195;
} else {
_root.x = _root.x + _root.dx;
}
if (((_root.x - _root.offx) > 230) and (_root.dx > 0)) {
_root.offx = _root.offx + _root.dx;
}
if (((_root.x - _root.offx) < 200) and (_root.dx < 0)) {
_root.offx = _root.offx + _root.dx;
}
_root.ground._x = -_root.offx;
_root.ground._y = -_root.offy;
_root.ball._x = _root.x - _root.offx;
_root.ball._y = _root.y - _root.offy;
if (_root.ground.scene.hitTest(_root.ball.box)) {
_level0.gotoAndPlay("scene5");
}
}
Instance of Symbol 516 MovieClip "pm3" in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm3.hitTest(_root.ball.box)) {
_root.ground.bad1.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm2" in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm2.hitTest(_root.ball.box)) {
_root.ground.girl.gotoAndPlay(2);
_root.ground.kid.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm1" in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm1.hitTest(_root.ball.box)) {
_root.ground.kid2.gotoAndPlay(2);
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm4" in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm4.hitTest(_root.ball.box)) {
_root.ground.kid._x = _root.ground.kid._x + 2000;
_root.ground.kid.gotoAndPlay(2);
_root.ground.kid.body.head.head1.gotoAndStop(1);
_root.ground.kid.body.body1.gotoAndStop(1);
_root.ground.kid.kill = 0;
this.unloadMovie();
}
}
Instance of Symbol 516 MovieClip "pm6" in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.pm6.hitTest(_root.ball.box)) {
_root.ground.girl._x = _root.ground.girl._x + 2000;
_root.ground.girl.gotoAndPlay(2);
_root.ground.girl.body.gotoAndStop(1);
_root.ground.girl.body.head.head1.gotoAndStop(1);
_root.ground.girl.kill = 0;
this.unloadMovie();
}
}
Symbol 1621 MovieClip Frame 1
stop();
Symbol 1621 MovieClip Frame 23
_root.lives = _root.lives - 1;
Symbol 1621 MovieClip Frame 24
if (_root.lives == 0) {
_level0.gotoAndPlay("gameover");
}
Symbol 1621 MovieClip Frame 25
_level0.gotoAndPlay("scene4");
Symbol 1625 MovieClip Frame 1
stop();
Instance of Symbol 56 MovieClip in Symbol 1625 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.offx > -100) {
_root.offx = -100;
}
if (_root.offx < -195) {
_root.offx = -195;
} else {
_root.x = _root.x + _root.dx;
}
if (((_root.x - _root.offx) > 800) and (_root.dx > 0)) {
_root.offx = _root.offx + _root.dx;
}
if (((_root.x - _root.offx) < 70) and (_root.dx < 0)) {
_root.offx = _root.offx + _root.dx;
}
_root.ground._x = -_root.offx;
_root.ground._y = -_root.offy;
_root.ball._x = _root.x - _root.offx;
_root.ball._y = _root.y - _root.offy;
}
Symbol 1625 MovieClip Frame 5
stop();
Instance of Symbol 56 MovieClip in Symbol 1625 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.ground.scene.hitTest(_root.ball.box)) {
_root.gotoAndPlay("subend");
}
if (_root.offx > 597) {
_root.offx = 597;
}
if (_root.offx < -195) {
_root.offx = -195;
} else {
_root.x = _root.x + _root.dx;
}
if (((_root.x - _root.offx) > 230) and (_root.dx > 0)) {
_root.offx = _root.offx + _root.dx;
}
if (((_root.x - _root.offx) < 200) and (_root.dx < 0)) {
_root.offx = _root.offx + _root.dx;
}
_root.ground._x = -_root.offx;
_root.ground._y = -_root.offy;
_root.ball._x = _root.x - _root.offx;
_root.ball._y = _root.y - _root.offy;
}
Symbol 1625 MovieClip Frame 10
stop();
Symbol 1647 MovieClip Frame 1
stop();
Symbol 1662 MovieClip Frame 1
stop();
Symbol 1662 MovieClip Frame 4
_root.boss._x = _root.boss._x - 5;
_root.boss._rotation = _root.boss._rotation - 5;
Symbol 1662 MovieClip Frame 5
_root.boss._x = _root.boss._x - 8;
_root.boss._rotation = _root.boss._rotation - 5;
Symbol 1662 MovieClip Frame 6
_root.boss._x = _root.boss._x - 12;
_root.boss._rotation = _root.boss._rotation - 5;
Symbol 1724 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1724 MovieClip Frame 53
stop();
Symbol 1724 MovieClip Frame 100
gotoAndPlay (1);
Symbol 1724 MovieClip Frame 102
gotoAndPlay (101);
Symbol 1724 MovieClip Frame 153
stop();
Symbol 1724 MovieClip Frame 200
gotoAndPlay (101);
Symbol 1724 MovieClip Frame 202
gotoAndPlay (201);
Symbol 1724 MovieClip Frame 253
stop();
Symbol 1724 MovieClip Frame 300
gotoAndPlay (201);
Symbol 1724 MovieClip Frame 302
gotoAndPlay (301);
Symbol 1724 MovieClip Frame 353
stop();
Symbol 1724 MovieClip Frame 400
gotoAndPlay (301);
Symbol 1724 MovieClip Frame 402
gotoAndPlay (401);
Symbol 1724 MovieClip Frame 453
stop();
Symbol 1724 MovieClip Frame 500
gotoAndPlay (401);
Symbol 1724 MovieClip Frame 600
stop();
Symbol 1757 MovieClip Frame 113
stop();
Symbol 1838 MovieClip Frame 71
blood.gotoAndPlay(2);
Symbol 1838 MovieClip Frame 105
stop();
Instance of Symbol 328 MovieClip in Symbol 1838 MovieClip Frame 105
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1897 MovieClip Frame 49
stop();
Symbol 1902 MovieClip Frame 1
_root.boss.body.head.gotoAndStop(501);
Symbol 1902 MovieClip Frame 110
_root.boss.head.unloadMovie();
Symbol 1902 MovieClip Frame 128
_root.ground.scene.gotoAndPlay(5);
stop();
Symbol 1905 MovieClip Frame 60
stop();
Symbol 1907 MovieClip Frame 77
stop();
Symbol 1924 MovieClip Frame 1
this.flying = true;
this.alive = true;
this.headlevel = 0;
this.i = 3;
this.t = 3;
this.sframe = 1;
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 141
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Symbol 1924 MovieClip Frame 161
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 161
onClipEvent (enterFrame) {
if (_root.boss.body.hitTest(_root.ball.box)) {
_root.boss.gotoAndPlay(848);
}
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 185
if (this.t == 0) {
gotoAndPlay (381);
} else if (this.i > 0) {
this.i = this.i - 1;
gotoAndPlay (161);
} else {
this.r = random(3);
if (this.r == 1) {
gotoAndPlay (701);
}
if (this.r == 2) {
gotoAndPlay (762);
}
}
Symbol 1924 MovieClip Frame 186
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 186
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 197
this.head.gotoAndPlay(this.headlevel + 3);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 244
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.headlevel = _root.boss.headlevel + 100;
_root.boss.head.gotoAndPlay(_root.boss.head._currentframe + 100);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
if (_root.boss.headlevel == 500) {
_root.boss.gotoAndPlay(671);
}
_root.boss.gotoAndPlay(340);
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 256
if ((_root.downkey == false) and (_root.attack == false)) {
_root.ball.gotoAndPlay(210);
this.priestburn = true;
} else {
this.priestburn = false;
}
Symbol 1924 MovieClip Frame 285
if (this.priestburn == true) {
_root.attack = true;
_root.ball.gotoAndPlay(211);
}
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 297
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 298
this.head.gotoAndPlay(this.headlevel + 1);
Symbol 1924 MovieClip Frame 308
this.t = this.t - 1;
this.i = random(8) + 3;
gotoAndPlay (161);
Symbol 1924 MovieClip Frame 340
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Symbol 1924 MovieClip Frame 380
this.t = this.t - 1;
this.i = 5;
gotoAndPlay (161);
Symbol 1924 MovieClip Frame 381
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 381
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 431
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Symbol 1924 MovieClip Frame 437
if ((_root.downkey == false) and (_root.attack == false)) {
this.grabbed = true;
} else {
this.grabbed = false;
}
Symbol 1924 MovieClip Frame 439
if (this.grabbed == true) {
_root.ball.gotoAndPlay(291);
_root.boss.gotoAndPlay(461);
}
Symbol 1924 MovieClip Frame 460
gotoAndPlay (640);
Symbol 1924 MovieClip Frame 461
this.head.gotoAndPlay(this.headlevel + 1);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Symbol 1924 MovieClip Frame 490
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
this.head.gotoAndPlay(this.headlevel + 1);
Symbol 1924 MovieClip Frame 546
this.head.gotoAndPlay(this.headlevel + 60);
Symbol 1924 MovieClip Frame 554
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Symbol 1924 MovieClip Frame 617
gotoAndPlay (593);
Symbol 1924 MovieClip Frame 640
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
this.head.gotoAndPlay(this.headlevel + 1);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 640
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 670
this.i = 5;
this.t = 3;
gotoAndPlay (161);
Symbol 1924 MovieClip Frame 671
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
Symbol 1924 MovieClip Frame 700
stop();
Symbol 1924 MovieClip Frame 701
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
this.head.gotoAndPlay(this.headlevel + 1);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 701
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 707
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.headlevel = _root.boss.headlevel + 100;
_root.boss.head.gotoAndPlay(_root.boss.head._currentframe + 100);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
if (_root.boss.headlevel == 500) {
_root.boss.gotoAndPlay(671);
}
_root.boss.gotoAndPlay(340);
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 725
_root.ball.gotoAndPlay(519);
Symbol 1924 MovieClip Frame 761
this.t = this.t - 1;
this.i = random(8) + 3;
gotoAndPlay (161);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 761
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 762
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
this.head.gotoAndPlay(this.headlevel + 1);
Symbol 1924 MovieClip Frame 773
this.head.gotoAndPlay(this.headlevel + 3);
Symbol 1924 MovieClip Frame 820
_root.slime.gotoAndPlay(2);
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 820
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.headlevel = _root.boss.headlevel + 100;
_root.boss.head.gotoAndPlay(_root.boss.head._currentframe + 100);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
if (_root.boss.headlevel == 500) {
_root.boss.gotoAndPlay(671);
}
_root.boss.gotoAndPlay(340);
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Instance of Symbol 56 MovieClip in Symbol 1924 MovieClip Frame 836
onClipEvent (enterFrame) {
if (_root.gun == 3) {
if (_root.hit == true) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gun == 1) {
if (_root.boss.body.hitTest(_root.bullseye.center)) {
_root.sparko._x = _root._xmouse;
_root.sparko._y = _root._ymouse;
_root.sparko.gotoAndPlay(2);
}
} else if ((_root.gun == 2) and (_root.ready == true)) {
if (_root.boss.head.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.rarm.hitTest(_root.bullseye.center)) {
_root.boss.spark.gotoAndPlay(2);
_root.boss._x = _root.boss._x + 25;
_root.boss._rotation = _root.boss._rotation + 15;
} else if (_root.boss.body.larm.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.rleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.lleg.hitTest(_root.bullseye.center)) {
_root.sparky._x = _root._xmouse;
_root.sparky._y = _root._ymouse;
_root.sparky.gotoAndPlay(2);
} else if (_root.boss.body.stomach.hitTest(_root.bullseye.center)) {
_root.boss.sframe = _root.boss.sframe + 1;
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
_root.blood2._x = _root._xmouse;
_root.blood2._y = _root._ymouse;
_root.blood2.gotoAndPlay(2);
}
}
}
Symbol 1924 MovieClip Frame 837
this.head.gotoAndPlay(this.headlevel + 1);
Symbol 1924 MovieClip Frame 847
this.t = this.t - 1;
this.i = random(8) + 3;
gotoAndPlay (161);
Symbol 1924 MovieClip Frame 848
_root.ball.gotoAndPlay(291);
_root.boss.body.stomach.gotoAndStop(_root.boss.sframe);
this.head.gotoAndPlay(this.headlevel + 1);
_root.dx = 0;
Symbol 1924 MovieClip Frame 875
this.head.gotoAndPlay(this.headlevel + 60);
Symbol 1924 MovieClip Frame 889
_root.boss.blood.gotoAndPlay(2);
Instance of Symbol 328 MovieClip in Symbol 1924 MovieClip Frame 924
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_root.timer = 0;
_root.bg._x = 400;
_root.bg._y = 225;
_root.bg.gotoAndPlay(2);
}
}
Symbol 1924 MovieClip Frame 949
gotoAndPlay (925);
Symbol 1926 MovieClip Frame 1
stop();
Symbol 1928 MovieClip Frame 1
stop();
Symbol 1928 MovieClip Frame 2
_root.bossmusic.setVolume(90);
Symbol 1928 MovieClip Frame 3
_root.bossmusic.setVolume(80);
Symbol 1928 MovieClip Frame 4
_root.bossmusic.setVolume(70);
Symbol 1928 MovieClip Frame 5
_root.bossmusic.setVolume(60);
Symbol 1928 MovieClip Frame 6
_root.bossmusic.setVolume(50);
Symbol 1928 MovieClip Frame 7
_root.bossmusic.setVolume(40);
Symbol 1928 MovieClip Frame 8
_root.bossmusic.setVolume(30);
Symbol 1928 MovieClip Frame 9
_root.bossmusic.setVolume(20);
Symbol 1928 MovieClip Frame 10
_root.bossmusic.setVolume(10);
Symbol 1928 MovieClip Frame 11
_root.bossmusic.setVolume(0);
Symbol 1928 MovieClip Frame 12
_root.bossmusic.stop("boss");
Symbol 1928 MovieClip Frame 23
_root.lives = _root.lives - 1;
Symbol 1928 MovieClip Frame 24
if (_root.lives == 0) {
_level0.gotoAndPlay("gameover");
}
Symbol 1928 MovieClip Frame 25
_level0.gotoAndPlay("scene5");
Symbol 1946 MovieClip Frame 1
stop();
Instance of Symbol 1945 MovieClip in Symbol 1946 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.slime.hitTest(_root.ball.box)) {
_root.ball.gotoAndPlay(570);
_root.attack = true;
_root.slime.unloadMovie();
}
}
Symbol 2054 MovieClip Frame 150
stop();
Symbol 2087 MovieClip Frame 133
stop();
Symbol 2102 Button
on (release) {
getURL ("mailto:totaljerkface@yahoo.com");
}
Symbol 2109 Button
on (release) {
getURL ("http://www.totaljerkface.com", "_blank");
}
Symbol 2114 Button
on (release) {
getURL ("http://www.com3designs.com", _blank);
}
Symbol 2176 Button
on (release) {
getURL ("http://uncalledforproductions.com", "_blank");
}
Symbol 2184 Button
on (press) {
_level0.gotoAndPlay("intro");
}