Frame 1
stop();
Frame 5
gotoAndPlay (45);
Frame 10
stop();
Frame 11
gotoAndPlay (68);
Frame 12
gotoAndPlay (81);
Frame 13
gotoAndPlay (95);
Frame 14
stop();
gotoAndStop (109);
Frame 16
stop();
gotoAndPlay (129);
Frame 30
stop();
Frame 40
stop();
gotoAndPlay (109);
Frame 41
time = 0;
stop();
live = 1;
Instance of Symbol 27 MovieClip "obstacle1" in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 35 MovieClip "ship" in Frame 41
onClipEvent (load) {
decay = 0.97;
xspeed = 0;
yspeed = 0;
maxspeed = 17;
minspeed = -17;
}
onClipEvent (enterFrame) {
_root.time--;
rads = (Math.PI/180);
vx = Math.sin(this._rotation * rads);
vy = -Math.cos(this._rotation * rads);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (Key.isDown(37)) {
this._rotation = this._rotation - 15;
}
if (Key.isDown(39)) {
this._rotation = this._rotation + 15;
}
if (Key.isDown(38)) {
if ((xspeed < maxspeed) && (xspeed > minspeed)) {
xspeed = xspeed + vx;
}
if ((yspeed < maxspeed) && (yspeed > minspeed)) {
yspeed = yspeed + vy;
}
} else {
xpseed = xpseed * decay;
yspeed = yspeed * decay;
}
if (this._x < 0) {
this._x = 550;
}
if (this._x > 550) {
this._x = 0;
}
if (this._y > 400) {
this._y = 400;
}
if ((_root.ship._y < 0) && (_root.live == 1)) {
_root.gotoAndPlay(10);
}
}
Frame 45
stop();
Frame 50
stop();
Frame 51
gotoAndPlay (68);
Frame 52
gotoAndPlay (81);
Frame 53
gotoAndPlay (95);
Frame 54
stop();
gotoAndPlay (109);
Frame 56
stop();
gotoAndPlay (129);
Frame 57
stop();
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 35 MovieClip "ship" in Frame 57
onClipEvent (load) {
decay = 0.97;
xspeed = 0;
yspeed = 0;
maxspeed = 17;
minspeed = -17;
}
onClipEvent (enterFrame) {
_root.time--;
rads = (Math.PI/180);
vx = Math.sin(this._rotation * rads);
vy = -Math.cos(this._rotation * rads);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (Key.isDown(37)) {
this._rotation = this._rotation - 15;
}
if (Key.isDown(39)) {
this._rotation = this._rotation + 15;
}
if (Key.isDown(38)) {
if ((xspeed < maxspeed) && (xspeed > minspeed)) {
xspeed = xspeed + vx;
}
if ((yspeed < maxspeed) && (yspeed > minspeed)) {
yspeed = yspeed + vy;
}
} else {
xpseed = xpseed * decay;
yspeed = yspeed * decay;
}
if (this._x < 0) {
this._x = 550;
}
if (this._x > 550) {
this._x = 0;
}
if (this._y > 400) {
this._y = 400;
}
if ((_root.ship._y < 0) && (_root.live == 1)) {
_root.gotoAndPlay(11);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Frame 67
stop();
Frame 68
stop();
Frame 69
stop();
stop();
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 35 MovieClip "ship" in Frame 69
onClipEvent (load) {
decay = 0.97;
xspeed = 0;
yspeed = 0;
maxspeed = 17;
minspeed = -17;
}
onClipEvent (enterFrame) {
rads = (Math.PI/180);
vx = Math.sin(this._rotation * rads);
vy = -Math.cos(this._rotation * rads);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (Key.isDown(37)) {
this._rotation = this._rotation - 15;
}
if (Key.isDown(39)) {
this._rotation = this._rotation + 15;
}
if (Key.isDown(38)) {
if ((xspeed < maxspeed) && (xspeed > minspeed)) {
xspeed = xspeed + vx;
}
if ((yspeed < maxspeed) && (yspeed > minspeed)) {
yspeed = yspeed + vy;
}
} else {
xpseed = xpseed * decay;
yspeed = yspeed * decay;
}
if (this._x < 0) {
this._x = 550;
}
if (this._x > 550) {
this._x = 0;
}
if (this._y > 400) {
this._y = 400;
}
if ((_root.ship._y < 0) && (_root.live == 1)) {
_root.gotoAndPlay(12);
}
}
Frame 81
stop();
Frame 82
stop();
Instance of Symbol 35 MovieClip "ship" in Frame 82
onClipEvent (load) {
decay = 0.97;
xspeed = 0;
yspeed = 0;
maxspeed = 17;
minspeed = -17;
}
onClipEvent (enterFrame) {
rads = (Math.PI/180);
vx = Math.sin(this._rotation * rads);
vy = -Math.cos(this._rotation * rads);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (Key.isDown(37)) {
this._rotation = this._rotation - 15;
}
if (Key.isDown(39)) {
this._rotation = this._rotation + 15;
}
if (Key.isDown(38)) {
if ((xspeed < maxspeed) && (xspeed > minspeed)) {
xspeed = xspeed + vx;
}
if ((yspeed < maxspeed) && (yspeed > minspeed)) {
yspeed = yspeed + vy;
}
} else {
xpseed = xpseed * decay;
yspeed = yspeed * decay;
}
if (this._x < 0) {
this._x = 550;
}
if (this._x > 550) {
this._x = 0;
}
if (this._y > 400) {
this._y = 400;
}
if ((_root.ship._y < 0) && (_root.live == 1)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Frame 94
stop();
Frame 95
live = 1;
stop();
Instance of Symbol 35 MovieClip "ship" in Frame 95
onClipEvent (load) {
decay = 0.97;
xspeed = 0;
yspeed = 0;
maxspeed = 17;
minspeed = -17;
}
onClipEvent (enterFrame) {
rads = (Math.PI/180);
vx = Math.sin(this._rotation * rads);
vy = -Math.cos(this._rotation * rads);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (Key.isDown(37)) {
this._rotation = this._rotation - 15;
}
if (Key.isDown(39)) {
this._rotation = this._rotation + 15;
}
if (Key.isDown(38)) {
if ((xspeed < maxspeed) && (xspeed > minspeed)) {
xspeed = xspeed + vx;
}
if ((yspeed < maxspeed) && (yspeed > minspeed)) {
yspeed = yspeed + vy;
}
} else {
xpseed = xpseed * decay;
yspeed = yspeed * decay;
}
if (this._x < 0) {
this._x = 550;
}
if (this._x > 550) {
this._x = 0;
}
if (this._y > 400) {
this._y = 400;
}
if ((this._y < 0) && (_root.live == 1)) {
_root.gotoAndPlay(40);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Instance of Symbol 27 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (this.hitTest(_root.ship.inship)) {
_root.ship.gotoAndPlay(5);
}
}
Frame 109
stop();
endscene.onRelease = function () {
gotoAndPlay (110);
};
Frame 110
stop();
Instance of Symbol 50 MovieClip "asteriod" in Frame 110
onClipEvent (enterFrame) {
this._x = this._x - 10;
if (this.hitTest(_root.ship)) {
thesound = new Sound(this);
thesound.attachSound("explosions");
thesound.start(0, 1);
_root.ship.gotoAndPlay(10);
}
}
Instance of Symbol 35 MovieClip "ship" in Frame 110
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
Frame 129
stop();
Symbol 7 Button
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 12 Button
on (release) {
gotoAndPlay (30);
}
Symbol 15 Button
on (release) {
gotoAndPlay (41);
}
Symbol 18 Button
on (release) {
getURL ("http://www.java-gaming.com", "_blank");
}
Symbol 23 Button
on (release) {
gotoAndPlay (57);
}
Symbol 25 Button
on (release) {
gotoAndPlay (1);
}
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 5
_root.live = 0;
Symbol 35 MovieClip Frame 9
_root.gotoAndPlay(5);
Symbol 35 MovieClip Frame 10
_root.live = 0;
Symbol 35 MovieClip Frame 14
_root.gotoAndPlay(15);
Symbol 39 Button
on (release) {
gotoAndPlay (41);
}
Symbol 41 Button
on (release) {
gotoAndPlay (69);
}
Symbol 43 Button
on (release) {
gotoAndPlay (82);
}
Symbol 45 Button
on (release) {
gotoAndPlay (95);
}
Symbol 52 Button
on (release) {
gotoAndPlay (41);
}