Frame 1
stop();
Frame 2
_quality = "HIGH";
stop();
Instance of Symbol 98 MovieClip "mallet" in Frame 2
onClipEvent (enterFrame) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag ("", true);
}
Frame 7
if (checkpoint.two) {
tellTarget (background) {
gotoAndStop (6);
};
tellTarget (foreground) {
gotoAndStop (6);
};
}
if (checkpoint.three) {
tellTarget (background) {
gotoAndStop (13);
};
tellTarget (foreground) {
gotoAndStop (13);
};
}
if (checkpoint.four) {
tellTarget (background) {
gotoAndStop (13);
};
tellTarget (foreground) {
gotoAndStop (13);
};
tellTarget (key) {
gotoAndStop (2);
};
}
if (checkpoint.five) {
tellTarget (background) {
gotoAndStop (6);
};
tellTarget (foreground) {
gotoAndStop (6);
};
tellTarget (key) {
gotoAndStop (2);
};
}
if (checkpoint.six) {
tellTarget (background) {
gotoAndStop (32);
};
tellTarget (foreground) {
gotoAndStop (32);
};
tellTarget (key.a) {
gotoAndStop (2);
};
tellTarget (key.b) {
gotoAndStop (2);
};
}
if (checkpoint.seven) {
tellTarget (background) {
gotoAndStop (32);
};
tellTarget (foreground) {
gotoAndStop (32);
};
tellTarget (key.a) {
gotoAndStop (2);
};
tellTarget (key.b) {
gotoAndStop (2);
};
tellTarget (key.c) {
gotoAndStop (2);
};
tellTarget (gun) {
gotoAndStop (2);
};
}
if (checkpoint.eight) {
tellTarget (background) {
gotoAndStop (42);
};
tellTarget (foreground) {
gotoAndStop (42);
};
tellTarget (key.power) {
gotoAndStop (2);
};
tellTarget (key) {
gotoAndStop (4);
};
tellTarget (gun) {
gotoAndStop (2);
};
}
if (checkpoint.nine) {
tellTarget (background) {
gotoAndStop (53);
};
tellTarget (foreground) {
gotoAndStop (53);
};
}
if (((((((_root.checkpoint.ten or _root.checkpoint.eleven) or _root.checkpoint.twelve) or _root.checkpoint.thirteen) or _root.checkpoint.fourteen) or _root.checkpoint.fifthteen) or _root.checkpoint.sixteen) or _root.checkpoint.seventeen) {
tellTarget (_root.background) {
gotoAndStop (79);
};
tellTarget (_root.foreground) {
gotoAndStop (79);
};
}
if (_root.checkpoint.eleven) {
tellTarget (_root.gun.uzi) {
gotoAndStop (2);
};
}
if (_root.checkpoint.twelve) {
tellTarget (_root.gun.uzi) {
gotoAndStop (2);
};
tellTarget (_root.gun.ice) {
gotoAndStop (2);
};
}
if (_root.checkpoint.thirteen) {
tellTarget (_root.gun.uzi) {
gotoAndStop (2);
};
tellTarget (_root.gun.ice) {
gotoAndStop (2);
};
tellTarget (_root.gun.fire) {
gotoAndStop (2);
};
}
if (_root.checkpoint.fourteen) {
tellTarget (_root.gun.ice) {
gotoAndStop (2);
};
}
if (_root.checkpoint.fifthteen) {
tellTarget (_root.gun.fire) {
gotoAndStop (2);
};
tellTarget (_root.gun.ice) {
gotoAndStop (2);
};
}
if (_root.checkpoint.sixteen) {
tellTarget (_root.gun.fire) {
gotoAndStop (2);
};
}
if (_root.checkpoint.seventeen) {
tellTarget (_root.gun.fire) {
gotoAndStop (2);
};
tellTarget (_root.gun.uzi) {
gotoAndStop (2);
};
}
if (_root.checkpoint.eighteen) {
tellTarget (_root.gun.uzi) {
gotoAndStop (2);
};
tellTarget (_root.gun.ice) {
gotoAndStop (2);
};
tellTarget (_root.gun.fire) {
gotoAndStop (2);
};
tellTarget (_root.gun) {
gotoAndStop (2);
};
}
_root.HUD.mutant.kills.kills = _root.HUD.mutant.kills.kills + 0;
_root.HUD.slug.kills.kills = _root.HUD.slug.kills.kills + 0;
_root.HUD.mozzy.kills.kills = _root.HUD.mozzy.kills.kills + 0;
_root.HUD.cyborg.kills.kills = _root.HUD.cyborg.kills.kills + 0;
_root.HUD.freak.kills.kills = _root.HUD.freak.kills.kills + 0;
_root.HUD.hulk.kills.kills = _root.HUD.hulk.kills.kills + 0;
_root.HUD.spider.kills.kills = _root.HUD.spider.kills.kills + 0;
_root.HUD.skull.kills.kills = _root.HUD.skull.kills.kills + 0;
_root.HUD.boo.kills.kills = _root.HUD.boo.kills.kills + 0;
_root.HUD.flesh.kills.kills = _root.HUD.flesh.kills.kills + 0;
stop();
if (foreground.text) {
tellTarget (foreground.text) {
gotoAndPlay (3);
};
}
Instance of Symbol 775 MovieClip "guy" in Frame 7
onClipEvent (load) {
movespeed = 7;
}
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (Key.isDown(37)) {
tellTarget ("_root.guy.guy") {
play();
};
_x = (_x - movespeed);
}
if (Key.isDown(39)) {
_x = (_x + movespeed);
tellTarget ("_root.guy.guy") {
play();
};
}
if (Key.isDown(40)) {
_y = (_y + movespeed);
tellTarget ("_root.guy.guy") {
play();
};
}
if (Key.isDown(38)) {
_y = (_y - movespeed);
tellTarget ("_root.guy.guy") {
play();
};
}
}
}
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
a = _y - _root._ymouse;
b = _x - _root._xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
setProperty(this, _rotation , degrees);
}
}
Instance of Symbol 889 MovieClip in Frame 7
onClipEvent (mouseDown) {
if (_root.paused.unpaused) {
tellTarget (_root.guy.guy.arm.gun.gun) {
play();
};
tellTarget (_root.guy.guy.arm) {
play();
};
}
}
Frame 8
_quality = "HIGH";
Symbol 8 MovieClip Frame 79
stop();
Symbol 21 Button
on (press) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
Symbol 22 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 22 MovieClip Frame 2
gotoAndPlay (1);
Symbol 60 MovieClip Frame 146
tellTarget (_root) {
nextFrame();
};
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
_quality = "MEDIUM";
Symbol 67 Button
on (press) {
tellTarget (_root) {
gotoAndStop (6);
};
}
Symbol 71 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 75 Button
on (press) {
tellTarget (_root) {
gotoAndStop (4);
};
}
Symbol 79 Button
on (press) {
tellTarget (_root) {
gotoAndStop (5);
};
}
Symbol 83 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 93 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 1
stop();
Instance of Symbol 91 MovieClip in Symbol 98 MovieClip Frame 40
/* no clip actions */
Symbol 106 MovieClip Frame 1
gotoAndStop (6);
Symbol 106 MovieClip Frame 6
stop();
Symbol 106 MovieClip Frame 7
gotoAndStop (2);
Symbol 109 Button
on (press) {
tellTarget (one) {
nextFrame();
};
}
Symbol 110 Button
on (press) {
tellTarget (two) {
nextFrame();
};
}
Symbol 111 Button
on (press) {
tellTarget (three) {
nextFrame();
};
}
Symbol 112 Button
on (press) {
tellTarget (four) {
nextFrame();
};
}
Symbol 113 Button
on (press) {
tellTarget (one) {
prevFrame();
};
}
Symbol 114 Button
on (press) {
tellTarget (two) {
prevFrame();
};
}
Symbol 115 Button
on (press) {
tellTarget (three) {
prevFrame();
};
}
Symbol 116 Button
on (press) {
tellTarget (four) {
prevFrame();
};
}
Symbol 120 Button
on (press) {
if (((one.cone and two.circle) and three.cone) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (2);
};
}
if (((one.square and two.cross) and three.cone) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (3);
};
}
if (((one.star and two.cross) and three.circle) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (4);
};
}
if (((one.cross and two.cone) and three.cone) and four.square) {
tellTarget (_root.checkpoint) {
gotoAndStop (5);
};
}
if (((one.square and two.circle) and three.star) and four.cross) {
tellTarget (_root.checkpoint) {
gotoAndStop (6);
};
}
if (((one.star and two.square) and three.cross) and four.cone) {
tellTarget (_root.checkpoint) {
gotoAndStop (7);
};
}
if (((one.circle and two.star) and three.circle) and four.square) {
tellTarget (_root.checkpoint) {
gotoAndStop (8);
};
}
if (((one.cone and two.cross) and three.square) and four.star) {
tellTarget (_root.checkpoint) {
gotoAndStop (9);
};
}
if (((one.cross and two.star) and three.square) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (10);
};
}
if (((one.cross and two.square) and three.square) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (11);
};
}
if (((one.cross and two.square) and three.cone) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (12);
};
}
if (((one.cross and two.square) and three.cone) and four.square) {
tellTarget (_root.checkpoint) {
gotoAndStop (13);
};
}
if (((one.cross and two.star) and three.cone) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (14);
};
}
if (((one.cross and two.star) and three.cone) and four.square) {
tellTarget (_root.checkpoint) {
gotoAndStop (15);
};
}
if (((one.cross and two.star) and three.square) and four.square) {
tellTarget (_root.checkpoint) {
gotoAndStop (16);
};
}
if (((one.cross and two.square) and three.square) and four.square) {
tellTarget (_root.checkpoint) {
gotoAndStop (17);
};
}
if (((one.cone and two.square) and three.star) and four.circle) {
tellTarget (_root.checkpoint) {
gotoAndStop (18);
};
}
tellTarget (_root) {
gotoAndStop (7);
};
}
Symbol 124 Button
on (press) {
prevFrame();
}
Symbol 125 MovieClip Frame 1
stop();
Symbol 129 Button
on (press) {
gotoAndStop (2);
}
Symbol 141 MovieClip Frame 1
stopAllSounds();
Symbol 141 MovieClip Frame 2
stop();
Instance of Symbol 145 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 145 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (70);
}
Instance of Symbol 146 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (60);
}
Instance of Symbol 147 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (40);
}
Instance of Symbol 147 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Symbol 191 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 154
tellTarget (_parent) {
gotoAndPlay (21);
};
Symbol 202 MovieClip Frame 182
stop();
Symbol 209 MovieClip Frame 1
_quality = "HIGH";
stop();
Symbol 209 MovieClip Frame 20
gotoAndPlay (1);
Symbol 209 MovieClip Frame 65
tellTarget (_parent) {
nextFrame();
};
Symbol 214 Button
on (press) {
_root.nextFrame();
}
Symbol 240 MovieClip Frame 29
stop();
Symbol 257 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 145 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 145 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 145 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 145 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 145 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Instance of Symbol 146 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
}
Symbol 257 MovieClip Frame 70
stop();
tellTarget (_parent) {
play();
};
Symbol 266 MovieClip Frame 52
tellTarget (_parent) {
play();
};
Symbol 266 MovieClip Frame 80
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 40
stop();
tellTarget (back) {
play();
};
Symbol 267 MovieClip Frame 100
tellTarget (_root) {
nextFrame();
};
Symbol 268 MovieClip Frame 100
stop();
tellTarget (guy.guy) {
play();
};
tellTarget (guy.guyb) {
play();
};
Symbol 281 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 2
tellTarget (_parent.enemy) {
gotoAndPlay (20);
};
Symbol 281 MovieClip Frame 122
stop();
tellTarget (_parent._parent) {
nextFrame();
};
Symbol 296 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 1
stop();
Instance of Symbol 296 MovieClip in Symbol 298 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.pickup.pickup.medikit) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 299 MovieClip Frame 2
stop();
Symbol 302 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 1
stop();
Instance of Symbol 302 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.pickup.pickup.freeze) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 304 MovieClip Frame 2
stop();
Symbol 306 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 1
stop();
Instance of Symbol 306 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.pickup.pickup.sheild) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 308 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 1
stop();
Instance of Symbol 310 MovieClip in Symbol 311 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.pickup.pickup.melee) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 312 MovieClip Frame 2
stop();
Symbol 314 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 1
stop();
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.pickup.pickup.antidote) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 316 MovieClip Frame 2
stop();
Symbol 332 MovieClip Frame 40
stop();
Instance of Symbol 332 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (14);
}
Symbol 334 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 1
stop();
Instance of Symbol 334 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.pickup.pickup.bomb) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 336 MovieClip Frame 2
stop();
Symbol 338 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 338 MovieClip Frame 5
stop();
Symbol 338 MovieClip Frame 9
gotoAndStop (1);
Symbol 338 MovieClip Frame 19
gotoAndStop (1);
Symbol 338 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 339 Button
on (press) {
if (_root.paused.unpaused) {
if (_parent.alive) {
_parent.nextFrame();
}
}
}
Symbol 350 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.freeze.freeze) {
tellTarget (_parent) {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.ice)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 351 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 353 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
gotoAndStop (6);
};
}
}
Symbol 353 MovieClip Frame 6
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.mutant.kills.kills < 100) {
_root.HUD.mutant.kills.kills = _root.HUD.mutant.kills.kills + 1;
}
tellTarget (_root.HUD.mutant) {
gotoAndPlay (10);
};
Symbol 353 MovieClip Frame 7
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 1
stop();
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 2
tellTarget (_parent.enemy) {
gotoAndPlay (20);
};
Symbol 378 MovieClip Frame 122
stop();
tellTarget (_parent._parent) {
nextFrame();
};
Symbol 384 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 384 MovieClip Frame 5
stop();
Symbol 384 MovieClip Frame 9
gotoAndStop (1);
Symbol 384 MovieClip Frame 19
gotoAndStop (1);
Symbol 384 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 385 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 387 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.battle.battle) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 95 MovieClip "alive" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
Symbol 387 MovieClip Frame 10
if (_parent.enemy) {
nextFrame();
}
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.slug.kills.kills < 100) {
_root.HUD.slug.kills.kills = _root.HUD.slug.kills.kills + 1;
}
tellTarget (_root.HUD.slug) {
gotoAndPlay (10);
};
Symbol 387 MovieClip Frame 11
stop();
Symbol 392 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 392 MovieClip Frame 20
stop();
tellTarget (_root.paused) {
gotoAndStop (2);
};
if (_root.key.lost) {
tellTarget (_root.save) {
gotoAndStop (2);
};
}
if (_root.key.found) {
tellTarget (_root.save) {
gotoAndStop (3);
};
}
Symbol 398 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 2
tellTarget (_parent.enemy) {
gotoAndPlay (25);
};
Symbol 402 MovieClip Frame 122
stop();
tellTarget (_parent._parent) {
nextFrame();
};
Instance of Symbol 95 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 410 MovieClip Frame 9
gotoAndPlay (1);
Symbol 410 MovieClip Frame 24
gotoAndPlay (1);
Symbol 410 MovieClip Frame 31
tellTarget (pu) {
stop();
};
stop();
Symbol 412 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 4);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 4);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 4);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 4);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 4);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 4);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 4);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 4);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 413 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 413 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 413 MovieClip Frame 3
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.mozzy.kills.kills < 100) {
_root.HUD.mozzy.kills.kills = _root.HUD.mozzy.kills.kills + 1;
}
tellTarget (_root.HUD.mozzy) {
gotoAndPlay (10);
};
Symbol 413 MovieClip Frame 4
stop();
Symbol 414 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 414 MovieClip Frame 20
stop();
tellTarget (_root.paused) {
gotoAndStop (2);
};
if (_root.key.lost) {
tellTarget (_root.save) {
gotoAndStop (4);
};
}
if (_root.key.found) {
tellTarget (_root.save) {
gotoAndStop (5);
};
}
Symbol 415 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 9
gotoAndStop (4);
Instance of Symbol 95 MovieClip in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 421 MovieClip Frame 9
gotoAndPlay (1);
Symbol 421 MovieClip Frame 19
gotoAndPlay (1);
Symbol 421 MovieClip Frame 26
stop();
Symbol 422 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 423 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip "alive" in Symbol 423 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (26);
};
}
Symbol 423 MovieClip Frame 40
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.slug.kills.kills < 100) {
_root.HUD.slug.kills.kills = _root.HUD.slug.kills.kills + 1;
}
tellTarget (_root.HUD.slug) {
gotoAndPlay (10);
};
tellTarget (_parent) {
stop();
};
Symbol 423 MovieClip Frame 41
stop();
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 424 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 424 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 424 MovieClip Frame 65
tellTarget (_parent.slug) {
nextFrame();
};
Symbol 424 MovieClip Frame 300
gotoAndPlay (2);
Symbol 426 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
stop();
Instance of Symbol 426 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.background.boss) {
play();
};
tellTarget (_root.key) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key.found) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 101 MovieClip in Symbol 456 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 456 MovieClip Frame 25
stop();
Instance of Symbol 101 MovieClip in Symbol 458 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 458 MovieClip Frame 25
stop();
Instance of Symbol 101 MovieClip in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 101 MovieClip in Symbol 461 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 461 MovieClip Frame 26
stop();
Instance of Symbol 101 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 464 MovieClip Frame 26
stop();
Symbol 465 MovieClip Frame 1
stop();
Instance of Symbol 456 MovieClip in Symbol 465 MovieClip Frame 2
onClipEvent (load) {
play();
}
Instance of Symbol 458 MovieClip in Symbol 465 MovieClip Frame 2
onClipEvent (load) {
play();
}
Instance of Symbol 95 MovieClip in Symbol 465 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.battle.no) {
tellTarget (_parent) {
play();
};
}
}
Symbol 479 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 479 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 479 MovieClip Frame 5
stop();
Symbol 479 MovieClip Frame 9
gotoAndStop (1);
Symbol 479 MovieClip Frame 19
gotoAndStop (1);
Symbol 479 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 480 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Symbol 482 MovieClip Frame 5
stop();
Instance of Symbol 95 MovieClip "alive" in Symbol 482 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 482 MovieClip Frame 20
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.cyborg.kills.kills < 100) {
_root.HUD.cyborg.kills.kills = _root.HUD.cyborg.kills.kills + 1;
}
tellTarget (_root.HUD.cyborg) {
gotoAndPlay (10);
};
Symbol 482 MovieClip Frame 21
stop();
Symbol 483 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent._parent.doors) {
nextFrame();
};
tellTarget (_parent._parent.enemy) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 487 MovieClip Frame 1
stop();
Instance of Symbol 101 MovieClip in Symbol 487 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 488 MovieClip Frame 1
stop();
if (_root.key.power.power) {
nextFrame();
}
Symbol 490 MovieClip Frame 1
stop();
Symbol 491 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent._parent.enemy) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 492 MovieClip Frame 1
stop();
Symbol 495 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 1
stop();
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.key.a) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key.a.found) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 507 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 507 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 507 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 507 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Symbol 507 MovieClip Frame 5
stop();
Symbol 508 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 508 MovieClip Frame 5
stop();
Symbol 508 MovieClip Frame 9
gotoAndStop (1);
Symbol 508 MovieClip Frame 19
gotoAndStop (1);
Symbol 508 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 509 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 510 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 510 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 510 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 510 MovieClip Frame 3
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.freak.kills.kills < 100) {
_root.HUD.freak.kills.kills = _root.HUD.freak.kills.kills + 1;
}
tellTarget (_root.HUD.freak) {
gotoAndPlay (10);
};
Symbol 510 MovieClip Frame 4
stop();
Symbol 513 MovieClip Frame 1
stop();
Instance of Symbol 101 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 513 MovieClip Frame 14
stop();
Symbol 514 MovieClip Frame 1
stop();
if (_root.key.power.power) {
nextFrame();
}
Instance of Symbol 461 MovieClip "doorc" in Symbol 514 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Symbol 515 MovieClip Frame 1
stop();
if (_root.key.power.power) {
nextFrame();
}
Instance of Symbol 464 MovieClip "doorb" in Symbol 515 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Symbol 518 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 518 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 518 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 518 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 518 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 518 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Symbol 518 MovieClip Frame 35
stop();
Symbol 527 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 527 MovieClip Frame 5
stop();
Symbol 527 MovieClip Frame 9
gotoAndStop (1);
Symbol 527 MovieClip Frame 19
gotoAndStop (1);
Symbol 527 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 528 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 0.5);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 0.5);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 0.5);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 0.5);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 529 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.battle.battle) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 95 MovieClip "alive" in Symbol 529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 529 MovieClip Frame 30
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.hulk.kills.kills < 100) {
_root.HUD.hulk.kills.kills = _root.HUD.hulk.kills.kills + 1;
}
tellTarget (_root.HUD.hulk) {
gotoAndPlay (10);
};
Symbol 529 MovieClip Frame 31
stop();
Symbol 531 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 1
stop();
Instance of Symbol 531 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.key.b) {
nextFrame();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key.b.found) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 534 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 534 MovieClip Frame 20
stop();
tellTarget (_root.paused) {
gotoAndStop (2);
};
if (_root.key.c.lost) {
tellTarget (_root.save) {
gotoAndStop (6);
};
}
if (_root.key.c.found) {
if (_root.gun.b) {
tellTarget (_root.save) {
gotoAndStop (7);
};
}
if (_root.gun.a) {
tellTarget (_root.save) {
gotoAndStop (6);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
gotoAndPlay (2);
};
}
}
}
}
Symbol 552 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
Symbol 553 MovieClip Frame 1
stop();
Symbol 557 MovieClip Frame 1
stop();
Instance of Symbol 556 MovieClip in Symbol 557 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.gun) {
gotoAndStop (2);
};
tellTarget (_root.foreground.text) {
play();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 557 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gun.b) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 559 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 1
stop();
Instance of Symbol 559 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.key.c) {
nextFrame();
};
if (_root.gun.a) {
tellTarget (_root.foreground.text) {
play();
};
}
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key.c.found) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 565 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 565 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 565 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Symbol 574 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent._parent) {
stop();
};
tellTarget (_parent) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 574 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Symbol 574 MovieClip Frame 38
tellTarget (_parent) {
play();
};
Symbol 592 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 76
tellTarget (eye) {
play();
};
Symbol 596 Button
on (press) {
if (_root.paused.unpaused) {
_parent.play();
}
}
Symbol 597 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 597 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
tellTarget (_parent) {
play();
};
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
tellTarget (_parent) {
play();
};
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 597 MovieClip Frame 10
tellTarget (_parent._parent) {
nextFrame();
};
Instance of Symbol 579 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 579 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 579 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Symbol 599 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip "alive" in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (26);
};
}
Symbol 599 MovieClip Frame 30
play();
Symbol 599 MovieClip Frame 37
tellTarget (_parent) {
nextFrame();
};
Instance of Symbol 95 MovieClip in Symbol 600 MovieClip Frame 75
onClipEvent (enterFrame) {
if (_parent.hulk.enemy) {
tellTarget (_parent) {
gotoAndPlay (75);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 600 MovieClip Frame 135
onClipEvent (enterFrame) {
if (_parent.hulk.enemy) {
tellTarget (_parent) {
gotoAndPlay (135);
};
}
}
Instance of Symbol 579 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 579 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 579 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 2
tellTarget (_parent.enemy) {
gotoAndPlay (20);
};
Symbol 603 MovieClip Frame 122
stop();
tellTarget (_parent._parent) {
nextFrame();
};
Symbol 614 MovieClip Frame 1
Instance of Symbol 610 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 95 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 614 MovieClip Frame 9
gotoAndPlay (1);
Symbol 614 MovieClip Frame 15
gotoAndPlay (1);
Symbol 614 MovieClip Frame 22
tellTarget (pu) {
stop();
};
stop();
Symbol 615 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
tellTarget (_root.guy.poison) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
tellTarget (_root.guy.poison) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
tellTarget (_root.guy.poison) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
tellTarget (_root.guy.poison) {
play();
};
}
}
}
Symbol 616 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 616 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 616 MovieClip Frame 20
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.spider.kills.kills < 100) {
_root.HUD.spider.kills.kills = _root.HUD.spider.kills.kills + 1;
}
tellTarget (_root.HUD.spider) {
gotoAndPlay (10);
};
Symbol 616 MovieClip Frame 21
stop();
Symbol 617 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 617 MovieClip Frame 20
stop();
tellTarget (_root.paused) {
gotoAndStop (2);
};
tellTarget (_root.save) {
gotoAndStop (8);
};
Symbol 620 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 2
tellTarget (_parent.enemy) {
gotoAndPlay (20);
};
tellTarget (_parent) {
gotoAndStop (17);
};
Symbol 620 MovieClip Frame 122
stop();
Symbol 629 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 629 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 629 MovieClip Frame 5
stop();
Symbol 629 MovieClip Frame 9
gotoAndStop (1);
Symbol 629 MovieClip Frame 19
gotoAndStop (1);
Symbol 629 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 630 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 631 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 631 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 631 MovieClip Frame 50
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.akull.kills.kills < 100) {
_root.HUD.skull.kills.kills = _root.HUD.skull.kills.kills + 1;
}
tellTarget (_root.HUD.skull) {
gotoAndPlay (10);
};
Symbol 631 MovieClip Frame 51
stop();
Symbol 648 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 2
tellTarget (_root.key.power) {
gotoAndStop (1);
};
Symbol 650 MovieClip Frame 42
stop();
Symbol 660 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 660 MovieClip Frame 20
stop();
tellTarget (_root.paused) {
gotoAndStop (2);
};
tellTarget (_root.save) {
gotoAndStop (9);
};
Symbol 687 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 687 MovieClip Frame 5
stop();
Symbol 687 MovieClip Frame 9
gotoAndStop (1);
Symbol 687 MovieClip Frame 19
gotoAndStop (1);
Symbol 687 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Instance of Symbol 95 MovieClip in Symbol 687 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 688 Button
on (press) {
if (_root.paused.unpaused) {
if (_parent.alive) {
tellTarget (enemy) {
gotoAndPlay (27);
};
_parent.nextFrame();
}
}
}
Symbol 689 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
tellTarget (_parent.enemy) {
gotoAndPlay (27);
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
tellTarget (_parent.enemy) {
gotoAndPlay (27);
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
tellTarget (_parent.enemy) {
gotoAndPlay (27);
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
tellTarget (_parent.enemy) {
gotoAndPlay (27);
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 690 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 690 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 690 MovieClip Frame 60
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.boo.kills.kills < 100) {
_root.HUD.boo.kills.kills = _root.HUD.boo.kills.kills + 1;
}
tellTarget (_root.HUD.boo) {
gotoAndPlay (10);
};
Symbol 690 MovieClip Frame 61
stop();
Symbol 699 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 699 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 699 MovieClip Frame 5
stop();
Symbol 699 MovieClip Frame 9
gotoAndStop (1);
Symbol 699 MovieClip Frame 19
gotoAndStop (1);
Symbol 699 MovieClip Frame 26
tellTarget (pu) {
stop();
};
stop();
Symbol 700 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 700 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.freeze.freeze) {
tellTarget (_parent) {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.ice)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 701 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_parent._parent) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 2);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 2);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 2);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Symbol 702 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 702 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip "alive" in Symbol 702 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bomb.bomb) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 702 MovieClip Frame 100
tellTarget (enemy.blood) {
play();
};
if (_root.HUD.flesh.kills.kills < 100) {
_root.HUD.flesh.kills.kills = _root.HUD.flesh.kills.kills + 1;
}
tellTarget (_root.HUD.flesh) {
gotoAndPlay (10);
};
Symbol 702 MovieClip Frame 101
stop();
Symbol 703 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip "closed" in Symbol 703 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.enemy.alive) {
tellTarget (_parent) {
gotoAndPlay (2);
};
}
if (_parent.enemyb.alive) {
tellTarget (_parent) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 458 MovieClip in Symbol 703 MovieClip Frame 1
onClipEvent (load) {
play();
}
Symbol 703 MovieClip Frame 4
stop();
Instance of Symbol 513 MovieClip "doorb" in Symbol 703 MovieClip Frame 4
onClipEvent (enterFrame) {
if (closed) {
play();
}
}
Symbol 706 MovieClip Frame 1
stop();
Instance of Symbol 705 MovieClip in Symbol 706 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.gun.fire) {
gotoAndStop (2);
};
tellTarget (_root.foreground.text) {
play();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 706 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gun.fire.b) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 709 MovieClip Frame 1
stop();
Instance of Symbol 708 MovieClip in Symbol 709 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.gun.ice) {
gotoAndStop (2);
};
tellTarget (_root.foreground.text) {
play();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 709 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gun.ice.b) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 714 MovieClip Frame 1
stop();
Instance of Symbol 713 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.gun.uzi) {
gotoAndStop (2);
};
tellTarget (_root.foreground.text) {
play();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gun.uzi.b) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 715 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 715 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 715 MovieClip Frame 20
stop();
tellTarget (_root.paused) {
gotoAndStop (2);
};
if (_root.checkpoint.ten) {
tellTarget (_root.save) {
gotoAndStop (10);
};
}
if (_root.checkpoint.eleven) {
tellTarget (_root.save) {
gotoAndStop (11);
};
}
if (_root.checkpoint.twelve) {
tellTarget (_root.save) {
gotoAndStop (12);
};
}
if (_root.checkpoint.thirteen) {
tellTarget (_root.save) {
gotoAndStop (13);
};
}
if (_root.checkpoint.fourteen) {
tellTarget (_root.save) {
gotoAndStop (14);
};
}
if (_root.checkpoint.fifthteen) {
tellTarget (_root.save) {
gotoAndStop (15);
};
}
if (_root.checkpoint.sixteen) {
tellTarget (_root.save) {
gotoAndStop (16);
};
}
if (_root.checkpoint.seventeen) {
tellTarget (_root.save) {
gotoAndStop (17);
};
}
Symbol 728 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.frozen.no) {
if (_parent._parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
}
Symbol 728 MovieClip Frame 5
stop();
Symbol 728 MovieClip Frame 9
gotoAndStop (1);
Symbol 728 MovieClip Frame 19
gotoAndStop (1);
Symbol 728 MovieClip Frame 26
stop();
Symbol 728 MovieClip Frame 27
tellTarget (_parent._parent) {
nextFrame();
};
Symbol 728 MovieClip Frame 31
play();
Symbol 728 MovieClip Frame 43
stop();
Symbol 729 Button
on (press) {
if (_root.paused.unpaused) {
if (_parent.alive) {
tellTarget (_root.foreground.health) {
nextFrame();
};
}
}
}
Symbol 730 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.shotty.shotty)) {
if (_parent._parent.alive) {
tellTarget (_root.foreground.health) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.mallet.uzi.shotty)) {
if (_parent._parent.alive) {
tellTarget (_root.foreground.health) {
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.guy.arm.gun.gun.fire)) {
if (_parent._parent.alive) {
tellTarget (_root.foreground.health) {
nextFrame();
nextFrame();
};
}
}
}
if (_root.paused.unpaused) {
if (this.hitTest(_root.guy.melee.melee)) {
if (_parent._parent.alive) {
tellTarget (_root.foreground.health) {
nextFrame();
};
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.frozen.no) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (7);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 1);
_x = (_x - 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (11);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y + 0.5);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (12);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent._parent.alive) {
if (_parent.frozen.no) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 0.5);
_x = (_x - 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (13);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x - 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (14);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 1);
_x = (_x + 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (15);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_y = (_y - 0.5);
_x = (_x + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (16);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 1);
_y = (_y + 0.5);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (9);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused.unpaused) {
if (_parent.frozen.no) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_parent) {
_x = (_x + 0.5);
_y = (_y + 1);
};
tellTarget (_parent.enemy) {
play();
};
tellTarget (_parent) {
gotoAndStop (10);
};
}
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.left) {
play();
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.up) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.alive) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.down) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.enemy.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (2);
};
}
if (_parent.enemyb.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (2);
};
}
if (_parent.enemyc.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (2);
};
}
if (_parent.enemyd.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (2);
};
}
}
Symbol 731 MovieClip Frame 21
stop();
Instance of Symbol 95 MovieClip in Symbol 732 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.enemy.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (5);
};
}
if (_parent.enemyb.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (5);
};
}
if (_parent.enemyc.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (5);
};
}
if (_parent.enemyd.alive) {
tellTarget (_parent._parent) {
gotoAndPlay (5);
};
}
}
Symbol 732 MovieClip Frame 16
stop();
Symbol 733 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip "alive" in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (26);
};
}
Symbol 733 MovieClip Frame 4
stop();
tellTarget (enemy.enemy) {
play();
};
Instance of Symbol 95 MovieClip "alive" in Symbol 733 MovieClip Frame 4
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (26);
};
}
Symbol 733 MovieClip Frame 7
stop();
tellTarget (enemy.enemy) {
play();
};
Instance of Symbol 95 MovieClip "alive" in Symbol 733 MovieClip Frame 7
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (26);
};
}
Symbol 733 MovieClip Frame 8
tellTarget (enemy.blood) {
play();
};
tellTarget (_root.bomb) {
play();
};
Instance of Symbol 95 MovieClip in Symbol 733 MovieClip Frame 8
onClipEvent (enterFrame) {
tellTarget (_root.battle) {
gotoAndPlay (26);
};
}
Symbol 733 MovieClip Frame 9
tellTarget (_root) {
nextFrame();
};
stop();
Symbol 734 MovieClip Frame 1
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (1);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (2);
};
tellTarget (_root.background) {
gotoAndStop (2);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 2
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (2);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (3);
};
tellTarget (_root.background) {
gotoAndStop (3);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (1);
};
tellTarget (_root.background) {
gotoAndStop (1);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 3
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (3);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (2);
};
tellTarget (_root.background) {
gotoAndStop (2);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (4);
};
tellTarget (_root.background) {
gotoAndStop (4);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 4
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (4);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (3);
};
tellTarget (_root.background) {
gotoAndStop (3);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (5);
};
tellTarget (_root.background) {
gotoAndStop (5);
};
}
}
Symbol 734 MovieClip Frame 5
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (5);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (4);
};
tellTarget (_root.background) {
gotoAndStop (4);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
tellTarget (_root.background) {
gotoAndStop (6);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 6
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (6);
};
if (_root.checkpoint.one) {
tellTarget (_root.checkpoint) {
gotoAndStop (2);
};
}
if (_root.checkpoint.four) {
tellTarget (_root.checkpoint) {
gotoAndStop (5);
};
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (7);
};
tellTarget (_root.background) {
gotoAndStop (7);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (5);
};
tellTarget (_root.background) {
gotoAndStop (5);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (15);
};
tellTarget (_root.background) {
gotoAndStop (15);
};
}
}
Symbol 734 MovieClip Frame 7
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (7);
};
Instance of Symbol 399 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.secret) {
gotoAndStop (2);
};
tellTarget (_root.paused) {
gotoAndStop (2);
};
nextFrame();
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (8);
};
tellTarget (_root.background) {
gotoAndStop (8);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
tellTarget (_root.background) {
gotoAndStop (6);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 8
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (8);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (7);
};
tellTarget (_root.background) {
gotoAndStop (7);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_root.background) {
gotoAndStop (9);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 9
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (9);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (10);
};
tellTarget (_root.background) {
gotoAndStop (10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (8);
};
tellTarget (_root.background) {
gotoAndStop (8);
};
}
}
Symbol 734 MovieClip Frame 10
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (10);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_root.background) {
gotoAndStop (9);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (11);
};
tellTarget (_root.background) {
gotoAndStop (11);
};
}
}
Symbol 734 MovieClip Frame 11
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (11);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (12);
};
tellTarget (_root.background) {
gotoAndStop (12);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (10);
};
tellTarget (_root.background) {
gotoAndStop (10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 12
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (12);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (11);
};
tellTarget (_root.background) {
gotoAndStop (11);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (13);
};
tellTarget (_root.background) {
gotoAndStop (13);
};
}
}
Symbol 734 MovieClip Frame 13
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (13);
};
if (_root.checkpoint.two) {
tellTarget (_root.checkpoint) {
gotoAndStop (3);
};
}
if (_root.checkpoint.three) {
if (_root.key.found) {
tellTarget (_root.checkpoint) {
gotoAndStop (4);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (14);
};
tellTarget (_root.background) {
gotoAndStop (14);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (12);
};
tellTarget (_root.background) {
gotoAndStop (12);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 14
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (14);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (13);
};
tellTarget (_root.background) {
gotoAndStop (13);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 15
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (15);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
tellTarget (_root.background) {
gotoAndStop (6);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (16);
};
tellTarget (_root.background) {
gotoAndStop (16);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 16
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (16);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (15);
};
tellTarget (_root.background) {
gotoAndStop (15);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (17);
};
tellTarget (_root.background) {
gotoAndStop (17);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 17
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (17);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (16);
};
tellTarget (_root.background) {
gotoAndStop (16);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.key.lost) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
if (_root.key.found) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (18);
};
tellTarget (_root.background) {
gotoAndStop (18);
};
}
}
}
Symbol 734 MovieClip Frame 18
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (18);
};
tellTarget (_root.key) {
gotoAndStop (3);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
if (_root.key.power.power) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (39);
};
tellTarget (_root.background) {
gotoAndStop (39);
};
}
if (_root.key.power.none) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (17);
};
tellTarget (_root.background) {
gotoAndStop (17);
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (19);
};
tellTarget (_root.background) {
gotoAndStop (19);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (28);
};
tellTarget (_root.background) {
gotoAndStop (28);
};
}
}
Symbol 734 MovieClip Frame 19
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (19);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (17);
};
tellTarget (_root.background) {
gotoAndStop (17);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (18);
};
tellTarget (_root.background) {
gotoAndStop (18);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (20);
};
tellTarget (_root.background) {
gotoAndStop (20);
};
}
}
Symbol 734 MovieClip Frame 20
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (20);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (19);
};
tellTarget (_root.background) {
gotoAndStop (19);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (24);
};
tellTarget (_root.background) {
gotoAndStop (24);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (21);
};
tellTarget (_root.background) {
gotoAndStop (21);
};
}
}
Symbol 734 MovieClip Frame 21
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (21);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (22);
};
tellTarget (_root.background) {
gotoAndStop (22);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (20);
};
tellTarget (_root.background) {
gotoAndStop (20);
};
}
}
Symbol 734 MovieClip Frame 22
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (22);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (23);
};
tellTarget (_root.background) {
gotoAndStop (23);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (21);
};
tellTarget (_root.background) {
gotoAndStop (21);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 23
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (23);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (22);
};
tellTarget (_root.background) {
gotoAndStop (22);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 24
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (24);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (20);
};
tellTarget (_root.background) {
gotoAndStop (20);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (25);
};
tellTarget (_root.background) {
gotoAndStop (25);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 25
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (25);
};
Instance of Symbol 513 MovieClip "doorb" in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.key.c.found) {
if (_root.gun.b) {
if (closed) {
play();
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (37);
};
tellTarget (_root.background) {
gotoAndStop (37);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (26);
};
tellTarget (_root.background) {
gotoAndStop (26);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (24);
};
tellTarget (_root.background) {
gotoAndStop (24);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (31);
};
tellTarget (_root.background) {
gotoAndStop (31);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.key.c.lost) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
}
onClipEvent (enterFrame) {
if (_root.gun.a) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
}
Symbol 734 MovieClip Frame 26
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (26);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (27);
};
tellTarget (_root.background) {
gotoAndStop (27);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (25);
};
tellTarget (_root.background) {
gotoAndStop (25);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 27
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (27);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (28);
};
tellTarget (_root.background) {
gotoAndStop (28);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (26);
};
tellTarget (_root.background) {
gotoAndStop (26);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (29);
};
tellTarget (_root.background) {
gotoAndStop (29);
};
}
}
Symbol 734 MovieClip Frame 28
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (28);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (27);
};
tellTarget (_root.background) {
gotoAndStop (27);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (25);
};
tellTarget (_root.background) {
gotoAndStop (18);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 29
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (29);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (27);
};
tellTarget (_root.background) {
gotoAndStop (27);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (30);
};
tellTarget (_root.background) {
gotoAndStop (30);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 30
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (30);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (29);
};
tellTarget (_root.background) {
gotoAndStop (29);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 31
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (31);
};
Instance of Symbol 461 MovieClip "doorc" in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.key.a.found) {
if (closed) {
if (_root.key.b.found) {
play();
}
}
}
}
onClipEvent (load) {
stop();
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (32);
};
tellTarget (_root.background) {
gotoAndStop (32);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (25);
};
tellTarget (_root.background) {
gotoAndStop (25);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.key.a.lost) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
}
onClipEvent (enterFrame) {
if (_root.key.b.lost) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
}
Symbol 734 MovieClip Frame 32
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (32);
};
if (_root.checkpoint.five) {
tellTarget (_root.checkpoint) {
gotoAndStop (6);
};
}
if (_root.checkpoint.six) {
if (_root.key.c.found) {
tellTarget (_root.checkpoint) {
gotoAndStop (7);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (33);
};
tellTarget (_root.background) {
gotoAndStop (33);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (31);
};
tellTarget (_root.background) {
gotoAndStop (31);
};
}
}
Symbol 734 MovieClip Frame 33
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (33);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (34);
};
tellTarget (_root.background) {
gotoAndStop (34);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (32);
};
tellTarget (_root.background) {
gotoAndStop (32);
};
}
}
Symbol 734 MovieClip Frame 34
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (34);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (34);
};
tellTarget (_root.background) {
gotoAndStop (34);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (33);
};
tellTarget (_root.background) {
gotoAndStop (33);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (35);
};
tellTarget (_root.background) {
gotoAndStop (35);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (36);
};
tellTarget (_root.background) {
gotoAndStop (36);
};
}
}
Symbol 734 MovieClip Frame 35
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (35);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (34);
};
tellTarget (_root.background) {
gotoAndStop (34);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (33);
};
tellTarget (_root.background) {
gotoAndStop (33);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (34);
};
tellTarget (_root.background) {
gotoAndStop (34);
};
}
}
Symbol 734 MovieClip Frame 36
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (36);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (34);
};
tellTarget (_root.background) {
gotoAndStop (34);
};
}
}
Symbol 734 MovieClip Frame 37
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (37);
};
Instance of Symbol 456 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (load) {
play();
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (25);
};
tellTarget (_root.background) {
gotoAndStop (25);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (33);
};
tellTarget (_root.background) {
gotoAndStop (33);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 38
tellTarget (_root.foreground) {
gotoAndStop (38);
};
tellTarget (_root.key.power) {
gotoAndStop (2);
};
tellTarget (_root.key) {
gotoAndStop (4);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 39
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (17);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (40);
};
tellTarget (_root.background) {
gotoAndStop (40);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (18);
};
tellTarget (_root.background) {
gotoAndStop (18);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 40
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (16);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (41);
};
tellTarget (_root.background) {
gotoAndStop (41);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (39);
};
tellTarget (_root.background) {
gotoAndStop (39);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 41
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (15);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (42);
};
tellTarget (_root.background) {
gotoAndStop (42);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (40);
};
tellTarget (_root.background) {
gotoAndStop (40);
};
}
}
Symbol 734 MovieClip Frame 42
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (6);
};
tellTarget (_root.checkpoint) {
gotoAndStop (8);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (43);
};
tellTarget (_root.background) {
gotoAndStop (43);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (41);
};
tellTarget (_root.background) {
gotoAndStop (41);
};
}
}
Symbol 734 MovieClip Frame 43
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (5);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (44);
};
tellTarget (_root.background) {
gotoAndStop (44);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (42);
};
tellTarget (_root.background) {
gotoAndStop (42);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 44
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (4);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (45);
};
tellTarget (_root.background) {
gotoAndStop (45);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (43);
};
tellTarget (_root.background) {
gotoAndStop (43);
};
}
}
Symbol 734 MovieClip Frame 45
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (3);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (46);
};
tellTarget (_root.background) {
gotoAndStop (46);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (44);
};
tellTarget (_root.background) {
gotoAndStop (44);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (48);
};
tellTarget (_root.background) {
gotoAndStop (48);
};
}
}
Symbol 734 MovieClip Frame 46
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (2);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (45);
};
tellTarget (_root.background) {
gotoAndStop (45);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (47);
};
tellTarget (_root.background) {
gotoAndStop (47);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 47
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (1);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (46);
};
tellTarget (_root.background) {
gotoAndStop (46);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 48
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (48);
};
Instance of Symbol 650 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (_root.key.power.power) {
if (go) {
play();
}
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (49);
};
tellTarget (_root.background) {
gotoAndStop (49);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (45);
};
tellTarget (_root.background) {
gotoAndStop (45);
};
}
}
Symbol 734 MovieClip Frame 49
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (49);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (50);
};
tellTarget (_root.background) {
gotoAndStop (50);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (48);
};
tellTarget (_root.background) {
gotoAndStop (48);
};
}
}
Symbol 734 MovieClip Frame 50
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (50);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (51);
};
tellTarget (_root.background) {
gotoAndStop (51);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (49);
};
tellTarget (_root.background) {
gotoAndStop (49);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 51
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (51);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.foreground.text) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (50);
};
tellTarget (_root.background) {
gotoAndStop (50);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (52);
};
tellTarget (_root.background) {
gotoAndStop (52);
};
}
}
Symbol 734 MovieClip Frame 52
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (52);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (53);
};
tellTarget (_root.background) {
gotoAndStop (53);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (51);
};
tellTarget (_root.background) {
gotoAndStop (51);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 53
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (53);
};
tellTarget (_root.gun) {
gotoAndStop (2);
};
tellTarget (_root.checkpoint) {
gotoAndStop (9);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (54);
};
tellTarget (_root.background) {
gotoAndStop (54);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (52);
};
tellTarget (_root.background) {
gotoAndStop (52);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 54
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (54);
};
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
gotoAndPlay (70);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
stop();
}
Instance of Symbol 674 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (55);
};
tellTarget (_root.background) {
gotoAndStop (55);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 55
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (55);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (54);
};
tellTarget (_root.background) {
gotoAndStop (54);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (56);
};
tellTarget (_root.background) {
gotoAndStop (56);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (75);
};
tellTarget (_root.background) {
gotoAndStop (75);
};
}
}
Symbol 734 MovieClip Frame 56
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (56);
};
Instance of Symbol 674 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (57);
};
tellTarget (_root.background) {
gotoAndStop (57);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (55);
};
tellTarget (_root.background) {
gotoAndStop (55);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 57
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (57);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (54);
};
tellTarget (_root.background) {
gotoAndStop (54);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (56);
};
tellTarget (_root.background) {
gotoAndStop (56);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (58);
};
tellTarget (_root.background) {
gotoAndStop (58);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (60);
};
tellTarget (_root.background) {
gotoAndStop (60);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Symbol 734 MovieClip Frame 58
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (58);
};
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (load) {
gotoAndPlay (70);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (54);
};
tellTarget (_root.background) {
gotoAndStop (54);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (59);
};
tellTarget (_root.background) {
gotoAndStop (59);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (58);
};
tellTarget (_root.background) {
gotoAndStop (58);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (57);
};
tellTarget (_root.background) {
gotoAndStop (57);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 59
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (59);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (59);
};
tellTarget (_root.background) {
gotoAndStop (59);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (58);
};
tellTarget (_root.background) {
gotoAndStop (58);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 60
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (60);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (61);
};
tellTarget (_root.background) {
gotoAndStop (61);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (57);
};
tellTarget (_root.background) {
gotoAndStop (57);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (62);
};
tellTarget (_root.background) {
gotoAndStop (62);
};
}
}
Symbol 734 MovieClip Frame 61
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (61);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (60);
};
tellTarget (_root.background) {
gotoAndStop (60);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Symbol 734 MovieClip Frame 62
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (62);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (54);
};
tellTarget (_root.background) {
gotoAndStop (54);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (65);
};
tellTarget (_root.background) {
gotoAndStop (65);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (60);
};
tellTarget (_root.background) {
gotoAndStop (60);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (63);
};
tellTarget (_root.background) {
gotoAndStop (63);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 63
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (63);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (64);
};
tellTarget (_root.background) {
gotoAndStop (64);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (62);
};
tellTarget (_root.background) {
gotoAndStop (62);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 64
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (64);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (54);
};
tellTarget (_root.background) {
gotoAndStop (54);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (63);
};
tellTarget (_root.background) {
gotoAndStop (63);
};
}
}
Symbol 734 MovieClip Frame 65
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (65);
};
Instance of Symbol 674 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (62);
};
tellTarget (_root.background) {
gotoAndStop (62);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (66);
};
tellTarget (_root.background) {
gotoAndStop (66);
};
}
}
Symbol 734 MovieClip Frame 66
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (66);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (65);
};
tellTarget (_root.background) {
gotoAndStop (65);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (69);
};
tellTarget (_root.background) {
gotoAndStop (69);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (67);
};
tellTarget (_root.background) {
gotoAndStop (67);
};
}
}
Symbol 734 MovieClip Frame 67
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (67);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (68);
};
tellTarget (_root.background) {
gotoAndStop (68);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (66);
};
tellTarget (_root.background) {
gotoAndStop (66);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 68
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (68);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (67);
};
tellTarget (_root.background) {
gotoAndStop (67);
};
}
}
Symbol 734 MovieClip Frame 69
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (69);
};
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
gotoAndPlay (70);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
stop();
}
Instance of Symbol 674 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (66);
};
tellTarget (_root.background) {
gotoAndStop (66);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (70);
};
tellTarget (_root.background) {
gotoAndStop (70);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 70
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (70);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (69);
};
tellTarget (_root.background) {
gotoAndStop (69);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (71);
};
tellTarget (_root.background) {
gotoAndStop (71);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (73);
};
tellTarget (_root.background) {
gotoAndStop (73);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 71
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (71);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (72);
};
tellTarget (_root.background) {
gotoAndStop (72);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (70);
};
tellTarget (_root.background) {
gotoAndStop (70);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 72
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (72);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (71);
};
tellTarget (_root.background) {
gotoAndStop (71);
};
}
}
Symbol 734 MovieClip Frame 73
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (73);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (78);
};
tellTarget (_root.background) {
gotoAndStop (78);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (70);
};
tellTarget (_root.background) {
gotoAndStop (70);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (74);
};
tellTarget (_root.background) {
gotoAndStop (74);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 74
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (74);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (73);
};
tellTarget (_root.background) {
gotoAndStop (73);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x + 650);
};
tellTarget (_root.foreground) {
gotoAndStop (76);
};
tellTarget (_root.background) {
gotoAndStop (76);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (75);
};
tellTarget (_root.background) {
gotoAndStop (75);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 75
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (75);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (74);
};
tellTarget (_root.background) {
gotoAndStop (74);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (55);
};
tellTarget (_root.background) {
gotoAndStop (55);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 76
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (76);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (77);
};
tellTarget (_root.background) {
gotoAndStop (77);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_x = (_x - 650);
};
tellTarget (_root.foreground) {
gotoAndStop (74);
};
tellTarget (_root.background) {
gotoAndStop (74);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 76
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Symbol 734 MovieClip Frame 77
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (77);
};
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (70);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
stop();
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (70);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 668 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (load) {
stop();
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (76);
};
tellTarget (_root.background) {
gotoAndStop (76);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Symbol 734 MovieClip Frame 78
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (78);
};
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 78
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (73);
};
tellTarget (_root.background) {
gotoAndStop (73);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 78
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 78
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (79);
};
tellTarget (_root.background) {
gotoAndStop (79);
};
}
}
Symbol 734 MovieClip Frame 79
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (79);
};
tellTarget (_root.gun) {
gotoAndStop (2);
};
tellTarget (_root.checkpoint) {
gotoAndStop (10);
};
if (_root.gun.uzi.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (11);
};
if (_root.gun.ice.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (12);
};
if (_root.gun.fire.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (13);
};
}
}
}
if (_root.gun.uzi.b) {
if (_root.gun.ice.a) {
if (_root.gun.fire.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (17);
};
}
}
}
if (_root.gun.uzi.a) {
if (_root.gun.ice.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (14);
};
if (_root.gun.fire.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (15);
};
}
}
}
if (_root.gun.uzi.a) {
if (_root.gun.ice.a) {
if (_root.gun.fire.b) {
tellTarget (_root.checkpoint) {
gotoAndStop (16);
};
}
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 79
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y + 550);
};
tellTarget (_root.foreground) {
gotoAndStop (78);
};
tellTarget (_root.background) {
gotoAndStop (78);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 79
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (80);
};
tellTarget (_root.background) {
gotoAndStop (80);
};
}
}
Symbol 734 MovieClip Frame 80
stop();
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map.map) {
gotoAndStop (80);
};
Instance of Symbol 513 MovieClip "doorb" in Symbol 734 MovieClip Frame 80
onClipEvent (enterFrame) {
if (_root.key.c.found) {
if (_root.gun.b) {
if (closed) {
play();
}
}
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_y = (_y - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 734 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.guy) {
_y = (_y - 550);
};
tellTarget (_root.foreground) {
gotoAndStop (80);
};
tellTarget (_root.background) {
gotoAndStop (80);
};
}
}
Symbol 744 MovieClip Frame 1
stop();
Symbol 748 MovieClip Frame 1
stop();
Symbol 748 MovieClip Frame 2
tellTarget (_root.mallet.shotty) {
play();
};
Instance of Symbol 747 MovieClip in Symbol 748 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest("_root.background.ma")) {
if (_root.background.ma.enemy.enemy.hit) {
tellTarget ("_root.background.ma.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mb")) {
if (_root.background.mb.enemy.enemy.hit) {
tellTarget ("_root.background.mb.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mc")) {
if (_root.background.mc.enemy.enemy.hit) {
tellTarget ("_root.background.mc.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.md")) {
if (_root.background.md.enemy.enemy.hit) {
tellTarget ("_root.background.md.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.me")) {
if (_root.background.me.enemy.enemy.hit) {
tellTarget ("_root.background.me.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mf")) {
if (_root.background.mf.enemy.enemy.hit) {
tellTarget ("_root.background.mf.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mg")) {
if (_root.background.mg.enemy.enemy.hit) {
tellTarget ("_root.background.mg.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mh")) {
if (_root.background.mh.enemy.enemy.hit) {
tellTarget ("_root.background.mh.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mi")) {
if (_root.background.mi.enemy.enemy.hit) {
tellTarget ("_root.background.mi.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mj")) {
if (_root.background.mj.enemy.enemy.hit) {
tellTarget ("_root.background.mj.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mk")) {
if (_root.background.mk.enemy.enemy.hit) {
tellTarget ("_root.background.mk.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.ml")) {
if (_root.background.ml.enemy.enemy.hit) {
tellTarget ("_root.background.ml.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mm")) {
if (_root.background.mm.enemy.enemy.hit) {
tellTarget ("_root.background.mm.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mn")) {
if (_root.background.mn.enemy.enemy.hit) {
tellTarget ("_root.background.mn.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mo")) {
if (_root.background.mo.enemy.enemy.hit) {
tellTarget ("_root.background.mo.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mp")) {
if (_root.background.mp.enemy.enemy.hit) {
tellTarget ("_root.background.mp.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mq")) {
if (_root.background.mq.enemy.enemy.hit) {
tellTarget ("_root.background.mq.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mr")) {
if (_root.background.mr.enemy.enemy.hit) {
tellTarget ("_root.background.mr.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.ms")) {
if (_root.background.ms.enemy.enemy.hit) {
tellTarget ("_root.background.ms.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mt")) {
if (_root.background.mt.enemy.enemy.hit) {
tellTarget ("_root.background.mt.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mu")) {
if (_root.background.mu.enemy.enemy.hit) {
tellTarget ("_root.background.mu.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mv")) {
if (_root.background.mv.enemy.enemy.hit) {
tellTarget ("_root.background.mv.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mw")) {
if (_root.background.mw.enemy.enemy.hit) {
tellTarget ("_root.background.mw.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mx")) {
if (_root.background.mx.enemy.enemy.hit) {
tellTarget ("_root.background.mx.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.my")) {
if (_root.background.my.enemy.enemy.hit) {
tellTarget ("_root.background.my.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mz")) {
if (_root.background.mz.enemy.enemy.hit) {
tellTarget ("_root.background.mz.freeze") {
play();
};
}
}
}
Symbol 750 MovieClip Frame 1
stop();
Symbol 750 MovieClip Frame 2
tellTarget (_root.mallet.uzi) {
play();
};
Symbol 753 MovieClip Frame 1
stop();
Instance of Symbol 747 MovieClip "fire" in Symbol 753 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest("_root.background.ma")) {
if (_root.background.ma.enemy.enemy.hit) {
tellTarget ("_root.background.ma.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mb")) {
if (_root.background.mb.enemy.enemy.hit) {
tellTarget ("_root.background.mb.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mc")) {
if (_root.background.mc.enemy.enemy.hit) {
tellTarget ("_root.background.mc.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.md")) {
if (_root.background.md.enemy.enemy.hit) {
tellTarget ("_root.background.md.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.me")) {
if (_root.background.me.enemy.enemy.hit) {
tellTarget ("_root.background.me.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mf")) {
if (_root.background.mf.enemy.enemy.hit) {
tellTarget ("_root.background.mf.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mg")) {
if (_root.background.mg.enemy.enemy.hit) {
tellTarget ("_root.background.mg.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mh")) {
if (_root.background.mh.enemy.enemy.hit) {
tellTarget ("_root.background.mh.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mi")) {
if (_root.background.mi.enemy.enemy.hit) {
tellTarget ("_root.background.mi.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mj")) {
if (_root.background.mj.enemy.enemy.hit) {
tellTarget ("_root.background.mj.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mk")) {
if (_root.background.mk.enemy.enemy.hit) {
tellTarget ("_root.background.mk.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.ml")) {
if (_root.background.ml.enemy.enemy.hit) {
tellTarget ("_root.background.ml.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mm")) {
if (_root.background.mm.enemy.enemy.hit) {
tellTarget ("_root.background.mm.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mn")) {
if (_root.background.mn.enemy.enemy.hit) {
tellTarget ("_root.background.mn.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mo")) {
if (_root.background.mo.enemy.enemy.hit) {
tellTarget ("_root.background.mo.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mp")) {
if (_root.background.mp.enemy.enemy.hit) {
tellTarget ("_root.background.mp.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mq")) {
if (_root.background.mq.enemy.enemy.hit) {
tellTarget ("_root.background.mq.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mr")) {
if (_root.background.mr.enemy.enemy.hit) {
tellTarget ("_root.background.mr.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.ms")) {
if (_root.background.ms.enemy.enemy.hit) {
tellTarget ("_root.background.ms.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mt")) {
if (_root.background.mt.enemy.enemy.hit) {
tellTarget ("_root.background.mt.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mu")) {
if (_root.background.mu.enemy.enemy.hit) {
tellTarget ("_root.background.mu.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mv")) {
if (_root.background.mv.enemy.enemy.hit) {
tellTarget ("_root.background.mv.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mw")) {
if (_root.background.mw.enemy.enemy.hit) {
tellTarget ("_root.background.mw.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mx")) {
if (_root.background.mx.enemy.enemy.hit) {
tellTarget ("_root.background.mx.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.my")) {
if (_root.background.my.enemy.enemy.hit) {
tellTarget ("_root.background.my.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mz")) {
if (_root.background.mz.enemy.enemy.hit) {
tellTarget ("_root.background.mz.freeze") {
play();
};
}
}
}
Symbol 754 MovieClip Frame 1
stop();
Symbol 754 MovieClip Frame 2
tellTarget (_root.mallet.shotty) {
play();
};
Instance of Symbol 747 MovieClip "ice" in Symbol 754 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest("_root.background.ma")) {
if (_root.background.ma.enemy.enemy.hit) {
tellTarget ("_root.background.ma.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mb")) {
if (_root.background.mb.enemy.enemy.hit) {
tellTarget ("_root.background.mb.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mc")) {
if (_root.background.mc.enemy.enemy.hit) {
tellTarget ("_root.background.mc.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.md")) {
if (_root.background.md.enemy.enemy.hit) {
tellTarget ("_root.background.md.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.me")) {
if (_root.background.me.enemy.enemy.hit) {
tellTarget ("_root.background.me.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mf")) {
if (_root.background.mf.enemy.enemy.hit) {
tellTarget ("_root.background.mf.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mg")) {
if (_root.background.mg.enemy.enemy.hit) {
tellTarget ("_root.background.mg.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mh")) {
if (_root.background.mh.enemy.enemy.hit) {
tellTarget ("_root.background.mh.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mi")) {
if (_root.background.mi.enemy.enemy.hit) {
tellTarget ("_root.background.mi.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mj")) {
if (_root.background.mj.enemy.enemy.hit) {
tellTarget ("_root.background.mj.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mk")) {
if (_root.background.mk.enemy.enemy.hit) {
tellTarget ("_root.background.mk.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.ml")) {
if (_root.background.ml.enemy.enemy.hit) {
tellTarget ("_root.background.ml.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mm")) {
if (_root.background.mm.enemy.enemy.hit) {
tellTarget ("_root.background.mm.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mn")) {
if (_root.background.mn.enemy.enemy.hit) {
tellTarget ("_root.background.mn.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mo")) {
if (_root.background.mo.enemy.enemy.hit) {
tellTarget ("_root.background.mo.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mp")) {
if (_root.background.mp.enemy.enemy.hit) {
tellTarget ("_root.background.mp.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mq")) {
if (_root.background.mq.enemy.enemy.hit) {
tellTarget ("_root.background.mq.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mr")) {
if (_root.background.mr.enemy.enemy.hit) {
tellTarget ("_root.background.mr.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.ms")) {
if (_root.background.ms.enemy.enemy.hit) {
tellTarget ("_root.background.ms.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mt")) {
if (_root.background.mt.enemy.enemy.hit) {
tellTarget ("_root.background.mt.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mu")) {
if (_root.background.mu.enemy.enemy.hit) {
tellTarget ("_root.background.mu.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mv")) {
if (_root.background.mv.enemy.enemy.hit) {
tellTarget ("_root.background.mv.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mw")) {
if (_root.background.mw.enemy.enemy.hit) {
tellTarget ("_root.background.mw.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mx")) {
if (_root.background.mx.enemy.enemy.hit) {
tellTarget ("_root.background.mx.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.my")) {
if (_root.background.my.enemy.enemy.hit) {
tellTarget ("_root.background.my.freeze") {
play();
};
}
}
if (this.hitTest("_root.background.mz")) {
if (_root.background.mz.enemy.enemy.hit) {
tellTarget ("_root.background.mz.freeze") {
play();
};
}
}
}
Symbol 755 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 755 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_root.mallet.shotgun) {
gotoAndPlay (2);
};
}
Instance of Symbol 95 MovieClip in Symbol 755 MovieClip Frame 5
onClipEvent (enterFrame) {
tellTarget (_root.mallet.shotgun) {
gotoAndPlay (2);
};
}
Symbol 756 MovieClip Frame 1
stop();
Symbol 761 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 100
stop();
Instance of Symbol 95 MovieClip in Symbol 768 MovieClip Frame 100
onClipEvent (enterFrame) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.weapon) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.pickup) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
}
Symbol 769 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 5
stop();
Symbol 769 MovieClip Frame 9
gotoAndPlay (1);
Symbol 771 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 2
tellTarget (_root.HUD.health.health) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
Symbol 774 MovieClip Frame 77
gotoAndPlay (2);
Instance of Symbol 95 MovieClip in Symbol 779 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.background.hiddene) {
nextFrame();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
}
Symbol 783 MovieClip Frame 2
stop();
Instance of Symbol 95 MovieClip in Symbol 801 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Instance of Symbol 95 MovieClip in Symbol 801 MovieClip Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x - 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 801 MovieClip Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget ("_root.guy") {
_x = (_x + 10);
};
}
}
Instance of Symbol 95 MovieClip in Symbol 801 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.head)) {
tellTarget (_root.right) {
play();
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.health.health) {
play();
};
}
}
Symbol 806 MovieClip Frame 1
stop();
Symbol 819 MovieClip Frame 1
stop();
Symbol 821 MovieClip Frame 1
stop();
Symbol 824 Button
on (keyPress "s") {
nextFrame();
}
on (keyPress "S") {
nextFrame();
}
Symbol 832 MovieClip Frame 1
stop();
Symbol 833 MovieClip Frame 1
stop();
Symbol 835 MovieClip Frame 1
stop();
Symbol 837 MovieClip Frame 1
stop();
Symbol 839 MovieClip Frame 121
stop();
Symbol 851 MovieClip Frame 1
stop();
Symbol 855 MovieClip Frame 1
stop();
Symbol 860 MovieClip Frame 1
stop();
Symbol 862 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 1
stop();
Symbol 868 MovieClip Frame 1
stop();
Symbol 875 MovieClip Frame 1
stop();
Symbol 875 MovieClip Frame 80
tellTarget (_root.background.boss.enemy.enemy) {
gotoAndPlay (27);
};
Symbol 875 MovieClip Frame 161
tellTarget (_root.background.boss.enemy.enemy) {
gotoAndPlay (27);
};
Symbol 875 MovieClip Frame 240
tellTarget (_root.background.boss.enemy.enemy) {
gotoAndPlay (27);
};
Symbol 875 MovieClip Frame 241
tellTarget (_root.background.boss.enemy.enemy) {
gotoAndPlay (27);
};
Symbol 876 MovieClip Frame 1
stop();
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 6
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 6
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 6
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 801 MovieClip in Symbol 876 MovieClip Frame 11
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 817 MovieClip in Symbol 876 MovieClip Frame 21
onClipEvent (load) {
gotoAndStop (1);
}
Instance of Symbol 817 MovieClip in Symbol 876 MovieClip Frame 26
onClipEvent (load) {
gotoAndStop (1);
}
Instance of Symbol 817 MovieClip in Symbol 876 MovieClip Frame 37
onClipEvent (load) {
gotoAndStop (1);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 42
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 42
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 42
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 45
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 45
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 45
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 47
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 50
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 51
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 53
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 779 MovieClip in Symbol 876 MovieClip Frame 53
onClipEvent (load) {
gotoAndPlay (10);
}
Symbol 878 MovieClip Frame 1
stopAllSounds();
Symbol 878 MovieClip Frame 2
stop();
Symbol 880 MovieClip Frame 1
stopAllSounds();
Symbol 880 MovieClip Frame 2
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 881 MovieClip Frame 2
stop();
Symbol 881 MovieClip Frame 3
stop();
Symbol 883 MovieClip Frame 1
stop();
Symbol 884 MovieClip Frame 1
stop();
Symbol 884 MovieClip Frame 2
tellTarget (_root.guy) {
_x = (_x - 10);
};
tellTarget (_root.guy.guy) {
gotoAndPlay (10);
};
Symbol 884 MovieClip Frame 3
tellTarget (_root.guy) {
_x = (_x - 10);
};
Symbol 884 MovieClip Frame 4
tellTarget (_root.guy) {
_x = (_x - 10);
};
Symbol 884 MovieClip Frame 5
tellTarget (_root.guy) {
_x = (_x - 10);
};
Symbol 885 MovieClip Frame 1
stop();
Symbol 885 MovieClip Frame 2
tellTarget (_root.guy) {
_x = (_x + 10);
};
tellTarget (_root.guy.guy) {
gotoAndPlay (10);
};
Symbol 885 MovieClip Frame 3
tellTarget (_root.guy) {
_x = (_x + 10);
};
Symbol 885 MovieClip Frame 4
tellTarget (_root.guy) {
_x = (_x + 10);
};
Symbol 885 MovieClip Frame 5
tellTarget (_root.guy) {
_x = (_x + 10);
};
Symbol 886 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 2
tellTarget (_root.guy) {
_y = (_y - 10);
};
tellTarget (_root.guy.guy) {
gotoAndPlay (10);
};
Symbol 886 MovieClip Frame 3
tellTarget (_root.guy) {
_y = (_y - 10);
};
Symbol 886 MovieClip Frame 4
tellTarget (_root.guy) {
_y = (_y - 10);
};
Symbol 886 MovieClip Frame 5
tellTarget (_root.guy) {
_y = (_y - 10);
};
Symbol 887 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 2
tellTarget (_root.guy) {
_y = (_y + 10);
};
tellTarget (_root.guy.guy) {
gotoAndPlay (10);
};
Symbol 887 MovieClip Frame 3
tellTarget (_root.guy) {
_y = (_y + 10);
};
Symbol 887 MovieClip Frame 4
tellTarget (_root.guy) {
_y = (_y + 10);
};
Symbol 887 MovieClip Frame 5
tellTarget (_root.guy) {
_y = (_y + 10);
};
Symbol 890 MovieClip Frame 1
stop();
tellTarget (_root.music) {
gotoAndStop (1);
};
Symbol 890 MovieClip Frame 2
tellTarget (_root.music) {
gotoAndStop (2);
};
Symbol 890 MovieClip Frame 25
gotoAndPlay (1);
Symbol 890 MovieClip Frame 26
tellTarget (_root.music) {
gotoAndStop (3);
};
Symbol 890 MovieClip Frame 50
gotoAndPlay (1);
Symbol 891 MovieClip Frame 1
stop();
Symbol 892 Button
on (keyPress "p") {
play();
}
on (keyPress "P") {
play();
}
Symbol 894 MovieClip Frame 1
stop();
tellTarget (_root.HUD) {
gotoAndStop (1);
};
Symbol 894 MovieClip Frame 2
stop();
tellTarget (_root.HUD) {
gotoAndStop (2);
};
Instance of Symbol 95 MovieClip in Symbol 894 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.weapon) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.pickup) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.map) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.mutant) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.slug) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.mozzy) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.cyborg) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.freak) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.hulk) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.spider) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.skull) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.boo) {
gotoAndPlay (10);
};
tellTarget (_root.HUD.flesh) {
gotoAndPlay (10);
};
}
Symbol 895 Button
on (keyPress "Q") {
play();
}
on (keyPress "q") {
play();
}
Symbol 896 MovieClip Frame 1
stop();
_quality = "LOW";
Symbol 896 MovieClip Frame 2
_quality = "MEDIUM";
stop();
Symbol 896 MovieClip Frame 3
_quality = "HIGH";
stop();
Symbol 897 Button
on (keyPress "M") {
play();
}
on (keyPress "m") {
play();
}
Symbol 899 MovieClip Frame 1
tellTarget (_root.music.music) {
gotoAndPlay (1);
};
stop();
Symbol 899 MovieClip Frame 2
stop();
Instance of Symbol 95 MovieClip in Symbol 899 MovieClip Frame 2
onClipEvent (enterFrame) {
stopAllSounds();
}
Symbol 901 MovieClip Frame 1
stop();
Symbol 903 MovieClip Frame 1
stop();
Symbol 905 MovieClip Frame 1
stop();
Symbol 905 MovieClip Frame 2
stop();
Symbol 906 MovieClip Frame 1
stop();
Symbol 907 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 1
stop();
Symbol 909 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 2
if (_root.guy.guy.sheild.safe) {
prevFrame();
}
Symbol 913 MovieClip Frame 20
stop();
Symbol 913 MovieClip Frame 21
if (_root.guy.guy.sheild.safe) {
prevFrame();
}
Symbol 913 MovieClip Frame 40
stop();
Symbol 913 MovieClip Frame 41
if (_root.guy.guy.sheild.safe) {
prevFrame();
}
Symbol 913 MovieClip Frame 60
stop();
Symbol 913 MovieClip Frame 61
if (_root.guy.guy.sheild.safe) {
prevFrame();
}
Symbol 913 MovieClip Frame 80
stop();
Instance of Symbol 95 MovieClip in Symbol 913 MovieClip Frame 80
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (10);
};
}
Symbol 913 MovieClip Frame 81
if (_root.guy.guy.sheild.safe) {
prevFrame();
}
Symbol 913 MovieClip Frame 100
stop();
Symbol 913 MovieClip Frame 101
if (_root.guy.guy.sheild.safe) {
prevFrame();
}
stop();
tellTarget (_root.death) {
play();
};
Symbol 913 MovieClip Frame 110
stop();
Symbol 914 MovieClip Frame 1
stop();
Symbol 922 Button
on (keyPress "1") {
gotoAndStop (1);
}
on (keyPress "2") {
if (_root.gun.b) {
gotoAndStop (2);
}
}
on (keyPress "3") {
if (_root.gun.uzi.b) {
gotoAndStop (3);
}
}
on (keyPress "4") {
if (_root.gun.fire.b) {
gotoAndStop (4);
}
}
on (keyPress "5") {
if (_root.gun.ice.b) {
gotoAndStop (5);
}
}
Symbol 927 MovieClip Frame 1
stop();
tellTarget (_root.guy.guy.arm.gun) {
gotoAndStop (1);
};
tellTarget (_parent) {
gotoAndPlay (10);
};
Symbol 927 MovieClip Frame 2
tellTarget (_root.guy.guy.arm.gun) {
gotoAndStop (2);
};
tellTarget (_parent) {
gotoAndPlay (10);
};
Symbol 927 MovieClip Frame 3
tellTarget (_root.guy.guy.arm.gun) {
gotoAndStop (3);
};
tellTarget (_parent) {
gotoAndPlay (10);
};
Symbol 927 MovieClip Frame 4
tellTarget (_root.guy.guy.arm.gun) {
gotoAndStop (4);
};
tellTarget (_parent) {
gotoAndPlay (10);
};
Symbol 927 MovieClip Frame 5
tellTarget (_root.guy.guy.arm.gun) {
gotoAndStop (5);
};
tellTarget (_parent) {
gotoAndPlay (10);
};
Symbol 928 MovieClip Frame 1
stop();
Symbol 940 MovieClip Frame 1
stop();
Symbol 941 MovieClip Frame 60
stop();
Symbol 950 MovieClip Frame 1
stop();
Symbol 951 MovieClip Frame 1
stop();
Symbol 952 MovieClip Frame 1
stop();
Symbol 953 MovieClip Frame 1
stop();
Symbol 954 MovieClip Frame 1
stop();
Symbol 955 MovieClip Frame 1
stop();
Symbol 956 Button
on (keyPress "0") {
nextFrame();
tellTarget (_parent) {
gotoAndPlay (10);
};
}
on (keyPress "9") {
gotoAndStop (7);
tellTarget (_parent) {
gotoAndPlay (10);
};
}
Symbol 957 Button
on (keyPress "0") {
nextFrame();
tellTarget (_parent) {
gotoAndPlay (10);
};
}
on (keyPress "9") {
prevFrame();
tellTarget (_parent) {
gotoAndPlay (10);
};
}
Symbol 958 Button
on (keyPress "<Space>") {
if (_root.paused.unpaused) {
if (one) {
if (medikit.item) {
tellTarget (_root.HUD.health.health) {
gotoAndStop (1);
};
tellTarget (_root.HUD.health) {
gotoAndPlay (10);
};
tellTarget (medikit) {
prevFrame();
};
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
if (two) {
if (freeze.item) {
tellTarget (_root.freeze) {
play();
};
tellTarget (freeze) {
prevFrame();
};
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
if (three) {
if (sheild.item) {
tellTarget (_root.guy.guy.sheild) {
play();
};
tellTarget (sheild) {
prevFrame();
};
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
if (four) {
if (antidote.item) {
tellTarget (_root.guy.poison) {
gotoAndPlay (78);
};
tellTarget (antidote) {
prevFrame();
};
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
if (five) {
if (melee.item) {
tellTarget (_root.guy.melee) {
play();
};
tellTarget (melee) {
prevFrame();
};
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
if (six) {
if (bomb.item) {
tellTarget (_root.bomb) {
play();
};
tellTarget (bomb) {
prevFrame();
};
tellTarget (_parent) {
gotoAndPlay (10);
};
}
}
}
}
Symbol 959 MovieClip Frame 1
stop();
Symbol 959 MovieClip Frame 8
gotoAndStop (1);
Symbol 960 MovieClip Frame 1
stop();
Symbol 967 MovieClip Frame 1
stop();
Symbol 968 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 968 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 968 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 973 MovieClip Frame 1
stop();
Symbol 974 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 974 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 974 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 979 MovieClip Frame 1
stop();
Symbol 980 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 980 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 980 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 985 MovieClip Frame 1
stop();
Symbol 986 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 986 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 986 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 991 MovieClip Frame 1
stop();
Symbol 992 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 992 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 992 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 997 MovieClip Frame 1
stop();
Symbol 998 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 998 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 998 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1003 MovieClip Frame 1
stop();
Symbol 1004 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1004 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 1004 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1009 MovieClip Frame 1
stop();
Symbol 1010 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1010 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 1010 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1015 MovieClip Frame 1
stop();
Symbol 1016 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1016 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 1016 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1021 MovieClip Frame 1
stop();
Symbol 1022 MovieClip Frame 1
stop();
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1022 MovieClip Frame 10
tellTarget (kills) {
gotoAndStop (1);
};
Symbol 1022 MovieClip Frame 50
tellTarget (kills) {
gotoAndStop (2);
};
Symbol 1033 MovieClip Frame 1
stop();
Symbol 1033 MovieClip Frame 11
tellTarget (_parent.tens) {
nextFrame();
};
gotoAndStop (1);
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1034 MovieClip Frame 7
tellTarget (_parent.minutes) {
nextFrame();
};
gotoAndStop (1);
Symbol 1035 MovieClip Frame 1
stop();
Symbol 1035 MovieClip Frame 7
tellTarget (_parent.hours) {
nextFrame();
};
gotoAndStop (1);
Symbol 1036 MovieClip Frame 1
stop();
Symbol 1036 MovieClip Frame 11
tellTarget (_parent.tminutes) {
nextFrame();
};
gotoAndStop (1);
Symbol 1037 MovieClip Frame 1
stop();
Symbol 1039 MovieClip Frame 24
tellTarget (_parent.second) {
nextFrame();
};
Symbol 1046 MovieClip Frame 1
tellTarget (mutant) {
gotoAndStop (1);
};
tellTarget (slug) {
gotoAndStop (1);
};
tellTarget (mozzy) {
gotoAndStop (1);
};
tellTarget (cyborg) {
gotoAndStop (1);
};
tellTarget (freak) {
gotoAndStop (1);
};
tellTarget (hulk) {
gotoAndStop (1);
};
tellTarget (spider) {
gotoAndStop (1);
};
tellTarget (skull) {
gotoAndStop (1);
};
tellTarget (boo) {
gotoAndStop (1);
};
tellTarget (flesh) {
gotoAndStop (1);
};
tellTarget (_root.save) {
gotoAndStop (1);
};
tellTarget (_root.help) {
gotoAndStop (1);
};
tellTarget (_root.secret) {
gotoAndStop (1);
};
stop();
Symbol 1081 MovieClip Frame 1
stop();
Symbol 1082 Button
on (keyPress "H") {
nextFrame();
}
on (keyPress "h") {
nextFrame();
}
Symbol 1084 MovieClip Frame 2
tellTarget (_root.paused) {
gotoAndStop (2);
};
Symbol 1095 MovieClip Frame 1
stop();
Symbol 1118 Button
on (press) {
tellTarget (_parent) {
play();
};
}
Symbol 1122 Button
on (press) {
tellTarget (_root) {
gotoAndStop (2);
};
}
Symbol 1123 MovieClip Frame 50
stop();
Symbol 1124 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 1124 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_root.paused) {
gotoAndStop (2);
};
}
Symbol 1124 MovieClip Frame 30
stop();
Symbol 1124 MovieClip Frame 31
if (_root.checkpoint.one) {
tellTarget (_root.background) {
gotoAndStop (1);
};
tellTarget (_root.foreground) {
gotoAndStop (1);
};
}
if (_root.checkpoint.two) {
tellTarget (_root.background) {
gotoAndStop (6);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
}
if (_root.checkpoint.three) {
tellTarget (_root.background) {
gotoAndStop (13);
};
tellTarget (_root.foreground) {
gotoAndStop (13);
};
tellTarget (_root.key) {
gotoAndStop (1);
};
}
if (_root.checkpoint.four) {
tellTarget (_root.background) {
gotoAndStop (13);
};
tellTarget (_root.foreground) {
gotoAndStop (13);
};
tellTarget (_root.key) {
gotoAndStop (2);
};
}
if (_root.checkpoint.five) {
tellTarget (_root.background) {
gotoAndStop (6);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
tellTarget (_root.key) {
gotoAndStop (2);
};
}
if (_root.checkpoint.six) {
tellTarget (_root.background) {
gotoAndStop (32);
};
tellTarget (_root.foreground) {
gotoAndStop (32);
};
}
if (_root.checkpoint.seven) {
tellTarget (_root.background) {
gotoAndStop (32);
};
tellTarget (_root.foreground) {
gotoAndStop (32);
};
}
if (_root.checkpoint.eight) {
tellTarget (_root.background) {
gotoAndStop (42);
};
tellTarget (_root.foreground) {
gotoAndStop (42);
};
}
if (_root.checkpoint.nine) {
tellTarget (_root.background) {
gotoAndStop (53);
};
tellTarget (_root.foreground) {
gotoAndStop (53);
};
}
if (((((((_root.checkpoint.ten or _root.checkpoint.eleven) or _root.checkpoint.twelve) or _root.checkpoint.thirteen) or _root.checkpoint.fourteen) or _root.checkpoint.fifthteen) or _root.checkpoint.sixteen) or _root.checkpoint.seventeen) {
tellTarget (_root.background) {
gotoAndStop (79);
};
tellTarget (_root.foreground) {
gotoAndStop (79);
};
}
Symbol 1124 MovieClip Frame 32
tellTarget (_root.paused) {
gotoAndStop (1);
};
tellTarget (_root.HUD.health.health) {
gotoAndStop (1);
};
tellTarget (_root.guy.poison) {
gotoAndStop (1);
};
Symbol 1131 MovieClip Frame 140
stop();
Symbol 1133 Button
on (press) {
tellTarget (_root) {
gotoAndStop (2);
};
}