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));
};
Frame 187
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndStop (188);
} else {
gotoAndPlay (186);
}
Frame 188
fscommand ("trapallkeys", "true");
myscore = 0;
stop();
Instance of Symbol 57 MovieClip in Frame 188
onClipEvent (load) {
if (1 < _root.mycontrol) {
tellTarget ("") {
gotoAndStop (1);
};
} else {
tellTarget ("") {
gotoAndStop (2);
};
}
}
Frame 207
stop();
Frame 217
if (myscore < 1) {
myscore = 0;
laserspeed = 30;
left = 6;
stop();
} else {
myscore = myscore + 1000;
left = 6;
stop();
}
Instance of Symbol 85 MovieClip "player" in Frame 217
onClipEvent (enterFrame) {
if (((getProperty(_root, _xmouse) < getProperty(_root.player, _x)) && (30 < getProperty(_root.player, _x))) && (10 < _root.mycontrol)) {
setProperty("_root.player", _x , getProperty(_root.player, _x) - 6);
}
if (((getProperty(_root.player, _x) < getProperty(_root, _xmouse)) && (getProperty(_root.player, _x) < 470)) && (10 < _root.mycontrol)) {
setProperty("_root.player", _x , getProperty(_root.player, _x) + 6);
}
if ((Key.isDown(Key.left) && (30 < getProperty(_root.player, _x))) && (_root.mycontrol < 1)) {
setProperty("_root.player", _x , getProperty(_root.player, _x) - 4);
}
if ((Key.isDown(Key.right) && (getProperty(_root.player, _x) < 370)) && (_root.mycontrol < 1)) {
setProperty("_root.player", _x , getProperty(_root.player, _x) + 4);
}
if (Key.isDown(17) && (_root.firecheck < 1)) {
tellTarget (_root.player.laser) {
play();
};
}
if (Key.isDown(Key.space) && (_root.shield < 1)) {
tellTarget (_root.player.shield) {
play();
};
}
}
Instance of Symbol 86 MovieClip in Frame 217
onClipEvent (mouseDown) {
if ((_root.firecheck < 1) && (10 < _root.mycontrol)) {
tellTarget (_root.player.laser) {
play();
};
} else {
tellTarget (_root.player.laser) {
stop();
};
}
}
Instance of Symbol 93 MovieClip "enemy1" in Frame 217
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 93 MovieClip "enemy2" in Frame 217
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 93 MovieClip "enemy4" in Frame 217
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 217
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 93 MovieClip "enemy5" in Frame 217
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 217
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 94 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (_root.left < 1) {
tellTarget ("_root") {
play();
};
}
}
Frame 218
stop();
left = 7;
Instance of Symbol 93 MovieClip "enemy1" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(50) + 50);
}
}
Instance of Symbol 93 MovieClip "enemy2" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(50) + 250);
}
}
Instance of Symbol 93 MovieClip "enemy4" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , random(50) + 50);
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , random(50) + 250);
}
}
Instance of Symbol 93 MovieClip "enemy5" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , random(50) + 50);
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , random(50) + 250);
}
}
Instance of Symbol 93 MovieClip "enemy8" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , -40);
setProperty(this, _x , random(150) + 10);
}
}
Instance of Symbol 93 MovieClip "enemy4" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , -50);
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , 420);
}
}
Instance of Symbol 93 MovieClip "enemy5" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , -100);
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 218
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , 460);
}
}
Frame 219
stop();
left = 5;
Instance of Symbol 120 MovieClip "enemy1" in Frame 219
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy2" in Frame 219
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy3" in Frame 219
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy4" in Frame 219
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy5" in Frame 219
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Frame 220
stop();
left = 6;
Instance of Symbol 93 MovieClip "enemy5" in Frame 220
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , -100);
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 220
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , 460);
}
}
Frame 221
tellTarget ("_root.rank") {
nextFrame();
};
stop();
left = 7;
Instance of Symbol 128 MovieClip "enemy1" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy2" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy3" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy4" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy5" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy6" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy7" in Frame 221
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Frame 222
stop();
left = 6;
Instance of Symbol 93 MovieClip "enemy1" in Frame 222
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , 0);
}
}
Instance of Symbol 93 MovieClip "enemy2" in Frame 222
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , 370);
}
}
Instance of Symbol 93 MovieClip "enemy4" in Frame 222
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , -50);
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 222
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , 420);
}
}
Instance of Symbol 93 MovieClip "enemy5" in Frame 222
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , -100);
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 222
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , 460);
}
}
Frame 223
stop();
left = 6;
Frame 224
stop();
left = 9;
Instance of Symbol 120 MovieClip "enemy1" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Instance of Symbol 120 MovieClip "enemy2" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy3" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Instance of Symbol 120 MovieClip "enemy4" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Instance of Symbol 120 MovieClip "enemy5" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Instance of Symbol 120 MovieClip "enemy6" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Instance of Symbol 120 MovieClip "enemy7" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(250) + 50);
}
}
Instance of Symbol 120 MovieClip "enemy9" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Instance of Symbol 120 MovieClip "enemy8" in Frame 224
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350));
}
}
Frame 225
stop();
left = 8;
Instance of Symbol 130 MovieClip "enemy1" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 6);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy4" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 6);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy5" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy6" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 6);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy2" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 7);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy3" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 6);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy7" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 6);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 130 MovieClip "enemy8" in Frame 225
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 7);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Frame 226
tellTarget ("_root.rank") {
nextFrame();
};
stop();
_root.left = 7;
Instance of Symbol 93 MovieClip "enemy1" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(50) + 50);
}
}
Instance of Symbol 93 MovieClip "enemy2" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(50) + 250);
}
}
Instance of Symbol 93 MovieClip "enemy4" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , random(50) + 50);
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , random(50) + 250);
}
}
Instance of Symbol 93 MovieClip "enemy5" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , random(50) + 50);
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , random(50) + 250);
}
}
Instance of Symbol 93 MovieClip "enemy8" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , -40);
setProperty(this, _x , random(150) + 10);
}
}
Instance of Symbol 93 MovieClip "enemy1" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , 0);
}
}
Instance of Symbol 93 MovieClip "enemy2" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , 370);
}
}
Instance of Symbol 93 MovieClip "enemy4" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , -50);
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -50);
setProperty(this, _x , 420);
}
}
Instance of Symbol 93 MovieClip "enemy5" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , -100);
}
}
Instance of Symbol 93 MovieClip "enemy6" in Frame 226
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 5);
setProperty(this, _x , getProperty(this, _x) - 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , 460);
}
}
Frame 227
stop();
left = 7;
Instance of Symbol 128 MovieClip "enemy1" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy2" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy3" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy4" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy5" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy6" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 128 MovieClip "enemy7" in Frame 227
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , 0);
setProperty(this, _x , random(400));
}
}
Frame 228
stop();
left = 6;
Frame 229
left = 9;
stop();
Instance of Symbol 120 MovieClip "enemy1" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy5" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 93 MovieClip "enemy2" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , -70);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 93 MovieClip "enemy3" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 4);
} else {
setProperty(this, _y , -100);
setProperty(this, _x , random(400));
}
}
Instance of Symbol 120 MovieClip "enemy8" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy7" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy9" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Instance of Symbol 120 MovieClip "enemy6" in Frame 229
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
setProperty(this, _x , getProperty(this, _x) + (random(10) - 5));
} else {
setProperty(this, _y , -35);
setProperty(this, _x , random(350) + 10);
}
}
Frame 230
tellTarget ("_root.rank") {
nextFrame();
};
left = 1;
stop();
Frame 231
gotoAndStop (217);
Frame 242
gotoAndPlay (250);
Frame 250
if (0 < _root.myscore) {
stop();
} else {
gotoAndPlay (264);
}
Mouse.show();
Instance of Symbol 175 MovieClip in Frame 250
onClipEvent (load) {
scoreLocation = "_root.myscore";
gamename = "warrior";
saveScore = true;
scoreIsTime = false;
scoreReversed = false;
}
Frame 264
gotoAndStop (188);
Instance of Symbol 111 MovieClip "rank" in Frame 264
onClipEvent (load) {
tellTarget (this) {
gotoAndStop(_root.rank);
};
}
Frame 279
stop();
Symbol 16 MovieClip Frame 17
gotoAndPlay (1);
Symbol 17 MovieClip Frame 185
stop();
Symbol 25 MovieClip Frame 1
starrandom = random(100) + 1;
starspeed = random(5) + 4;
Symbol 25 MovieClip Frame 2
if (starrandom < 90) {
gotoAndPlay (1);
}
Symbol 25 MovieClip Frame 3
setProperty("starfall", _x , random(390) + 5);
Symbol 25 MovieClip Frame 4
if (getProperty(starfall, _y) < 400) {
setProperty("starfall", _y , getProperty(starfall, _y) + starspeed);
} else {
gotoAndPlay (1);
}
Symbol 25 MovieClip Frame 5
gotoAndPlay (4);
Symbol 41 Button
on (release) {
getURL ("http://www.miniclip.com/Homepage.htm", "_blank");
}
Symbol 42 Button
on (release) {
Mouse.hide();
tellTarget ("music") {
gotoAndPlay (2);
};
gotoAndStop (217);
}
Symbol 43 Button
on (release) {
gotoAndStop ("options");
}
Symbol 44 Button
on (release) {
gotoAndStop ("readme");
}
Symbol 46 MovieClip Frame 1
stop();
Symbol 50 Button
on (release) {
getURL ("http://www.miniclip.com/signup.htm", "_blank");
}
Symbol 53 Button
on (release) {
play();
}
Symbol 57 MovieClip Frame 1
_root.mycontrol = 100;
stop();
Symbol 57 MovieClip Frame 2
stop();
_root.mycontrol = 0;
Symbol 63 Button
on (release) {
gotoAndStop (188);
}
Symbol 78 MovieClip Frame 1
setProperty(_root.player.laser.laserscript, _y , 5);
_root.firecheck = 0;
stop();
Symbol 78 MovieClip Frame 2
_root.firecheck = 10;
stop();
Instance of Symbol 76 MovieClip "laserscript" in Symbol 78 MovieClip Frame 2
onClipEvent (enterFrame) {
if (-350 < getProperty(this, _y)) {
setProperty(this, _y , getProperty(this, _y) - _root.laserspeed);
} else {
tellTarget ("../") {
gotoAndStop (1);
};
}
}
Symbol 83 MovieClip Frame 1
_root.shield = 0;
stop();
Symbol 83 MovieClip Frame 2
_root.shield = 10;
Symbol 83 MovieClip Frame 90
_root.shield = 0;
Symbol 83 MovieClip Frame 91
time = getTimer();
Symbol 83 MovieClip Frame 92
if (4000 < (getTimer() - time)) {
gotoAndPlay (1);
}
Symbol 83 MovieClip Frame 93
gotoAndPlay ("timercheck");
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
tellTarget ("_root.lifemeter") {
nextFrame();
};
tellTarget ("_root.321") {
play();
};
Symbol 91 MovieClip Frame 7
removeMovieClip("");
stop();
Symbol 93 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 93 MovieClip Frame 1
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();
};
}
}
Symbol 93 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 93 MovieClip Frame 14
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 4
tellTarget ("../") {
gotoAndPlay ("gameover");
};
Symbol 111 MovieClip Frame 1
_root.rank = 1;
stop();
Symbol 111 MovieClip Frame 2
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 3
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 4
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 5
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 6
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 7
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 8
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 9
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 10
tellTarget ("_root.lifemeter") {
prevFrame();
};
_root.rank = 1;
gotoAndStop (1);
Symbol 118 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 120 MovieClip Frame 1
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();
};
}
}
Symbol 120 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 100;
Symbol 120 MovieClip Frame 15
stop();
Symbol 123 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip "test" in Symbol 123 MovieClip Frame 1
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();
};
}
}
Symbol 123 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 250;
Symbol 123 MovieClip Frame 12
stop();
Symbol 124 MovieClip Frame 1
rnd = random(100) + 1;
Symbol 124 MovieClip Frame 3
if (rnd < 92) {
gotoAndPlay (1);
}
Symbol 125 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 128 MovieClip Frame 1
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 of Symbol 127 MovieClip "rocktuner" in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) {
setProperty(this, _rotation , getProperty(this, _rotation) + random(5));
}
Symbol 128 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 128 MovieClip Frame 14
stop();
Symbol 130 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 130 MovieClip Frame 1
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();
};
}
}
Symbol 130 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 130 MovieClip Frame 14
stop();
Instance of Symbol 132 MovieClip in Symbol 133 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) {
tellTarget ("_root.player") {
play();
};
}
}
Symbol 136 MovieClip Frame 1
stop();
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ("_root.player.laser") {
gotoAndStop (1);
};
tellTarget ("../") {
nextFrame();
};
}
}
Symbol 136 MovieClip Frame 24
stop();
Symbol 138 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 138 MovieClip Frame 1
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();
};
}
}
Symbol 138 MovieClip Frame 2
_root.myscore = _root.myscore + 550;
Symbol 138 MovieClip Frame 14
_root.left = _root.left - 1;
stop();
Instance of Symbol 133 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) {
if (getProperty(this, _y) < 400) {
setProperty(this, _y , getProperty(this, _y) + 8);
} else {
setProperty(this, _y , -40);
setProperty(this, _x , random(150) - 80);
}
}
Symbol 143 MovieClip Frame 150
tellTarget ("../") {
nextFrame();
};
Symbol 145 Button
on (release) {
gotoAndStop (188);
}
Symbol 155 MovieClip Frame 1
this._visible = false;
Symbol 169 Button
on (release) {
gameURL = ("http://www.miniclip.com/" + gamename) + ".htm";
getURL (gameURL, "_blank");
}
Instance of Symbol 155 MovieClip "mcHighscores" in Symbol 175 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 175 MovieClip Frame 2
if (((_url.slice(0, 23) != "http://www.miniclip.com") and (_url.slice(0, 19) != "http://miniclip.com")) and (_url.slice(0, 20) != "http://66.132.254.49")) {
gotoAndStop(_currentframe + 1);
} else {
var noCache = (getTimer() + random(100000));
mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache);
stop();
}
Symbol 175 MovieClip Frame 3
stop();
Symbol 181 Button
on (release) {
getURL ("http://www.miniclip.com/download_warrior.htm", "_blank");
}
Symbol 186 Button
on (release) {
gotoAndStop (188);
}