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 431
Frame 652
stop();
Frame 2640
numEnemy = 10;
numdropship = 5;
Instance of Symbol 254 MovieClip "thrust" in Frame 2640
onClipEvent (enterFrame) {
this._x = _root.spaceship._x + 0;
this._y = _root.spaceship._y + 10;
if (_root.spaceship._currentframe > 140) {
nextFrame();
}
}
Instance of Symbol 310 MovieClip "laser" in Frame 2640
onClipEvent (load) {
laserMoveSpeed = 20;
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 335 MovieClip "player_dam" in Frame 2640
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 339 MovieClip "pw_water" in Frame 2640
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 347 MovieClip "pw1" in Frame 2640
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 417 MovieClip in Frame 2640
on (release) {
toggleHighQuality();
}
Instance of Symbol 419 MovieClip in Frame 2640
on (release) {
getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank");
}
Instance of Symbol 431 MovieClip "mis0" in Frame 2659
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 < 6) {
if (_root.mis0._currentframe < 2) {
if (_root.spaceship._currentframe < 130) {
if (_root.mis0._currentframe == 1) {
_root.misscounter.nextFrame();
}
this._x = _root.spaceship._x + 5;
this._y = _root.spaceship._y + 20;
_root.mis0.nextFrame();
play();
}
}
}
}
if (Key.isDown(88)) {
if (_root.misscounter._currentframe > 9) {
if (_root.mis0._currentframe < 2) {
if (_root.spaceship._currentframe < 130) {
if (_root.mis0._currentframe == 1) {
this._x = _root.spaceship._x + 5;
}
this._y = _root.spaceship._y + 20;
_root.mis0.nextFrame();
play();
}
}
}
}
if (_root.mis0._currentframe == 73) {
_root.mis0.gotoAndStop(1);
}
}
Instance of Symbol 499 MovieClip "spaceship" in Frame 2669
onClipEvent (load) {
moveSpeed = 6;
_root.laser._visible = false;
_root.enemylaser._visible = false;
laserCounter = 0;
scrollx = _root.mainGround.ground._width / 1;
scrollStart = false;
maxLasers = 5;
depthCounter = 0;
var reloadtime = 5;
fired = 0;
Redge = 600 - (_width / 2);
Ledge = 50 - (_width / 2);
Uedge = 285 - (_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 = 3;
}
if (_root.powerbar._currentframe == 3) {
var reloadtime = 5;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 4) {
var reloadtime = 4;
maxLasers = 5;
}
if (_root.powerbar._currentframe == 5) {
var reloadtime = 5;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 6) {
var reloadtime = 5;
maxLasers = 5;
}
if (_root.powerbar._currentframe == 7) {
var reloadtime = 6;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 8) {
var reloadtime = 6;
maxLasers = 4;
}
if (_root.powerbar._currentframe == 9) {
var reloadtime = 7;
maxLasers = 3;
}
if (_root.powerbar._currentframe == 10) {
var reloadtime = 7;
maxLasers = 4;
}
}
Frame 2676
Instance of Symbol 517 MovieClip "we5" in Frame 2786
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 517 MovieClip "we6" in Frame 2786
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 2) {
this._x = _root.enemy6._x + 30;
this._y = _root.enemy6._y + 20;
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 517 MovieClip "we4" in Frame 2786
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 517 MovieClip "we2" in Frame 2786
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 520 MovieClip "enemy6" in Frame 2795
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 520 MovieClip "enemy4" in Frame 2814
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 520 MovieClip "enemy5" in Frame 2830
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 520 MovieClip "enemy2" in Frame 2848
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 536 MovieClip "we1" in Frame 2915
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy1._currentframe == 1) {
this._x = _root.enemy1._x + 30;
this._y = _root.enemy1._y + 20;
stop();
}
if (_root.enemy1._currentframe > 1) {
_root.we1.nextFrame();
stop();
}
}
Instance of Symbol 536 MovieClip "we2" in Frame 2915
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy2._currentframe == 1) {
this._x = _root.enemy2._x + 30;
this._y = _root.enemy2._y + 20;
stop();
}
if (_root.enemy2._currentframe > 1) {
_root.we2.nextFrame();
stop();
}
}
Instance of Symbol 536 MovieClip "we3" in Frame 2915
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy3._currentframe == 1) {
this._x = _root.enemy3._x + 30;
this._y = _root.enemy3._y + 20;
stop();
}
if (_root.enemy3._currentframe > 1) {
_root.we3.nextFrame();
stop();
}
}
Instance of Symbol 539 MovieClip "enemy1" in Frame 2916
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 539 MovieClip "enemy2" in Frame 2941
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 539 MovieClip "enemy3" in Frame 2968
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 555 MovieClip "ds1" in Frame 3017
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 561 MovieClip "ball" in Frame 3047
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.dropship1._currentframe < 15) {
nextFrame();
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 3062
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.dropship1._currentframe < 15) {
nextFrame();
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 3078
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.dropship1._currentframe < 15) {
nextFrame();
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 3112
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.dropship1._currentframe < 15) {
nextFrame();
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 3112
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.dropship1._currentframe < 15) {
nextFrame();
}
}
Instance of Symbol 578 MovieClip "powerup3" in Frame 3129
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 3130
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.dropship1._currentframe < 15) {
nextFrame();
}
}
Instance of Symbol 520 MovieClip "enemy6" in Frame 3165
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 517 MovieClip "we5" in Frame 3165
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 517 MovieClip "we6" in Frame 3165
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 2) {
this._x = _root.enemy6._x + 30;
this._y = _root.enemy6._y + 20;
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 517 MovieClip "we4" in Frame 3165
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 517 MovieClip "we2" in Frame 3165
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 517 MovieClip "we3" in Frame 3165
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 517 MovieClip "we1" in Frame 3165
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 520 MovieClip "enemy1" in Frame 3176
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 520 MovieClip "enemy2" in Frame 3186
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 520 MovieClip "enemy3" in Frame 3197
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 520 MovieClip "enemy4" in Frame 3207
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 520 MovieClip "enemy5" in Frame 3216
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 536 MovieClip "we7" in Frame 3249
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x + 30;
this._y = _root.enemy7._y + 20;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 536 MovieClip "we8" in Frame 3249
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy8._currentframe == 1) {
this._x = _root.enemy8._x + 30;
this._y = _root.enemy8._y + 20;
stop();
}
if (_root.enemy8._currentframe > 1) {
_root.we8.nextFrame();
stop();
}
}
Instance of Symbol 536 MovieClip "we9" in Frame 3249
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy9._currentframe == 1) {
this._x = _root.enemy9._x + 30;
this._y = _root.enemy9._y + 20;
stop();
}
if (_root.enemy9._currentframe > 1) {
_root.we9.nextFrame();
stop();
}
}
Instance of Symbol 539 MovieClip "enemy7" in Frame 3250
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 539 MovieClip "enemy8" in Frame 3271
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 539 MovieClip "enemy9" in Frame 3289
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 594 MovieClip "dropship2" in Frame 3401
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 596 MovieClip "ds1" in Frame 3407
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 4) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 4) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 596 MovieClip "ds2" in Frame 3407
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 4) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 4) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 596 MovieClip "ds3" in Frame 3407
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 4) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
stop();
}
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 4) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 594 MovieClip "dropship3" in Frame 3408
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 594 MovieClip "dropship1" in Frame 3408
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 602 MovieClip in Frame 3456
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 3467
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 3477
onClipEvent (enterFrame) {
if (_root.dropship3._currentframe < 3) {
nextFrame();
}
}
Instance of Symbol 578 MovieClip "powerup3" in Frame 3530
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 594 MovieClip "dropship1" in Frame 3557
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 651 MovieClip "tg1" in Frame 3700
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.dropship1._x + 5;
this._y = _root.dropship1._y - 5;
if (_root.dropship1._currentframe == 7) {
_root.tg1.nextFrame();
stop();
}
}
Instance of Symbol 653 MovieClip "dropship1" in Frame 3700
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 666 MovieClip "ds1" in Frame 3700
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe == 7) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 651 MovieClip "tg2" in Frame 3707
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 653 MovieClip "dropship2" in Frame 3707
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 666 MovieClip "ds2" in Frame 3707
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe == 7) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 668 MovieClip in Frame 3708
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.dropship1._currentframe < 6) {
nextFrame();
}
}
Instance of Symbol 668 MovieClip in Frame 3726
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.dropship1._currentframe < 6) {
nextFrame();
}
}
Instance of Symbol 668 MovieClip in Frame 3739
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.dropship1._currentframe < 6) {
nextFrame();
}
}
Instance of Symbol 668 MovieClip in Frame 3748
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.dropship2._currentframe < 6) {
nextFrame();
}
}
Instance of Symbol 670 MovieClip "we1" in Frame 3758
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 670 MovieClip "we2" in Frame 3758
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 670 MovieClip "we3" in Frame 3758
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 670 MovieClip "we4" in Frame 3758
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 668 MovieClip in Frame 3777
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.dropship2._currentframe < 6) {
nextFrame();
}
}
Instance of Symbol 671 MovieClip "enemy1" in Frame 3787
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 671 MovieClip "enemy2" in Frame 3806
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 668 MovieClip in Frame 3815
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.dropship2._currentframe < 6) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 3819
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.enemy1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 671 MovieClip "enemy3" in Frame 3821
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 671 MovieClip "enemy4" in Frame 3830
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 673 MovieClip in Frame 3832
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.enemy2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 3847
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.enemy3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 3860
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.enemy4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 653 MovieClip "dropship1" in Frame 3861
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 651 MovieClip "tg3" in Frame 3868
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 653 MovieClip "dropship3" 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 666 MovieClip "ds3" in Frame 3868
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe == 7) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 539 MovieClip "enemy5" in Frame 3888
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 676 MovieClip "we7" in Frame 3889
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
this._x = _root.enemy7._x + 30;
this._y = _root.enemy7._y + 20;
stop();
}
if (_root.enemy7._currentframe > 1) {
_root.we7.nextFrame();
stop();
}
}
Instance of Symbol 676 MovieClip "we6" in Frame 3889
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy6._currentframe == 1) {
this._x = _root.enemy6._x + 30;
this._y = _root.enemy6._y + 20;
stop();
}
if (_root.enemy6._currentframe > 1) {
_root.we6.nextFrame();
stop();
}
}
Instance of Symbol 676 MovieClip "we5" in Frame 3889
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.enemy5._currentframe == 1) {
this._x = _root.enemy5._x + 30;
this._y = _root.enemy5._y + 20;
stop();
}
if (_root.enemy5._currentframe > 1) {
_root.we5.nextFrame();
stop();
}
}
Instance of Symbol 539 MovieClip "enemy6" in Frame 3904
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 539 MovieClip "enemy7" in Frame 3916
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 678 MovieClip in Frame 3920
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.enemy5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 678 MovieClip in Frame 3935
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.enemy6._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 678 MovieClip in Frame 3949
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.enemy7._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 685 MovieClip "ds1" in Frame 3964
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship1._currentframe < 4) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
stop();
}
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 4) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 685 MovieClip "ds2" in Frame 3964
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship2._currentframe < 4) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
stop();
}
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 4) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 685 MovieClip "ds4" in Frame 3964
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.dropship4._currentframe < 4) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
stop();
}
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 4) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 668 MovieClip in Frame 4002
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.dropship1._currentframe < 4) {
nextFrame();
}
}
Instance of Symbol 668 MovieClip in Frame 4033
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.dropship2._currentframe < 4) {
nextFrame();
}
}
Instance of Symbol 697 MovieClip "enemy1" in Frame 4040
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 701 MovieClip "we3" in Frame 4040
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 701 MovieClip "we2" in Frame 4040
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 701 MovieClip "we1" in Frame 4040
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 668 MovieClip in Frame 4050
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.dropship4._currentframe < 4) {
nextFrame();
}
}
Instance of Symbol 697 MovieClip "enemy2" in Frame 4063
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 4088
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 578 MovieClip "powerup3" in Frame 4194
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 713 MovieClip "ds1" in Frame 4224
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 713 MovieClip "ds2" in Frame 4224
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 713 MovieClip "ds3" in Frame 4224
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 713 MovieClip "ds4" in Frame 4224
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 713 MovieClip "ds5" in Frame 4224
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 717 MovieClip "dropship1" in Frame 4241
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 717 MovieClip "dropship2" in Frame 4264
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 717 MovieClip "dropship3" in Frame 4302
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 717 MovieClip "dropship4" in Frame 4344
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 717 MovieClip "dropship5" in Frame 4394
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 701 MovieClip "we3" in Frame 4496
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 701 MovieClip "we2" in Frame 4496
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 697 MovieClip "enemy3" in Frame 4497
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 4518
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 701 MovieClip "we1" in Frame 4913
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 701 MovieClip "we2" in Frame 4913
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 770 MovieClip "we3" in Frame 4913
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 770 MovieClip "we4" in Frame 4913
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 697 MovieClip "enemy1" in Frame 4914
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 671 MovieClip "enemy3" in Frame 4914
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 4944
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 671 MovieClip "enemy4" in Frame 4944
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 673 MovieClip in Frame 5041
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.enemy3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 5074
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.enemy4._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 578 MovieClip "powerup3" in Frame 5178
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 779 MovieClip "healthup" in Frame 5178
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 339 MovieClip "pw1" in Frame 5286
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 785 MovieClip "image" in Frame 5286
onClipEvent (load) {
stop();
this._x = _root.spaceship._x;
this._y = _root.spaceship._y + 20;
}
Instance of Symbol 792 MovieClip "we1" in Frame 5333
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 792 MovieClip "we2" in Frame 5333
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 792 MovieClip "we3" in Frame 5333
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 792 MovieClip "we4" in Frame 5333
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 671 MovieClip "enemy1" in Frame 5334
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 671 MovieClip "enemy2" in Frame 5362
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 671 MovieClip "enemy4" in Frame 5369
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 671 MovieClip "enemy3" in Frame 5376
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 798 MovieClip "we5" in Frame 5457
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 798 MovieClip "we6" in Frame 5457
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 792 MovieClip "we7" in Frame 5457
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 792 MovieClip "we8" in Frame 5457
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 671 MovieClip "enemy7" in Frame 5458
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 671 MovieClip "enemy8" in Frame 5474
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 801 MovieClip in Frame 5505
onClipEvent (enterFrame) {
if (_root.enemy7._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 804 MovieClip "ds5" in Frame 5514
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 717 MovieClip "dropship5" in Frame 5516
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 860 MovieClip "b1" in Frame 5854
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 861 MovieClip "dropship1" in Frame 5855
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 673 MovieClip in Frame 5886
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 5893
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 5900
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 865 MovieClip in Frame 5934
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 865 MovieClip in Frame 5939
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 865 MovieClip in Frame 5943
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 865 MovieClip in Frame 5948
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 865 MovieClip in Frame 5954
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 865 MovieClip in Frame 5960
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.boss_gun._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 874 MovieClip in Frame 6209
onClipEvent (enterFrame) {
if (_root.boss_gun._currentframe == 1) {
nextFrame();
}
}
Frame 6403
gotoAndPlay (5874);
Instance of Symbol 881 MovieClip "ds1" in Frame 6444
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 881 MovieClip "ds2" in Frame 6444
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 865 MovieClip in Frame 6471
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.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 801 MovieClip in Frame 6491
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 578 MovieClip "powerup3" in Frame 6498
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 865 MovieClip in Frame 6504
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.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 801 MovieClip in Frame 6530
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 894 MovieClip "ds3" in Frame 6538
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 905 MovieClip "dropship3" in Frame 6539
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 912 MovieClip "we1" in Frame 6618
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 912 MovieClip "we2" in Frame 6618
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 912 MovieClip "we3" in Frame 6618
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 914 MovieClip "enemy1" in Frame 6619
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 914 MovieClip "enemy2" in Frame 6624
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 914 MovieClip "enemy3" in Frame 6632
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 779 MovieClip "healthup" in Frame 6675
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 930 MovieClip "ds1" in Frame 6765
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 930 MovieClip "ds2" in Frame 6765
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 923 MovieClip "dropship1" in Frame 6766
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 935 MovieClip in Frame 6786
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 779 MovieClip "healthup" in Frame 6809
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 935 MovieClip in Frame 6817
onClipEvent (enterFrame) {
if (_root.ds2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 701 MovieClip "we1" in Frame 6820
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 701 MovieClip "we2" in Frame 6820
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 701 MovieClip "we3" in Frame 6820
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 701 MovieClip "we4" in Frame 6820
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 697 MovieClip "enemy1" in Frame 6821
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 6837
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 938 MovieClip "ds4" in Frame 6841
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe > 4) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 939 MovieClip in Frame 6843
onClipEvent (enterFrame) {
if (_root.ds4._currentframe == 2) {
nextFrame();
}
}
Instance of Symbol 697 MovieClip "enemy3" in Frame 6856
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 6871
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 578 MovieClip "powerup3" in Frame 6897
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 792 MovieClip "we5" in Frame 6915
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 6915
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 792 MovieClip "we7" in Frame 6915
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 792 MovieClip "we8" in Frame 6915
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 671 MovieClip "enemy5" in Frame 6916
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 671 MovieClip "enemy6" in Frame 6916
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 671 MovieClip "enemy7" in Frame 6916
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 671 MovieClip "enemy8" in Frame 6916
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 561 MovieClip "ball" in Frame 6919
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 561 MovieClip "ball" in Frame 6930
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 561 MovieClip "ball" in Frame 6938
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 673 MovieClip in Frame 6955
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.enemy5._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 673 MovieClip in Frame 6965
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.enemy7._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 942 MovieClip "we1" in Frame 6985
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 942 MovieClip "we2" in Frame 6985
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 942 MovieClip "we3" in Frame 6985
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 942 MovieClip "we4" in Frame 6985
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 943 MovieClip "enemy3" in Frame 6986
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 943 MovieClip "enemy1" in Frame 6986
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 943 MovieClip "enemy4" in Frame 7012
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 943 MovieClip "enemy2" in Frame 7012
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 578 MovieClip "powerup3" in Frame 7096
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 969 MovieClip "ds1" in Frame 7103
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 975 MovieClip in Frame 7109
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 975 MovieClip in Frame 7121
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 975 MovieClip in Frame 7132
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 975 MovieClip in Frame 7143
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 984 MovieClip "ds2" in Frame 7149
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 984 MovieClip "ds3" in Frame 7149
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 984 MovieClip "ds4" in Frame 7149
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 985 MovieClip "dropship2" in Frame 7150
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 in Frame 7159
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 985 MovieClip "dropship3" in Frame 7168
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 in Frame 7170
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 985 MovieClip "dropship4" in Frame 7185
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 988 MovieClip in Frame 7192
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 990 MovieClip "we1" in Frame 7205
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 990 MovieClip "we2" in Frame 7205
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 990 MovieClip "we3" in Frame 7205
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 539 MovieClip "enemy1" in Frame 7206
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 991 MovieClip in Frame 7215
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.we1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 539 MovieClip "enemy2" in Frame 7223
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 991 MovieClip in Frame 7232
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.we2._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 539 MovieClip "enemy3" in Frame 7241
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 991 MovieClip in Frame 7250
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.we3._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1000 MovieClip "ds1" in Frame 7266
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 1003 MovieClip "dropship1" in Frame 7267
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 1007 MovieClip in Frame 7315
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1007 MovieClip in Frame 7325
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1007 MovieClip in Frame 7331
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1007 MovieClip in Frame 7345
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 1010 MovieClip in Frame 7397
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 1010 MovieClip in Frame 7414
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 779 MovieClip "healthup" in Frame 7419
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 1010 MovieClip in Frame 7431
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 1011 MovieClip in Frame 7432
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe == 1) {
nextFrame();
}
}
Instance of Symbol 578 MovieClip "powerup3" in Frame 7471
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 347 MovieClip "pw1" in Frame 7645
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 1044 MovieClip "ds1" in Frame 7824
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship1._x - 5;
this._y = _root.dropship1._y + 0;
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe == 7) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1044 MovieClip "ds2" in Frame 7824
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship2._x - 5;
this._y = _root.dropship2._y + 0;
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe == 7) {
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 1047 MovieClip "dropship1" in Frame 7826
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 "tg1" in Frame 7826
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.dropship1._x + 5;
this._y = _root.dropship1._y - 10;
if (_root.dropship1._currentframe == 7) {
_root.tg1.nextFrame();
stop();
}
}
Instance of Symbol 1047 MovieClip "dropship2" in Frame 7826
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 "tg2" in Frame 7826
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 - 10;
if (_root.dropship2._currentframe == 7) {
_root.tg2.nextFrame();
stop();
}
}
Instance of Symbol 1054 MovieClip "ds3" in Frame 7893
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe == 8) {
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1054 MovieClip "ds4" in Frame 7897
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship4._x + 0;
this._y = _root.dropship4._y + 0;
if (_root.ds4._currentframe < 2) {
if (_root.dropship4._currentframe == 8) {
_root.ds4.nextFrame();
stop();
}
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 7918
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 561 MovieClip "ball" in Frame 7934
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 561 MovieClip "ball" in Frame 7973
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 561 MovieClip "ball" in Frame 7986
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 1066 MovieClip "ds5" in Frame 8046
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship5._x + 0;
this._y = _root.dropship5._y + 0;
if (_root.ds5._currentframe < 2) {
if (_root.dropship5._currentframe == 7) {
_root.ds5.nextFrame();
stop();
}
}
}
Instance of Symbol 1072 MovieClip "we1" in Frame 8046
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 578 MovieClip "powerup3" in Frame 8058
onClipEvent (enterFrame) {
if (_currentframe < 2) {
if (this.hitTest(_root.spaceship)) {
nextFrame();
_root.powerbar.nextFrame();
}
}
}
Instance of Symbol 1078 MovieClip "we2" in Frame 8075
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 1078 MovieClip "we3" in Frame 8075
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 1078 MovieClip "we4" in Frame 8075
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 779 MovieClip "healthup" in Frame 8095
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 1044 MovieClip "ds1" in Frame 8114
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe == 7) {
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1086 MovieClip "ds1" in Frame 8239
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds1._currentframe < 2) {
if (_root.dropship1._currentframe > 6) {
this._x = _root.dropship1._x + 0;
this._y = _root.dropship1._y + 0;
_root.ds1.nextFrame();
stop();
}
}
}
Instance of Symbol 1086 MovieClip "ds2" in Frame 8239
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds2._currentframe < 2) {
if (_root.dropship2._currentframe > 6) {
this._x = _root.dropship2._x + 0;
this._y = _root.dropship2._y + 0;
_root.ds2.nextFrame();
stop();
}
}
}
Instance of Symbol 1086 MovieClip "ds3" in Frame 8239
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.ds3._currentframe < 2) {
if (_root.dropship3._currentframe > 6) {
this._x = _root.dropship3._x + 0;
this._y = _root.dropship3._y + 0;
_root.ds3.nextFrame();
stop();
}
}
}
Instance of Symbol 1086 MovieClip "ds4" in Frame 8239
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 1130 MovieClip "tg6" in Frame 8385
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.tank1._x + 5;
this._y = _root.tank1._y - 10;
}
Instance of Symbol 1130 MovieClip "tg7" in Frame 8385
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.tank2._x + 5;
this._y = _root.tank2._y - 10;
}
Instance of Symbol 1138 MovieClip "dropship5" in Frame 8488
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 1) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(1);
}
}
}
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 25) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(25);
}
}
}
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 50) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(50);
}
}
}
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 75) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(75);
}
}
}
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 100) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(100);
}
}
}
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 125) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(125);
}
}
}
if (_currentframe < 450) {
if (_root.spaceship._currentframe == 147) {
if (this.hitTest(_root.spaceship)) {
_root.spaceship.gotoAndPlay(147);
}
}
}
}
Instance of Symbol 865 MovieClip in Frame 8541
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
nextFrame();
}
Instance of Symbol 865 MovieClip in Frame 8558
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 865 MovieClip in Frame 8575
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 668 MovieClip in Frame 8659
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 668 MovieClip in Frame 8669
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 30;
goY = (this._y - _root.spaceship._y) / 30;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 1140 MovieClip in Frame 8761
onClipEvent (enterFrame) {
nextFrame();
}
Instance of Symbol 1140 MovieClip in Frame 8942
onClipEvent (enterFrame) {
nextFrame();
}
Instance of Symbol 1010 MovieClip in Frame 9136
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 1010 MovieClip in Frame 9147
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 1010 MovieClip in Frame 9159
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Instance of Symbol 1010 MovieClip in Frame 9170
onClipEvent (load) {
goX = (this._x - _root.spaceship._x) / 25;
goY = (this._y - _root.spaceship._y) / 25;
nextFrame();
}
onClipEvent (enterFrame) {
this._x = this._x - goX;
this._y = this._y - goY;
}
Frame 9320
gotoAndPlay (8489);
Instance of Symbol 417 MovieClip in Frame 9325
on (release) {
toggleHighQuality();
}
Instance of Symbol 419 MovieClip in Frame 9325
on (release) {
getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank");
}
Frame 9432
gotoAndPlay (9605);
Frame 9439
gotoAndPlay (9440);
Frame 9604
stop();
Frame 9802
stop();
Frame 9844
stop();
Frame 9875
stop();
Frame 9908
gotoAndPlay (426);
Symbol 12 MovieClip Frame 1
bar.stop();
Symbol 17 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 97 MovieClip Frame 6
stop();
Symbol 98 Button
on (release) {
gotoAndPlay (2);
}
Symbol 108 Button
on (release) {
gotoAndPlay (20);
}
Symbol 109 Button
on (release) {
getURL ("http://invisionfree.com/forums/Adregalus_Forums", "_blank");
}
Symbol 110 Button
on (release) {
getURL ("http://omegadragon3000.sheezyart.com", "_blank");
}
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
if (_root.game._currentframe > 2) {
_root.game.gotoAndPlay(47);
}
Symbol 112 MovieClip Frame 14
stop();
Symbol 112 MovieClip Frame 30
gotoAndStop (1);
Symbol 114 Button
on (release) {
gotoAndPlay (2);
}
Symbol 117 Button
on (release) {
gotoAndPlay (47);
}
Symbol 118 Button
on (release) {
gotoAndPlay (31);
}
Symbol 119 Button
on (release) {
gotoAndPlay (20);
}
Symbol 120 Button
on (release) {
gotoAndPlay (40);
}
Symbol 125 Button
on (release) {
gotoAndStop (14);
}
Symbol 129 Button
on (release) {
nextFrame();
}
Symbol 131 Button
on (release) {
prevFrame();
}
Symbol 139 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 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
if (_root.extras._currentframe > 2) {
_root.extras.gotoAndPlay(20);
}
Symbol 141 MovieClip Frame 14
stop();
Symbol 141 MovieClip Frame 25
stop();
Symbol 141 MovieClip Frame 35
stop();
Symbol 141 MovieClip Frame 45
stop();
Symbol 141 MovieClip Frame 59
gotoAndStop (1);
Symbol 144 Button
on (release) {
nextFrame();
play();
}
Symbol 146 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 150 Button
on (release) {
gotoAndPlay (1636);
}
Symbol 205 Button
on (release) {
gotoAndPlay (2524);
}
Symbol 247 MovieClip Frame 30
stop();
Symbol 248 MovieClip Frame 30
stop();
Symbol 249 MovieClip Frame 30
stop();
Symbol 250 MovieClip Frame 26
stop();
Symbol 251 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 7
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Instance of Symbol 259 MovieClip in Symbol 260 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 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Symbol 264 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
stop();
Symbol 271 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
stop();
Symbol 277 MovieClip Frame 1
stop();
Instance of Symbol 277 MovieClip in Symbol 278 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 277 MovieClip in Symbol 278 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 278 MovieClip Frame 28
stop();
Symbol 280 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 1
stop();
Instance of Symbol 282 MovieClip in Symbol 283 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 285 MovieClip Frame 2
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 1
stop();
Instance of Symbol 291 MovieClip in Symbol 292 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 292 MovieClip Frame 17
stop();
Symbol 295 MovieClip Frame 17
stop();
Symbol 296 MovieClip Frame 26
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 299 MovieClip Frame 1
stop();
Instance of Symbol 282 MovieClip in Symbol 300 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 302 MovieClip Frame 2
stop();
Symbol 304 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 1
stop();
Instance of Symbol 304 MovieClip in Symbol 307 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 304 MovieClip in Symbol 307 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 306 MovieClip in Symbol 307 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 306 MovieClip in Symbol 307 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 309 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
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 262 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (currentframe < 2) {
if (Key.isDown(67)) {
nextFrame();
}
stop();
}
stop();
}
onClipEvent (enterFrame) {
}
Instance of Symbol 267 MovieClip in Symbol 310 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 271 MovieClip in Symbol 310 MovieClip Frame 3
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 271 MovieClip in Symbol 310 MovieClip Frame 4
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 271 MovieClip in Symbol 310 MovieClip Frame 4
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 282 MovieClip in Symbol 310 MovieClip Frame 6
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 289 MovieClip in Symbol 310 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 289 MovieClip in Symbol 310 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 289 MovieClip in Symbol 310 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 299 MovieClip in Symbol 310 MovieClip Frame 9
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 299 MovieClip in Symbol 310 MovieClip Frame 9
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 299 MovieClip in Symbol 310 MovieClip Frame 9
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 315 MovieClip Frame 17
stop();
Symbol 316 MovieClip Frame 24
gotoAndPlay (8);
Symbol 317 MovieClip Frame 18
stop();
Symbol 323 MovieClip Frame 24
stop();
Symbol 324 MovieClip Frame 1
Symbol 324 MovieClip Frame 33
stop();
Instance of Symbol 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 3
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 MovieClip Frame 4
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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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 324 MovieClip "chunk" in Symbol 325 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));
}
Symbol 325 MovieClip Frame 118
stop();
Symbol 333 MovieClip Frame 65
stop();
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 7
stop();
Instance of Symbol 315 MovieClip in Symbol 335 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 317 MovieClip in Symbol 335 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 335 MovieClip Frame 8
stop();
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(20)) + 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 321 MovieClip in Symbol 335 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 321 MovieClip in Symbol 335 MovieClip Frame 8
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 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 321 MovieClip in Symbol 335 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));
}
Instance of Symbol 321 MovieClip in Symbol 335 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));
}
Instance of Symbol 321 MovieClip in Symbol 335 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));
}
Instance of Symbol 326 MovieClip in Symbol 335 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 327 MovieClip in Symbol 335 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 328 MovieClip in Symbol 335 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 329 MovieClip in Symbol 335 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 330 MovieClip in Symbol 335 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 331 MovieClip in Symbol 335 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 337 MovieClip Frame 14
gotoAndPlay (11);
Symbol 338 MovieClip Frame 16
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 24
gotoAndPlay (12);
Symbol 346 MovieClip Frame 20
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 6
stop();
Symbol 386 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 10
stop();
Symbol 412 MovieClip Frame 12
stop();
Symbol 413 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
play();
Instance of Symbol 428 MovieClip in Symbol 431 MovieClip Frame 17
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 430 MovieClip in Symbol 431 MovieClip Frame 29
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 431 MovieClip Frame 74
gotoAndStop (1);
Symbol 436 Button
on (release) {
nextFrame();
stop();
}
Symbol 444 MovieClip Frame 6
stop();
Symbol 445 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 453 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 457 MovieClip Frame 84
stop();
Symbol 460 MovieClip Frame 88
stop();
Symbol 463 MovieClip Frame 79
stop();
Symbol 466 MovieClip Frame 73
stop();
Symbol 469 MovieClip Frame 85
stop();
Symbol 470 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 471 MovieClip Frame 1
stop();
Symbol 473 Button
on (release) {
prevFrame();
stop();
}
Symbol 474 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "p" in Symbol 499 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p.gotoAndStop(5);
}
}
Symbol 499 MovieClip Frame 2
tellTarget ("/life") {
nextFrame();
};
Symbol 499 MovieClip Frame 25
stop();
Instance of Symbol 251 MovieClip "p1" in Symbol 499 MovieClip Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p1.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p1.gotoAndStop(5);
}
}
Symbol 499 MovieClip Frame 26
tellTarget ("/life") {
nextFrame();
};
Symbol 499 MovieClip Frame 50
stop();
Instance of Symbol 251 MovieClip "p2" in Symbol 499 MovieClip Frame 50
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p2.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p2.gotoAndStop(5);
}
}
Symbol 499 MovieClip Frame 51
tellTarget ("/life") {
nextFrame();
};
Symbol 499 MovieClip Frame 75
stop();
Instance of Symbol 251 MovieClip "p3" in Symbol 499 MovieClip Frame 75
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p3.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p3.gotoAndStop(5);
}
}
Symbol 499 MovieClip Frame 76
tellTarget ("/life") {
nextFrame();
};
Symbol 499 MovieClip Frame 100
stop();
Instance of Symbol 251 MovieClip "p4" in Symbol 499 MovieClip Frame 100
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p4.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p4.gotoAndStop(5);
}
}
Symbol 499 MovieClip Frame 101
tellTarget ("/life") {
nextFrame();
};
Symbol 499 MovieClip Frame 125
stop();
Instance of Symbol 251 MovieClip "p5" in Symbol 499 MovieClip Frame 125
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.spaceship.p5.gotoAndStop(4);
}
if (Key.isDown(38)) {
_root.spaceship.p5.gotoAndStop(5);
}
}
Symbol 499 MovieClip Frame 126
tellTarget ("/life") {
nextFrame();
};
Symbol 499 MovieClip Frame 215
stop();
_root.gotoAndPlay("death");
Symbol 512 MovieClip Frame 27
stop();
Symbol 515 MovieClip Frame 58
stop();
Symbol 516 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 1
stop();
Instance of Symbol 516 MovieClip "brass" in Symbol 517 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 516 MovieClip "brass" in Symbol 517 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 516 MovieClip "brass" in Symbol 517 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 515 MovieClip "chunk" in Symbol 517 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 515 MovieClip "chunk" in Symbol 517 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 515 MovieClip "chunk" in Symbol 517 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 515 MovieClip "chunk" in Symbol 517 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 515 MovieClip "chunk" in Symbol 517 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 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 10
stop();
Symbol 533 MovieClip Frame 26
stop();
Symbol 535 MovieClip Frame 30
stop();
Symbol 536 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 536 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 515 MovieClip "chunk" in Symbol 536 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 515 MovieClip "chunk" in Symbol 536 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 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 10
stop();
Symbol 544 MovieClip Frame 6
stop();
Symbol 545 MovieClip Frame 1
stop();
Symbol 545 MovieClip Frame 16
play();
Symbol 545 MovieClip Frame 20
stop();
Symbol 554 MovieClip Frame 43
stop();
Symbol 555 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 555 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = (-random(20)) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Symbol 557 MovieClip Frame 1
stop();
Instance of Symbol 557 MovieClip in Symbol 558 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 559 MovieClip Frame 1
stop();
Symbol 561 MovieClip Frame 1
stop();
Symbol 572 MovieClip Frame 14
stop();
Symbol 577 MovieClip Frame 33
stop();
Symbol 578 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 6
stop();
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 4
play();
Symbol 594 MovieClip Frame 13
stop();
Symbol 595 MovieClip Frame 22
stop();
Symbol 596 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = random(20) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = random(20) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = random(20) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 515 MovieClip "chunk" in Symbol 596 MovieClip Frame 2
onClipEvent (load) {
xvel = random(30) - 10;
yvel = random(20) - 10;
_xscale = (random(80) + 20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
yvel = yvel + 0.3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 600 MovieClip in Symbol 601 MovieClip Frame 20
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 601 MovieClip Frame 38
stop();
Symbol 602 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 6
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 7
stop();
Symbol 663 MovieClip Frame 36
stop();
Symbol 665 MovieClip Frame 29
stop();
Symbol 666 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 22
stop();
Symbol 670 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 2
play();
Symbol 671 MovieClip Frame 11
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 7
stop();
Symbol 675 MovieClip Frame 30
stop();
Symbol 676 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 26
stop();
Symbol 685 MovieClip Frame 1
stop();
Symbol 690 MovieClip Frame 7
stop();
Symbol 691 MovieClip Frame 1
stop();
Symbol 691 MovieClip Frame 4
play();
Symbol 691 MovieClip Frame 10
stop();
Symbol 697 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 2
play();
Symbol 697 MovieClip Frame 10
stop();
Symbol 700 MovieClip Frame 30
stop();
Symbol 701 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 40
stop();
Symbol 713 MovieClip Frame 1
stop();
Symbol 716 MovieClip Frame 6
stop();
Symbol 717 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 6
play();
Symbol 717 MovieClip Frame 10
stop();
Symbol 763 MovieClip Frame 38
gotoAndPlay (8);
Symbol 766 MovieClip Frame 365
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 778 MovieClip Frame 33
stop();
Symbol 779 MovieClip Frame 1
stop();
Symbol 784 MovieClip Frame 22
stop();
Instance of Symbol 784 MovieClip in Symbol 785 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 50;
yvel = (-random(10)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 3;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + (xvel / 3));
_y = (_y + (yvel / 3));
if (_y > (300 + (_height / 0.5))) {
_y = (300 + (_height / 0.5));
}
}
Symbol 790 MovieClip Frame 24
stop();
Symbol 791 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 1
stop();
Instance of Symbol 791 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 791 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 791 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 797 MovieClip Frame 20
stop();
Symbol 798 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 798 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 > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 791 MovieClip "brass" in Symbol 798 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 > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 791 MovieClip "brass" in Symbol 798 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 > 150) {
_y = (150 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 2
play();
Symbol 800 MovieClip Frame 10
stop();
Symbol 801 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 40
stop();
Symbol 804 MovieClip Frame 1
stop();
Symbol 812 MovieClip Frame 6
stop();
Symbol 813 MovieClip Frame 1
stop();
Symbol 813 MovieClip Frame 17
gotoAndStop (2);
Symbol 823 MovieClip Frame 1
stop();
Instance of Symbol 321 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 317 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 317 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 315 MovieClip in Symbol 823 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 321 MovieClip in Symbol 823 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 321 MovieClip in Symbol 823 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 321 MovieClip in Symbol 823 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 321 MovieClip in Symbol 823 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 321 MovieClip in Symbol 823 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));
}
Instance of Symbol 321 MovieClip in Symbol 823 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 823 MovieClip Frame 10
stop();
Symbol 826 MovieClip Frame 1
stop();
Symbol 840 Button
on (release) {
gotoAndStop (1);
}
Symbol 843 Button
on (release) {
play();
}
Symbol 846 Button
on (release) {
stop();
}
Symbol 859 MovieClip Frame 88
stop();
_root.gotoAndPlay("boss_dead");
Symbol 860 MovieClip Frame 1
stop();
Symbol 861 MovieClip Frame 2
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 3
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 4
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 5
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 6
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 7
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 8
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 9
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 10
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 11
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 12
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 13
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 14
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 15
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 16
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 17
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 18
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 19
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 20
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 21
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 22
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 23
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 24
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 25
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 26
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 27
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 28
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 29
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 30
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 31
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 32
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 33
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 34
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 35
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 36
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 37
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 38
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 39
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 40
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 861 MovieClip Frame 41
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 42
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 43
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 44
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 45
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 46
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 47
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 48
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 49
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 50
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 51
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 52
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 53
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 54
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 55
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 56
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 57
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 58
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 59
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 60
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 61
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 62
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 63
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 64
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 65
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 66
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 67
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 68
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 69
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 70
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 861 MovieClip Frame 71
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 72
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 73
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 74
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 75
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 76
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 77
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 78
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 79
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 80
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 81
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 82
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 83
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 84
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 85
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 86
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 87
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 88
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 89
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 90
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 91
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 92
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 93
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 94
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 95
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 96
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 97
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 98
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 99
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 100
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 861 MovieClip Frame 101
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 102
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 103
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 104
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 105
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 106
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 107
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 108
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 109
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 110
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 111
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 112
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 113
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 114
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 115
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 116
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 117
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 118
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 119
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 120
tellTarget ("/boss/bblink") {
nextFrame();
};
tellTarget ("/boss") {
nextFrame();
};
Symbol 861 MovieClip Frame 121
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 122
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 123
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 124
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 125
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 126
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 127
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 128
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 129
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 130
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 131
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 132
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 133
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 134
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 135
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 136
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 137
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 138
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 139
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 140
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 141
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 142
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 143
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 144
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 145
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 146
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 147
tellTarget ("/boss/bblink") {
nextFrame();
};
Symbol 861 MovieClip Frame 148
tellTarget ("/boss") {
nextFrame();
play();
};
tellTarget ("/boss_gun") {
nextFrame();
};
Symbol 863 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip in Symbol 864 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 865 MovieClip Frame 1
stop();
Instance of Symbol 872 MovieClip in Symbol 873 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 872 MovieClip in Symbol 873 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 873 MovieClip Frame 96
stop();
Symbol 877 MovieClip Frame 26
stop();
Symbol 878 MovieClip Frame 19
stop();
Symbol 879 MovieClip Frame 30
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 880 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 879 MovieClip in Symbol 880 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 515 MovieClip "chunk" in Symbol 880 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 879 MovieClip in Symbol 880 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 879 MovieClip in Symbol 880 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 515 MovieClip "chunk" in Symbol 880 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 879 MovieClip in Symbol 880 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 879 MovieClip in Symbol 880 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 515 MovieClip "chunk" in Symbol 880 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 880 MovieClip Frame 12
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 5
stop();
Symbol 884 MovieClip Frame 1
stop();
Symbol 884 MovieClip Frame 4
play();
Symbol 884 MovieClip Frame 10
stop();
Symbol 893 MovieClip Frame 25
stop();
Symbol 894 MovieClip Frame 1
stop();
Symbol 897 MovieClip Frame 1
stop();
Symbol 902 MovieClip Frame 15
stop();
Symbol 903 MovieClip Frame 1
stop();
Symbol 903 MovieClip Frame 3
play();
Symbol 903 MovieClip Frame 7
stop();
Symbol 905 MovieClip Frame 10
tellTarget ("/boss") {
nextFrame();
stop();
};
Symbol 905 MovieClip Frame 18
tellTarget ("/boss") {
nextFrame();
play();
};
tellTarget ("/boss_gun") {
nextFrame();
};
tellTarget ("/sub_hat") {
nextFrame();
};
Symbol 905 MovieClip Frame 19
stop();
Symbol 908 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 20
stop();
Symbol 912 MovieClip Frame 1
stop();
Symbol 914 MovieClip Frame 1
stop();
Symbol 914 MovieClip Frame 2
play();
Symbol 914 MovieClip Frame 10
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 4
play();
Symbol 923 MovieClip Frame 10
stop();
Instance of Symbol 879 MovieClip in Symbol 928 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 879 MovieClip in Symbol 928 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 879 MovieClip in Symbol 928 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 879 MovieClip in Symbol 928 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 879 MovieClip in Symbol 928 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 879 MovieClip in Symbol 928 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 879 MovieClip in Symbol 928 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 515 MovieClip "chunk" in Symbol 928 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 928 MovieClip Frame 12
stop();
Symbol 929 MovieClip Frame 30
stop();
Symbol 930 MovieClip Frame 1
stop();
Instance of Symbol 932 MovieClip in Symbol 933 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);
}
}
}
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 934 MovieClip Frame 53
stop();
Symbol 935 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 30
stop();
Symbol 938 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 938 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 791 MovieClip "brass" in Symbol 938 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 791 MovieClip "brass" in Symbol 938 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 939 MovieClip Frame 1
stop();
Symbol 941 MovieClip Frame 1
stop();
Symbol 942 MovieClip Frame 1
stop();
Instance of Symbol 941 MovieClip "brass" in Symbol 942 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 > 100) {
_y = (100 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Instance of Symbol 941 MovieClip "brass" in Symbol 942 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 > 100) {
_y = (100 + (_height / 2));
yvel = (-yvel) * 0;
xvel = (-xvel) * 0;
nextFrame();
}
}
Symbol 943 MovieClip Frame 1
stop();
Symbol 943 MovieClip Frame 2
play();
Symbol 943 MovieClip Frame 8
stop();
Instance of Symbol 949 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 949 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 952 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 955 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 958 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 961 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Instance of Symbol 964 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
xvel = random(20) - 10;
yvel = (-random(30)) + 10;
}
onClipEvent (enterFrame) {
yvel = yvel + 2;
_rotation = ((Math.atan2(yvel, xvel) * 180) / Math.PI);
_x = (_x + xvel);
_y = (_y + yvel);
}
Symbol 968 MovieClip Frame 20
stop();
Symbol 969 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 5
stop();
Symbol 971 MovieClip Frame 10
stop();
Symbol 973 MovieClip Frame 1
stop();
Instance of Symbol 972 MovieClip in Symbol 973 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 975 MovieClip Frame 1
stop();
Symbol 982 MovieClip Frame 26
stop();
Symbol 983 MovieClip Frame 18
stop();
Symbol 984 MovieClip Frame 1
stop();
Instance of Symbol 791 MovieClip "brass" in Symbol 984 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 791 MovieClip "brass" in Symbol 984 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 985 MovieClip Frame 1
stop();
Symbol 985 MovieClip Frame 8
play();
Symbol 985 MovieClip Frame 12
stop();
Symbol 987 MovieClip Frame 20
stop();
Symbol 988 MovieClip Frame 1
stop();
Symbol 989 MovieClip Frame 24
stop();
Symbol 990 MovieClip Frame 1
stop();
Symbol 991 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip "chunk" in Symbol 998 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 879 MovieClip in Symbol 998 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 515 MovieClip "chunk" in Symbol 998 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 879 MovieClip in Symbol 998 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 879 MovieClip in Symbol 998 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 515 MovieClip "chunk" in Symbol 998 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 879 MovieClip in Symbol 998 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 879 MovieClip in Symbol 998 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 515 MovieClip "chunk" in Symbol 998 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 998 MovieClip Frame 12
stop();
Symbol 999 MovieClip Frame 21
stop();
Symbol 1000 MovieClip Frame 1
stop();
Symbol 1002 MovieClip Frame 11
stop();
Symbol 1003 MovieClip Frame 1
stop();
Symbol 1003 MovieClip Frame 8
play();
Symbol 1003 MovieClip Frame 16
stop();
Symbol 1007 MovieClip Frame 1
stop();
Instance of Symbol 1006 MovieClip in Symbol 1007 MovieClip Frame 2
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 1010 MovieClip Frame 1
stop();
Instance of Symbol 1009 MovieClip in Symbol 1010 MovieClip Frame 2
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 1011 MovieClip Frame 1
stop();
Symbol 1043 MovieClip Frame 26
stop();
Symbol 1044 MovieClip Frame 1
stop();
Symbol 1046 MovieClip Frame 7
stop();
Symbol 1047 MovieClip Frame 1
stop();
Symbol 1049 MovieClip Frame 1
stop();
Symbol 1052 MovieClip Frame 36
stop();
Symbol 1053 MovieClip Frame 15
stop();
Symbol 1054 MovieClip Frame 1
stop();
Symbol 1058 MovieClip Frame 6
stop();
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1059 MovieClip Frame 8
stop();
Symbol 1065 MovieClip Frame 12
stop();
Symbol 1066 MovieClip Frame 1
stop();
Instance of Symbol 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 879 MovieClip in Symbol 1070 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 515 MovieClip "chunk" in Symbol 1070 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 1070 MovieClip Frame 12
stop();
Symbol 1071 MovieClip Frame 10
stop();
Symbol 1072 MovieClip Frame 1
stop();
Symbol 1073 MovieClip Frame 7
stop();
Symbol 1074 MovieClip Frame 1
stop();
Symbol 1074 MovieClip Frame 7
stop();
Symbol 1076 MovieClip Frame 1
stop();
Symbol 1076 MovieClip Frame 2
play();
Symbol 1076 MovieClip Frame 9
stop();
Symbol 1077 MovieClip Frame 10
stop();
Symbol 1078 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 2
play();
Symbol 1079 MovieClip Frame 9
stop();
Symbol 1085 MovieClip Frame 4
stop();
Symbol 1086 MovieClip Frame 1
stop();
Symbol 1088 MovieClip Frame 6
stop();
Symbol 1089 MovieClip Frame 1
stop();
Symbol 1089 MovieClip Frame 6
play();
Symbol 1089 MovieClip Frame 10
stop();
Symbol 1090 Button
on (release) {
gotoAndStop (1);
}
Symbol 1099 MovieClip Frame 6
stop();
Symbol 1100 MovieClip Frame 1
stop();
Symbol 1100 MovieClip Frame 15
gotoAndStop (2);
Symbol 1103 MovieClip Frame 25
stop();
Symbol 1107 MovieClip Frame 25
stop();
Symbol 1110 MovieClip Frame 25
stop();
Symbol 1113 MovieClip Frame 25
stop();
Symbol 1117 MovieClip Frame 65
stop();
Symbol 1118 MovieClip Frame 25
stop();
Symbol 1119 MovieClip Frame 1
stop();
Symbol 1119 MovieClip Frame 10
stop();
Symbol 1127 MovieClip Frame 6
stop();
Symbol 1128 MovieClip Frame 1
stop();
Symbol 1128 MovieClip Frame 7
stop();
Symbol 1130 MovieClip Frame 1
stop();
Symbol 1138 MovieClip Frame 2
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 3
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 4
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 5
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 6
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 7
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 8
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 9
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 10
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 11
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 12
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 13
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 14
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 15
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 16
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 17
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 18
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 19
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 20
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 21
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 22
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 23
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 24
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 25
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 26
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 27
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 28
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 29
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 30
tellTarget ("/boss1/bblink1") {
nextFrame();
};
tellTarget ("/boss1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 31
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 32
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 33
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 34
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 35
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 36
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 37
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 38
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 39
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 40
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 41
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 42
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 43
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 44
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 45
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 46
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 47
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 48
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 49
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 50
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 51
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 52
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 53
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 54
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 55
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 56
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 57
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 58
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 59
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 60
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 61
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 62
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 63
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 64
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 65
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 66
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 67
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 68
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 69
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 70
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 71
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 72
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 73
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 74
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 75
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 76
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 77
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 78
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 79
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 80
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 81
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 82
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 83
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 84
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 85
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 86
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 87
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 88
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 89
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 90
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 91
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 92
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 93
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 94
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 95
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 96
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 97
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 98
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 99
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 100
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 101
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 102
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 103
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 104
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 105
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 106
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 107
tellTarget ("/boss1/bblink1") {
nextFrame();
};
tellTarget ("/boss1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 108
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 109
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 110
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 111
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 112
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 113
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 114
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 115
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 116
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 117
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 118
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 119
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 120
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 121
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 122
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 123
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 124
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 125
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 126
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 127
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 128
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 129
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 130
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 131
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 132
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 133
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 134
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 135
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 136
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 137
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 138
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 139
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 140
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 141
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 142
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 143
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 144
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 145
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 146
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 147
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 148
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 149
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 150
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 151
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 152
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 153
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 154
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 155
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 156
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 157
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 158
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 159
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 160
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 161
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 162
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 163
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 164
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 165
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 166
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 167
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 168
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 169
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 170
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 171
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 172
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 173
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 174
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 175
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 176
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 177
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 178
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 179
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 180
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 181
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 182
tellTarget ("/boss1/bblink1") {
nextFrame();
};
tellTarget ("/boss1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 183
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 184
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 185
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 186
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 187
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 188
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 189
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 190
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 191
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 192
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 193
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 194
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 195
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 196
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 197
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 198
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 199
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 200
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 201
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 202
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 203
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 204
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 205
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 206
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 207
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 208
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 209
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 210
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 211
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 212
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 213
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 214
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 215
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 216
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 217
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 218
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 219
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 220
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 221
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 222
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 223
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 224
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 225
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 226
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 227
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 228
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 229
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 230
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 231
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 232
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 233
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 234
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 235
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 236
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 237
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 238
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 239
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 240
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 241
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 242
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 243
tellTarget ("/boss1/bblink1") {
nextFrame();
};
tellTarget ("/boss1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 244
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 245
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 246
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 247
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 248
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 249
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 250
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 251
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 252
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 253
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 254
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 255
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 256
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 257
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 258
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 259
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 260
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 261
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 262
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 263
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 264
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 265
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 266
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 267
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 268
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 269
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 270
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 271
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 272
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 273
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 274
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 275
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 276
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 277
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 278
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 279
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 280
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 281
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 282
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 283
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 284
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 285
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 286
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 287
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 288
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 289
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 290
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 291
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 292
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 293
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 294
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 295
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 296
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 297
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 298
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 299
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 300
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 301
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 302
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 303
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 304
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 305
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 306
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 307
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 308
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 309
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 310
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 311
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 312
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 313
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 314
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 315
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 316
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 317
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 318
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 319
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 320
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 321
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 322
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 323
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 324
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 325
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 326
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 327
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 328
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 329
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 330
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 331
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 332
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 333
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 334
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 335
tellTarget ("/boss1/bblink1") {
nextFrame();
};
tellTarget ("/boss1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 336
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 337
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 338
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 339
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 340
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 341
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 342
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 343
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 344
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 345
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 346
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 347
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 348
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 349
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 350
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 351
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 352
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 353
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 354
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 355
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 356
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 357
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 358
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 359
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 360
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 361
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 362
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 363
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 364
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 365
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 366
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 367
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 368
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 369
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 370
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 371
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 372
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 373
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 374
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 375
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 376
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 377
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 378
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 379
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 380
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 381
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 382
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 383
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 384
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 385
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 386
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 387
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 388
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 389
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 390
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 391
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 392
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 393
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 394
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 395
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 396
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 397
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 398
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 399
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 400
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 401
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 402
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 403
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 404
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 405
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 406
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 407
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 408
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 409
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 410
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 411
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 412
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 413
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 414
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 415
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 416
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 417
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 418
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 419
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 420
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 421
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 422
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 423
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 424
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 425
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 426
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 427
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 428
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 429
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 430
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 431
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 432
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 433
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 434
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 435
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 436
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 437
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 438
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 439
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 440
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 441
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 442
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 443
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 444
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 445
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 446
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 447
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 448
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 449
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 450
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 451
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 452
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 453
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 454
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 455
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 456
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 457
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 458
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 459
tellTarget ("/boss1/bblink1") {
nextFrame();
};
Symbol 1138 MovieClip Frame 460
stop();
_root.gotoAndPlay("the_end");
Instance of Symbol 872 MovieClip in Symbol 1139 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 872 MovieClip in Symbol 1139 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 1139 MovieClip Frame 124
stop();
Symbol 1145 MovieClip Frame 10
stop();
Symbol 1178 Button
on (release) {
gotoAndPlay (1890);
}
Symbol 1179 Button
on (release) {
gotoAndPlay (426);
}
Symbol 1186 MovieClip Frame 21
stop();
Symbol 1192 Button
on (release) {
play();
}
Symbol 1198 Button
on (release) {
gotoAndStop (9802);
}
Symbol 1204 Button
on (release) {
gotoAndStop (9844);
}