Frame 1
function itemHandler5(obj, item) {
_quality = "high";
}
function itemHandler6(obj, item) {
_quality = "medium";
}
function itemHandler7(obj, item) {
_quality = "low";
}
function itemHandler1(obj, item) {
getURL ("http://www.dp-games.com/", "_blank");
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
root_cm.customItems.push(new ContextMenuItem("Visit D.P Games", itemHandler1));
eee_cmi = new ContextMenuItem("High Quality", itemHandler5);
fff_cmi = new ContextMenuItem("Mid Quality", itemHandler6);
ggg_cmi = new ContextMenuItem("Low Quality", itemHandler7);
ccc_cmi.separatorBefore = true;
eee_cmi.separatorBefore = true;
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi, fff_cmi, ggg_cmi);
_root.menu = root_cm;
Instance of Symbol 7 MovieClip in Frame 1
on (release) {
getURL ("http://www.dp-games.com/", "_blank");
}
Instance of Symbol 29 MovieClip in Frame 1
on (release) {
getURL ("http://www.armorgames.com/", "_blank");
}
Instance of Symbol 32 MovieClip in Frame 1
on (release) {
getURL ("http://newgrounds.com/collection/halloween2006.html", "_blank");
}
Instance of Symbol 36 MovieClip in Frame 2
on (release) {
getURL ("http://www.dp-games.com/", "_blank");
}
Frame 51
stop();
Frame 52
stop();
Instance of Symbol 7 MovieClip in Frame 52
on (release) {
getURL ("http://www.dp-games.com/", "_blank");
}
Instance of Symbol 58 MovieClip in Frame 52
on (release) {
getURL ("http://www.armorgames.com/", "_blank");
}
Frame 53
stop();
Instance of Symbol 63 MovieClip in Frame 53
on (keyPress "<Space>") {
_root.gotoAndPlay(_root._currentframe + 1);
}
Frame 54
stop();
Instance of Symbol 69 MovieClip in Frame 54
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 78 MovieClip in Frame 54
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 54
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 54
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 54
on (press) {
this.gotoAndPlay(2);
}
Frame 55
stop();
Instance of Symbol 69 MovieClip in Frame 55
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 55
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 55
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 55
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 55
on (press) {
this.gotoAndPlay(2);
}
Frame 56
stop();
Instance of Symbol 69 MovieClip in Frame 56
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 56
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 56
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 56
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 56
on (press) {
this.gotoAndPlay(2);
}
Frame 57
stop();
Instance of Symbol 69 MovieClip in Frame 57
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 57
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 57
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 57
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 57
on (press) {
this.gotoAndPlay(2);
}
Frame 58
stop();
Instance of Symbol 69 MovieClip in Frame 58
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 58
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 58
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 58
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 58
on (press) {
this.gotoAndPlay(2);
}
Frame 59
stop();
Instance of Symbol 63 MovieClip in Frame 59
on (keyPress "<Space>") {
_root.gotoAndPlay(_root._currentframe + 1);
}
Frame 60
stop();
Instance of Symbol 69 MovieClip in Frame 60
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 60
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 60
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 60
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 60
on (press) {
this.gotoAndPlay(2);
}
Frame 61
stop();
Instance of Symbol 69 MovieClip in Frame 61
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 61
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 61
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 61
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 61
on (press) {
this.gotoAndPlay(2);
}
Frame 62
stop();
Instance of Symbol 69 MovieClip in Frame 62
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 62
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 62
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 62
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 62
on (press) {
this.gotoAndPlay(2);
}
Frame 63
stop();
Instance of Symbol 69 MovieClip in Frame 63
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 63
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 63
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 63
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 63
on (press) {
this.gotoAndPlay(2);
}
Frame 64
stop();
Instance of Symbol 69 MovieClip in Frame 64
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 64
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 64
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 64
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 64
on (press) {
this.gotoAndPlay(2);
}
Frame 65
stop();
Instance of Symbol 63 MovieClip in Frame 65
on (keyPress "<Space>") {
_root.gotoAndPlay(_root._currentframe + 1);
}
Frame 66
stop();
Instance of Symbol 69 MovieClip in Frame 66
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 66
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 66
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 66
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 66
on (press) {
this.gotoAndPlay(2);
}
Frame 67
stop();
Instance of Symbol 69 MovieClip in Frame 67
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 67
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 67
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 67
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 67
on (press) {
this.gotoAndPlay(2);
}
Frame 68
stop();
Instance of Symbol 69 MovieClip in Frame 68
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 68
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 68
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 68
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 68
on (press) {
this.gotoAndPlay(2);
}
Frame 69
stop();
Instance of Symbol 69 MovieClip in Frame 69
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 69
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 69
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 69
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 69
on (press) {
this.gotoAndPlay(2);
}
Frame 70
stop();
Instance of Symbol 69 MovieClip in Frame 70
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = this._parent.zombie._x;
_y = this._parent.zombie._y;
_rotation = (this._parent.zombie._rotation - 90);
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie.box)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 78 MovieClip in Frame 70
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if (hit == false) {
if (this.hitTest(this._parent.zombie)) {
this.gotoAndPlay(2);
hit = true;
}
}
}
Instance of Symbol 82 MovieClip "zombie" in Frame 70
onClipEvent (load) {
canmove = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(38)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y - ySpeed);
_x = (_x + xSpeed);
}
if (Key.isDown(40)) {
xSpeed = 4 * Math.sin(_rotation * (Math.PI/180));
ySpeed = 4 * Math.cos(_rotation * (Math.PI/180));
_y = (_y + ySpeed);
_x = (_x - xSpeed);
}
if (_x < 45) {
this._parent.control.hitwall();
}
if (_x > 505) {
this._parent.control.hitwall();
}
if (_y < 45) {
this._parent.control.hitwall();
}
if (_y > 405) {
this._parent.control.hitwall();
}
}
Instance of Symbol 84 MovieClip "control" in Frame 70
onClipEvent (enterFrame) {
function hitwall() {
this._parent.zombie._y = 197.2;
this._parent.zombie._x = 60.7;
this._parent.zombie._rotation = 90;
}
}
Instance of Symbol 89 MovieClip in Frame 70
on (press) {
this.gotoAndPlay(2);
}
Frame 71
stop();
Instance of Symbol 7 MovieClip in Frame 71
on (release) {
getURL ("http://www.dp-games.com/", "_blank");
}
Instance of Symbol 29 MovieClip in Frame 71
on (release) {
getURL ("http://www.armorgames.com/", "_blank");
}
Frame 72
stop();
Frame 73
stop();
Instance of Symbol 139 MovieClip "code_storage" in Frame 73
onClipEvent (load) {
code2 = "pxq143";
code3 = "ybe186";
code4 = "muf386";
code5 = "ndt249";
code6 = "tff640";
code7 = "wby531";
code8 = "jek510";
code9 = "str777";
code10 = "bkj963";
code11 = "vrt500";
code12 = "vip137";
code13 = "nan824";
code14 = "qan187";
code15 = "bre740";
}
Instance of Symbol 146 MovieClip in Frame 73
on (release) {
level = int(this._parent.level.text);
code = this._parent.levelcode.text;
if (this._parent.code_storage["code" + level] == code) {
this._parent.playsound.gotoAndPlay(2);
switch (level) {
case 1 :
_root.gotoAndPlay(65);
case 2 :
_root.gotoAndPlay(66);
case 3 :
_root.gotoAndPlay(67);
case 4 :
_root.gotoAndPlay(68);
case 5 :
_root.gotoAndPlay(69);
case 6 :
_root.gotoAndPlay(71);
case 7 :
_root.gotoAndPlay(72);
case 8 :
_root.gotoAndPlay(73);
case 9 :
_root.gotoAndPlay(74);
case 10 :
_root.gotoAndPlay(75);
case 11 :
_root.gotoAndPlay(77);
case 12 :
_root.gotoAndPlay(78);
case 13 :
_root.gotoAndPlay(79);
case 14 :
_root.gotoAndPlay(80);
case 15 :
_root.gotoAndPlay(81);
}
} else {
this._parent.wrong.gotoAndPlay(2);
}
}
on (rollOver) {
gotoAndStop (74);
}
on (rollOut) {
gotoAndPlay (73);
}
Symbol 20 Button
on (release) {
getURL ("http://www.newgrounds.com", "blank");
}
Symbol 25 Button
on (release) {
_root.play();
}
Symbol 26 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 26 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 47 MovieClip Frame 81
_root.play();
_root.play();
Symbol 51 Button
on (release) {
_root.play();
}
Symbol 53 Button
on (release) {
gotoAndStop (72);
}
Symbol 55 Button
on (release) {
gotoAndStop (73);
}
Symbol 67 Button
on (release) {
gotoAndStop (52);
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.zombie)) {
this._parent.control.hitwall();
}
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 10
_root.nextFrame();
Symbol 82 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
gotoAndStop (1);