Frame 1
if (_global.System) {
System.security.allowDomain("mochibot.com");
}
_level0.__com_mochibot__swfid = "6e23895d";
loadMovieNum ("http://mochibot.com/my/core.swf", 10301);
stage.showMenu = false;
Frame 79
stop();
Frame 80
stopAllSounds();
gamescore = 0;
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 81
stop();
gotoAndPlay (84);
Frame 82
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 140 MovieClip "enemy" in Frame 82
onClipEvent (load) {
function reset() {
this._y = -160;
this._x = random(450) + 100;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 141 MovieClip in Frame 82
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 100;
enemySpeed = random(3) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 144 MovieClip in Frame 82
onClipEvent (load) {
function reset() {
this._y = -95;
this._x = random(400) + 100;
enemySpeed = random(3) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 83
stop();
gotoAndPlay (302);
Frame 84
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 85
stop();
gotoAndPlay (88);
Frame 86
stop();
StageWidth = 550;
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
}
player.onEnterFrame = moveStuff;
Instance of Symbol 182 MovieClip in Frame 86
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(450) + 100;
enemySpeed = random(4) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 183 MovieClip in Frame 86
onClipEvent (load) {
function reset() {
this._y = -195;
this._x = random(400) + 100;
enemySpeed = random(2) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 184 MovieClip in Frame 86
onClipEvent (load) {
function reset() {
this._y = -150;
this._x = random(400) + 100;
enemySpeed = random(4) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 185 MovieClip in Frame 86
onClipEvent (load) {
function reset() {
this._y = -120;
this._x = random(400) + 100;
enemySpeed = random(4) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 87
stop();
gotoAndPlay (302);
Frame 88
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 89
stop();
gotoAndPlay (92);
Frame 90
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 182 MovieClip in Frame 90
onClipEvent (load) {
function reset() {
this._y = -90;
this._x = random(450) + 100;
enemySpeed = random(5) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 213 MovieClip in Frame 90
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 100;
enemySpeed = random(2) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 214 MovieClip in Frame 90
onClipEvent (load) {
function reset() {
this._y = -150;
this._x = random(400) + 100;
enemySpeed = random(5) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 215 MovieClip in Frame 90
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(450) + 100;
enemySpeed = random(3) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 216 MovieClip in Frame 90
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 100;
enemySpeed = random(2) + 2;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 91
stop();
gotoAndPlay (302);
Frame 92
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 93
stop();
gotoAndPlay (96);
Frame 94
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 251 MovieClip in Frame 94
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 100;
enemySpeed = random(5) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 182 MovieClip in Frame 94
onClipEvent (load) {
function reset() {
this._y = -120;
this._x = random(450) + 100;
enemySpeed = random(5) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 215 MovieClip in Frame 94
onClipEvent (load) {
function reset() {
this._y = -85;
this._x = random(450) + 100;
enemySpeed = random(3) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 252 MovieClip in Frame 94
onClipEvent (load) {
function reset() {
this._y = -250;
this._x = random(400) + 100;
enemySpeed = random(5) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 253 MovieClip in Frame 94
onClipEvent (load) {
function reset() {
this._y = -103;
this._x = random(450) + 100;
enemySpeed = random(6) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 254 MovieClip in Frame 94
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 100;
enemySpeed = random(5) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 95
stop();
gotoAndPlay (302);
Frame 96
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 97
stop();
gotoAndPlay (302);
Frame 98
stop();
Frame 99
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 182 MovieClip in Frame 99
onClipEvent (load) {
function reset() {
this._y = -250;
this._x = random(450) + 100;
enemySpeed = random(4) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 215 MovieClip in Frame 99
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(450) + 100;
enemySpeed = random(6) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 253 MovieClip in Frame 99
onClipEvent (load) {
function reset() {
this._y = -103;
this._x = random(450) + 100;
enemySpeed = random(5) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 60;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 307 MovieClip in Frame 99
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 100;
enemySpeed = random(6) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 308 MovieClip in Frame 99
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 100;
enemySpeed = random(5) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 309 MovieClip in Frame 99
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 100;
enemySpeed = random(4) + 3;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 100
stop();
gotoAndPlay (302);
Frame 101
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 102
stop();
gotoAndPlay (105);
Frame 103
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 334 MovieClip in Frame 103
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(450) + 100;
enemySpeed = random(5) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 103
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(450) + 100;
enemySpeed = random(3) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 338 MovieClip in Frame 103
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 100;
enemySpeed = random(4) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 339 MovieClip in Frame 103
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 100;
enemySpeed = random(5) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 340 MovieClip in Frame 103
onClipEvent (load) {
function reset() {
this._y = -150;
this._x = random(400) + 100;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 341 MovieClip in Frame 103
onClipEvent (load) {
function reset() {
this._y = -350;
this._x = random(400) + 100;
enemySpeed = random(5) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 104
stop();
gotoAndPlay (302);
Frame 105
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 106
stop();
gotoAndPlay (109);
Frame 107
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 334 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 100;
enemySpeed = random(6) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 100;
enemySpeed = random(5) + 11;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 376 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -250;
this._x = random(400) + 100;
enemySpeed = random(5) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 377 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 100;
enemySpeed = random(6) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 100;
enemySpeed = random(7) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 380 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -250;
this._x = random(400) + 100;
enemySpeed = random(8) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 381 MovieClip in Frame 107
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(400) + 100;
enemySpeed = random(9) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 108
stop();
gotoAndPlay (302);
Frame 109
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 110
stop();
gotoAndPlay (113);
Frame 111
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 334 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 100;
enemySpeed = random(7) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 50;
enemySpeed = random(5) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 100;
enemySpeed = random(10) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 406 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(400) + 50;
enemySpeed = random(8) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 407 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 50;
enemySpeed = random(8) + 4;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 410 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 50;
enemySpeed = random(8) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 411 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(400) + 50;
enemySpeed = random(8) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 412 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(400) + 50;
enemySpeed = random(8) + 5;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 413 MovieClip in Frame 111
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 50;
enemySpeed = random(9) + 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 112
stop();
gotoAndPlay (302);
Frame 113
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 114
stop();
gotoAndPlay (117);
Frame 115
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 439 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 334 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -750;
this._x = random(400) + 100;
enemySpeed = random(6) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -150;
this._x = random(400) + 50;
enemySpeed = random(5) + 13;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -350;
this._x = random(400) + 100;
enemySpeed = random(4) + 14;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 440 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 441 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 442 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 443 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 444 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 445 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 446 MovieClip in Frame 115
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 50;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Frame 116
stop();
gotoAndPlay (302);
Frame 117
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 118
stop();
gotoAndPlay (302);
Frame 119
stop();
Frame 120
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 335 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -150;
this._x = random(400) + 50;
enemySpeed = random(8) + 11;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 335 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -350;
this._x = random(400) + 100;
enemySpeed = random(7) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 498 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 50;
enemySpeed = random(4) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 499 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(400) + 50;
enemySpeed = random(4) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 500 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 50;
enemySpeed = random(4) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 501 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 50;
enemySpeed = random(4) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 502 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(400) + 50;
enemySpeed = random(4) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 503 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 50;
enemySpeed = random(4) + 15;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 504 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -800;
this._x = random(400) + 50;
enemySpeed = random(4) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 505 MovieClip in Frame 120
onClipEvent (load) {
function reset() {
this._y = -1000;
this._x = random(400) + 100;
enemySpeed = random(10) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Frame 121
stop();
gotoAndPlay (302);
Frame 291
stop();
gotoAndPlay (292);
Frame 292
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
stop();
Frame 293
stop();
gotoAndPlay (302);
Frame 294
stop();
gotoAndPlay (301);
Frame 295
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
Instance of Symbol 562 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -550;
this._x = random(400) + 50;
enemySpeed = random(19) + 1;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 563 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -350;
this._x = random(400) + 50;
enemySpeed = random(10) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 150;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 564 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(400) + 50;
enemySpeed = random(9) + 11;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 100;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 566 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(400) + 50;
enemySpeed = random(5) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 568 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 50;
enemySpeed = random(4) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 571 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 50;
enemySpeed = random(3) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 573 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -400;
this._x = random(400) + 50;
enemySpeed = random(5) + 8;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 575 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -500;
this._x = random(400) + 50;
enemySpeed = random(8) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 577 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(400) + 50;
enemySpeed = random(10) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 579 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(400) + 50;
enemySpeed = random(4) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 581 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -900;
this._x = random(400) + 50;
enemySpeed = random(15) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.moneybar.Play();
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
_root.gamescore = _root.gamescore + 50;
reset();
}
if (this.hitTest(_root.bottombar)) {
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 10;
reset();
}
}
Instance of Symbol 582 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -350;
this._x = random(400) + 50;
enemySpeed = random(18) + 2;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 150;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 583 MovieClip in Frame 295
onClipEvent (load) {
function reset() {
this._y = -200;
this._x = random(400) + 50;
enemySpeed = random(8) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
_root.health.Play();
var badsound = new Sound();
badsound.attachSound("bad");
badsound.start();
_root.gamescore = _root.gamescore - 150;
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Frame 296
stop();
gotoAndPlay (302);
Frame 297
stop();
Frame 298
stop();
Frame 299
stop();
Frame 300
stop();
Frame 301
var playername = "";
stop();
Frame 302
stop();
Frame 303
stop();
var playername = "";
Frame 304
stop();
Frame 305
stop();
function moveStuff() {
if (Key.isDown(37)) {
this._x = this._x - 18;
}
if (Key.isDown(39)) {
this._x = this._x + 18;
}
if (this._x > (StageWidth + (this._width / 2))) {
this._x = -(this._width / 2);
}
if (this._x < (-(this._width / 2))) {
this._x = StageWidth + (this._width / 2);
}
}
StageWidth = 550;
player.onEnterFrame = moveStuff;
stopAllSounds();
var levelsound = new Sound();
levelsound.attachSound("levelstart");
levelsound.start();
Instance of Symbol 691 MovieClip in Frame 305
onClipEvent (load) {
function reset() {
this._y = -150;
this._x = random(400) + 100;
enemySpeed = random(4) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 692 MovieClip in Frame 305
onClipEvent (load) {
function reset() {
this._y = -300;
this._x = random(400) + 100;
enemySpeed = random(4) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 693 MovieClip in Frame 305
onClipEvent (load) {
function reset() {
this._y = -450;
this._x = random(400) + 100;
enemySpeed = random(4) + 18;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 694 MovieClip in Frame 305
onClipEvent (load) {
function reset() {
this._y = -600;
this._x = random(400) + 100;
enemySpeed = random(12) + 6;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Instance of Symbol 695 MovieClip in Frame 305
onClipEvent (load) {
function reset() {
this._y = -700;
this._x = random(400) + 100;
enemySpeed = random(20) + 15;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._y = this._y + (enemySpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y + enemySpeed;
}
if (this._y > 440) {
reset();
}
if (this.hitTest(_root.player)) {
var moneysound = new Sound();
moneysound.attachSound("money");
moneysound.start();
reset();
}
if (this.hitTest(_root.bottombar)) {
reset();
}
}
Symbol 7 Button
on (release) {
getURL ("http://www.albinoblacksheep.com/", "_blank");
}
Symbol 20 Button
on (release) {
_root.play();
}
Symbol 21 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(loading_bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 21 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 Button
on (release) {
gotoAndPlay (297);
}
Symbol 41 Button
on (release) {
gotoAndPlay (304);
}
Symbol 45 Button
on (release) {
getURL ("http://sgproductions.org", "_blank");
}
Symbol 49 Button
on (release) {
gotoAndPlay (80);
}
Symbol 53 Button
on (release) {
_quality = "HIGH";
}
Symbol 55 Button
on (release) {
_quality = "LOW";
}
Symbol 57 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 65 Button
on (release) {
getURL ("http://www.somethingawful.com", "_blank");
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();
Symbol 98 MovieClip Frame 3
stop();
Symbol 98 MovieClip Frame 4
stop();
Symbol 98 MovieClip Frame 5
stop();
Symbol 98 MovieClip Frame 6
stop();
Symbol 98 MovieClip Frame 7
stop();
Symbol 98 MovieClip Frame 8
stop();
Symbol 98 MovieClip Frame 9
stop();
Symbol 98 MovieClip Frame 10
stop();
Symbol 98 MovieClip Frame 11
stop();
Symbol 98 MovieClip Frame 12
stop();
Symbol 98 MovieClip Frame 13
stop();
Symbol 98 MovieClip Frame 14
stop();
Symbol 98 MovieClip Frame 15
stop();
Symbol 98 MovieClip Frame 16
stop();
Symbol 98 MovieClip Frame 17
stop();
Symbol 98 MovieClip Frame 18
stop();
Symbol 98 MovieClip Frame 19
stop();
this._parent.prevFrame();
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 2
stop();
Symbol 109 MovieClip Frame 3
stop();
Symbol 109 MovieClip Frame 4
stop();
Symbol 109 MovieClip Frame 5
stop();
Symbol 109 MovieClip Frame 6
stop();
Symbol 109 MovieClip Frame 7
stop();
Symbol 109 MovieClip Frame 8
stop();
Symbol 109 MovieClip Frame 9
stop();
this._parent.nextFrame();
Symbol 122 Button
on (release) {
gotoAndPlay (82);
}
Symbol 125 Button
on (release) {
getURL ("http://www.albinoblacksheep.com", "_blank");
}
Symbol 153 Button
on (release) {
gotoAndPlay (86);
}
Symbol 156 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 194 Button
on (release) {
gotoAndPlay (90);
}
Symbol 197 Button
on (release) {
getURL ("http://www.somethingawful.com", "_blank");
}
Symbol 229 Button
on (release) {
gotoAndPlay (94);
}
Symbol 232 Button
on (release) {
getURL ("http://www.weebls-stuff.com/", "_blank");
}
Symbol 260 Button
on (release) {
gotoAndPlay (99);
}
Symbol 263 Button
on (release) {
getURL ("http://www.weebls-stuff.com/", "_blank");
}
Symbol 293 Button
on (release) {
gotoAndPlay (101);
}
Symbol 314 Button
on (release) {
gotoAndPlay (103);
}
Symbol 347 Button
on (release) {
gotoAndPlay (107);
}
Symbol 386 Button
on (release) {
gotoAndPlay (111);
}
Symbol 421 Button
on (release) {
gotoAndPlay (115);
}
Symbol 478 Button
on (release) {
gotoAndPlay (120);
}
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 13
gotoAndPlay (2);
Symbol 489 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 13
gotoAndPlay (2);
Symbol 491 Button
on (release) {
gotoAndPlay (122);
}
Symbol 534 Button
on (release) {
getURL ("http://www.weebls-stuff.com/", "_blank");
}
Symbol 543 Button
on (release) {
gotoAndPlay (295);
}
Symbol 589 Button
on (release) {
play();
}
Symbol 594 Button
on (release) {
gotoAndPlay (79);
}
Symbol 608 Button
on (release) {
gameid = 2;
getURL ("http://sgproductions.org/flash/ebtt/highscore/submithigh.php", "_blank", "POST");
}
on (release) {
gotoAndPlay (79);
}
Symbol 617 Button
on (release) {
gotoAndPlay (79);
}
Symbol 625 Button
on (release) {
getURL ("http://www.ebaumsworldsucks.com/", "_blank");
}
Symbol 648 Button
on (release) {
gotoAndPlay (79);
}
Symbol 657 Button
on (release) {
play();
}
Symbol 659 Button
on (release) {
gotoAndPlay (305);
}
Symbol 679 Button
on (release) {
getURL ("http://www.somethingawful.com", "_blank");
}
Symbol 687 Button
on (release) {
gotoAndPlay (302);
}
Symbol 704 Button
on (release) {
getURL ("http://jewishmaracas.ytmnd.com/", "_blank");
}