Instance of Symbol 20 MovieClip in Frame 1
onClipEvent (load) {
IP = "64.239.33.252";
gamename = "GalacticOS";
countername = "GalacticOS";
}
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 60 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 89 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(Key.CONTROL) && (_root.firecheck < 1)) {
tellTarget (_root.player.laser) {
play();
};
}
if (Key.isDown(Key.space) && (_root.shield < 1)) {
tellTarget (_root.player.shield) {
play();
};
}
}
Instance of Symbol 90 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 97 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 98 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 99 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 99 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 100 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 101 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 102 MovieClip in Frame 217
onClipEvent (enterFrame) {
if (_root.left < 1) {
tellTarget ("_root") {
play();
};
}
}
Frame 218
stop();
left = 7;
Instance of Symbol 127 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 128 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 129 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 130 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 131 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 132 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 133 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 134 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 135 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 136 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 137 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 140 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 140 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 140 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 140 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 140 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 136 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 137 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 152 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 153 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 134 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 135 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 136 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 137 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 154 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 140 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 154 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 154 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 154 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 154 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 155 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 154 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 154 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 158 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 158 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 159 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 158 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 160 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 158 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 158 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 160 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 127 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 128 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 129 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 130 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 131 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 132 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 133 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 161 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 162 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 163 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 164 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 165 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 166 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 140 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 140 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 100 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 101 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 140 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 140 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 140 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 140 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
Mouse.show();
Instance of Symbol 191 MovieClip "rank" in Frame 250
onClipEvent (load) {
tellTarget (this) {
gotoAndStop(_root.rank);
};
}
Frame 279
stop();
Symbol 16 MovieClip Frame 17
gotoAndPlay (1);
Symbol 17 MovieClip Frame 185
stop();
Symbol 20 MovieClip Frame 1
if ((this.countername != "") && (this.gamename != "")) {
strMovie = (this.gamename + "@") + this.countername;
this.loadMovie(((("http://" + this.IP) + "/stats/SWFcounters/") + strMovie) + ".swf");
}
stop();
Symbol 28 MovieClip Frame 1
starrandom = random(100) + 1;
starspeed = random(5) + 4;
Symbol 28 MovieClip Frame 2
if (starrandom < 90) {
gotoAndPlay (1);
}
Symbol 28 MovieClip Frame 3
setProperty("starfall", _x , random(390) + 5);
Symbol 28 MovieClip Frame 4
if (getProperty(starfall, _y) < 400) {
setProperty("starfall", _y , getProperty(starfall, _y) + starspeed);
} else {
gotoAndPlay (1);
}
Symbol 28 MovieClip Frame 5
gotoAndPlay (4);
Symbol 44 Button
on (release) {
getURL ("http://www.miniclip.com/Homepage.htm", "_blank");
}
Symbol 45 Button
on (release) {
Mouse.hide();
tellTarget ("music") {
gotoAndPlay (2);
};
gotoAndStop (217);
}
Symbol 46 Button
on (release) {
gotoAndStop (196);
}
Symbol 47 Button
on (release) {
gotoAndStop (207);
}
Symbol 49 MovieClip Frame 1
stop();
Symbol 53 Button
on (release) {
getURL ("http://www.miniclip.com/signup.htm", "_blank");
}
Symbol 56 Button
on (release) {
play();
}
Symbol 60 MovieClip Frame 1
_root.mycontrol = 100;
stop();
Symbol 60 MovieClip Frame 2
stop();
_root.mycontrol = 0;
Symbol 66 Button
on (release) {
gotoAndStop (188);
}
Symbol 82 MovieClip Frame 1
setProperty(_root.player.laser.laserscript, _y , 5);
_root.firecheck = 0;
stop();
Symbol 82 MovieClip Frame 2
_root.firecheck = 10;
stop();
Instance of Symbol 80 MovieClip "laserscript" in Symbol 82 MovieClip Frame 2
onClipEvent (enterFrame) {
if (-350 < getProperty(this, _y)) {
setProperty(this, _y , getProperty(this, _y) - _root.laserspeed);
} else {
tellTarget ("../") {
gotoAndStop (1);
};
}
}
Symbol 87 MovieClip Frame 1
_root.shield = 0;
stop();
Symbol 87 MovieClip Frame 2
_root.shield = 10;
Symbol 87 MovieClip Frame 90
_root.shield = 0;
Symbol 87 MovieClip Frame 91
time = getTimer();
Symbol 87 MovieClip Frame 92
if (4000 < (getTimer() - time)) {
gotoAndPlay (1);
}
Symbol 87 MovieClip Frame 93
gotoAndPlay (92);
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
tellTarget ("_root.lifemeter") {
nextFrame();
};
tellTarget ("_root.321") {
play();
};
Symbol 95 MovieClip Frame 7
removeMovieClip("");
stop();
Symbol 97 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 97 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 97 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 97 MovieClip Frame 14
stop();
Symbol 98 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 98 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 98 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 98 MovieClip Frame 14
stop();
Symbol 99 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 99 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 99 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 99 MovieClip Frame 14
stop();
Symbol 100 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 100 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 100 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 100 MovieClip Frame 14
stop();
Symbol 101 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 101 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 101 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 101 MovieClip Frame 14
stop();
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 4
tellTarget ("../") {
gotoAndPlay ("gameover");
};
Symbol 119 MovieClip Frame 1
_root.rank = 1;
stop();
Symbol 119 MovieClip Frame 2
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 3
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 4
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 5
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 6
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 7
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 8
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 9
_root.rank = _root.rank + 1;
Symbol 119 MovieClip Frame 10
tellTarget ("_root.lifemeter") {
prevFrame();
};
_root.rank = 1;
gotoAndStop (1);
Symbol 126 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 127 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 127 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 127 MovieClip Frame 14
stop();
Symbol 128 MovieClip Frame 1
stop();
Instance of Symbol 92 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();
};
}
}
Symbol 128 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 128 MovieClip Frame 14
stop();
Symbol 129 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 129 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 129 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 129 MovieClip Frame 14
stop();
Symbol 130 MovieClip Frame 1
stop();
Instance of Symbol 92 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();
Symbol 131 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 131 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 131 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 131 MovieClip Frame 14
stop();
Symbol 132 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 132 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 132 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 132 MovieClip Frame 14
stop();
Symbol 133 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 133 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 133 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 133 MovieClip Frame 14
stop();
Symbol 134 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 134 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 134 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 134 MovieClip Frame 14
stop();
Symbol 135 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 135 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 135 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 135 MovieClip Frame 14
stop();
Symbol 136 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 136 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 136 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 136 MovieClip Frame 14
stop();
Symbol 137 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 137 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 137 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 137 MovieClip Frame 14
stop();
Symbol 140 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip in Symbol 140 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 140 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 100;
Symbol 140 MovieClip Frame 15
stop();
Symbol 144 MovieClip Frame 1
stop();
Instance of Symbol 142 MovieClip "test" in Symbol 144 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 144 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 250;
Symbol 144 MovieClip Frame 12
stop();
Symbol 145 MovieClip Frame 1
rnd = random(100) + 1;
Symbol 145 MovieClip Frame 3
if (rnd < 92) {
gotoAndPlay (1);
}
Symbol 146 MovieClip Frame 1
rnd = random(100) + 1;
Symbol 146 MovieClip Frame 3
if (rnd < 92) {
gotoAndPlay (1);
}
Symbol 147 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 1
stop();
Instance of Symbol 148 MovieClip in Symbol 151 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 150 MovieClip "rocktuner" in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) {
setProperty(this, _rotation , getProperty(this, _rotation) + random(5));
}
Symbol 151 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 151 MovieClip Frame 14
stop();
Symbol 152 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 152 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 152 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 152 MovieClip Frame 14
stop();
Symbol 153 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 153 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 153 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 153 MovieClip Frame 14
stop();
Symbol 154 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip in Symbol 154 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 154 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 100;
Symbol 154 MovieClip Frame 15
stop();
Symbol 155 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip in Symbol 155 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 155 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 100;
Symbol 155 MovieClip Frame 15
stop();
Symbol 158 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 158 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 158 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 158 MovieClip Frame 14
stop();
Symbol 159 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 159 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 159 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 159 MovieClip Frame 14
stop();
Symbol 160 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 160 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 160 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 160 MovieClip Frame 14
stop();
Symbol 161 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 161 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 161 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 161 MovieClip Frame 14
stop();
Symbol 162 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 162 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 162 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 162 MovieClip Frame 14
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 163 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 163 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 163 MovieClip Frame 14
stop();
Symbol 164 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 164 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 164 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 164 MovieClip Frame 14
stop();
Symbol 165 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 165 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 165 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 165 MovieClip Frame 14
stop();
Symbol 166 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 166 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 166 MovieClip Frame 2
_root.left = _root.left - 1;
_root.myscore = _root.myscore + 50;
Symbol 166 MovieClip Frame 14
stop();
Instance of Symbol 168 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) {
tellTarget ("_root.player") {
play();
};
}
}
Symbol 172 MovieClip Frame 1
stop();
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ("_root.player.laser") {
gotoAndStop (1);
};
tellTarget ("../") {
nextFrame();
};
}
}
Symbol 172 MovieClip Frame 24
stop();
Symbol 173 MovieClip Frame 1
stop();
Instance of Symbol 171 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.laser)) {
tellTarget ("_root.player.laser") {
gotoAndStop (1);
};
tellTarget ("../") {
nextFrame();
};
}
}
Symbol 173 MovieClip Frame 24
stop();
Symbol 176 MovieClip Frame 1
stop();
Instance of Symbol 174 MovieClip in Symbol 176 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 176 MovieClip Frame 2
_root.myscore = _root.myscore + 550;
Symbol 176 MovieClip Frame 14
_root.left = _root.left - 1;
stop();
Instance of Symbol 169 MovieClip in Symbol 178 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 181 MovieClip Frame 150
tellTarget ("../") {
nextFrame();
};
Symbol 188 Button
on (release) {
getURL ("http://www.miniclip.com/download_warrior.htm", "_blank");
}
Symbol 191 MovieClip Frame 1
_root.rank = 1;
stop();
Symbol 191 MovieClip Frame 2
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 3
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 4
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 5
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 6
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 7
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 8
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 9
_root.rank = _root.rank + 1;
Symbol 191 MovieClip Frame 10
tellTarget ("_root.lifemeter") {
prevFrame();
};
_root.rank = 1;
gotoAndStop (1);
Symbol 194 Button
on (release) {
gotoAndStop (188);
}