Combined Code
movieClip 16 {
frame 17 {
gotoAndPlay(1);
}
}
movieClip 17 {
frame 185 {
stop();
}
}
frame 185 {
gotoAndPlay(186);
}
frame 186 {
_root.mycontrol = 100;
_quality = 'GOOD';
txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.flightmodel = 1.1;
tellTarget ('loader') {
gotoAndPlay(Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100));
}
}
movieClip 24 {
}
movieClip 25 {
frame 1 {
starrandom = random(100) + 1;
starspeed = random(5) + 4;
}
frame 2 {
if (starrandom < 90) {
gotoAndPlay(1);
}
}
frame 3 {
starfall._x = random(390) + 5;
}
frame 4 {
if ((eval(starfall))._y < 400) {
starfall._y = (eval(starfall))._y + starspeed;
} else {
gotoAndPlay(1);
}
}
frame 5 {
gotoAndPlay(4);
}
}
movieClip 26 {
}
movieClip 29 {
}
movieClip 32 {
}
button 41 {
on (release) {
getURL('http://www.miniclip.com/Homepage.htm', '_blank');
}
}
frame 187 {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndStop(188);
} else {
gotoAndPlay(186);
}
}
frame 188 {
fscommand('trapallkeys', 'true');
myscore = 0;
stop();
}
button 42 {
on (release) {
Mouse.hide();
tellTarget ('music') {
gotoAndPlay(2);
}
gotoAndStop(217);
}
}
button 43 {
on (release) {
gotoAndStop(196);
}
}
button 44 {
on (release) {
gotoAndStop(207);
}
}
movieClip 46 {
frame 1 {
stop();
}
}
button 50 {
on (release) {
getURL('http://www.miniclip.com/signup.htm', '_blank');
}
}
button 53 {
on (release) {
play();
}
}
movieClip 57 {
frame 1 {
_root.mycontrol = 100;
stop();
}
frame 2 {
stop();
_root.mycontrol = 0;
}
}
instance of movieClip 57 {
onClipEvent (load) {
if (1 < _root.mycontrol) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
button 64 {
on (release) {
gotoAndStop(188);
}
}
frame 207 {
stop();
}
frame 217 {
if (myscore < 1) {
myscore = 0;
laserspeed = 30;
left = 6;
stop();
} else {
myscore += 1000;
left = 6;
stop();
}
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 78 {
}
movieClip 80 {
frame 1 {
eval(_root.player.laser.laserscript)._y = 5;
_root.firecheck = 0;
stop();
}
frame 2 {
_root.firecheck = 10;
stop();
}
instance laserscript of movieClip 78 {
onClipEvent (enterFrame) {
if (-350 < (eval(this))._y) {
eval(this)._y = (eval(this))._y - _root.laserspeed;
} else {
tellTarget ('../') {
gotoAndStop(1);
}
}
}
}
}
movieClip 85 {
frame 1 {
_root.shield = 0;
stop();
}
frame 2 {
_root.shield = 10;
}
frame 90 {
_root.shield = 0;
}
frame 91 {
time = getTimer();
}
frame 92 {
if (4000 < getTimer() - time) {
gotoAndPlay(1);
}
}
frame 93 {
gotoAndPlay(92);
}
}
movieClip 87 {
frame 1 {
stop();
}
frame 2 {
tellTarget ('_root.lifemeter') {
nextFrame();
}
}
frame 2 {
tellTarget ('_root.321') {
play();
}
}
}
instance player of movieClip 87 {
onClipEvent (enterFrame) {
if ((eval(_root))._xmouse < (eval(_root.player))._x && 30 < (eval(_root.player))._x && 10 < _root.mycontrol) {
_root.player._x = (eval(_root.player))._x - 6;
}
if ((eval(_root.player))._x < (eval(_root))._xmouse && (eval(_root.player))._x < 470 && 10 < _root.mycontrol) {
_root.player._x = (eval(_root.player))._x + 6;
}
if (Key.isDown(Key.left) && 30 < (eval(_root.player))._x && _root.mycontrol < 1) {
_root.player._x = (eval(_root.player))._x - 4;
}
if (Key.isDown(Key.right) && (eval(_root.player))._x < 370 && _root.mycontrol < 1) {
_root.player._x = (eval(_root.player))._x + 4;
}
if (Key.isDown(Key.CONTROL) && _root.firecheck < 1) {
tellTarget ('_root.player.laser') {
play();
}
}
if (Key.isDown(Key.space) && _root.shield < 1) {
tellTarget ('_root.player.shield') {
play();
}
}
}
}
movieClip 88 {
}
instance of movieClip 88 {
onClipEvent (mouseDown) {
if (_root.firecheck < 1 && 10 < _root.mycontrol) {
tellTarget ('_root.player.laser') {
play();
}
} else {
tellTarget ('_root.player.laser') {
stop();
}
}
}
}
movieClip 90 {
}
movieClip 93 {
frame 7 {
removeMovieClip('');
stop();
}
}
movieClip 95 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy1 of movieClip 95 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
movieClip 96 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy2 of movieClip 96 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
movieClip 97 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy4 of movieClip 97 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = -50;
eval(this)._x = random(400);
}
}
}
instance enemy3 of movieClip 97 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = -50;
eval(this)._x = random(400);
}
}
}
movieClip 98 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy5 of movieClip 98 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = -70;
eval(this)._x = random(400);
}
}
}
movieClip 99 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy6 of movieClip 99 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = -100;
eval(this)._x = random(400);
}
}
}
movieClip 100 {
}
instance of movieClip 100 {
onClipEvent (enterFrame) {
if (_root.left < 1) {
tellTarget ('_root') {
play();
}
}
}
}
movieClip 107 {
frame 1 {
stop();
}
frame 4 {
tellTarget ('../') {
gotoAndPlay('gameover');
}
}
}
movieClip 117 {
frame 1 {
_root.rank = 1;
}
frame 1 {
stop();
}
frame 2 {
_root.rank += 1;
}
frame 3 {
_root.rank += 1;
}
frame 4 {
_root.rank += 1;
}
frame 5 {
_root.rank += 1;
}
frame 6 {
_root.rank += 1;
}
frame 7 {
_root.rank += 1;
}
frame 8 {
_root.rank += 1;
}
frame 9 {
_root.rank += 1;
}
frame 10 {
tellTarget ('_root.lifemeter') {
prevFrame();
}
_root.rank = 1;
gotoAndStop(1);
}
}
movieClip 124 {
frame 1 {
stop();
}
}
frame 218 {
stop();
left = 7;
}
movieClip 125 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy1 of movieClip 125 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = 0;
eval(this)._x = random(50) + 50;
}
}
}
movieClip 126 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy2 of movieClip 126 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = 0;
eval(this)._x = random(50) + 250;
}
}
}
movieClip 127 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy4 of movieClip 127 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -50;
eval(this)._x = random(50) + 50;
}
}
}
movieClip 128 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy3 of movieClip 128 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -50;
eval(this)._x = random(50) + 250;
}
}
}
movieClip 129 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy5 of movieClip 129 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -70;
eval(this)._x = random(50) + 50;
}
}
}
movieClip 130 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy6 of movieClip 130 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -100;
eval(this)._x = random(50) + 250;
}
}
}
movieClip 131 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy8 of movieClip 131 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = -40;
eval(this)._x = random(150) + 10;
}
}
}
movieClip 132 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy4 of movieClip 132 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -50;
eval(this)._x = -50;
}
}
}
movieClip 133 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy3 of movieClip 133 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -50;
eval(this)._x = 420;
}
}
}
movieClip 134 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy5 of movieClip 134 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -70;
eval(this)._x = -100;
}
}
}
movieClip 135 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy6 of movieClip 135 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -100;
eval(this)._x = 460;
}
}
}
frame 219 {
stop();
left = 5;
}
movieClip 137 {
}
movieClip 138 {
frame 1 {
stop();
}
instance of movieClip 137 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 100;
}
frame 15 {
stop();
}
}
instance enemy1 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy2 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy3 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy4 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy5 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
frame 220 {
stop();
left = 6;
}
movieClip 140 {
}
movieClip 142 {
frame 1 {
stop();
}
instance test of movieClip 140 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 250;
}
frame 12 {
stop();
}
}
movieClip 143 {
frame 1 {
rnd = random(100) + 1;
}
frame 3 {
if (rnd < 92) {
gotoAndPlay(1);
}
}
}
movieClip 144 {
frame 1 {
rnd = random(100) + 1;
}
frame 3 {
if (rnd < 92) {
gotoAndPlay(1);
}
}
}
movieClip 145 {
frame 1 {
stop();
}
}
instance enemy5 of movieClip 134 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -70;
eval(this)._x = -100;
}
}
}
instance enemy6 of movieClip 135 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -100;
eval(this)._x = 460;
}
}
}
frame 221 {
tellTarget ('_root.rank') {
nextFrame();
}
stop();
left = 7;
}
movieClip 146 {
}
movieClip 148 {
}
movieClip 149 {
frame 1 {
stop();
}
instance of movieClip 146 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
instance rocktuner of movieClip 148 {
onClipEvent (enterFrame) {
eval(this)._rotation = (eval(this))._rotation + random(5);
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy1 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy2 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy3 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy4 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy5 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy6 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy7 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
frame 222 {
stop();
left = 6;
}
movieClip 150 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy1 of movieClip 150 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = 0;
eval(this)._x = 0;
}
}
}
movieClip 151 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy2 of movieClip 151 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = 0;
eval(this)._x = 370;
}
}
}
instance enemy4 of movieClip 132 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -50;
eval(this)._x = -50;
}
}
}
instance enemy3 of movieClip 133 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -50;
eval(this)._x = 420;
}
}
}
instance enemy5 of movieClip 134 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -70;
eval(this)._x = -100;
}
}
}
instance enemy6 of movieClip 135 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -100;
eval(this)._x = 460;
}
}
}
frame 223 {
stop();
left = 6;
}
frame 224 {
stop();
left = 9;
}
movieClip 152 {
frame 1 {
stop();
}
instance of movieClip 137 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 100;
}
frame 15 {
stop();
}
}
instance enemy1 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
instance enemy2 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy3 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
instance enemy4 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
instance enemy5 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
instance enemy6 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
movieClip 153 {
frame 1 {
stop();
}
instance of movieClip 137 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 100;
}
frame 15 {
stop();
}
}
instance enemy7 of movieClip 153 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(250) + 50;
}
}
}
instance enemy9 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
instance enemy8 of movieClip 152 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350);
}
}
}
frame 225 {
stop();
left = 8;
}
movieClip 154 {
}
movieClip 156 {
frame 1 {
stop();
}
instance of movieClip 154 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy1 of movieClip 156 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 6;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy4 of movieClip 156 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 6;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
movieClip 157 {
frame 1 {
stop();
}
instance of movieClip 154 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy5 of movieClip 157 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy6 of movieClip 156 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 6;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
movieClip 158 {
frame 1 {
stop();
}
instance of movieClip 154 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy2 of movieClip 158 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 7;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy3 of movieClip 156 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 6;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy7 of movieClip 156 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 6;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy8 of movieClip 158 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 7;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
frame 226 {
tellTarget ('_root.rank') {
nextFrame();
}
stop();
_root.left = 7;
}
instance enemy1 of movieClip 125 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = 0;
eval(this)._x = random(50) + 50;
}
}
}
instance enemy2 of movieClip 126 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = 0;
eval(this)._x = random(50) + 250;
}
}
}
instance enemy4 of movieClip 127 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -50;
eval(this)._x = random(50) + 50;
}
}
}
instance enemy3 of movieClip 128 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -50;
eval(this)._x = random(50) + 250;
}
}
}
instance enemy5 of movieClip 129 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -70;
eval(this)._x = random(50) + 50;
}
}
}
instance enemy6 of movieClip 130 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -100;
eval(this)._x = random(50) + 250;
}
}
}
instance enemy8 of movieClip 131 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = -40;
eval(this)._x = random(150) + 10;
}
}
}
movieClip 159 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy1 of movieClip 159 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = 0;
eval(this)._x = 0;
}
}
}
movieClip 160 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy2 of movieClip 160 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = 0;
eval(this)._x = 370;
}
}
}
movieClip 161 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy4 of movieClip 161 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -50;
eval(this)._x = -50;
}
}
}
movieClip 162 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy3 of movieClip 162 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -50;
eval(this)._x = 420;
}
}
}
movieClip 163 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy5 of movieClip 163 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x + 4;
} else {
eval(this)._y = -70;
eval(this)._x = -100;
}
}
}
movieClip 164 {
frame 1 {
stop();
}
instance of movieClip 90 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.left -= 1;
_root.myscore += 50;
}
frame 14 {
stop();
}
}
instance enemy6 of movieClip 164 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 5;
eval(this)._x = (eval(this))._x - 4;
} else {
eval(this)._y = -100;
eval(this)._x = 460;
}
}
}
frame 227 {
stop();
left = 7;
}
instance enemy1 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy2 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy3 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy4 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy5 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy6 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
instance enemy7 of movieClip 149 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = 0;
eval(this)._x = random(400);
}
}
}
frame 228 {
stop();
left = 6;
}
frame 229 {
left = 9;
stop();
}
movieClip 166 {
}
movieClip 167 {
instance of movieClip 166 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
}
movieClip 169 {
}
movieClip 170 {
frame 1 {
stop();
}
instance of movieClip 169 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
nextFrame();
}
}
}
}
frame 24 {
stop();
}
}
movieClip 171 {
frame 1 {
stop();
}
instance of movieClip 169 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
nextFrame();
}
}
}
}
frame 24 {
stop();
}
}
movieClip 172 {
}
movieClip 174 {
frame 1 {
stop();
}
instance of movieClip 172 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ('_root.player.laser') {
gotoAndStop(1);
}
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.shield) && 1 < _root.shield) {
tellTarget ('../') {
play();
}
}
if (this.hitTest(_root.player.playerhittest) && _root.shield < 1) {
tellTarget ('_root.player') {
play();
}
}
}
}
frame 2 {
_root.myscore += 550;
}
frame 14 {
_root.left -= 1;
stop();
}
}
movieClip 176 {
instance of movieClip 167 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
} else {
eval(this)._y = -40;
eval(this)._x = random(150) - 80;
}
}
}
}
instance enemy1 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy5 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy2 of movieClip 98 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = -70;
eval(this)._x = random(400);
}
}
}
instance enemy3 of movieClip 99 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 4;
} else {
eval(this)._y = -100;
eval(this)._x = random(400);
}
}
}
instance enemy8 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy7 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy9 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
instance enemy6 of movieClip 138 {
onClipEvent (enterFrame) {
if ((eval(this))._y < 400) {
eval(this)._y = (eval(this))._y + 8;
eval(this)._x = (eval(this))._x + (random(10) - 5);
} else {
eval(this)._y = -35;
eval(this)._x = random(350) + 10;
}
}
}
frame 230 {
tellTarget ('_root.rank') {
nextFrame();
}
left = 1;
stop();
}
movieClip 179 {
frame 150 {
tellTarget ('../') {
nextFrame();
}
}
}
frame 231 {
gotoAndStop(217);
}
frame 242 {
gotoAndPlay(250);
}
frame 250 {
Mouse.show();
}
frame 250 {
}
button 186 {
on (release) {
getURL('http://www.miniclip.com/download_warrior.htm', '_blank');
}
}
movieClip 189 {
frame 1 {
_root.rank = 1;
}
frame 1 {
stop();
}
frame 2 {
_root.rank += 1;
}
frame 3 {
_root.rank += 1;
}
frame 4 {
_root.rank += 1;
}
frame 5 {
_root.rank += 1;
}
frame 6 {
_root.rank += 1;
}
frame 7 {
_root.rank += 1;
}
frame 8 {
_root.rank += 1;
}
frame 9 {
_root.rank += 1;
}
frame 10 {
tellTarget ('_root.lifemeter') {
prevFrame();
}
_root.rank = 1;
gotoAndStop(1);
}
}
instance rank of movieClip 189 {
onClipEvent (load) {
tellTarget ('this') {
gotoAndStop(_root.rank);
}
}
}
frame 279 {
stop();
}
button 192 {
on (release) {
gotoAndStop(188);
}
}