Frame 2
stop();
Frame 3
stop();
Instance of Symbol 164 MovieClip "guy" in Frame 3
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (guy.alive) {
if (Key.isDown(39)) {
_x = (_x + speed);
if (guy.walk) {
tellTarget (this) {
gotoAndStop (1);
_x = (_x + speed);
};
tellTarget (this.guy) {
play();
};
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (guy.alive) {
if (Key.isDown(37)) {
_x = (_x - speed);
if (guy.walk) {
tellTarget (this) {
gotoAndStop (2);
_x = (_x - speed);
};
tellTarget (this.guy) {
play();
};
}
}
}
}
}
Symbol 15 Button
on (press) {
_root.play();
}
Symbol 16 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 34 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 39 Button
on (press) {
tellTarget (_root) {
gotoAndStop (6);
};
}
Symbol 44 Button
on (press) {
tellTarget (_root) {
gotoAndStop (7);
};
}
Symbol 53 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 96 Button
on (keyPress "s") {
gotoAndPlay (14);
}
on (keyPress "S") {
gotoAndPlay (14);
}
Symbol 97 Button
on (keyPress "d") {
gotoAndPlay (21);
}
on (keyPress "D") {
gotoAndPlay (21);
}
Symbol 98 Button
on (keyPress "<Up>") {
gotoAndPlay (29);
}
on (keyPress "<Down>") {
gotoAndPlay (47);
}
on (keyPress "a") {
gotoAndPlay (272);
}
Symbol 101 Button
on (keyPress "s") {
gotoAndPlay (58);
}
on (keyPress "S") {
gotoAndPlay (58);
}
Symbol 102 Button
on (keyPress "d") {
gotoAndPlay (113);
}
on (keyPress "D") {
gotoAndPlay (113);
}
Symbol 104 Button
on (keyPress "s") {
gotoAndPlay (158);
}
on (keyPress "S") {
gotoAndPlay (158);
}
Symbol 105 Button
on (keyPress "d") {
gotoAndPlay (78);
}
on (keyPress "D") {
gotoAndPlay (78);
}
Symbol 106 Button
on (keyPress "s") {
gotoAndPlay (96);
}
on (keyPress "S") {
gotoAndPlay (96);
}
Symbol 107 Button
on (keyPress "d") {
gotoAndPlay (105);
}
on (keyPress "D") {
gotoAndPlay (105);
}
Symbol 108 Button
on (keyPress "s") {
gotoAndPlay (68);
}
on (keyPress "S") {
gotoAndPlay (68);
}
Symbol 109 Button
on (keyPress "d") {
gotoAndPlay (137);
}
on (keyPress "D") {
gotoAndPlay (137);
}
Symbol 116 Button
on (keyPress "s") {
gotoAndPlay (194);
}
on (keyPress "S") {
gotoAndPlay (194);
}
Symbol 117 Button
on (keyPress "d") {
gotoAndPlay (87);
}
on (keyPress "D") {
gotoAndPlay (87);
}
Symbol 123 Button
on (keyPress "s") {
gotoAndPlay (122);
}
on (keyPress "S") {
gotoAndPlay (122);
}
Symbol 124 Button
on (keyPress "d") {
gotoAndPlay (146);
}
on (keyPress "D") {
gotoAndPlay (146);
}
Symbol 142 Button
on (keyPress "s") {
gotoAndPlay (168);
}
on (keyPress "S") {
gotoAndPlay (168);
}
Symbol 143 Button
on (keyPress "d") {
gotoAndPlay (178);
}
on (keyPress "D") {
gotoAndPlay (178);
}
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 7
stop();
Symbol 163 MovieClip Frame 13
gotoAndStop (1);
Symbol 163 MovieClip Frame 16
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 163 MovieClip Frame 20
gotoAndStop (1);
Symbol 163 MovieClip Frame 24
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 163 MovieClip Frame 28
gotoAndStop (1);
Symbol 163 MovieClip Frame 46
gotoAndStop (1);
Symbol 163 MovieClip Frame 57
gotoAndStop (1);
Symbol 163 MovieClip Frame 61
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 6);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 9);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 6);
};
}
}
Symbol 163 MovieClip Frame 67
gotoAndStop (1);
Symbol 163 MovieClip Frame 71
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 8);
};
}
}
Symbol 163 MovieClip Frame 77
gotoAndStop (1);
Symbol 163 MovieClip Frame 81
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 9);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 9);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 10);
};
}
}
Symbol 163 MovieClip Frame 86
gotoAndStop (1);
Symbol 163 MovieClip Frame 90
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 20);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 20);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 27);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 12);
};
}
}
Symbol 163 MovieClip Frame 95
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 163 MovieClip Frame 104
gotoAndPlay (51);
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 163 MovieClip Frame 112
gotoAndPlay (51);
Symbol 163 MovieClip Frame 116
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 163 MovieClip Frame 121
gotoAndStop (1);
Symbol 163 MovieClip Frame 125
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 125
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 30);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 19);
};
}
}
Symbol 163 MovieClip Frame 136
gotoAndStop (1);
Symbol 163 MovieClip Frame 140
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 163 MovieClip Frame 145
gotoAndStop (1);
Symbol 163 MovieClip Frame 149
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 149
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 13);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 13);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 15);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 17);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 17);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 163 MovieClip Frame 157
gotoAndStop (1);
Symbol 163 MovieClip Frame 161
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 5);
};
}
}
Symbol 163 MovieClip Frame 167
gotoAndStop (1);
Symbol 163 MovieClip Frame 171
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 25);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 25);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 4);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 30);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 163 MovieClip Frame 177
gotoAndStop (1);
Symbol 163 MovieClip Frame 182
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 182
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 30);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 40);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 40);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 40);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 0);
};
}
}
Symbol 163 MovieClip Frame 193
gotoAndStop (1);
Symbol 163 MovieClip Frame 197
tellTarget (_root.HUD.energy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 163 MovieClip Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 163 MovieClip Frame 202
gotoAndPlay (1);
Symbol 163 MovieClip Frame 235
gotoAndStop (1);
Symbol 163 MovieClip Frame 248
gotoAndPlay (1);
Symbol 163 MovieClip Frame 265
gotoAndPlay (1);
Symbol 163 MovieClip Frame 266
tellTarget (_root.HUD.ecombo) {
nextFrame();
};
Symbol 163 MovieClip Frame 271
gotoAndPlay (1);
Symbol 163 MovieClip Frame 280
gotoAndStop (1);
Symbol 163 MovieClip Frame 312
stop();
if (_root.death) {
tellTarget (_root.death) {
play();
};
}
Symbol 164 MovieClip Frame 1
stop();
Instance of Symbol 79 MovieClip "head" in Symbol 167 MovieClip Frame 1
onClipEvent (load) {
nextFrame();
}
Instance of Symbol 95 MovieClip "eyea" in Symbol 167 MovieClip Frame 1
onClipEvent (load) {
nextFrame();
}
Instance of Symbol 95 MovieClip "eyeb" in Symbol 167 MovieClip Frame 1
onClipEvent (load) {
nextFrame();
}
Symbol 168 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (2);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (2);
};
}
Instance of Symbol 79 MovieClip "head" in Symbol 172 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (3);
}
Instance of Symbol 95 MovieClip "eyea" in Symbol 172 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (3);
}
Instance of Symbol 95 MovieClip "eyeb" in Symbol 172 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (3);
}
Symbol 173 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (3);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (3);
};
}
Symbol 176 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (1);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (1);
};
}
Instance of Symbol 79 MovieClip "head" in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (4);
}
Instance of Symbol 95 MovieClip "eyea" in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (4);
}
Instance of Symbol 95 MovieClip "eyeb" in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (4);
}
Symbol 178 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (4);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (4);
};
}
Instance of Symbol 79 MovieClip "head" in Symbol 180 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (5);
}
Instance of Symbol 95 MovieClip "eyea" in Symbol 180 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (5);
}
Instance of Symbol 95 MovieClip "eyeb" in Symbol 180 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (5);
}
Symbol 181 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (5);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (5);
};
}
Instance of Symbol 79 MovieClip "head" in Symbol 183 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 95 MovieClip "eyea" in Symbol 183 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 95 MovieClip "eyeb" in Symbol 183 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (6);
}
Symbol 184 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (6);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (6);
};
}
Instance of Symbol 79 MovieClip "head" in Symbol 186 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (7);
}
Instance of Symbol 95 MovieClip "eyea" in Symbol 186 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (7);
}
Instance of Symbol 95 MovieClip "eyeb" in Symbol 186 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (7);
}
Symbol 187 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (7);
};
tellTarget (_root.HUD.guy) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (7);
};
}
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 500
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 501
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 502
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 503
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 504
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 505
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 506
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 507
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 508
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 509
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 510
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 511
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 512
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 513
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 514
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 515
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 516
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 517
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 518
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 519
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 520
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 521
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 522
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 523
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 524
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 525
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 526
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 527
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 528
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 529
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 530
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 531
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 532
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 533
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 534
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 535
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 536
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 537
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 538
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 539
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 540
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 541
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 192 MovieClip Frame 542
tellTarget (_root.guy.guy) {
gotoAndPlay (281);
};
Symbol 197 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (2);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (2);
};
}
Symbol 199 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (3);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (3);
};
}
Symbol 201 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (4);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (4);
};
}
Symbol 203 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (5);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (5);
};
}
Symbol 205 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (6);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (6);
};
}
Symbol 207 Button
on (press) {
tellTarget (_root.guy.guy.head) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.foota) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.footb) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.handa) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.handb) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.body) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.eyea) {
gotoAndStop (7);
};
tellTarget (_root.guy.guy.eyeb) {
gotoAndStop (7);
};
}
Symbol 209 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 500
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 501
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 502
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 503
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 504
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 505
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 506
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 507
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 508
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 509
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 510
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 511
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 512
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 513
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 514
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 515
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 516
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 517
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 518
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 519
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 520
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 521
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 522
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 523
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 524
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 525
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 526
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 527
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 528
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 529
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 530
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 531
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 532
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 533
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 534
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 535
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 536
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 537
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 538
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 539
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 540
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 541
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 542
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 218 MovieClip Frame 543
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 219 MovieClip Frame 2
tellTarget (_parent.energy) {
prevFrame();
};
tellTarget (_parent.eenergy) {
prevFrame();
};
Symbol 227 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 230 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 233 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 236 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 241 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 246 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 251 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 256 MovieClip Frame 70
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 261 MovieClip Frame 60
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 267 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 272 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 277 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 282 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 287 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 292 MovieClip Frame 80
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 293 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 520
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 521
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 522
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 523
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 524
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 525
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 526
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 527
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 528
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 529
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 530
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 531
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 532
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 533
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 534
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 535
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 536
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 537
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 538
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 539
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 540
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 541
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 542
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 543
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 544
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 545
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 546
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 547
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 548
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 549
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 550
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 551
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 552
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 553
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 554
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 555
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 556
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 557
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 558
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 559
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 560
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 561
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 562
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 295 MovieClip Frame 563
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 540
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 541
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 542
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 543
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 544
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 545
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 546
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 547
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 548
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 549
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 550
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 551
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 552
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 553
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 554
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 555
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 556
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 557
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 558
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 559
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 560
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 561
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 562
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 563
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 564
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 565
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 566
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 567
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 568
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 569
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 570
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 571
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 572
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 573
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 574
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 575
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 576
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 577
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 578
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 579
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 580
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 581
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 582
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 310 MovieClip Frame 583
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 600
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 601
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 602
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 603
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 604
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 605
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 606
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 607
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 608
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 609
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 610
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 611
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 612
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 613
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 614
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 615
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 616
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 617
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 618
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 619
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 620
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 621
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 622
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 623
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 624
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 625
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 626
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 627
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 628
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 629
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 630
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 631
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 632
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 633
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 634
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 635
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 636
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 637
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 638
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 639
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 640
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 641
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 642
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 319 MovieClip Frame 643
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 700
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 701
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 702
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 703
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 704
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 705
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 706
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 707
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 708
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 709
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 710
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 711
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 712
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 713
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 714
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 715
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 716
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 717
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 718
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 719
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 720
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 721
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 722
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 723
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 724
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 725
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 726
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 727
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 728
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 729
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 730
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 731
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 732
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 733
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 734
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 735
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 736
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 737
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 738
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 739
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 740
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 741
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 742
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 328 MovieClip Frame 743
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (281);
};
Symbol 335 Button
on (press) {
_root.gotoAndStop(2);
}
Symbol 336 MovieClip Frame 76
gotoAndPlay (60);
Symbol 345 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 6
stop();
Instance of Symbol 72 MovieClip in Symbol 346 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.guy.guy.head.beta) {
tellTarget (_parent.guy.head) {
gotoAndStop (1);
};
tellTarget (_parent.guy.body) {
gotoAndStop (1);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (1);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (1);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (1);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (1);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (1);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (1);
};
tellTarget (_parent.thing) {
gotoAndStop (1);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
if (_root.guy.guy.head.human) {
tellTarget (_parent.guy.head) {
gotoAndStop (2);
};
tellTarget (_parent.guy.body) {
gotoAndStop (2);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (2);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (2);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (2);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (2);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (2);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (2);
};
tellTarget (_parent.thing) {
gotoAndStop (2);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
if (_root.guy.guy.head.alien) {
tellTarget (_parent.guy.head) {
gotoAndStop (3);
};
tellTarget (_parent.guy.body) {
gotoAndStop (3);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (3);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (3);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (3);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (3);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (3);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (3);
};
tellTarget (_parent.thing) {
gotoAndStop (3);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
if (_root.guy.guy.head.mammoth) {
tellTarget (_parent.guy.head) {
gotoAndStop (4);
};
tellTarget (_parent.guy.body) {
gotoAndStop (4);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (4);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (4);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (4);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (4);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (4);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (4);
};
tellTarget (_parent.thing) {
gotoAndStop (4);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
if (_root.guy.guy.head.robot) {
tellTarget (_parent.guy.head) {
gotoAndStop (5);
};
tellTarget (_parent.guy.body) {
gotoAndStop (5);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (5);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (5);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (5);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (5);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (5);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (5);
};
tellTarget (_parent.thing) {
gotoAndStop (5);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
if (_root.guy.guy.head.teddy) {
tellTarget (_parent.guy.head) {
gotoAndStop (6);
};
tellTarget (_parent.guy.body) {
gotoAndStop (6);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (6);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (6);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (6);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (6);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (6);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (6);
};
tellTarget (_parent.thing) {
gotoAndStop (6);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
if (_root.guy.guy.head.dragon) {
tellTarget (_parent.guy.head) {
gotoAndStop (7);
};
tellTarget (_parent.guy.body) {
gotoAndStop (7);
};
tellTarget (_parent.guy.handa) {
gotoAndStop (7);
};
tellTarget (_parent.guy.handb) {
gotoAndStop (7);
};
tellTarget (_parent.guy.foota) {
gotoAndStop (7);
};
tellTarget (_parent.guy.footb) {
gotoAndStop (7);
};
tellTarget (_parent.guy.eyea) {
gotoAndStop (7);
};
tellTarget (_parent.guy.eyeb) {
gotoAndStop (7);
};
tellTarget (_parent.thing) {
gotoAndStop (7);
};
tellTarget (_root.game) {
gotoAndStop (40);
};
}
tellTarget (_parent.guy) {
};
}
Symbol 348 Button
on (press) {
_root.nextFrame();
}
Symbol 349 Button
on (press) {
prevFrame();
}
Symbol 364 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 364 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.gun.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 364 MovieClip Frame 6
stop();
Symbol 386 MovieClip Frame 1
stop();
Instance of Symbol 352 MovieClip in Symbol 386 MovieClip Frame 1
on (release) {
tellTarget ("_root.bomb") {
play();
};
}
Symbol 390 Button
on (press) {
tellTarget (background) {
gotoAndStop (1);
};
}
Symbol 392 Button
on (press) {
tellTarget (background) {
gotoAndStop (2);
};
}
Symbol 394 Button
on (press) {
tellTarget (background) {
gotoAndStop (3);
};
}
Symbol 396 Button
on (press) {
tellTarget (background) {
gotoAndStop (4);
};
}
Symbol 398 Button
on (press) {
tellTarget (background) {
gotoAndStop (5);
};
}
Instance of Symbol 72 MovieClip "a" in Symbol 408 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 408 MovieClip Frame 7
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 408 MovieClip Frame 20
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 408 MovieClip Frame 30
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 408 MovieClip Frame 40
/* no clip actions */
Instance of Symbol 72 MovieClip "c" in Symbol 408 MovieClip Frame 50
/* no clip actions */
Symbol 439 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (21);
};
}
}
}
Symbol 439 MovieClip Frame 13
gotoAndStop (1);
Symbol 439 MovieClip Frame 16
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (58);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (113);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 439 MovieClip Frame 20
gotoAndStop (1);
Symbol 439 MovieClip Frame 24
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (158);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (78);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 439 MovieClip Frame 28
gotoAndStop (1);
Symbol 439 MovieClip Frame 46
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (96);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (105);
};
}
}
}
Symbol 439 MovieClip Frame 57
gotoAndStop (1);
Symbol 439 MovieClip Frame 61
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (68);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (137);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 6);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 6);
};
}
}
Symbol 439 MovieClip Frame 67
gotoAndStop (1);
Symbol 439 MovieClip Frame 71
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 8);
};
}
}
Symbol 439 MovieClip Frame 77
gotoAndStop (1);
Symbol 439 MovieClip Frame 81
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (194);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (87);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 9);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 10);
};
}
}
Symbol 439 MovieClip Frame 86
gotoAndStop (1);
Symbol 439 MovieClip Frame 90
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 20);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 20);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 27);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 12);
};
}
}
Symbol 439 MovieClip Frame 95
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 439 MovieClip Frame 104
gotoAndPlay (51);
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 439 MovieClip Frame 112
gotoAndPlay (51);
Symbol 439 MovieClip Frame 116
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (122);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (146);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 439 MovieClip Frame 121
gotoAndStop (1);
Symbol 439 MovieClip Frame 125
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 125
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 30);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 19);
};
}
}
Symbol 439 MovieClip Frame 136
gotoAndStop (1);
Symbol 439 MovieClip Frame 140
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 439 MovieClip Frame 145
gotoAndStop (1);
Symbol 439 MovieClip Frame 149
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 149
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 13);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 13);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 15);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 17);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 17);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 439 MovieClip Frame 157
gotoAndStop (1);
Symbol 439 MovieClip Frame 161
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 5);
};
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (168);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (178);
};
}
}
}
Symbol 439 MovieClip Frame 167
gotoAndStop (1);
Symbol 439 MovieClip Frame 171
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 25);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 25);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 4);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 439 MovieClip Frame 177
gotoAndStop (1);
Symbol 439 MovieClip Frame 182
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 182
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 40);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 40);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 40);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 0);
};
}
}
Symbol 439 MovieClip Frame 193
gotoAndStop (1);
Symbol 439 MovieClip Frame 197
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 439 MovieClip Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 439 MovieClip Frame 202
gotoAndPlay (1);
Symbol 439 MovieClip Frame 235
gotoAndStop (1);
Symbol 439 MovieClip Frame 248
gotoAndPlay (1);
Symbol 439 MovieClip Frame 265
gotoAndPlay (1);
Symbol 439 MovieClip Frame 266
tellTarget (_root.HUD.combo) {
nextFrame();
};
Symbol 439 MovieClip Frame 271
gotoAndStop (1);
Symbol 439 MovieClip Frame 279
gotoAndStop (1);
Symbol 439 MovieClip Frame 304
stop();
if (_root.victory) {
tellTarget (_root.victory) {
play();
};
}
Instance of Symbol 72 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (2);
_x = (_x - 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Instance of Symbol 72 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (1);
_x = (_x + 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Symbol 440 MovieClip Frame 2
stop();
Instance of Symbol 72 MovieClip "a" in Symbol 449 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 449 MovieClip Frame 7
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 449 MovieClip Frame 30
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 449 MovieClip Frame 40
/* no clip actions */
Instance of Symbol 72 MovieClip "c" in Symbol 449 MovieClip Frame 50
/* no clip actions */
Symbol 479 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (21);
};
}
}
}
Symbol 479 MovieClip Frame 13
gotoAndStop (1);
Symbol 479 MovieClip Frame 16
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (58);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (113);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 479 MovieClip Frame 20
gotoAndStop (1);
Symbol 479 MovieClip Frame 24
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (158);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (78);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 479 MovieClip Frame 28
gotoAndStop (1);
Symbol 479 MovieClip Frame 46
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (96);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (105);
};
}
}
}
Symbol 479 MovieClip Frame 57
gotoAndStop (1);
Symbol 479 MovieClip Frame 61
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (68);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (137);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 6);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 6);
};
}
}
Symbol 479 MovieClip Frame 67
gotoAndStop (1);
Symbol 479 MovieClip Frame 71
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 8);
};
}
}
Symbol 479 MovieClip Frame 77
gotoAndStop (1);
Symbol 479 MovieClip Frame 81
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (194);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (87);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 9);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 10);
};
}
}
Symbol 479 MovieClip Frame 86
gotoAndStop (1);
Symbol 479 MovieClip Frame 90
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 20);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 20);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 27);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 12);
};
}
}
Symbol 479 MovieClip Frame 95
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 479 MovieClip Frame 104
gotoAndPlay (51);
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 479 MovieClip Frame 112
gotoAndPlay (51);
Symbol 479 MovieClip Frame 116
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (122);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (146);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 479 MovieClip Frame 121
gotoAndStop (1);
Symbol 479 MovieClip Frame 125
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 125
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 30);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 19);
};
}
}
Symbol 479 MovieClip Frame 136
gotoAndStop (1);
Symbol 479 MovieClip Frame 140
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 479 MovieClip Frame 145
gotoAndStop (1);
Symbol 479 MovieClip Frame 149
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 149
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 13);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 13);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 15);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 17);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 17);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 479 MovieClip Frame 157
gotoAndStop (1);
Symbol 479 MovieClip Frame 161
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 5);
};
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (168);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (178);
};
}
}
}
Symbol 479 MovieClip Frame 167
gotoAndStop (1);
Symbol 479 MovieClip Frame 171
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 25);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 25);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 4);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 479 MovieClip Frame 177
gotoAndStop (1);
Symbol 479 MovieClip Frame 182
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 182
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 40);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 40);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 40);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 0);
};
}
}
Symbol 479 MovieClip Frame 193
gotoAndStop (1);
Symbol 479 MovieClip Frame 197
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 479 MovieClip Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 479 MovieClip Frame 202
gotoAndPlay (1);
Symbol 479 MovieClip Frame 235
gotoAndStop (1);
Symbol 479 MovieClip Frame 248
gotoAndPlay (1);
Symbol 479 MovieClip Frame 265
gotoAndPlay (1);
Symbol 479 MovieClip Frame 266
tellTarget (_root.HUD.combo) {
nextFrame();
};
Symbol 479 MovieClip Frame 271
gotoAndStop (1);
Symbol 479 MovieClip Frame 279
gotoAndStop (1);
Symbol 479 MovieClip Frame 304
stop();
if (_root.victory) {
tellTarget (_root.victory) {
play();
};
}
Instance of Symbol 72 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (2);
_x = (_x - 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Instance of Symbol 72 MovieClip in Symbol 480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (1);
_x = (_x + 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Symbol 480 MovieClip Frame 2
stop();
Instance of Symbol 72 MovieClip "a" in Symbol 489 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 489 MovieClip Frame 4
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 489 MovieClip Frame 11
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 489 MovieClip Frame 15
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 489 MovieClip Frame 19
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 489 MovieClip Frame 23
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 489 MovieClip Frame 26
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 489 MovieClip Frame 30
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 489 MovieClip Frame 34
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 489 MovieClip Frame 38
/* no clip actions */
Instance of Symbol 72 MovieClip "c" in Symbol 489 MovieClip Frame 50
/* no clip actions */
Symbol 519 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (21);
};
}
}
}
Symbol 519 MovieClip Frame 13
gotoAndStop (1);
Symbol 519 MovieClip Frame 16
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (58);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (113);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 519 MovieClip Frame 20
gotoAndStop (1);
Symbol 519 MovieClip Frame 24
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (158);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (78);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 5);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 519 MovieClip Frame 28
gotoAndStop (1);
Symbol 519 MovieClip Frame 46
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (96);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (105);
};
}
}
}
Symbol 519 MovieClip Frame 57
gotoAndStop (1);
Symbol 519 MovieClip Frame 61
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (68);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (137);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 9);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 6);
};
}
}
Symbol 519 MovieClip Frame 67
gotoAndStop (1);
Symbol 519 MovieClip Frame 71
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 25);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 8);
};
}
}
Symbol 519 MovieClip Frame 77
gotoAndStop (1);
Symbol 519 MovieClip Frame 81
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (194);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (87);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 10);
};
}
}
Symbol 519 MovieClip Frame 86
gotoAndStop (1);
Symbol 519 MovieClip Frame 90
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 20);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 20);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 35);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 12);
};
}
}
Symbol 519 MovieClip Frame 95
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 519 MovieClip Frame 104
gotoAndPlay (51);
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 519 MovieClip Frame 112
gotoAndPlay (51);
Symbol 519 MovieClip Frame 116
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (122);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (146);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 519 MovieClip Frame 121
gotoAndStop (1);
Symbol 519 MovieClip Frame 125
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 125
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 45);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 19);
};
}
}
Symbol 519 MovieClip Frame 136
gotoAndStop (1);
Symbol 519 MovieClip Frame 140
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 519 MovieClip Frame 145
gotoAndStop (1);
Symbol 519 MovieClip Frame 149
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 149
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 13);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 13);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 20);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 17);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 17);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 519 MovieClip Frame 157
gotoAndStop (1);
Symbol 519 MovieClip Frame 161
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 5);
};
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (168);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (178);
};
}
}
}
Symbol 519 MovieClip Frame 167
gotoAndStop (1);
Symbol 519 MovieClip Frame 171
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 25);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 25);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 6);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 519 MovieClip Frame 177
gotoAndStop (1);
Symbol 519 MovieClip Frame 182
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 182
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 50);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 40);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 40);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 0);
};
}
}
Symbol 519 MovieClip Frame 193
gotoAndStop (1);
Symbol 519 MovieClip Frame 197
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 519 MovieClip Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 519 MovieClip Frame 202
gotoAndPlay (1);
Symbol 519 MovieClip Frame 235
gotoAndStop (1);
Symbol 519 MovieClip Frame 248
gotoAndPlay (1);
Symbol 519 MovieClip Frame 265
gotoAndPlay (1);
Symbol 519 MovieClip Frame 266
tellTarget (_root.HUD.combo) {
nextFrame();
};
Symbol 519 MovieClip Frame 271
gotoAndStop (1);
Symbol 519 MovieClip Frame 279
gotoAndStop (1);
Symbol 519 MovieClip Frame 304
stop();
if (_root.victory) {
tellTarget (_root.victory) {
play();
};
}
Instance of Symbol 72 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (2);
_x = (_x - 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Instance of Symbol 72 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (1);
_x = (_x + 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Symbol 520 MovieClip Frame 2
stop();
Instance of Symbol 72 MovieClip "a" in Symbol 529 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 529 MovieClip Frame 4
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 529 MovieClip Frame 11
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 529 MovieClip Frame 15
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 529 MovieClip Frame 19
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 529 MovieClip Frame 23
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 529 MovieClip Frame 26
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 529 MovieClip Frame 30
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 529 MovieClip Frame 34
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 529 MovieClip Frame 38
/* no clip actions */
Instance of Symbol 72 MovieClip "c" in Symbol 529 MovieClip Frame 50
/* no clip actions */
Symbol 559 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (21);
};
}
}
}
Symbol 559 MovieClip Frame 13
gotoAndStop (1);
Symbol 559 MovieClip Frame 16
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (58);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (113);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 559 MovieClip Frame 20
gotoAndStop (1);
Symbol 559 MovieClip Frame 24
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (158);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (78);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 5);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 559 MovieClip Frame 28
gotoAndStop (1);
Symbol 559 MovieClip Frame 46
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (96);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (105);
};
}
}
}
Symbol 559 MovieClip Frame 57
gotoAndStop (1);
Symbol 559 MovieClip Frame 61
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (68);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (137);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 9);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 6);
};
}
}
Symbol 559 MovieClip Frame 67
gotoAndStop (1);
Symbol 559 MovieClip Frame 71
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 25);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 8);
};
}
}
Symbol 559 MovieClip Frame 77
gotoAndStop (1);
Symbol 559 MovieClip Frame 81
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (194);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (87);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 10);
};
}
}
Symbol 559 MovieClip Frame 86
gotoAndStop (1);
Symbol 559 MovieClip Frame 90
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 20);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 20);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 35);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 12);
};
}
}
Symbol 559 MovieClip Frame 95
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 559 MovieClip Frame 104
gotoAndPlay (51);
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 559 MovieClip Frame 112
gotoAndPlay (51);
Symbol 559 MovieClip Frame 116
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (122);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (146);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 559 MovieClip Frame 121
gotoAndStop (1);
Symbol 559 MovieClip Frame 125
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 125
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 45);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 19);
};
}
}
Symbol 559 MovieClip Frame 136
gotoAndStop (1);
Symbol 559 MovieClip Frame 140
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 559 MovieClip Frame 145
gotoAndStop (1);
Symbol 559 MovieClip Frame 149
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 149
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 13);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 13);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 20);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 17);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 17);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 559 MovieClip Frame 157
gotoAndStop (1);
Symbol 559 MovieClip Frame 161
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 5);
};
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (168);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (178);
};
}
}
}
Symbol 559 MovieClip Frame 167
gotoAndStop (1);
Symbol 559 MovieClip Frame 171
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 25);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 25);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 6);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 559 MovieClip Frame 177
gotoAndStop (1);
Symbol 559 MovieClip Frame 182
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 182
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 50);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 40);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 40);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 0);
};
}
}
Symbol 559 MovieClip Frame 193
gotoAndStop (1);
Symbol 559 MovieClip Frame 197
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 559 MovieClip Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 559 MovieClip Frame 202
gotoAndPlay (1);
Symbol 559 MovieClip Frame 235
gotoAndStop (1);
Symbol 559 MovieClip Frame 248
gotoAndPlay (1);
Symbol 559 MovieClip Frame 265
gotoAndPlay (1);
Symbol 559 MovieClip Frame 266
tellTarget (_root.HUD.combo) {
nextFrame();
};
Symbol 559 MovieClip Frame 271
gotoAndStop (1);
Symbol 559 MovieClip Frame 279
gotoAndStop (1);
Symbol 559 MovieClip Frame 304
stop();
if (_root.victory) {
tellTarget (_root.victory) {
play();
};
}
Instance of Symbol 72 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (2);
_x = (_x - 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Instance of Symbol 72 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (1);
_x = (_x + 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Symbol 560 MovieClip Frame 2
stop();
Instance of Symbol 72 MovieClip "a" in Symbol 569 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 569 MovieClip Frame 4
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 569 MovieClip Frame 11
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 569 MovieClip Frame 15
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 569 MovieClip Frame 19
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 569 MovieClip Frame 23
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 569 MovieClip Frame 26
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 569 MovieClip Frame 30
/* no clip actions */
Instance of Symbol 72 MovieClip "a" in Symbol 569 MovieClip Frame 34
/* no clip actions */
Instance of Symbol 72 MovieClip "b" in Symbol 569 MovieClip Frame 38
/* no clip actions */
Symbol 599 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (21);
};
}
}
}
Symbol 599 MovieClip Frame 13
gotoAndStop (1);
Symbol 599 MovieClip Frame 16
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (58);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (113);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 599 MovieClip Frame 20
gotoAndStop (1);
Symbol 599 MovieClip Frame 24
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (158);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (78);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 599 MovieClip Frame 28
gotoAndStop (1);
Symbol 599 MovieClip Frame 46
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (96);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (105);
};
}
}
}
Symbol 599 MovieClip Frame 57
gotoAndStop (1);
Symbol 599 MovieClip Frame 61
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (68);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (137);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 6);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 6);
};
}
}
Symbol 599 MovieClip Frame 67
gotoAndStop (1);
Symbol 599 MovieClip Frame 71
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 18);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 8);
};
}
}
Symbol 599 MovieClip Frame 77
gotoAndStop (1);
Symbol 599 MovieClip Frame 81
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (194);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (87);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 9);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 9);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 9);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 10);
};
}
}
Symbol 599 MovieClip Frame 86
gotoAndStop (1);
Symbol 599 MovieClip Frame 90
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 20);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 20);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 27);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 12);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 12);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 12);
};
}
}
Symbol 599 MovieClip Frame 95
gotoAndStop (1);
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 5);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 5);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 2);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 4);
};
}
}
Symbol 599 MovieClip Frame 104
gotoAndPlay (51);
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy.guy.guy.hit)) {
if (_root.enemy.guy.guy.action) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 7);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 7);
};
}
tellTarget (_root.HUD.ehealth) {
gotoAndStop(_currentframe + 3);
};
}
if (_root.enemy.guy.guy.block) {
tellTarget (_root.enemy.guy.guy) {
gotoAndPlay (272);
};
if (_parent._parent.left) {
tellTarget (_root.enemy) {
_x = (_x - 10);
};
}
if (_parent._parent.right) {
tellTarget (_root.enemy) {
_x = (_x + 10);
};
}
}
tellTarget (_root.HUD.eenergy) {
gotoAndStop(_currentframe + 2);
};
}
}
Symbol 599 MovieClip Frame 112
gotoAndPlay (51);
Symbol 599 MovieClip Frame 116
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (122);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 116
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (146);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 116
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 599 MovieClip Frame 121
gotoAndStop (1);
Symbol 599 MovieClip Frame 125
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 125
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 30);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 19);
};
}
}
Symbol 599 MovieClip Frame 136
gotoAndStop (1);
Symbol 599 MovieClip Frame 140
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 599 MovieClip Frame 145
gotoAndStop (1);
Symbol 599 MovieClip Frame 149
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 149
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 13);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 13);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 15);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 17);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 17);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 14);
};
}
}
Symbol 599 MovieClip Frame 157
gotoAndStop (1);
Symbol 599 MovieClip Frame 161
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 5);
};
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.a) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (168);
};
}
}
}
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 162
onClipEvent (enterFrame) {
if (_parent.attack.b) {
if (this.hitTest(_root.guy.guy.hit)) {
tellTarget (_parent) {
gotoAndPlay (178);
};
}
}
}
Symbol 599 MovieClip Frame 167
gotoAndStop (1);
Symbol 599 MovieClip Frame 171
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 171
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 25);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 25);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 4);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 599 MovieClip Frame 177
gotoAndStop (1);
Symbol 599 MovieClip Frame 182
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 182
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 30);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 30);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 40);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 40);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 40);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 0);
};
}
}
Symbol 599 MovieClip Frame 193
gotoAndStop (1);
Symbol 599 MovieClip Frame 197
tellTarget (_root.HUD.eenergy) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
Instance of Symbol 72 MovieClip in Symbol 599 MovieClip Frame 197
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_root.guy.guy.action) {
tellTarget (_root.guy.guy) {
gotoAndPlay (266);
};
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 11);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 11);
};
}
tellTarget (_root.HUD.health) {
gotoAndStop(_currentframe + 12);
};
}
if (_root.guy.guy.block) {
if (_parent._parent.left) {
tellTarget (_root.guy) {
_x = (_x - 15);
};
}
if (_parent._parent.right) {
tellTarget (_root.guy) {
_x = (_x + 15);
};
}
}
tellTarget (_root.HUD.energy) {
gotoAndStop(_currentframe + 30);
};
}
}
Symbol 599 MovieClip Frame 202
gotoAndPlay (1);
Symbol 599 MovieClip Frame 235
gotoAndStop (1);
Symbol 599 MovieClip Frame 248
gotoAndPlay (1);
Symbol 599 MovieClip Frame 265
gotoAndPlay (1);
Symbol 599 MovieClip Frame 266
tellTarget (_root.HUD.combo) {
nextFrame();
};
Symbol 599 MovieClip Frame 271
gotoAndStop (1);
Symbol 599 MovieClip Frame 279
gotoAndStop (1);
Symbol 599 MovieClip Frame 304
stop();
if (_root.victory) {
tellTarget (_root.victory) {
play();
};
}
Instance of Symbol 72 MovieClip in Symbol 600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (2);
_x = (_x - 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Instance of Symbol 72 MovieClip in Symbol 600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.playing) {
if (this.hitTest(_root.guy.guy.hit)) {
if (_parent.guy.walk) {
tellTarget (_parent) {
gotoAndStop (1);
_x = (_x + 5);
};
tellTarget (_parent.guy) {
play();
};
}
}
}
}
Symbol 600 MovieClip Frame 2
stop();
Symbol 601 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 5
stop();
Symbol 601 MovieClip Frame 6
stop();
Symbol 606 MovieClip Frame 40
stop();
Symbol 621 Button
on (release) {
tellTarget (_root.enemy) {
_x = 1010;
};
tellTarget (_root.guy) {
_x = 212;
};
tellTarget (_root.HUD.health) {
gotoAndStop (1);
};
tellTarget (_root.game) {
gotoAndPlay (1);
};
tellTarget (_root.guy.guy) {
gotoAndStop (1);
};
tellTarget (_root.HUD.ehealth) {
gotoAndStop (1);
};
tellTarget (_root.HUD.eenergy) {
gotoAndStop (1);
};
tellTarget (_root.HUD.energy) {
gotoAndStop (1);
};
play();
}
Symbol 626 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 627 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 40
stop();
Symbol 632 Button
on (press) {
tellTarget (_root.enemy) {
nextFrame();
};
tellTarget (_root.HUD) {
nextFrame();
};
tellTarget (_root.game) {
gotoAndPlay (1);
};
tellTarget (_root.enemy) {
_x = 1010;
};
tellTarget (_root.guy) {
_x = 212;
};
tellTarget (_root.HUD.health) {
gotoAndStop (1);
};
tellTarget (_root.guy.guy) {
gotoAndStop (1);
};
tellTarget (_root.HUD.ehealth) {
gotoAndStop (1);
};
tellTarget (_root.HUD.eenergy) {
gotoAndStop (1);
};
tellTarget (_root.HUD.energy) {
gotoAndStop (1);
};
gotoAndStop (1);
}
Symbol 633 MovieClip Frame 1
stop();
Symbol 633 MovieClip Frame 40
stop();
Symbol 637 MovieClip Frame 1
stopAllSounds();
Symbol 637 MovieClip Frame 2
stop();
Symbol 638 Button
on (press) {
gotoAndStop (2);
}