Frame 2
stop();
Frame 90
stop();
stop();
Instance of Symbol 69 MovieClip "PLAYER" in Frame 96
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - 15);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_y = (_y - -15);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 15);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x - -15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.PLAYER.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (load) {
moveSpeed = 15;
_root.laser._visible = false;
laserCounter = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
_root.gotoAndPlay(276);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
_root.gotoAndPlay(276);
}
}
Instance of Symbol 77 MovieClip "ENEMY1" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 79 MovieClip "laser" in Frame 96
onClipEvent (load) {
laserMoveSpeed = 20;
this._x = _root.PLAYER._x + 43;
this._y = _root.PLAYER._y;
}
onClipEvent (enterFrame) {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY1.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
_root.ENEMY2.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
_root.ENEMY3.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
_root.ENEMY4.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
_root.ENEMY5.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
_root.ENEMY6.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
_root.ENEMY7.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
_root.ENEMY8.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
_root.ENEMY9.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
_root.ENEMY10.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
_root.ENEMY11.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
_root.ENEMY12.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
_root.ENEMY13.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
_root.ENEMY14.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
_root.ENEMY15.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
_root.ENEMY16.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
_root.ENEMY17.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
_root.ENEMY18.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
_root.ENEMY19.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
_root.ENEMY20.play();
}
}
Instance of Symbol 77 MovieClip "ENEMY2" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY4" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY3" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY5" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY6" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY7" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY8" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY9" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY10" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY11" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY12" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY13" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY14" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Instance of Symbol 77 MovieClip "ENEMY15" in Frame 96
onClipEvent (enterFrame) {
if (_root.PLAYER._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y > _y) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (_root.PLAYER._y < _y) {
_y = (_y - 5);
}
}
Frame 288
stop();
Frame 289
stop();
Symbol 4 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 4 MovieClip Frame 2
gotoAndPlay (1);
Symbol 4 MovieClip Frame 3
_root.play();
Symbol 10 Button
on (release) {
gotoAndPlay (3);
}
Symbol 47 Button
on (release) {
stopAllSounds();
}
on (release) {
gotoAndPlay (95);
}
Symbol 49 Button
on (release) {
stopAllSounds();
}
on (release) {
gotoAndPlay (95);
}
Symbol 52 Button
on (release) {
stopAllSounds();
}
on (release) {
gotoAndStop (289);
}
Symbol 54 Button
on (release) {
stopAllSounds();
}
on (release) {
gotoAndStop (289);
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 7
stop();
_root.COUNTER = Number(_root.COUNTER) + 100;
Symbol 85 Button
on (release) {
gotoAndPlay (85);
}
Symbol 90 Button
on (press) {
stopAllSounds();
}
on (press) {
gotoAndPlay (85);
}