Frame 1
function copyrite_text() {
}
function visit_our_site() {
getURL ("http://www.freewebs.com/absoluterequiem/Index.swf", _blank);
}
function visit_newgrounds() {
getURL ("http://www.newgrounds.com", _blank);
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
copyrite = new ContextMenuItem("Absolute Requiem \u00A9 2005", copyrite_text);
site = new ContextMenuItem("Visit our site", visit_our_site);
newgrounds = new ContextMenuItem("Visit Newgrounds", visit_newgrounds);
MENU.customItems.push(copyrite);
MENU.customItems.push(site);
MENU.customItems.push(newgrounds);
_root.menu = MENU;
if (_framesloaded >= _totalframes) {
gotoAndPlay (3);
} else {
_root.loader._yscale = (getBytesLoaded() / getBytesTotal()) * 100;
}
Frame 2
gotoAndPlay (1);
Frame 20
stop();
Instance of Symbol 58 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 22
stop();
Frame 23
stop();
Instance of Symbol 58 MovieClip in Frame 23
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 24
stopAllSounds();
bones_found = 0;
lives = 3;
stop();
function doSomething() {
}
function goToSite() {
getURL ("http://www.freewebs.com/absoluterequiem/Index.swf", _blank);
}
score = 0;
var wallcrash_sound = new Sound();
wallcrash_sound.attachSound("wallcrash_sound");
var bell_sound = new Sound();
bell_sound.attachSound("bell");
bones_found = 0;
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Absolute Requiem \u00A9 2005", doSomething);
Functioned2 = new ContextMenuItem("Visit our site", goToSite);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 89 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (_root.bones_found == 5)) {
_root.play();
}
}
Instance of Symbol 102 MovieClip in Frame 24
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Frame 24
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y - 20;
}
}
Instance of Symbol 102 MovieClip in Frame 24
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Frame 24
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 58 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 25
stop();
Instance of Symbol 136 MovieClip "info_mid" in Frame 25
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 25
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 30
stop();
bones_found = 0;
Instance of Symbol 89 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (_root.bones_found == 5)) {
_root.nextFrame();
}
}
Instance of Symbol 58 MovieClip in Frame 30
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 31
bones_found = 0;
lives = 3;
stop();
Instance of Symbol 89 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (_root.bones_found == 5)) {
_root.play();
}
}
Frame 32
stop();
Instance of Symbol 136 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 32
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 37
stop();
Instance of Symbol 58 MovieClip in Frame 37
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 38
bones_found = 0;
lives = 3;
stop();
Frame 39
stop();
Instance of Symbol 136 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 39
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 44
stop();
bones_found = 0;
Instance of Symbol 58 MovieClip in Frame 44
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 45
bones_found = 0;
lives = 3;
stop();
Frame 46
stop();
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 46
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 51
stop();
bones_found = 0;
Instance of Symbol 58 MovieClip in Frame 51
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 52
bones_found = 0;
stop();
Frame 53
stop();
Instance of Symbol 136 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 53
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 58
stop();
bones_found = 0;
Instance of Symbol 58 MovieClip in Frame 58
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 59
stopAllSounds();
bones_found = 0;
lives = 3;
stop();
function doSomething() {
}
function goToSite() {
getURL ("http://www.freewebs.com/absoluterequiem/Index.swf", _blank);
}
score = 0;
var wallcrash_sound = new Sound();
wallcrash_sound.attachSound("wallcrash_sound");
var bell_sound = new Sound();
bell_sound.attachSound("bell");
bones_found = 0;
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Absolute Requiem \u00A9 2005", doSomething);
Functioned2 = new ContextMenuItem("Visit our site", goToSite);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 89 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (_root.bones_found == 5)) {
_root.play();
}
}
Instance of Symbol 102 MovieClip in Frame 59
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Frame 59
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y - 20;
}
}
Instance of Symbol 102 MovieClip in Frame 59
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Frame 59
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 58 MovieClip in Frame 59
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 60
stop();
Instance of Symbol 179 MovieClip "info_mid" in Frame 60
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 60
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 65
stop();
bones_found = 0;
Instance of Symbol 89 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (_root.bones_found == 5)) {
_root.nextFrame();
}
}
Instance of Symbol 58 MovieClip in Frame 65
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 66
bones_found = 0;
lives = 3;
stop();
Instance of Symbol 89 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (_root.bones_found == 5)) {
_root.play();
}
}
Frame 67
stop();
Instance of Symbol 179 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 67
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 72
stop();
Instance of Symbol 58 MovieClip in Frame 72
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 73
bones_found = 0;
lives = 3;
stop();
Frame 74
stop();
Instance of Symbol 179 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 74
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 79
stop();
bones_found = 0;
Instance of Symbol 58 MovieClip in Frame 79
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 80
bones_found = 0;
lives = 3;
stop();
Frame 81
stop();
Instance of Symbol 179 MovieClip in Frame 81
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 81
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 86
stop();
bones_found = 0;
Instance of Symbol 58 MovieClip in Frame 86
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 87
bones_found = 0;
stop();
Frame 88
stop();
Instance of Symbol 179 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (_root.bones_found == 5) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 99 MovieClip "ship" in Frame 88
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.engine.gotoAndPlay(2);
speed = speed + 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Key.isDown(40)) {
_root.engine.gotoAndPlay(2);
speed = speed - 1;
} else {
_root.engine.gotoAndStop(1);
}
if (Math.abs(speed) > 15) {
speed = speed * 0.8;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 93
stop();
bones_found = 0;
Instance of Symbol 58 MovieClip in Frame 93
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 94
stop();
Instance of Symbol 58 MovieClip in Frame 94
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 95
stopAllSounds();
Instance of Symbol 58 MovieClip in Frame 95
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 404
stop();
Instance of Symbol 58 MovieClip in Frame 404
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 4 MovieClip in Symbol 7 MovieClip [orb] Frame 1
onClipEvent (load) {
this.bone_touched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.alt_hit) and (this.bone_touched == false)) {
_root.bones_found = _root.bones_found + 1;
_root.score = _root.score + 10;
this.bone_touched = true;
_root.bell_sound.start();
_root.bell_sound.setVolume(100);
}
if (this.bone_touched == true) {
_parent._x = -100;
_parent._y = -100;
}
}
Symbol 42 Button
on (release) {
play();
}
Symbol 50 Button
on (release) {
play();
}
Symbol 54 Button
on (release) {
gotoAndPlay (95);
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 5
stop();
Symbol 69 MovieClip Frame 10
stop();
Symbol 69 MovieClip Frame 15
stop();
Symbol 69 MovieClip Frame 20
stop();
Symbol 69 MovieClip Frame 25
stop();
Symbol 69 MovieClip Frame 30
stop();
Symbol 69 MovieClip Frame 35
stop();
Symbol 69 MovieClip Frame 40
_root.ship.gotoAndPlay(2);
_root.Lives.play();
gotoAndStop (1);
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 3
stop();
Symbol 83 MovieClip Frame 4
stop();
Symbol 83 MovieClip Frame 5
_root.gotoAndStop("Game Over", 1);
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 7
gotoAndPlay (2);
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 25
_root.prevFrame();
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._ + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship.gotoAndPlay(2);
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 2
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 2
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship.gotoAndPlay(2);
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 3
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship.gotoAndPlay(2);
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 25
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 25
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 25
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 111 MovieClip Frame 26
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 116 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 116 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 116 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 116 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Symbol 126 Button
on (release) {
nextFrame();
}
Symbol 129 MovieClip Frame 1
time = 40;
Symbol 129 MovieClip Frame 14
time = time - 1;
gotoAndPlay (2);
Symbol 136 MovieClip Frame 1
stop();
Instance of Symbol 129 MovieClip "timer" in Symbol 136 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.time == 0) {
_root.gotoAndPlay("Game Over", 1);
}
}
Symbol 136 MovieClip Frame 2
stop();
Symbol 143 Button
on (release) {
play();
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship.gotoAndPlay(2);
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 154 MovieClip Frame 2
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship.gotoAndPlay(2);
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 154 MovieClip Frame 3
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship.gotoAndPlay(2);
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 154 MovieClip Frame 25
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x - 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._y = _root.ship._y + 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._y = _root.ship._y + 20;
}
}
Instance of Symbol 102 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.ship.alt_hit)) {
_root.ship._x = _root.ship._x - 20;
_root.wallcrash_sound.start();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.dead_hit)) {
_root.ship._x = _root.ship._x + 20;
}
}
Symbol 168 Button
on (release) {
gotoAndPlay (95);
}
Symbol 170 Button
on (release) {
gotoAndPlay (21);
}
Symbol 173 Button
on (release) {
play();
}
Symbol 178 MovieClip Frame 1
time = 30;
Symbol 178 MovieClip Frame 14
time = time - 1;
gotoAndPlay (2);
Symbol 179 MovieClip Frame 1
stop();
Instance of Symbol 178 MovieClip "timer" in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.time == 0) {
_root.gotoAndPlay("Game Over", 1);
}
}
Symbol 179 MovieClip Frame 2
stop();
Symbol 187 Button
on (release) {
gotoAndPlay (59);
}
Symbol 188 Button
on (release) {
gotoAndStop (21);
}
Symbol 205 Button
on (release) {
getURL ("http://www.freewebs.com/absoluterequiem/Index.swf", _blank);
}
Symbol 207 Button
on (release) {
gotoAndPlay (95);
}