Frame 1
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes - loaded_bytes;
percent_done = int((loaded_bytes / total_bytes) * 100);
bar.gotoAndStop(percent_done);
ifFrameLoaded ((remaining_bytes = total_bytes - loaded_bytes)) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 644
stop();
Instance of Symbol 257 MovieClip "buy_eq" in Frame 856
onClipEvent (enterFrame) {
stop();
if (_root.mis0._currentframe == 1) {
_root.buy_eq.gotoAndStop(1);
}
if (_root.mis0._currentframe == 3) {
_root.buy_eq.gotoAndStop(2);
}
if (_root.mis0._currentframe == 5) {
_root.buy_eq.gotoAndStop(3);
}
if (_root.mis0._currentframe == 7) {
_root.buy_eq.gotoAndStop(4);
}
}
Frame 859
Instance of Symbol 352 MovieClip "mis0" in Frame 859
onClipEvent (load) {
stop();
this._x = _root.spaceship._x + 5;
this._y = _root.spaceship._y + 20;
}
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
if (_root.misscounter._currentframe < 8) {
if (_root.mis0._currentframe == 1) {
if (_root.spaceship._currentframe < 130) {
_root.misscounter.nextFrame();
this._x = _root.spaceship._x + 5;
this._y = _root.spaceship._y + 20;
_root.mis0.gotoAndStop(2);
}
}
}
}
if (Key.isDown(88)) {
if (_root.misscounter._currentframe < 8) {
if (_root.mis0._currentframe == 3) {
if (_root.spaceship._currentframe < 130) {
_root.misscounter.nextFrame();
this._x = _root.spaceship._x + 5;
this._y = _root.spaceship._y + 20;
_root.mis0.gotoAndStop(4);
}
}
}
}
if (Key.isDown(88)) {
if (_root.misscounter._currentframe < 8) {
if (_root.mis0._currentframe == 5) {
if (_root.spaceship._currentframe < 130) {
_root.misscounter.nextFrame();
_root.mis0.gotoAndStop(6);
}
}
}
}
if (_root.mis0._currentframe == 6) {
this._x = _root.spaceship._x + 15;
this._y = _root.spaceship._y + 10;
}
if (Key.isDown(88)) {
if (_root.misscounter._currentframe < 8) {
if (_root.mis0._currentframe == 7) {
if (_root.spaceship._currentframe < 130) {
_root.misscounter.nextFrame();
_root.mis0.gotoAndStop(8);
}
}
}
}
if (_root.mis0._currentframe == 8) {
this._x = _root.spaceship._x + 15;
this._y = _root.spaceship._y + 10;
}
if (Key.isDown(88)) {
if (_root.misscounter._currentframe == 10) {
if (_root.mis0._currentframe == 7) {
if (_root.spaceship._currentframe < 130) {
_root.mis0.gotoAndStop(8);
}
}
}
}
if (_root.mis0._currentframe == 8) {
this._x = _root.spaceship._x + 15;
this._y = _root.spaceship._y + 10;
}
}
Frame 867
stop();
Frame 893
numEnemy = 15;
numdropship = 10;
Instance of Symbol 407 MovieClip "thrust" in Frame 893
onClipEvent (enterFrame) {
this._x = _root.spaceship._x + 0;
this._y = _root.spaceship._y + 10;
if (_root.spaceship._currentframe > 140) {
nextFrame();
}
}
Instance of Symbol 456 MovieClip "laser" in Frame 893
onClipEvent (load) {
this._x = _root.spaceship._x + 32;
this._y = _root.spaceship._y + 12;
stop();
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
}
}
Instance of Symbol 502 MovieClip "player_dam" in Frame 893
onClipEvent (load) {
this._x = _root.spaceship._x + 0;
this._y = _root.spaceship._y + 0;
}
onClipEvent (enterFrame) {
this._x = _root.spaceship._x;
this._y = _root.spaceship._y;
if (_root.spaceship._currentframe == 2) {
nextFrame();
stop();
}
if (_root.spaceship._currentframe == 26) {
nextFrame();
stop();
}
if (_root.spaceship._currentframe == 51) {
nextFrame();
stop();
}
if (_root.spaceship._currentframe == 76) {
nextFrame();
stop();
}
if (_root.spaceship._currentframe == 101) {
nextFrame();
stop();
}
if (_root.spaceship._currentframe == 127) {
nextFrame();
stop();
}
if (_root.spaceship._currentframe == 146) {
nextFrame();
stop();
}
}
Instance of Symbol 508 MovieClip "pw1" in Frame 893
onClipEvent (load) {
stop();
_root.pw1.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this._x = _root.spaceship._x - 30;
this._y = _root.sbar._y + 0;
if (_root.spaceship._currentframe < 180) {
if (_root.sbar.hitTest(_root.spaceship)) {
_root.pw1.gotoAndStop(2);
} else {
_root.pw1.gotoAndStop(3);
}
}
}
Instance of Symbol 514 MovieClip "pw2" in Frame 893
onClipEvent (load) {
stop();
_root.pw1.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this._x = _root.spaceship._x - 30;
this._y = _root.sbar._y + 0;
if (_root.spaceship._currentframe < 180) {
if (_root.sbar.hitTest(_root.spaceship)) {
_root.pw1.gotoAndStop(2);
} else {
_root.pw1.gotoAndStop(3);
}
}
}
Instance of Symbol 544 MovieClip "spaceship" in Frame 893
onClipEvent (load) {
moveSpeed = 7;
_root.laser._visible = false;
_root.enemylaser._visible = false;
laserCounter = 0;
scrollx = _root.mainGround.ground._width / 1;
scrollStart = false;
maxLasers = 6;
depthCounter = 0;
var reloadtime = 2;
fired = 0;
Redge = 600 - (_width / 2);
Ledge = 50 - (_width / 2);
Uedge = 300 - (_height / 2);
Dedge = -60 + (_height / 2);
sy = _y;
ang = 0;
}
onClipEvent (enterFrame) {
if (_root.spaceship._currentframe < 130) {
if (Key.isDown(67) and (laserCounter <= maxLasers)) {
reload++;
if (reload > reloadtime) {
fired = 0;
reload = 0;
}
if (fired == 0) {
fired = 1;
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 0;
}
}
}
}
_y = (sy + (2 * Math.cos((ang = ang + 0.092))));
if (_root.spaceship._currentframe < 140) {
if (Key.isDown(39) and (_x < Redge)) {
this._x = this._x + (moveSpeed + 1);
}
if (Key.isDown(37) and (_x > Ledge)) {
this._x = this._x - (moveSpeed + 1);
}
if (Key.isDown(40) and (_y < (Uedge - 50))) {
this._y = this._y + moveSpeed;
sy = sy + moveSpeed;
}
if (Key.isDown(38) and (_y > (Dedge + 50))) {
this._y = this._y - moveSpeed;
sy = sy - moveSpeed;
}
}
if (_root.powerbar._currentframe == 2) {
var reloadtime = 6;
maxLasers = 4;
}
if (_root.powerbar._currentframe == 3) {
var reloadtime = 5;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 4) {
var reloadtime = 6;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 5) {
var reloadtime = 6;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 6) {
var reloadtime = 6;
maxLasers = 4;
}
if (_root.powerbar._currentframe == 7) {
var reloadtime = 6;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 8) {
var reloadtime = 7;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 9) {
var reloadtime = 8;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 10) {
var reloadtime = 5;
maxLasers = 4;
}
}
Instance of Symbol 651 MovieClip in Frame 893
on (release) {
toggleHighQuality();
}
Instance of Symbol 653 MovieClip in Frame 893
on (release) {
getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank");
}
Instance of Symbol 544 MovieClip "spaceship" in Frame 894
onClipEvent (load) {
moveSpeed = 7;
_root.laser._visible = false;
_root.enemylaser._visible = false;
laserCounter = 0;
scrollx = _root.mainGround.ground._width / 1;
scrollStart = false;
maxLasers = 4;
depthCounter = 0;
var reloadtime = 3;
fired = 0;
Redge = 600 - (_width / 2);
Ledge = 50 - (_width / 2);
Uedge = 300 - (_height / 2);
Dedge = -60 + (_height / 2);
sy = _y;
ang = 0;
}
onClipEvent (enterFrame) {
if (_root.spaceship._currentframe < 130) {
if (Key.isDown(67) and (laserCounter <= maxLasers)) {
reload++;
if (reload > reloadtime) {
fired = 0;
reload = 0;
}
if (fired == 0) {
fired = 1;
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 0;
}
}
}
}
_y = (sy + (2 * Math.cos((ang = ang + 0.092))));
if (_root.spaceship._currentframe < 140) {
if (Key.isDown(39) and (_x < Redge)) {
this._x = this._x + (moveSpeed + 1);
}
if (Key.isDown(37) and (_x > Ledge)) {
this._x = this._x - (moveSpeed + 1);
}
if (Key.isDown(40) and (_y < (Uedge - 50))) {
this._y = this._y + moveSpeed;
sy = sy + moveSpeed;
}
if (Key.isDown(38) and (_y > (Dedge + 50))) {
this._y = this._y - moveSpeed;
sy = sy - moveSpeed;
}
}
if (_root.powerbar._currentframe == 2) {
var reloadtime = 4;
maxLasers = 4;
}
if (_root.powerbar._currentframe == 3) {
var reloadtime = 5;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 4) {
var reloadtime = 4;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 5) {
var reloadtime = 6;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 6) {
var reloadtime = 6;
maxLasers = 4;
}
if (_root.powerbar._currentframe == 7) {
var reloadtime = 6;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 8) {
var reloadtime = 7;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 9) {
var reloadtime = 8;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 10) {
var reloadtime = 5;
maxLasers = 4;
}
}
Frame 901
Frame 904
stop();
Instance of Symbol 671 MovieClip in Frame 904
onClipEvent (load) {
this._x = _root.spaceship._x;
this._y = _root.spaceship._y;
}
Instance of Symbol 671 MovieClip in Frame 907
onClipEvent (load) {
this._x = _root.spaceship._x;
this._y = _root.spaceship._y;
}
Frame 911
play();
Instance of Symbol 709 MovieClip "we1" in Frame 1164
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 709 MovieClip "we2" in Frame 1164
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 709 MovieClip "we3" in Frame 1164
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 697 MovieClip "enemy1" in Frame 1164
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy2" in Frame 1176
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy3" in Frame 1188
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 719 MovieClip "we4" in Frame 1210
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x + 0;
this._y = _root.enemy4._y + 0;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 719 MovieClip "we5" in Frame 1210
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x + 0;
this._y = _root.enemy5._y + 0;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy4" in Frame 1210
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy5" in Frame 1221
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 730 MovieClip "ds2" in Frame 1241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 8) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 738 MovieClip "ds1" in Frame 1241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 8) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 744 MovieClip "dropship2" in Frame 1241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 747 MovieClip "dropship1" in Frame 1241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 1293
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 35;
goY = (this._y - _root.spaceship._y) / 35;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 1297
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 1312
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 35;
goY = (this._y - _root.spaceship._y) / 35;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 1313
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 1329
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 758 MovieClip "ds3" in Frame 1371
onClipEvent (load) {
this._x = _root.boss._x + 0;
this._y = _root.boss._y + 0;
stop();
}
onClipEvent (enterFrame) {
this._x = _root.boss._x + 0;
this._y = _root.boss._y + 0;
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 17) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 772 MovieClip "dropship3" in Frame 1371
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 778 MovieClip "we1" in Frame 1376
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 778 MovieClip "we3" in Frame 1376
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 783 MovieClip "enemy1" in Frame 1376
onClipEvent (load) {
stop();
velocity = 8;
turning_speed = 6;
targ = _root.spaceship;
xspeed = 0;
yspeed = 0;
turning = turning_speed * (Math.PI/180);
}
onClipEvent (enterFrame) {
lrot2 = lrot;
lrot = _rotation;
waypoint = Math.atan((_x - targ._x) / (targ._y - _y));
if (targ._y > _y) {
waypoint = waypoint + Math.PI;
}
if (waypoint < 0) {
waypoint = waypoint + (Math.PI*2);
} else if (waypoint >= (Math.PI*2)) {
waypoint = waypoint - (Math.PI*2);
}
rota = _rotation * (Math.PI/180);
if (rota < 0) {
rota = rota + (Math.PI*2);
} else if (rota >= (Math.PI*2)) {
rota = rota - (Math.PI*2);
}
orota = waypoint - rota;
if (orota < 0) {
orota = orota + (Math.PI*2);
} else if (orota >= (Math.PI*2)) {
orota = orota - (Math.PI*2);
}
if ((rota < ((waypoint - (turning / 2)) + turning)) && (rota > (waypoint - (turning / 2)))) {
rota = waypoint;
} else if (orota <= Math.PI) {
rota = rota + turning;
} else {
rota = rota - turning;
}
if (_rotation == 0) {
_rotation = (_rotation+1);
rota = _rotation * (Math.PI/180);
}
_rotation = ((rota * 180) / Math.PI);
xspeed = velocity * Math.sin(rota);
yspeed = velocity * Math.cos(rota);
_x = (_x + xspeed);
_y = (_y - yspeed);
if ((((_rotation > 0) && (lrot < 0)) && (lrot2 > 0)) || (((_rotation < 0) && (lrot > 0)) && (lrot2 < 0))) {
_rotation = 0;
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 783 MovieClip "enemy3" in Frame 1376
onClipEvent (load) {
stop();
velocity = 8;
turning_speed = 6;
targ = _root.spaceship;
xspeed = 0;
yspeed = 0;
turning = turning_speed * (Math.PI/180);
}
onClipEvent (enterFrame) {
lrot2 = lrot;
lrot = _rotation;
waypoint = Math.atan((_x - targ._x) / (targ._y - _y));
if (targ._y > _y) {
waypoint = waypoint + Math.PI;
}
if (waypoint < 0) {
waypoint = waypoint + (Math.PI*2);
} else if (waypoint >= (Math.PI*2)) {
waypoint = waypoint - (Math.PI*2);
}
rota = _rotation * (Math.PI/180);
if (rota < 0) {
rota = rota + (Math.PI*2);
} else if (rota >= (Math.PI*2)) {
rota = rota - (Math.PI*2);
}
orota = waypoint - rota;
if (orota < 0) {
orota = orota + (Math.PI*2);
} else if (orota >= (Math.PI*2)) {
orota = orota - (Math.PI*2);
}
if ((rota < ((waypoint - (turning / 2)) + turning)) && (rota > (waypoint - (turning / 2)))) {
rota = waypoint;
} else if (orota <= Math.PI) {
rota = rota + turning;
} else {
rota = rota - turning;
}
if (_rotation == 0) {
_rotation = (_rotation+1);
rota = _rotation * (Math.PI/180);
}
_rotation = ((rota * 180) / Math.PI);
xspeed = velocity * Math.sin(rota);
yspeed = velocity * Math.cos(rota);
_x = (_x + xspeed);
_y = (_y - yspeed);
if ((((_rotation > 0) && (lrot < 0)) && (lrot2 > 0)) || (((_rotation < 0) && (lrot > 0)) && (lrot2 < 0))) {
_rotation = 0;
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 788 MovieClip in Frame 1380
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 792 MovieClip "we4" in Frame 1454
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 792 MovieClip "we5" in Frame 1454
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 792 MovieClip "we6" in Frame 1454
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x;
this._y = _root.enemy6._y;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy4" in Frame 1454
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy5" in Frame 1454
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy6" in Frame 1454
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 802 MovieClip "we7" in Frame 1512
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x;
this._y = _root.enemy7._y;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 802 MovieClip "we8" in Frame 1512
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy8._currentframe == 1) {
this._x = _root.enemy8._x;
this._y = _root.enemy8._y;
stop();
}
if (_root.enemy8._currentframe > 1) {
_root.we8.nextFrame();
stop();
}
}
Instance of Symbol 802 MovieClip "we9" in Frame 1512
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x;
this._y = _root.enemy9._y;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 758 MovieClip "ds3" in Frame 1588
onClipEvent (load) {
this._x = _root.boss._x + 0;
this._y = _root.boss._y + 0;
stop();
}
onClipEvent (enterFrame) {
this._x = _root.boss._x + 0;
this._y = _root.boss._y + 0;
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 17) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 772 MovieClip "dropship3" in Frame 1588
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 818 MovieClip "ds1" in Frame 1589
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 831 MovieClip "dropship1" in Frame 1589
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 1638
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 1648
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 839 MovieClip in Frame 1658
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 792 MovieClip "we4" in Frame 1733
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 792 MovieClip "we5" in Frame 1733
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy4" in Frame 1733
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy5" in Frame 1733
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 1756
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 897 MovieClip "powerup3" in Frame 1761
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 906 MovieClip "ds2" in Frame 1785
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 16) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 16) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 1785
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 1785
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship2" in Frame 1785
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 840 MovieClip "dropship1" in Frame 1819
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 916 MovieClip in Frame 1850
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 916 MovieClip in Frame 1951
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 922 MovieClip "we1" in Frame 2088
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x + 0;
this._y = _root.enemy1._y + 0;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 922 MovieClip "we2" in Frame 2088
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x + 0;
this._y = _root.enemy2._y + 0;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 922 MovieClip "we3" in Frame 2088
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x + 0;
this._y = _root.enemy3._y + 0;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy3" in Frame 2088
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy2" in Frame 2088
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy1" in Frame 2088
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 923 MovieClip "we4" in Frame 2095
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 923 MovieClip "we5" in Frame 2095
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 923 MovieClip "we6" in Frame 2095
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x;
this._y = _root.enemy6._y;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 923 MovieClip "we7" in Frame 2095
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x;
this._y = _root.enemy7._y;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 697 MovieClip "enemy7" in Frame 2096
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy6" in Frame 2096
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy5" in Frame 2096
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy4" in Frame 2096
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 924 MovieClip "we9" in Frame 2108
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x;
this._y = _root.enemy9._y;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 924 MovieClip "we10" in Frame 2108
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy10._currentframe == 1) {
this._x = _root.enemy10._x;
this._y = _root.enemy10._y;
stop();
}
if (_root.enemy10._currentframe > 1) {
_root.we10.nextFrame();
stop();
}
}
Instance of Symbol 804 MovieClip "enemy9" in Frame 2109
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 804 MovieClip "enemy10" in Frame 2109
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 930 MovieClip in Frame 2165
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.we9._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 2181
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 32;
goY = (this._y - _root.spaceship._y) / 32;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.we10._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 923 MovieClip "we14" in Frame 2241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy14._currentframe == 1) {
this._x = _root.enemy14._x;
this._y = _root.enemy14._y;
stop();
}
if (_root.enemy14._currentframe > 1) {
_root.we14.nextFrame();
stop();
}
}
Instance of Symbol 923 MovieClip "we2" in Frame 2241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 923 MovieClip "we3" in Frame 2241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 697 MovieClip "enemy14" in Frame 2242
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy2" in Frame 2254
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 941 MovieClip "we4" in Frame 2263
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 941 MovieClip "we5" in Frame 2263
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 941 MovieClip "we6" in Frame 2263
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x;
this._y = _root.enemy6._y;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy6" in Frame 2263
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy5" in Frame 2263
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy4" in Frame 2263
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy3" in Frame 2264
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 941 MovieClip "we7" in Frame 2297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x;
this._y = _root.enemy7._y;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 941 MovieClip "we8" in Frame 2297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy8._currentframe == 1) {
this._x = _root.enemy8._x;
this._y = _root.enemy8._y;
stop();
}
if (_root.enemy8._currentframe > 1) {
_root.we8.nextFrame();
stop();
}
}
Instance of Symbol 941 MovieClip "we9" in Frame 2297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x;
this._y = _root.enemy9._y;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy7" in Frame 2297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy8" in Frame 2297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy9" in Frame 2297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 949 MovieClip "ds1" in Frame 2315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds2" in Frame 2315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds3" in Frame 2315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship3" in Frame 2315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship2" in Frame 2315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship1" in Frame 2315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 956 MovieClip "we10" in Frame 2320
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy10._currentframe == 1) {
this._x = _root.enemy10._x + 0;
this._y = _root.enemy10._y + 0;
stop();
}
if (_root.enemy10._currentframe > 1) {
_root.we10.nextFrame();
stop();
}
}
Instance of Symbol 956 MovieClip "we11" in Frame 2320
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy11._currentframe == 1) {
this._x = _root.enemy11._x + 0;
this._y = _root.enemy11._y + 0;
stop();
}
if (_root.enemy11._currentframe > 1) {
_root.we11.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy10" in Frame 2320
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy11" in Frame 2320
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 960 MovieClip "ds4" in Frame 2411
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 8) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 961 MovieClip "ds5" in Frame 2411
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 8) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 744 MovieClip "dropship4" in Frame 2411
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 744 MovieClip "dropship5" in Frame 2441
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 2459
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 2459
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 2479
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 2479
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 2499
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 2499
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 969 MovieClip "we1" in Frame 2548
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 969 MovieClip "we2" in Frame 2548
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 969 MovieClip "we3" in Frame 2548
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 971 MovieClip "enemy1" in Frame 2549
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 971 MovieClip "enemy2" in Frame 2563
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 971 MovieClip "enemy3" in Frame 2576
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 975 MovieClip "we4" in Frame 2601
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 975 MovieClip "we5" in Frame 2601
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 975 MovieClip "we6" in Frame 2601
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x;
this._y = _root.enemy6._y;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy4" in Frame 2602
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy5" in Frame 2614
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy6" in Frame 2624
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 738 MovieClip "ds2" in Frame 2683
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 8) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship2" in Frame 2684
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 897 MovieClip " " in Frame 2692
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 738 MovieClip "ds1" in Frame 2700
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 8) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship1" in Frame 2701
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 839 MovieClip in Frame 2757
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 2778
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 35;
goY = (this._y - _root.spaceship._y) / 35;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 2788
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 35;
goY = (this._y - _root.spaceship._y) / 35;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 2810
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 2952
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 1012 MovieClip "b2" in Frame 3082
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.boss2._currentframe == 7) {
this._x = _root.boss2._x + 30;
this._y = _root.boss2._y + 20;
_root.b2.nextFrame();
stop();
}
}
Instance of Symbol 1027 MovieClip "dropship2" in Frame 3082
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1028 MovieClip in Frame 3205
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1028 MovieClip in Frame 3212
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1028 MovieClip in Frame 3219
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3258
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3266
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3273
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3281
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3289
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1032 MovieClip in Frame 3302
onClipEvent (enterFrame) {
if (_root.boss2._currentframe > 3) {
nextFrame();
}
if (_root.b2._currentframe == 2) {
gotoAndStop (855);
}
}
Instance of Symbol 1032 MovieClip in Frame 3309
onClipEvent (enterFrame) {
this._x = _root.boss2._x + 0;
this._y = _root.boss2._y + 0;
if (_root.boss2._currentframe > 3) {
this.nextFrame();
}
if (_root.boss2._currentframe > 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 839 MovieClip in Frame 3343
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 839 MovieClip in Frame 3363
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 839 MovieClip in Frame 3380
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 839 MovieClip in Frame 3396
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 1034 MovieClip in Frame 3503
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3503
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
if (_root.boss2._currentframe > 3) {
nextFrame();
this._x = this._x - goX;
this._y = this._y - goY;
}
}
Instance of Symbol 751 MovieClip in Frame 3509
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
if (_root.boss2._currentframe > 3) {
nextFrame();
this._x = this._x - goX;
this._y = this._y - goY;
}
}
Instance of Symbol 1034 MovieClip in Frame 3514
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3514
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
if (_root.boss2._currentframe > 3) {
nextFrame();
this._x = this._x - goX;
this._y = this._y - goY;
}
}
Instance of Symbol 751 MovieClip in Frame 3519
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
if (_root.boss2._currentframe > 3) {
nextFrame();
this._x = this._x - goX;
this._y = this._y - goY;
}
}
Instance of Symbol 1034 MovieClip in Frame 3524
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 3524
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
if (_root.boss2._currentframe > 3) {
nextFrame();
this._x = this._x - goX;
this._y = this._y - goY;
}
}
Instance of Symbol 1034 MovieClip in Frame 3537
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 1034 MovieClip in Frame 3550
onClipEvent (enterFrame) {
if (_root.boss2._currentframe < 3) {
nextFrame();
}
}
Frame 3637
gotoAndPlay (3169);
Frame 3643
stop();
Instance of Symbol 257 MovieClip "buy_eq" in Frame 3643
onClipEvent (enterFrame) {
stop();
if (_root.mis0._currentframe == 1) {
_root.buy_eq.gotoAndStop(1);
}
if (_root.mis0._currentframe == 3) {
_root.buy_eq.gotoAndStop(2);
}
if (_root.mis0._currentframe == 5) {
_root.buy_eq.gotoAndStop(3);
}
if (_root.mis0._currentframe == 7) {
_root.buy_eq.gotoAndStop(4);
}
}
Instance of Symbol 897 MovieClip " " in Frame 3771
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 3809
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 818 MovieClip "ds1" in Frame 3856
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 818 MovieClip "ds2" in Frame 3856
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 818 MovieClip "ds3" in Frame 3856
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1048 MovieClip "dropship1" in Frame 3857
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1048 MovieClip "dropship2" in Frame 3868
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1048 MovieClip "dropship3" in Frame 3876
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1049 MovieClip "we1" in Frame 3920
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x + 0;
this._y = _root.enemy1._y + 0;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1049 MovieClip "we2" in Frame 3920
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x + 0;
this._y = _root.enemy2._y + 0;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy1" in Frame 3921
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1051 MovieClip "ds4" in Frame 3927
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 8) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 1051 MovieClip "ds5" in Frame 3927
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 8) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship4" in Frame 3928
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 747 MovieClip "dropship5" in Frame 3940
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy2" in Frame 3964
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1052 MovieClip "we3" in Frame 3972
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1052 MovieClip "we4" in Frame 3972
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 1052 MovieClip "we5" in Frame 3972
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 697 MovieClip "enemy5" in Frame 3973
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy4" in Frame 3973
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy3" in Frame 3973
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1054 MovieClip "we6" in Frame 3988
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x;
this._y = _root.enemy6._y;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 1054 MovieClip "we7" in Frame 3988
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x;
this._y = _root.enemy7._y;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 1054 MovieClip "we8" in Frame 3988
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy8._currentframe == 1) {
this._x = _root.enemy8._x;
this._y = _root.enemy8._y;
stop();
}
if (_root.enemy8._currentframe > 1) {
_root.we8.nextFrame();
stop();
}
}
Instance of Symbol 804 MovieClip "enemy8" in Frame 3989
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 804 MovieClip "enemy7" in Frame 3989
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 804 MovieClip "enemy6" in Frame 3989
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1055 MovieClip "we9" in Frame 4052
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x;
this._y = _root.enemy9._y;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we10" in Frame 4052
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy10._currentframe == 1) {
this._x = _root.enemy10._x;
this._y = _root.enemy10._y;
stop();
}
if (_root.enemy10._currentframe > 1) {
_root.we10.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we11" in Frame 4052
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy11._currentframe == 1) {
this._x = _root.enemy11._x;
this._y = _root.enemy11._y;
stop();
}
if (_root.enemy11._currentframe > 1) {
_root.we11.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy9" in Frame 4052
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy10" in Frame 4073
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy11" in Frame 4090
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 4106
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship1" in Frame 4107
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 906 MovieClip "ds2" in Frame 4154
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 16) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 16) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship2" in Frame 4155
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 4207
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4214
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4219
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4224
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4229
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1059 MovieClip "we1" in Frame 4261
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1059 MovieClip "we2" in Frame 4261
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1059 MovieClip "we3" in Frame 4261
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1059 MovieClip "we4" in Frame 4261
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 1059 MovieClip "we5" in Frame 4261
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 1059 MovieClip "we6" in Frame 4261
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x;
this._y = _root.enemy6._y;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy6" in Frame 4262
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy5" in Frame 4262
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy4" in Frame 4262
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy3" in Frame 4262
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy2" in Frame 4262
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy1" in Frame 4262
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1034 MovieClip in Frame 4295
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1034 MovieClip in Frame 4311
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4412
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 897 MovieClip " " in Frame 4423
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 949 MovieClip "ds1" in Frame 4451
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds2" in Frame 4451
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds3" in Frame 4451
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds4" in Frame 4451
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship4._currentframe < 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
stop();
}
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship4" in Frame 4452
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship3" in Frame 4452
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship2" in Frame 4452
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship1" in Frame 4452
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 969 MovieClip "we1" in Frame 4579
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 969 MovieClip "we2" in Frame 4579
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 969 MovieClip "we3" in Frame 4579
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 971 MovieClip "enemy1" in Frame 4580
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 971 MovieClip "enemy2" in Frame 4584
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 971 MovieClip "enemy3" in Frame 4589
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1073 MovieClip "ds2" in Frame 4666
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 8) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 1073 MovieClip "ds1" in Frame 4666
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 8) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1073 MovieClip "ds3" in Frame 4666
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 8) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1073 MovieClip "ds4" in Frame 4666
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 8) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 744 MovieClip "dropship2" in Frame 4666
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 744 MovieClip "dropship1" in Frame 4671
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 744 MovieClip "dropship3" in Frame 4675
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 744 MovieClip "dropship4" in Frame 4680
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 4687
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4694
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4699
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4704
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4709
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4714
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4719
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 4724
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1055 MovieClip "we9" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x;
this._y = _root.enemy9._y;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we10" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy10._currentframe == 1) {
this._x = _root.enemy10._x;
this._y = _root.enemy10._y;
stop();
}
if (_root.enemy10._currentframe > 1) {
_root.we10.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we11" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy11._currentframe == 1) {
this._x = _root.enemy11._x;
this._y = _root.enemy11._y;
stop();
}
if (_root.enemy11._currentframe > 1) {
_root.we11.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we1" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we2" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we3" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy9" in Frame 4817
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy10" in Frame 4828
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 4834
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 700 MovieClip "enemy11" in Frame 4839
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy1" in Frame 4853
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy2" in Frame 4869
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy3" in Frame 4882
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1077 MovieClip "ds3" in Frame 4906
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 4) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1077 MovieClip "ds2" in Frame 4906
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 4) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 1077 MovieClip "ds1" in Frame 4906
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 4) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1079 MovieClip "dropship1" in Frame 4907
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1079 MovieClip "dropship2" in Frame 4907
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1079 MovieClip "dropship3" in Frame 4907
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1081 MovieClip "ds4" in Frame 5005
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 1081 MovieClip "ds5" in Frame 5005
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 6) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship4" in Frame 5006
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1084 MovieClip "dropship5" in Frame 5039
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 5068
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 5079
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5084
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5094
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1081 MovieClip "ds6" in Frame 5097
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 6) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship6" in Frame 5098
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1088 MovieClip in Frame 5130
onClipEvent (enterFrame) {
if (_root.ds6._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1088 MovieClip in Frame 5139
onClipEvent (enterFrame) {
if (_root.ds6._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1088 MovieClip in Frame 5149
onClipEvent (enterFrame) {
if (_root.ds6._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1091 MovieClip "we1" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1091 MovieClip "we3" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1091 MovieClip "we5" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x;
this._y = _root.enemy5._y;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 1092 MovieClip "we2" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1092 MovieClip "we4" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy5" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 971 MovieClip "enemy4" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy3" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 971 MovieClip "enemy2" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy1" in Frame 5160
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1096 MovieClip "we7" in Frame 5240
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x + 0;
this._y = _root.enemy7._y + 0;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 1096 MovieClip "we9" in Frame 5240
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x + 0;
this._y = _root.enemy9._y + 0;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 1096 MovieClip "we11" in Frame 5240
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy11._currentframe == 1) {
this._x = _root.enemy11._x + 0;
this._y = _root.enemy11._y + 0;
stop();
}
if (_root.enemy11._currentframe > 1) {
_root.we11.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we10" in Frame 5240
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy10._currentframe == 1) {
this._x = _root.enemy10._x;
this._y = _root.enemy10._y;
stop();
}
if (_root.enemy10._currentframe > 1) {
_root.we10.nextFrame();
stop();
}
}
Instance of Symbol 1055 MovieClip "we8" in Frame 5240
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy8._currentframe == 1) {
this._x = _root.enemy8._x;
this._y = _root.enemy8._y;
stop();
}
if (_root.enemy8._currentframe > 1) {
_root.we8.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy11" in Frame 5241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy10" in Frame 5241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy9" in Frame 5241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy8" in Frame 5241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy7" in Frame 5241
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1081 MovieClip "ds6" in Frame 5330
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 6) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 1081 MovieClip "ds5" in Frame 5330
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 6) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 1081 MovieClip "ds4" in Frame 5330
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship4" in Frame 5330
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1084 MovieClip "dropship5" in Frame 5330
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1084 MovieClip "dropship6" in Frame 5330
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 897 MovieClip " " in Frame 5383
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 5383
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 1103 MovieClip in Frame 5498
onClipEvent (enterFrame) {
this._x = _root.spaceship._x + 30;
this._y = _root.spaceship._y + 10;
if (_root.spaceship._currentframe > 140) {
nextFrame();
}
}
Instance of Symbol 1115 MovieClip "b1" in Frame 5711
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.boss._currentframe == 7) {
this._x = _root.boss._x + 30;
this._y = _root.boss._y + 20;
_root.b1.nextFrame();
stop();
}
}
Instance of Symbol 1116 MovieClip "dropship1" in Frame 5711
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1103 MovieClip in Frame 5711
onClipEvent (enterFrame) {
this._x = _root.boss._x + 60;
this._y = _root.boss._y + 10;
if (_root.b1._currentframe > 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5821
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5827
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5832
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5837
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 5842
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1032 MovieClip in Frame 5881
onClipEvent (enterFrame) {
this._x = _root.boss_gun._x + 0;
this._y = _root.boss_gun._y + 0;
if (_root.boss._currentframe < 5) {
this.nextFrame();
}
if (_root.boss._currentframe > 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 930 MovieClip in Frame 6010
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 6014
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 6019
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 6024
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 6029
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1117 MovieClip in Frame 6096
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1118 MovieClip in Frame 6114
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1119 MovieClip in Frame 6132
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 6202
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 6209
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 6214
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 6219
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 6224
onClipEvent (enterFrame) {
if (_root.b1._currentframe == 1) {
nextFrame();
}
}
Frame 6274
gotoAndPlay (5749);
Frame 6279
nextFrame();
Frame 6280
play();
Frame 6416
stop();
Instance of Symbol 257 MovieClip "buy_eq" in Frame 6416
onClipEvent (enterFrame) {
stop();
if (_root.mis0._currentframe == 1) {
_root.buy_eq.gotoAndStop(1);
}
if (_root.mis0._currentframe == 3) {
_root.buy_eq.gotoAndStop(2);
}
if (_root.mis0._currentframe == 5) {
_root.buy_eq.gotoAndStop(3);
}
if (_root.mis0._currentframe == 7) {
_root.buy_eq.gotoAndStop(4);
}
}
Instance of Symbol 738 MovieClip "ds1" in Frame 6502
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 8) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship1" in Frame 6503
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 738 MovieClip "ds2" in Frame 6536
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 8) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship2" in Frame 6537
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 6590
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 6603
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 6623
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 6635
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1132 MovieClip "ds3" in Frame 6656
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 8) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1132 MovieClip "ds4" in Frame 6656
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 8) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 744 MovieClip "dropship3" in Frame 6657
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 744 MovieClip "dropship4" in Frame 6663
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1121 MovieClip in Frame 6732
onClipEvent (enterFrame) {
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 949 MovieClip "ds6" in Frame 6754
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship6._currentframe < 6) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
stop();
}
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 6) {
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds7" in Frame 6754
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship7._currentframe < 6) {
this._x = _root.dropship7._x + 0;
this._y = _root.dropship7._y + 0;
stop();
}
if (_root.ds7._currentframe < 2) {
if (_root.dropship7._currentframe > 6) {
_root.ds7.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds8" in Frame 6754
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship8._currentframe < 6) {
this._x = _root.dropship8._x + 0;
this._y = _root.dropship8._y + 0;
stop();
}
if (_root.ds8._currentframe < 2) {
if (_root.dropship8._currentframe > 6) {
_root.ds8.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship8" in Frame 6754
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship7" in Frame 6754
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship6" in Frame 6754
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 897 MovieClip " " in Frame 6970
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 6970
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 1138 MovieClip "we1" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1138 MovieClip "we2" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1138 MovieClip "we3" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1138 MovieClip "we4" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy4" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy3" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy2" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy1" in Frame 7036
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 906 MovieClip "ds2" in Frame 7086
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 16) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 16) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 7086
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship2" in Frame 7087
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 840 MovieClip "dropship1" in Frame 7087
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 930 MovieClip in Frame 7125
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 7129
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 7134
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 7139
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 7144
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7154
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7159
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7164
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7169
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7174
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 7215
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1121 MovieClip in Frame 7225
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1081 MovieClip "ds3" in Frame 7255
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1081 MovieClip "ds4" in Frame 7255
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship4._currentframe < 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
stop();
}
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship4" in Frame 7255
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1084 MovieClip "dropship3" in Frame 7255
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1032 MovieClip in Frame 7274
onClipEvent (enterFrame) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
if (_root.dropship3._currentframe < 3) {
this.nextFrame();
}
if (_root.dropship3._currentframe > 4) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1032 MovieClip in Frame 7294
onClipEvent (enterFrame) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
if (_root.dropship4._currentframe < 3) {
this.nextFrame();
}
if (_root.dropship4._currentframe > 4) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1077 MovieClip "we1" in Frame 7333
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1077 MovieClip "we2" in Frame 7333
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1077 MovieClip "we3" in Frame 7333
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 697 MovieClip "enemy1" in Frame 7334
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy2" in Frame 7349
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 906 MovieClip "ds2" in Frame 7351
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 16) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 16) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 7351
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship2" in Frame 7352
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 697 MovieClip "enemy3" in Frame 7363
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 840 MovieClip "dropship1" in Frame 7378
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 7380
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7386
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7394
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7400
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7409
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7414
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7437
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7444
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7449
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7454
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7459
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7464
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 514 MovieClip "pw1" in Frame 7507
onClipEvent (load) {
stop();
_root.pw1.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this._x = _root.spaceship._x - 30;
this._y = _root.sbar._y + 0;
if (_root.spaceship._currentframe < 180) {
if (_root.sbar.hitTest(_root.spaceship)) {
_root.pw1.gotoAndStop(2);
} else {
_root.pw1.gotoAndStop(3);
}
}
}
Instance of Symbol 1168 MovieClip "ds2" in Frame 7554
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe == 7) {
_root.ds2.nextFrame();
stop();
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
}
}
}
Instance of Symbol 1150 MovieClip "tg2" in Frame 7554
onClipEvent (enterFrame) {
rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x);
rotNum = (rot * 360) / (Math.PI*2);
if (rotNum < 0) {
this._rotation = rotNum;
}
this._x = _root.dropship2._x + 5;
this._y = _root.dropship2._y - 5;
if (_root.dropship2._currentframe == 7) {
_root.tg2.nextFrame();
stop();
}
}
Instance of Symbol 1177 MovieClip "ds1" in Frame 7554
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 4) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1150 MovieClip "tg3" in Frame 7554
onClipEvent (enterFrame) {
rot = Math.atan2(_root.spaceship._y - this._y, _root.spaceship._x - this._x);
rotNum = (rot * 360) / (Math.PI*2);
if (rotNum < 0) {
this._rotation = rotNum;
}
this._x = _root.dropship3._x + 5;
this._y = _root.dropship3._y - 5;
if (_root.dropship3._currentframe == 7) {
_root.tg3.nextFrame();
stop();
}
}
Instance of Symbol 1168 MovieClip "ds3" in Frame 7554
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe == 7) {
_root.ds3.nextFrame();
stop();
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
}
}
}
Instance of Symbol 1180 MovieClip "dropship2" in Frame 7555
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1182 MovieClip "dropship1" in Frame 7565
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1180 MovieClip "dropship3" in Frame 7576
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 7589
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7629
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1184 MovieClip "ds4" in Frame 7645
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship4._currentframe < 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
stop();
}
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship4" in Frame 7645
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 7665
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1185 MovieClip "ds5" in Frame 7676
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship5._currentframe < 6) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
stop();
}
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 6) {
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship5" in Frame 7678
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 7681
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1186 MovieClip "ds6" in Frame 7706
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 8) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 1186 MovieClip "ds7" in Frame 7706
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds7._currentframe < 2) {
if (_root.dropship7._currentframe > 8) {
this._x = _root.dropship7._x + 0;
this._y = _root.dropship7._y + 0;
_root.ds7.nextFrame();
stop();
}
}
}
Instance of Symbol 1187 MovieClip "ds8" in Frame 7706
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds8._currentframe < 2) {
if (_root.dropship8._currentframe > 8) {
this._x = _root.dropship8._x + 0;
this._y = _root.dropship8._y + 0;
_root.ds8.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship6" in Frame 7707
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 839 MovieClip in Frame 7708
onClipEvent (enterFrame) {
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7716
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7719
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7722
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 744 MovieClip "dropship8" in Frame 7729
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 747 MovieClip "dropship7" in Frame 7749
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1188 MovieClip "ds10" in Frame 7770
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds10._currentframe < 2) {
if (_root.dropship10._currentframe > 4) {
this._x = _root.dropship10._x + 0;
this._y = _root.dropship10._y + 0;
_root.ds10.nextFrame();
stop();
}
}
}
Instance of Symbol 1188 MovieClip "ds2" in Frame 7770
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 4) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 1188 MovieClip "ds1" in Frame 7770
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 4) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1079 MovieClip "dropship1" in Frame 7771
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1079 MovieClip "dropship2" in Frame 7792
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 930 MovieClip in Frame 7801
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 7804
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 7807
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1192 MovieClip "we1" in Frame 7808
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 2) {
this._x = _root.enemy1._x + 30;
this._y = _root.enemy1._y + 20;
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we2" in Frame 7808
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 2) {
this._x = _root.enemy2._x + 30;
this._y = _root.enemy2._y + 20;
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we3" in Frame 7808
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 2) {
this._x = _root.enemy3._x + 30;
this._y = _root.enemy3._y + 20;
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy3" in Frame 7809
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy2" in Frame 7809
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy1" in Frame 7809
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1079 MovieClip "dropship10" in Frame 7810
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 7818
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7821
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 7824
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7833
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7837
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 7841
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1193 MovieClip "we5" in Frame 7858
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x + 0;
this._y = _root.enemy5._y + 0;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 1193 MovieClip "we6" in Frame 7858
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x + 0;
this._y = _root.enemy6._y + 0;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 1193 MovieClip "we7" in Frame 7858
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x + 0;
this._y = _root.enemy7._y + 0;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy5" in Frame 7859
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy6" in Frame 7869
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy7" in Frame 7877
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1194 MovieClip "we8" in Frame 7891
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy8._currentframe == 1) {
this._x = _root.enemy8._x;
this._y = _root.enemy8._y;
stop();
}
if (_root.enemy8._currentframe > 1) {
_root.we8.nextFrame();
stop();
}
}
Instance of Symbol 1194 MovieClip "we9" in Frame 7891
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x;
this._y = _root.enemy9._y;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 1194 MovieClip "we10" in Frame 7891
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy10._currentframe == 1) {
this._x = _root.enemy10._x;
this._y = _root.enemy10._y;
stop();
}
if (_root.enemy10._currentframe > 1) {
_root.we10.nextFrame();
stop();
}
}
Instance of Symbol 804 MovieClip "enemy8" in Frame 7891
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 804 MovieClip "enemy9" in Frame 7899
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1195 MovieClip "we11" in Frame 7900
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy11._currentframe == 1) {
this._x = _root.enemy11._x;
this._y = _root.enemy11._y;
stop();
}
if (_root.enemy11._currentframe > 1) {
_root.we11.nextFrame();
stop();
}
}
Instance of Symbol 1195 MovieClip "we12" in Frame 7900
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy12._currentframe == 1) {
this._x = _root.enemy12._x;
this._y = _root.enemy12._y;
stop();
}
if (_root.enemy12._currentframe > 1) {
_root.we12.nextFrame();
stop();
}
}
Instance of Symbol 1195 MovieClip "we13" in Frame 7900
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy13._currentframe == 1) {
this._x = _root.enemy13._x;
this._y = _root.enemy13._y;
stop();
}
if (_root.enemy13._currentframe > 1) {
_root.we13.nextFrame();
stop();
}
}
Instance of Symbol 1195 MovieClip "we14" in Frame 7900
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy14._currentframe == 1) {
this._x = _root.enemy14._x;
this._y = _root.enemy14._y;
stop();
}
if (_root.enemy14._currentframe > 1) {
_root.we14.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy14" in Frame 7901
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy13" in Frame 7901
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy12" in Frame 7901
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy11" in Frame 7901
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 804 MovieClip "enemy10" in Frame 7905
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 7968
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship1" in Frame 7969
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 906 MovieClip "ds2" in Frame 7969
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 16) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 16) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship2" in Frame 7970
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1032 MovieClip in Frame 7980
onClipEvent (enterFrame) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
if (_root.dropship1._currentframe < 4) {
this.nextFrame();
}
if (_root.dropship1._currentframe > 5) {
this.gotoAndStop(1);
}
}
Instance of Symbol 788 MovieClip in Frame 8013
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 949 MovieClip "ds4" in Frame 8083
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship4._currentframe < 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
stop();
}
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds5" in Frame 8083
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship5._currentframe < 6) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
stop();
}
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 6) {
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 949 MovieClip "ds6" in Frame 8083
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship6._currentframe < 6) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
stop();
}
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 6) {
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship4" in Frame 8084
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship5" in Frame 8113
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 955 MovieClip "dropship6" in Frame 8138
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1192 MovieClip "we5" in Frame 8158
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 2) {
this._x = _root.enemy5._x + 30;
this._y = _root.enemy5._y + 20;
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we4" in Frame 8158
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 2) {
this._x = _root.enemy4._x + 30;
this._y = _root.enemy4._y + 20;
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we3" in Frame 8158
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 2) {
this._x = _root.enemy3._x + 30;
this._y = _root.enemy3._y + 20;
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we2" in Frame 8158
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 2) {
this._x = _root.enemy2._x + 30;
this._y = _root.enemy2._y + 20;
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we1" in Frame 8158
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 2) {
this._x = _root.enemy1._x + 30;
this._y = _root.enemy1._y + 20;
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy1" in Frame 8159
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy2" in Frame 8159
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy3" in Frame 8159
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy4" in Frame 8159
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy5" in Frame 8159
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1081 MovieClip "ds1" in Frame 8251
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship1" in Frame 8252
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1081 MovieClip "ds2" in Frame 8276
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship2" in Frame 8277
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1032 MovieClip in Frame 8277
onClipEvent (enterFrame) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
if (_root.dropship1._currentframe < 3) {
this.nextFrame();
}
if (_root.dropship1._currentframe > 4) {
this.gotoAndStop(1);
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 8297
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 983 MovieClip in Frame 8319
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 8329
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 8339
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1192 MovieClip "we5" in Frame 8392
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 2) {
this._x = _root.enemy5._x + 30;
this._y = _root.enemy5._y + 20;
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we4" in Frame 8392
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 2) {
this._x = _root.enemy4._x + 30;
this._y = _root.enemy4._y + 20;
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we3" in Frame 8392
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 2) {
this._x = _root.enemy3._x + 30;
this._y = _root.enemy3._y + 20;
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we2" in Frame 8392
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 2) {
this._x = _root.enemy2._x + 30;
this._y = _root.enemy2._y + 20;
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1192 MovieClip "we1" in Frame 8392
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 2) {
this._x = _root.enemy1._x + 30;
this._y = _root.enemy1._y + 20;
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 700 MovieClip "enemy5" in Frame 8393
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy4" in Frame 8409
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy3" in Frame 8426
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy2" in Frame 8442
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 700 MovieClip "enemy1" in Frame 8456
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 892 MovieClip "healthup" in Frame 8474
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(1);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(25);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(50);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(75);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(100);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndStop(125);
nextFrame();
tellTarget ("/life") {
prevFrame();
};
tellTarget ("/player_dam") {
prevFrame();
};
}
}
}
}
Instance of Symbol 700 MovieClip "enemy1" in Frame 8494
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1200 MovieClip "ds1" in Frame 8518
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 831 MovieClip "dropship1" in Frame 8519
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 8544
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 8564
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1245 MovieClip "ds2" in Frame 8572
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 831 MovieClip "dropship2" in Frame 8573
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 8584
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1081 MovieClip "ds3" in Frame 8628
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship3" in Frame 8629
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 839 MovieClip in Frame 8630
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 839 MovieClip in Frame 8649
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 788 MovieClip in Frame 8660
onClipEvent (enterFrame) {
if (_root.ds3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 906 MovieClip "ds2" in Frame 8967
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 16) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 16) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 906 MovieClip "ds1" in Frame 8967
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 16) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 16) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 840 MovieClip "dropship1" in Frame 8968
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 840 MovieClip "dropship2" in Frame 9004
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1195 MovieClip "we1" in Frame 9044
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x;
this._y = _root.enemy1._y;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 1195 MovieClip "we2" in Frame 9044
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x;
this._y = _root.enemy2._y;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1195 MovieClip "we3" in Frame 9044
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x;
this._y = _root.enemy3._y;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1195 MovieClip "we4" in Frame 9044
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x;
this._y = _root.enemy4._y;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 689 MovieClip "enemy4" in Frame 9045
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy3" in Frame 9045
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy2" in Frame 9045
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 689 MovieClip "enemy1" in Frame 9045
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 949 MovieClip "ds4" in Frame 9123
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship4._currentframe < 6) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
stop();
}
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 6) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship4" in Frame 9124
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 949 MovieClip "ds5" in Frame 9158
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship5._currentframe < 6) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
stop();
}
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 6) {
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship5" in Frame 9159
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1250 MovieClip "we2" in Frame 9190
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x + 0;
this._y = _root.enemy2._y + 0;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 1250 MovieClip "we3" in Frame 9190
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x + 0;
this._y = _root.enemy3._y + 0;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 1250 MovieClip "we4" in Frame 9190
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy4._currentframe == 1) {
this._x = _root.enemy4._x + 0;
this._y = _root.enemy4._y + 0;
stop();
}
if (_root.enemy4._currentframe > 1) {
_root.we4.nextFrame();
stop();
}
}
Instance of Symbol 1250 MovieClip "we5" in Frame 9190
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x + 0;
this._y = _root.enemy5._y + 0;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 692 MovieClip "enemy2" in Frame 9191
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 949 MovieClip "ds6" in Frame 9193
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship6._currentframe < 6) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
stop();
}
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 6) {
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 955 MovieClip "dropship6" in Frame 9194
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy3" in Frame 9223
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy4" in Frame 9254
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 692 MovieClip "enemy5" in Frame 9283
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1081 MovieClip "ds1" in Frame 9341
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship1" in Frame 9342
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 1245 MovieClip "ds2" in Frame 9375
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 831 MovieClip "dropship2" in Frame 9376
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 1081 MovieClip "ds3" in Frame 9431
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1084 MovieClip "dropship3" in Frame 9432
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 738 MovieClip "ds4" in Frame 9468
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 8) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 738 MovieClip "ds5" in Frame 9468
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe > 8) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 738 MovieClip "ds6" in Frame 9468
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds6._currentframe < 2) {
if (_root.dropship6._currentframe > 8) {
this._x = _root.dropship6._x + 0;
this._y = _root.dropship6._y + 0;
_root.ds6.nextFrame();
stop();
}
}
}
Instance of Symbol 738 MovieClip "ds7" in Frame 9468
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds7._currentframe < 2) {
if (_root.dropship7._currentframe > 8) {
this._x = _root.dropship7._x + 0;
this._y = _root.dropship7._y + 0;
_root.ds7.nextFrame();
stop();
}
}
}
Instance of Symbol 747 MovieClip "dropship7" in Frame 9469
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 747 MovieClip "dropship6" in Frame 9469
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 747 MovieClip "dropship5" in Frame 9469
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 747 MovieClip "dropship4" in Frame 9469
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 751 MovieClip in Frame 9485
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9500
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9515
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds6._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9528
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.ds7._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1261 MovieClip "b3" in Frame 9704
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.boss3._currentframe == 7) {
this._x = _root.boss3._x + 0;
this._y = _root.boss3._y + 0;
_root.b3.nextFrame();
stop();
}
}
Instance of Symbol 1265 MovieClip "dropship3" in Frame 9704
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
Instance of Symbol 788 MovieClip in Frame 9771
onClipEvent (enterFrame) {
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 788 MovieClip in Frame 9780
onClipEvent (enterFrame) {
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 788 MovieClip in Frame 9789
onClipEvent (enterFrame) {
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9806
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9809
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9812
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9815
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 751 MovieClip in Frame 9818
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 9844
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 9849
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 9854
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1034 MovieClip in Frame 9944
onClipEvent (enterFrame) {
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1034 MovieClip in Frame 9954
onClipEvent (enterFrame) {
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1034 MovieClip in Frame 9964
onClipEvent (enterFrame) {
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 10044
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 10054
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 10064
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 10074
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 983 MovieClip in Frame 10084
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 10124
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 10134
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 930 MovieClip in Frame 10144
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 20;
goY = (this._y - _root.spaceship._y) / 20;
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
if (_root.b3._currentframe == 1) {
nextFrame();
}
}
Frame 10282
gotoAndPlay (9767);
Frame 10283
nextFrame();
Frame 10284
play();
Frame 10407
gotoAndPlay (10471);
Frame 10416
nextFrame();
Frame 10417
gotoAndPlay (10418);
Frame 10468
stop();
Frame 10469
stop();
Frame 10470
gotoAndPlay (258);
Frame 11638
gotoAndPlay (258);
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 21 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 159 MovieClip Frame 6
stop();
Symbol 160 Button
on (release) {
gotoAndPlay (2);
}
Symbol 170 Button
on (release) {
gotoAndPlay (20);
}
Symbol 171 Button
on (release) {
getURL ("http://www.drakojanskies.de.vu", "_blank");
}
Symbol 172 Button
on (release) {
getURL ("http://omegadragon3000.sheezyart.com", "_blank");
}
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 2
if (_root.game._currentframe > 2) {
_root.game.gotoAndPlay(47);
}
Symbol 174 MovieClip Frame 14
stop();
Symbol 174 MovieClip Frame 30
gotoAndStop (1);
Symbol 176 Button
on (release) {
gotoAndPlay (2);
}
Symbol 179 Button
on (release) {
gotoAndPlay (47);
}
Symbol 180 Button
on (release) {
gotoAndPlay (31);
}
Symbol 181 Button
on (release) {
gotoAndPlay (20);
}
Symbol 182 Button
on (release) {
gotoAndPlay (40);
}
Symbol 190 Button
on (release) {
gotoAndStop (14);
}
Symbol 194 Button
on (release) {
nextFrame();
}
Symbol 196 Button
on (release) {
prevFrame();
}
Symbol 204 MovieClip Frame 1
targY = 0;
dragger._x = theMask._width - 30;
dragger.onPress = function () {
startDrag (this, false, this._x, 0, this._x, theMask._height - this._height);
};
dragger.onRelease = (dragger.onReleaseOutside = function () {
stopDrag();
});
theText.setMask(theMask);
theText.onEnterFrame = function () {
scrollAmount = (theText._height - (theMask._height / 1.1)) / (theMask._height - dragger._height);
targY = (-dragger._y) * scrollAmount;
this._y = this._y - ((this._y - targY) / 3);
};
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 2
if (_root.extras._currentframe > 2) {
_root.extras.gotoAndPlay(20);
}
Symbol 206 MovieClip Frame 14
stop();
Symbol 206 MovieClip Frame 25
stop();
Symbol 206 MovieClip Frame 35
stop();
Symbol 206 MovieClip Frame 45
stop();
Symbol 206 MovieClip Frame 59
gotoAndStop (1);
Symbol 208 Button
on (release) {
gotoAndPlay (645);
}
Symbol 210 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 235 MovieClip Frame 4
stop();
Symbol 236 Button
on (release) {
if (_root.score > 2500) {
nextFrame();
}
if (_root.score < 2500) {
gotoAndStop (3);
}
}
Symbol 238 Button
on (release) {
prevFrame();
_root.score = _root.score + 2500;
_root.buy_eq.gotoAndStop(1);
_root.mis0.gotoAndStop(1);
}
Symbol 242 Button
on (release) {
gotoAndStop (1);
}
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 2
_root.mis0.gotoAndStop(3);
_root.score = _root.score - 2500;
if (_root.buy_beam._currentframe == 2) {
_root.score = _root.score + 5400;
_root.buy_beam.gotoAndStop(1);
}
if (_root.buy_medu._currentframe == 2) {
_root.score = _root.score + 20000;
_root.buy_medu.gotoAndStop(1);
}
Symbol 257 MovieClip Frame 1
stop();
Symbol 261 Button
on (release) {
if (_root.score > 5400) {
nextFrame();
}
if (_root.score < 5400) {
gotoAndStop (3);
}
}
Symbol 263 Button
on (release) {
prevFrame();
_root.score = _root.score + 5400;
_root.mis0.gotoAndStop(1);
}
Symbol 266 Button
on (release) {
gotoAndStop (1);
}
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 2
_root.mis0.gotoAndStop(5);
_root.score = _root.score - 5400;
if (_root.buy_hell._currentframe == 2) {
_root.score = _root.score + 2500;
_root.buy_hell.gotoAndStop(1);
}
if (_root.buy_medu._currentframe == 2) {
_root.score = _root.score + 20000;
_root.buy_medu.gotoAndStop(1);
}
Symbol 269 Button
on (release) {
if (_root.score > 20000) {
nextFrame();
}
if (_root.score < 20000) {
gotoAndStop (3);
}
}
Symbol 271 Button
on (release) {
prevFrame();
_root.score = _root.score + 20000;
_root.mis0.gotoAndStop(1);
}
Symbol 273 Button
on (release) {
gotoAndStop (1);
}
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 2
_root.mis0.gotoAndStop(7);
_root.score = _root.score - 20000;
if (_root.buy_hell._currentframe == 2) {
_root.score = _root.score + 2500;
_root.buy_hell.gotoAndStop(1);
}
if (_root.buy_beam._currentframe == 2) {
_root.score = _root.score + 5400;
_root.buy_beam.gotoAndStop(1);
}
Symbol 282 Button
on (release) {
nextFrame();
play();
}
Symbol 292 MovieClip Frame 1
play();
Instance of Symbol 289 MovieClip in Symbol 292 MovieClip Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 14
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 292 MovieClip Frame 85
gotoAndStop (1);
_root.mis0.gotoAndStop(1);
Symbol 301 MovieClip Frame 2
play();
Instance of Symbol 297 MovieClip in Symbol 301 MovieClip Frame 22
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 301 MovieClip Frame 54
gotoAndStop (1);
_root.mis0.gotoAndStop(3);
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 33
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
}
n++;
}
}
Symbol 312 MovieClip Frame 124
gotoAndStop (1);
_root.mis0.gotoAndStop(5);
Instance of Symbol 322 MovieClip in Symbol 351 MovieClip Frame 33
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
}
n++;
}
}
Symbol 351 MovieClip Frame 161
gotoAndStop (1);
_root.mis0.gotoAndStop(7);
Symbol 352 MovieClip Frame 1
stop();
Symbol 374 MovieClip Frame 38
gotoAndPlay (8);
Symbol 375 MovieClip Frame 38
gotoAndPlay (8);
Instance of Symbol 404 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (sy + (2 * Math.cos((ang = ang + 0.092))));
}
Symbol 407 MovieClip Frame 1
stop();
Symbol 411 MovieClip Frame 2
stop();
Symbol 413 MovieClip Frame 2
stop();
Symbol 414 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 2
stop();
Symbol 418 MovieClip Frame 2
stop();
Symbol 419 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 2
stop();
Symbol 424 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 1
stop();
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 426 MovieClip Frame 25
stop();
Symbol 428 MovieClip Frame 2
stop();
Symbol 434 MovieClip Frame 1
stop();
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 11
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 434 MovieClip in Symbol 435 MovieClip Frame 11
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 435 MovieClip Frame 24
stop();
Symbol 437 MovieClip Frame 2
stop();
Symbol 439 MovieClip Frame 1
stop();
Instance of Symbol 434 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 434 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 440 MovieClip Frame 13
stop();
Symbol 442 MovieClip Frame 1
stop();
Instance of Symbol 442 MovieClip in Symbol 443 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 444 MovieClip Frame 9
stop();
Symbol 446 MovieClip Frame 1
stop();
Instance of Symbol 446 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 446 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 434 MovieClip in Symbol 448 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 448 MovieClip Frame 13
stop();
Symbol 450 MovieClip Frame 2
stop();
Symbol 454 MovieClip Frame 1
stop();
Instance of Symbol 454 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 454 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 456 MovieClip Frame 1
laserMoveSpeed = 30;
stop();
if (_root.powerbar._currentframe == 2) {
gotoAndStop (2);
}
if (_root.powerbar._currentframe == 3) {
gotoAndStop (3);
}
if (_root.powerbar._currentframe == 4) {
gotoAndStop (4);
}
if (_root.powerbar._currentframe == 5) {
gotoAndStop (5);
}
if (_root.powerbar._currentframe == 6) {
gotoAndStop (6);
}
if (_root.powerbar._currentframe == 7) {
gotoAndStop (7);
}
if (_root.powerbar._currentframe == 8) {
gotoAndStop (8);
}
if (_root.powerbar._currentframe == 9) {
gotoAndStop (9);
}
if (_root.powerbar._currentframe == 10) {
gotoAndStop (10);
}
Instance of Symbol 414 MovieClip in Symbol 456 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 416 MovieClip in Symbol 456 MovieClip Frame 1
onClipEvent (load) {
if (currentframe < 2) {
if (Key.isDown(67)) {
nextFrame();
}
stop();
}
stop();
}
onClipEvent (enterFrame) {
}
Symbol 456 MovieClip Frame 2
laserMoveSpeed = 32;
Instance of Symbol 419 MovieClip in Symbol 456 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 419 MovieClip in Symbol 456 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 456 MovieClip Frame 3
laserMoveSpeed = 23;
Symbol 456 MovieClip Frame 4
laserMoveSpeed = 20;
Symbol 456 MovieClip Frame 5
laserMoveSpeed = 30;
Instance of Symbol 439 MovieClip in Symbol 456 MovieClip Frame 5
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 456 MovieClip Frame 6
laserMoveSpeed = 35;
Symbol 456 MovieClip Frame 7
laserMoveSpeed = 50;
Instance of Symbol 446 MovieClip in Symbol 456 MovieClip Frame 7
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 446 MovieClip in Symbol 456 MovieClip Frame 7
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Instance of Symbol 446 MovieClip in Symbol 456 MovieClip Frame 7
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i])) {
if (_root["enemy" + i]._currentframe < 2) {
nextFrame();
_root["enemy" + i].gotoAndPlay(2);
_root.spaceship.laserCounter--;
}
}
i++;
}
n = 1;
while (n <= _root.numdropship) {
if (this.hitTest(_root["dropship" + n])) {
_root["dropship" + n].nextFrame();
_root.spaceship.laserCounter--;
nextFrame();
}
n++;
}
}
Symbol 461 MovieClip Frame 17
stop();
Symbol 462 MovieClip Frame 24
gotoAndPlay (8);
Symbol 463 MovieClip Frame 18
stop();
Symbol 475 MovieClip Frame 65
stop();
Symbol 488 MovieClip Frame 13
stop();
Symbol 491 MovieClip Frame 58
stop();
Symbol 499 MovieClip Frame 30
stop();
Instance of Symbol 491 MovieClip "chunk" in Symbol 500 MovieClip Frame 1
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 500 MovieClip Frame 4
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 500 MovieClip Frame 6
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 500 MovieClip Frame 10
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Symbol 500 MovieClip Frame 12
stop();
Symbol 502 MovieClip Frame 1
stop();
Symbol 502 MovieClip Frame 7
stop();
Instance of Symbol 461 MovieClip in Symbol 502 MovieClip Frame 7
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 463 MovieClip in Symbol 502 MovieClip Frame 7
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Symbol 502 MovieClip Frame 8
stop();
Instance of Symbol 464 MovieClip in Symbol 502 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 465 MovieClip in Symbol 502 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 466 MovieClip in Symbol 502 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 467 MovieClip in Symbol 502 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 472 MovieClip in Symbol 502 MovieClip Frame 8
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 473 MovieClip in Symbol 502 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Symbol 506 MovieClip Frame 14
gotoAndPlay (11);
Symbol 507 MovieClip Frame 16
stop();
Symbol 508 MovieClip Frame 1
stop();
Symbol 512 MovieClip Frame 24
gotoAndPlay (12);
Symbol 513 MovieClip Frame 20
stop();
Symbol 514 MovieClip Frame 1
stop();
Symbol 515 MovieClip Frame 30
stop();
Symbol 516 MovieClip Frame 30
stop();
Symbol 517 MovieClip Frame 30
stop();
Symbol 518 MovieClip Frame 26
stop();
Symbol 519 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 1
stop();
Instance of Symbol 519 MovieClip "p" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p.gotoAndStop(5);
}
}
Symbol 544 MovieClip Frame 2
tellTarget ("/life") {
nextFrame();
};
Symbol 544 MovieClip Frame 25
stop();
Instance of Symbol 519 MovieClip "p1" in Symbol 544 MovieClip Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p1.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p1.gotoAndStop(5);
}
}
Symbol 544 MovieClip Frame 26
tellTarget ("/life") {
nextFrame();
};
Symbol 544 MovieClip Frame 50
stop();
Instance of Symbol 519 MovieClip "p2" in Symbol 544 MovieClip Frame 50
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p2.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p2.gotoAndStop(5);
}
}
Symbol 544 MovieClip Frame 51
tellTarget ("/life") {
nextFrame();
};
Symbol 544 MovieClip Frame 75
stop();
Instance of Symbol 519 MovieClip "p3" in Symbol 544 MovieClip Frame 75
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p3.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p3.gotoAndStop(5);
}
}
Symbol 544 MovieClip Frame 76
tellTarget ("/life") {
nextFrame();
};
Symbol 544 MovieClip Frame 100
stop();
Instance of Symbol 519 MovieClip "p4" in Symbol 544 MovieClip Frame 100
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p4.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p4.gotoAndStop(5);
}
}
Symbol 544 MovieClip Frame 101
tellTarget ("/life") {
nextFrame();
};
Symbol 544 MovieClip Frame 125
stop();
Instance of Symbol 519 MovieClip "p5" in Symbol 544 MovieClip Frame 125
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p5.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p5.gotoAndStop(5);
}
}
Symbol 544 MovieClip Frame 126
tellTarget ("/life") {
nextFrame();
};
Symbol 544 MovieClip Frame 215
stop();
_root.gotoAndPlay("death");
Symbol 554 MovieClip Frame 6
stop();
Symbol 576 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 10
stop();
_root.mis0.gotoAndStop(7);
Symbol 604 MovieClip Frame 12
stop();
Symbol 605 MovieClip Frame 1
stop();
Symbol 610 Button
on (release) {
nextFrame();
stop();
}
Symbol 618 MovieClip Frame 6
stop();
Symbol 619 Button
on (release, keyPress "<Enter>") {
if (password eq "topgun") {
_root.powerbar.gotoAndStop(10);
gotoAndStop (3);
} else if (password eq "vimana") {
_root.spaceship.gotoAndStop(3);
gotoAndStop (4);
} else if (password eq "spitfire") {
_root.misscounter.gotoAndStop(10);
gotoAndStop (5);
} else if (password eq "sirius") {
_root.misscounter.gotoAndStop(10);
_root.powerbar.gotoAndStop(10);
gotoAndStop (6);
} else if (password eq "thot") {
_root.spaceship.gotoAndStop(3);
_root.misscounter.gotoAndStop(10);
_root.powerbar.gotoAndStop(10);
gotoAndStop (7);
} else {
gotoAndStop (2);
}
}
Symbol 627 Button
on (release, keyPress "<Enter>") {
if (password eq "topgun") {
_root.powerbar.gotoAndStop(10);
gotoAndStop (3);
} else if (password eq "vimana") {
_root.spaceship.gotoAndStop(3);
gotoAndStop (4);
} else if (password eq "spitfire") {
_root.misscounter.gotoAndStop(10);
gotoAndStop (5);
} else if (password eq "sirius") {
_root.misscounter.gotoAndStop(10);
_root.powerbar.gotoAndStop(10);
gotoAndStop (6);
} else if (password eq "god") {
_root.spaceship.gotoAndPlay(12);
tellTarget ("/life") {
nextFrame();
};
gotoAndStop (1);
} else if (password eq "thot") {
_root.spaceship.gotoAndStop(3);
_root.misscounter.gotoAndStop(10);
_root.powerbar.gotoAndStop(10);
gotoAndStop (7);
} else {
gotoAndStop (2);
}
}
Symbol 631 MovieClip Frame 84
stop();
Symbol 634 MovieClip Frame 88
stop();
Symbol 637 MovieClip Frame 79
stop();
Symbol 640 MovieClip Frame 73
stop();
Symbol 643 MovieClip Frame 85
stop();
Symbol 644 Button
on (release, keyPress "<Enter>") {
if (password eq "topgun") {
_root.powerbar.gotoAndStop(10);
gotoAndStop (3);
} else if (password eq "vimana") {
_root.spaceship.gotoAndStop(3);
gotoAndStop (4);
} else if (password eq "spitfire") {
_root.misscounter.gotoAndStop(10);
gotoAndStop (5);
} else if (password eq "sirius") {
_root.misscounter.gotoAndStop(10);
_root.powerbar.gotoAndStop(10);
gotoAndStop (6);
} else if (password eq "god") {
_root.spaceship.gotoAndPlay(126);
tellTarget ("/life") {
nextFrame();
};
gotoAndStop (1);
} else if (password eq "thot") {
_root.spaceship.gotoAndStop(3);
_root.misscounter.gotoAndStop(10);
_root.powerbar.gotoAndStop(10);
gotoAndStop (7);
} else {
gotoAndStop (2);
}
}
Symbol 645 MovieClip Frame 1
stop();
Symbol 647 Button
on (release) {
prevFrame();
stop();
}
Symbol 648 MovieClip Frame 1
stop();
Symbol 665 MovieClip Frame 4
stop();
Symbol 666 Button
on (release) {
nextFrame();
}
Symbol 671 MovieClip Frame 8
stop();
Symbol 689 MovieClip Frame 1
stop();
Symbol 689 MovieClip Frame 2
play();
Symbol 689 MovieClip Frame 9
_root.score = _root.score + 20;
Symbol 689 MovieClip Frame 11
stop();
Symbol 692 MovieClip Frame 1
stop();
Symbol 692 MovieClip Frame 2
play();
Symbol 692 MovieClip Frame 9
_root.score = _root.score + 25;
Symbol 692 MovieClip Frame 10
stop();
Symbol 697 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 2
play();
Symbol 697 MovieClip Frame 7
_root.score = _root.score + 30;
Symbol 697 MovieClip Frame 8
stop();
Symbol 700 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 9
_root.score = _root.score + 15;
Symbol 700 MovieClip Frame 10
stop();
Symbol 704 MovieClip Frame 13
stop();
Symbol 707 MovieClip Frame 24
stop();
Symbol 708 MovieClip Frame 1
stop();
Symbol 709 MovieClip Frame 1
stop();
Instance of Symbol 708 MovieClip "brass" in Symbol 709 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 708 MovieClip "brass" in Symbol 709 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 716 MovieClip Frame 21
stop();
Symbol 717 MovieClip Frame 11
stop();
Symbol 718 MovieClip Frame 1
stop();
Symbol 719 MovieClip Frame 1
stop();
Instance of Symbol 718 MovieClip "brass" in Symbol 719 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 718 MovieClip "brass" in Symbol 719 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 727 MovieClip Frame 26
stop();
Symbol 729 MovieClip Frame 18
stop();
Symbol 730 MovieClip Frame 1
stop();
Instance of Symbol 708 MovieClip "brass" in Symbol 730 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 708 MovieClip "brass" in Symbol 730 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 499 MovieClip in Symbol 734 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 734 MovieClip Frame 4
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 499 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 734 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 734 MovieClip Frame 6
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 499 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 734 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 734 MovieClip Frame 10
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Symbol 734 MovieClip Frame 12
stop();
Symbol 737 MovieClip Frame 21
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 6
stop();
Symbol 744 MovieClip Frame 1
stop();
Symbol 744 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 744 MovieClip Frame 3
_root.score = _root.score + 5;
Symbol 744 MovieClip Frame 4
_root.score = _root.score + 5;
Symbol 744 MovieClip Frame 5
_root.score = _root.score + 5;
Symbol 744 MovieClip Frame 6
_root.score = _root.score + 5;
Symbol 744 MovieClip Frame 7
_root.score = _root.score + 5;
Symbol 744 MovieClip Frame 8
play();
Symbol 744 MovieClip Frame 11
_root.score = _root.score + 10;
Symbol 744 MovieClip Frame 12
stop();
Symbol 746 MovieClip Frame 11
stop();
Symbol 747 MovieClip Frame 1
stop();
Symbol 747 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 747 MovieClip Frame 3
_root.score = _root.score + 5;
Symbol 747 MovieClip Frame 4
_root.score = _root.score + 5;
Symbol 747 MovieClip Frame 5
_root.score = _root.score + 5;
Symbol 747 MovieClip Frame 6
_root.score = _root.score + 5;
Symbol 747 MovieClip Frame 7
_root.score = _root.score + 5;
Symbol 747 MovieClip Frame 8
play();
Symbol 747 MovieClip Frame 15
_root.score = _root.score + 15;
Symbol 747 MovieClip Frame 16
stop();
Symbol 749 MovieClip Frame 1
stop();
Instance of Symbol 749 MovieClip in Symbol 750 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 751 MovieClip Frame 1
stop();
Symbol 757 MovieClip Frame 25
stop();
Symbol 758 MovieClip Frame 1
stop();
Symbol 763 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 26
stop();
Symbol 768 MovieClip Frame 7
stop();
Symbol 769 MovieClip Frame 15
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 3
play();
Symbol 770 MovieClip Frame 7
stop();
Symbol 772 MovieClip Frame 10
_root.score = _root.score + 50;
tellTarget ("/boss") {
nextFrame();
stop();
};
Symbol 772 MovieClip Frame 18
_root.score = _root.score + 50;
tellTarget ("/boss") {
nextFrame();
play();
};
tellTarget ("/boss_gun") {
nextFrame();
};
tellTarget ("/sub_hat") {
nextFrame();
};
Symbol 772 MovieClip Frame 19
stop();
Instance of Symbol 775 MovieClip in Symbol 777 MovieClip Frame 4
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 777 MovieClip Frame 29
stop();
Symbol 778 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 2
play();
Symbol 783 MovieClip Frame 10
stop();
Symbol 786 MovieClip Frame 1
stop();
Instance of Symbol 786 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 786 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 787 MovieClip Frame 59
stop();
Symbol 788 MovieClip Frame 1
stop();
Symbol 791 MovieClip Frame 8
stop();
Symbol 792 MovieClip Frame 1
stop();
Instance of Symbol 718 MovieClip "brass" in Symbol 792 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 718 MovieClip "brass" in Symbol 792 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 718 MovieClip "brass" in Symbol 792 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 801 MovieClip Frame 14
stop();
Symbol 802 MovieClip Frame 1
stop();
Symbol 804 MovieClip Frame 1
stop();
Symbol 804 MovieClip Frame 2
play();
Symbol 804 MovieClip Frame 9
_root.score = _root.score + 10;
Symbol 804 MovieClip Frame 10
stop();
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2.5));
_y = (_y + (yvel / 2.5));
}
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2.5));
_y = (_y + (yvel / 2.5));
}
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2.5));
_y = (_y + (yvel / 2.5));
}
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 499 MovieClip in Symbol 816 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 816 MovieClip Frame 10
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Symbol 816 MovieClip Frame 12
stop();
Symbol 817 MovieClip Frame 88
stop();
Symbol 818 MovieClip Frame 1
stop();
Symbol 825 MovieClip Frame 6
stop();
Symbol 831 MovieClip Frame 1
stop();
Symbol 831 MovieClip Frame 6
play();
Symbol 831 MovieClip Frame 10
stop();
Symbol 836 MovieClip Frame 1
stop();
Instance of Symbol 836 MovieClip in Symbol 837 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 838 MovieClip Frame 30
stop();
Symbol 839 MovieClip Frame 1
stop();
Symbol 840 MovieClip Frame 1
stop();
Symbol 840 MovieClip Frame 16
play();
Symbol 840 MovieClip Frame 19
_root.score = _root.score + 50;
Symbol 840 MovieClip Frame 20
stop();
Symbol 867 MovieClip Frame 19
stop();
Symbol 871 MovieClip Frame 17
stop();
Symbol 873 MovieClip Frame 1
stop();
Symbol 873 MovieClip Frame 2
_root.score = _root.score + 10;
Instance of Symbol 873 MovieClip in Symbol 874 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
}
}
}
Symbol 886 MovieClip Frame 14
stop();
Symbol 891 MovieClip Frame 33
stop();
Symbol 892 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 33
stop();
Symbol 897 MovieClip Frame 1
stop();
Symbol 905 MovieClip Frame 33
stop();
Symbol 906 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 1
stop();
Instance of Symbol 913 MovieClip in Symbol 914 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 915 MovieClip Frame 89
stop();
Symbol 916 MovieClip Frame 1
stop();
Symbol 922 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 924 MovieClip Frame 1
stop();
Symbol 926 MovieClip Frame 1
stop();
Instance of Symbol 926 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 928 MovieClip Frame 1
stop();
Symbol 930 MovieClip Frame 1
stop();
Symbol 940 MovieClip Frame 14
stop();
Symbol 941 MovieClip Frame 1
stop();
Symbol 948 MovieClip Frame 40
stop();
Symbol 949 MovieClip Frame 1
stop();
Symbol 954 MovieClip Frame 6
stop();
Symbol 955 MovieClip Frame 1
stop();
Symbol 955 MovieClip Frame 6
play();
Symbol 955 MovieClip Frame 9
_root.score = _root.score + 40;
Symbol 955 MovieClip Frame 10
stop();
Symbol 956 MovieClip Frame 1
stop();
Symbol 960 MovieClip Frame 1
stop();
Symbol 961 MovieClip Frame 1
stop();
Symbol 967 MovieClip Frame 26
stop();
Symbol 968 MovieClip Frame 9
stop();
Symbol 969 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 9
_root.score = _root.score + 20;
Symbol 971 MovieClip Frame 10
stop();
Symbol 975 MovieClip Frame 1
stop();
Symbol 983 MovieClip Frame 1
stop();
Symbol 995 Button
on (release) {
gotoAndStop (1);
}
Symbol 998 Button
on (release) {
play();
}
Symbol 1001 Button
on (release) {
stop();
}
Symbol 1011 MovieClip Frame 88
stop();
_root.gotoAndPlay("boss_dead2");
Symbol 1012 MovieClip Frame 1
stop();
Symbol 1012 MovieClip Frame 2
_root.score = _root.score + 1100;
Symbol 1017 MovieClip Frame 8
stop();
Symbol 1018 MovieClip Frame 1
stop();
Symbol 1018 MovieClip Frame 17
gotoAndStop (2);
Symbol 1026 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 1026 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 461 MovieClip in Symbol 1026 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 463 MovieClip in Symbol 1026 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 461 MovieClip in Symbol 1026 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 463 MovieClip in Symbol 1026 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 461 MovieClip in Symbol 1026 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1026 MovieClip Frame 3
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1026 MovieClip Frame 3
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Symbol 1026 MovieClip Frame 10
stop();
Symbol 1027 MovieClip Frame 2
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 3
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 4
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 5
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 6
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 7
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 8
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 9
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 10
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 11
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 12
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 13
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 14
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 15
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 16
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 17
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 18
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 19
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 20
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 21
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 22
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 23
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 24
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 25
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 26
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 27
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 28
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 29
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 30
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 31
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 32
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 33
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 34
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 35
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 36
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 37
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 38
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 39
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 40
tellTarget ("/boss2/bblink2") {
nextFrame();
};
tellTarget ("/boss2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 41
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 42
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 43
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 44
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 45
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 46
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 47
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 48
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 49
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 50
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 51
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 52
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 53
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 54
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 55
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 56
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 57
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 58
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 59
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 60
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 61
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 62
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 63
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 64
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 65
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 66
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 67
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 68
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 69
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 70
tellTarget ("/boss2/bblink2") {
nextFrame();
};
tellTarget ("/boss2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 71
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 72
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 73
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 74
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 75
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 76
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 77
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 78
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 79
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 80
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 81
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 82
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 83
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 84
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 85
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 86
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 87
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 88
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 89
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 90
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 91
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 92
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 93
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 94
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 95
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 96
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 97
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 98
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 99
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 100
tellTarget ("/boss2/bblink2") {
nextFrame();
};
tellTarget ("/boss2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 101
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 102
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 103
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 104
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 105
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 106
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 107
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 108
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 109
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 110
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 111
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 112
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 113
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 114
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 115
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 116
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 117
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 118
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 119
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 120
tellTarget ("/boss2/bblink2") {
nextFrame();
};
tellTarget ("/boss2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 121
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 122
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 123
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 124
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 125
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 126
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 127
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 128
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 129
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 130
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 131
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 132
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 133
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 134
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 135
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 136
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 137
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 138
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 139
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 140
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 141
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 142
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 143
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 144
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 145
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 146
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 147
tellTarget ("/boss2/bblink2") {
nextFrame();
};
Symbol 1027 MovieClip Frame 148
tellTarget ("/boss2") {
nextFrame();
play();
};
tellTarget ("/boss_gun2") {
nextFrame();
};
Symbol 1028 MovieClip Frame 1
stop();
Instance of Symbol 311 MovieClip in Symbol 1031 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 311 MovieClip in Symbol 1031 MovieClip Frame 42
onClipEvent (enterFrame) {
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 148) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Symbol 1031 MovieClip Frame 96
stop();
Symbol 1032 MovieClip Frame 1
stop();
Instance of Symbol 786 MovieClip in Symbol 1033 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 786 MovieClip in Symbol 1033 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 786 MovieClip in Symbol 1033 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 1033 MovieClip Frame 59
stop();
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1048 MovieClip Frame 1
stop();
Symbol 1048 MovieClip Frame 6
play();
Symbol 1048 MovieClip Frame 10
stop();
Symbol 1049 MovieClip Frame 1
stop();
Symbol 1050 MovieClip Frame 21
stop();
Symbol 1051 MovieClip Frame 1
stop();
Symbol 1052 MovieClip Frame 1
stop();
Symbol 1053 MovieClip Frame 14
stop();
Symbol 1054 MovieClip Frame 1
stop();
Symbol 1055 MovieClip Frame 1
stop();
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1073 MovieClip Frame 1
stop();
Symbol 1077 MovieClip Frame 1
stop();
Symbol 1078 MovieClip Frame 5
stop();
Symbol 1079 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 4
play();
Symbol 1079 MovieClip Frame 10
stop();
Symbol 1080 MovieClip Frame 18
stop();
Symbol 1081 MovieClip Frame 1
stop();
Symbol 1081 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 1083 MovieClip Frame 6
stop();
Symbol 1084 MovieClip Frame 1
stop();
Symbol 1084 MovieClip Frame 6
play();
Symbol 1084 MovieClip Frame 10
stop();
Symbol 1088 MovieClip Frame 1
stop();
Symbol 1091 MovieClip Frame 1
stop();
Symbol 1092 MovieClip Frame 1
stop();
Symbol 1096 MovieClip Frame 1
stop();
Symbol 1103 MovieClip Frame 1
stop();
Symbol 1104 MovieClip Frame 1
stop();
Symbol 1104 MovieClip Frame 17
gotoAndStop (2);
Symbol 1105 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 1105 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 461 MovieClip in Symbol 1105 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 463 MovieClip in Symbol 1105 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 461 MovieClip in Symbol 1105 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 463 MovieClip in Symbol 1105 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 461 MovieClip in Symbol 1105 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1105 MovieClip Frame 3
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1105 MovieClip Frame 3
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1105 MovieClip Frame 4
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1105 MovieClip Frame 5
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Symbol 1105 MovieClip Frame 10
stop();
Symbol 1108 MovieClip Frame 1
stop();
Symbol 1112 Button
on (release) {
gotoAndStop (1);
}
Symbol 1114 MovieClip Frame 88
stop();
_root.gotoAndPlay("boss_dead");
Symbol 1115 MovieClip Frame 1
stop();
Symbol 1115 MovieClip Frame 2
_root.score = _root.score + 1500;
Symbol 1116 MovieClip Frame 2
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 3
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 4
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 5
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 6
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 7
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 8
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 9
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 10
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 11
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 12
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 13
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 14
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 15
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 16
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 17
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 18
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 19
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 20
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 21
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 22
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 23
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 24
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 25
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 26
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 27
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 28
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 29
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 30
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 31
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 32
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 33
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 34
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 35
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 36
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 37
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 38
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 39
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 40
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 1116 MovieClip Frame 41
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 42
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 43
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 44
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 45
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 46
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 47
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 48
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 49
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 50
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 51
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 52
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 53
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 54
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 55
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 56
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 57
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 58
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 59
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 60
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 61
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 62
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 63
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 64
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 65
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 66
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 67
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 68
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 69
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 70
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 1116 MovieClip Frame 71
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 72
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 73
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 74
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 75
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 76
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 77
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 78
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 79
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 80
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 81
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 82
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 83
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 84
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 85
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 86
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 87
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 88
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 89
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 90
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 91
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 92
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 93
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 94
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 95
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 96
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 97
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 98
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 99
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 100
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 1116 MovieClip Frame 101
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 102
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 103
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 104
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 105
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 106
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 107
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 108
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 109
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 110
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 111
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 112
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 113
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 114
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 115
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 116
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 117
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 118
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 119
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 120
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 1116 MovieClip Frame 121
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 122
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 123
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 124
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 125
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 126
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 127
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 128
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 129
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 130
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 131
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 132
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 133
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 134
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 135
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 136
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 137
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 138
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 139
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 140
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 141
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 142
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 143
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 144
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 145
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 146
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 147
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 1116 MovieClip Frame 148
tellTarget ("/boss") {
nextFrame();
play();
};
tellTarget ("/boss_gun") {
nextFrame();
};
Symbol 1117 MovieClip Frame 1
stop();
Symbol 1118 MovieClip Frame 1
stop();
Symbol 1119 MovieClip Frame 1
stop();
Instance of Symbol 786 MovieClip in Symbol 1120 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 786 MovieClip in Symbol 1120 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Instance of Symbol 786 MovieClip in Symbol 1120 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
nextFrame();
}
}
}
if (_currentframe < 2) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
nextFrame();
}
}
}
}
Symbol 1120 MovieClip Frame 45
stop();
Symbol 1121 MovieClip Frame 1
stop();
Symbol 1132 MovieClip Frame 1
stop();
Symbol 1138 MovieClip Frame 1
stop();
Symbol 1150 MovieClip Frame 1
stop();
Symbol 1166 MovieClip Frame 36
stop();
Symbol 1167 MovieClip Frame 29
stop();
Symbol 1168 MovieClip Frame 1
stop();
Symbol 1176 MovieClip Frame 30
stop();
Symbol 1177 MovieClip Frame 1
stop();
Symbol 1179 MovieClip Frame 6
stop();
Symbol 1180 MovieClip Frame 1
stop();
Symbol 1180 MovieClip Frame 7
stop();
Symbol 1182 MovieClip Frame 1
stop();
Symbol 1182 MovieClip Frame 4
play();
Symbol 1182 MovieClip Frame 9
_root.score = _root.score + 20;
Symbol 1182 MovieClip Frame 10
stop();
Symbol 1183 MovieClip Frame 1
stop();
Symbol 1184 MovieClip Frame 1
stop();
Instance of Symbol 1183 MovieClip "brass" in Symbol 1184 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1184 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1184 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1184 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 1185 MovieClip Frame 1
stop();
Instance of Symbol 1183 MovieClip "brass" in Symbol 1185 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1185 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1185 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1185 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 1186 MovieClip Frame 1
stop();
Instance of Symbol 1183 MovieClip "brass" in Symbol 1186 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1186 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1186 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 1187 MovieClip Frame 1
stop();
Instance of Symbol 708 MovieClip "brass" in Symbol 1187 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 708 MovieClip "brass" in Symbol 1187 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 1188 MovieClip Frame 1
stop();
Symbol 1192 MovieClip Frame 1
stop();
Instance of Symbol 1183 MovieClip "brass" in Symbol 1192 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 1192 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 1192 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 1192 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 1192 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 491 MovieClip "chunk" in Symbol 1192 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 1;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Symbol 1193 MovieClip Frame 1
stop();
Symbol 1194 MovieClip Frame 1
stop();
Instance of Symbol 1183 MovieClip "brass" in Symbol 1194 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 1183 MovieClip "brass" in Symbol 1194 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(50)) + 10;
_xscale = (random(20) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 2.6;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
if (_y > 120) {
_y = (120 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 1195 MovieClip Frame 1
stop();
Symbol 1199 MovieClip Frame 88
stop();
Symbol 1200 MovieClip Frame 1
stop();
Symbol 1200 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 1226 MovieClip Frame 1
stop();
Symbol 1243 MovieClip Frame 166
gotoAndPlay (1);
Symbol 1244 MovieClip Frame 88
stop();
Symbol 1245 MovieClip Frame 1
stop();
Symbol 1245 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 1250 MovieClip Frame 1
stop();
Symbol 1257 Button
on (release) {
gotoAndStop (1);
}
Symbol 1260 MovieClip Frame 65
stop();
_root.gotoAndPlay("boss_dead4");
Symbol 1261 MovieClip Frame 1
stop();
Symbol 1261 MovieClip Frame 2
_root.score = _root.score + 2500;
Symbol 1262 MovieClip Frame 7
stop();
Symbol 1263 MovieClip Frame 1
stop();
Symbol 1263 MovieClip Frame 9
gotoAndStop (2);
Symbol 1264 MovieClip Frame 1
stop();
Instance of Symbol 471 MovieClip in Symbol 1264 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1264 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1264 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1264 MovieClip Frame 2
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1264 MovieClip Frame 3
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Instance of Symbol 471 MovieClip in Symbol 1264 MovieClip Frame 3
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(35)) + 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.5;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 2));
_y = (_y + (yvel / 2));
}
Symbol 1264 MovieClip Frame 10
stop();
Symbol 1265 MovieClip Frame 2
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 3
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 4
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 5
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 6
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 7
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 8
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 9
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 10
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 11
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 12
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 13
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 14
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 15
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 16
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 17
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 18
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 19
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 20
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 21
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 22
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 23
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 24
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 25
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 26
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 27
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 28
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 29
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 30
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 31
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 32
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 33
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 34
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 35
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 36
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 37
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 38
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 39
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 40
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 41
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 42
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 43
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 44
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 45
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 46
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 47
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 48
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 49
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 50
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 51
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 52
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 53
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 54
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 55
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 56
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 57
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 58
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 59
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 60
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 61
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 62
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 63
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 64
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 65
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 66
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 67
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 68
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 69
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 70
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 71
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 72
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 73
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 74
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 75
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 76
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 77
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 78
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 79
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 80
tellTarget ("/boss3/bblink3") {
nextFrame();
};
tellTarget ("/boss3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 81
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 82
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 83
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 84
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 85
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 86
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 87
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 88
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 89
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 90
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 91
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 92
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 93
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 94
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 95
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 96
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 97
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 98
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 99
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 100
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 101
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 102
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 103
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 104
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 105
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 106
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 107
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 108
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 109
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 110
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 111
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 112
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 113
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 114
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 115
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 116
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 117
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 118
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 119
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 120
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 121
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 122
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 123
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 124
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 125
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 126
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 127
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 128
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 129
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 130
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 131
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 132
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 133
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 134
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 135
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 136
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 137
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 138
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 139
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 140
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 141
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 142
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 143
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 144
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 145
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 146
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 147
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 148
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 149
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 150
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 151
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 152
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 153
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 154
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 155
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 156
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 157
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 158
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 159
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 160
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 161
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 162
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 163
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 164
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 165
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 166
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 167
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 168
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 169
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 170
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 171
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 172
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 173
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 174
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 175
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 176
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 177
tellTarget ("/boss3/bblink3") {
nextFrame();
};
tellTarget ("/boss3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 178
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 179
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 180
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 181
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 182
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 183
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 184
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 185
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 186
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 187
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 188
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 189
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 190
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 191
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 192
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 193
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 194
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 195
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 196
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 197
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 198
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 199
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 200
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 201
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 202
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 203
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 204
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 205
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 206
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 207
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 208
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 209
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 210
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 211
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 212
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 213
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 214
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 215
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 216
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 217
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 218
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 219
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 220
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 221
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 222
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 223
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 224
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 225
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 226
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 227
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 228
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 229
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 230
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 231
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 232
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 233
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 234
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 235
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 236
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 237
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 238
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 239
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 240
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 241
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 242
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 243
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 244
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 245
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 246
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 247
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 248
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 249
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 250
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 251
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 252
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 253
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 254
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 255
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 256
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 257
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 258
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 259
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 260
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 261
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 262
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 263
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 264
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 265
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 266
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 267
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 268
tellTarget ("/boss3/bblink3") {
nextFrame();
};
tellTarget ("/boss3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 269
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 270
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 271
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 272
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 273
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 274
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 275
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 276
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 277
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 278
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 279
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 280
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 281
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 282
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 283
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 284
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 285
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 286
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 287
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 288
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 289
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 290
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 291
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 292
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 293
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 294
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 295
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 296
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 297
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 298
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 299
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 300
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 301
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 302
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 303
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 304
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 305
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 306
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 307
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 308
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 309
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 310
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 311
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 312
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 313
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 314
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 315
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 316
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 317
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 318
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 319
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 320
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 321
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 322
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 323
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 324
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 325
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 326
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 327
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 328
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 329
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 330
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 331
tellTarget ("/boss3/bblink3") {
nextFrame();
};
tellTarget ("/boss3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 332
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 333
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 334
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 335
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 336
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 337
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 338
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 339
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 340
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 341
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 342
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 343
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 344
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 345
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 346
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 347
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 348
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 349
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 350
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 351
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 352
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 353
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 354
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 355
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 356
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 357
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 358
tellTarget ("/boss3/bblink3") {
nextFrame();
};
Symbol 1265 MovieClip Frame 359
tellTarget ("/boss3") {
nextFrame();
play();
};
tellTarget ("/boss_gun3") {
nextFrame();
};
Symbol 1276 Button
on (release) {
gotoAndPlay (855);
}
Symbol 1277 Button
on (release) {
gotoAndPlay (258);
}
Symbol 1279 MovieClip Frame 118
stop();