Frame 1 (42 B)
ifFrameLoaded (7) {
gotoAndStop (3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (24 B)
stop();
shock = false;
Frame 4 (8 B)
stop();
Instance of Symbol 93 MovieClip in Frame 4 (222 B)
onClipEvent (enterFrame) {
ifFrameLoaded (18) {
this.show.gotoAndPlay(4);
}
ifFrameLoaded (24) {
this.show.gotoAndPlay(7);
}
ifFrameLoaded (144) {
_root.loadword.gotoAndPlay(4);
this.show.gotoAndPlay(10);
}
}
Frame 5 (13 B)
prevFrame();
Frame 6 (8 B)
stop();
Frame 7 (13 B)
prevFrame();
Frame 8 (17 B)
gotoAndPlay (9);
Frame 9 (150 B)
game = "none";
htp = "dunno";
volume = "100";
_root.cheat1 = false;
_root.cheat2 = false;
_root.cheat3 = false;
_highquality = "2";
stop();
Instance of Symbol 141 MovieClip in Frame 9 (59 B)
onClipEvent (enterFrame) {
verder.useHandCursor = false;
}
Frame 10 (8 B)
stop();
Instance of Symbol 148 MovieClip in Frame 10 (213 B)
onClipEvent (mouseMove) {
setProperty(this, _alpha , random(30) + 60);
setProperty(this, _alpha , random(30) + 60);
setProperty(this, _xscale , random(50) + 70);
setProperty(this, _yscale , random(50) + 70);
}
Instance of Symbol 151 MovieClip in Frame 10 (225 B)
onClipEvent (mouseMove) {
setProperty("story", _alpha , random(30) + 60);
setProperty("story", _alpha , random(30) + 60);
setProperty("story", _xscale , random(50) + 70);
setProperty("story", _yscale , random(50) + 70);
}
Instance of Symbol 154 MovieClip in Frame 10 (213 B)
onClipEvent (mouseMove) {
setProperty(this, _alpha , random(30) + 60);
setProperty(this, _alpha , random(30) + 60);
setProperty(this, _xscale , random(50) + 70);
setProperty(this, _yscale , random(50) + 70);
}
Instance of Symbol 157 MovieClip in Frame 10 (213 B)
onClipEvent (mouseMove) {
setProperty(this, _alpha , random(30) + 60);
setProperty(this, _alpha , random(30) + 60);
setProperty(this, _xscale , random(50) + 70);
setProperty(this, _yscale , random(50) + 70);
}
Instance of Symbol 162 MovieClip "name" in Frame 10 (243 B)
onClipEvent (mouseMove) {
setProperty(_root.name, _alpha , random(30) + 60);
setProperty(_root.name.glans, _alpha , random(30) + 60);
setProperty(_root.name, _xscale , random(50) + 70);
setProperty(_root.name, _yscale , random(50) + 70);
}
Frame 11 (172 B)
if (_root.diffi == "easy") {
play();
}
if (_root.diffi == "medium") {
play();
}
if (_root.diffi == "hard") {
play();
}
if (_root.diffi == "htp") {
play();
}
Frame 12 (18 B)
play();
play();
Frame 13 (8 B)
play();
Frame 14 (8 B)
play();
Frame 15 (8 B)
play();
Frame 16 (8 B)
play();
Frame 17 (8 B)
play();
Frame 18 (189 B)
play();
stopAllSounds();
_highquality = "2";
if (_root.game == "story") {
gotoAndPlay (19);
} else if (_root.game == "score") {
gotoAndPlay (27);
} else {
gotoAndStop (10);
}
Frame 19 (1.65 KiB) ●
function e1reset() {
_root.elive1 = "100";
tellTarget (_root.enemy1) {
gotoAndPlay (1);
chance = random(2);
if (chance >= 1) {
if (_root.enemy2._x < 275) {
setProperty(_root.enemy1, _x , 660);
} else {
setProperty(_root.enemy1, _x , -111);
}
} else if (chance <= 2) {
if (_root.enemy2._x > 275) {
setProperty(_root.enemy1, _x , -111);
} else {
setProperty(_root.enemy1, _x , 660);
}
}
};
}
function e2reset() {
_root.elive2 = "100";
tellTarget (_root.enemy2) {
gotoAndPlay (1);
chance2 = random(2);
if (chance2 >= 1) {
if (_root.enemy1._x < 110) {
setProperty(_root.enemy2, _x , 660);
} else {
setProperty(_root.enemy2, _x , -111);
}
} else if (chance2 <= 2) {
if (_root.enemy1._x > 460) {
setProperty(_root.enemy2, _x , -111);
} else {
setProperty(_root.enemy2, _x , 660);
}
}
};
}
highscore = false;
stopbul = false;
first = yes;
mp5dep1 = false;
liveshero = 5;
bossplay = false;
bossplay1 = false;
bossplay2 = false;
completed = false;
enemy1live = true;
enemy2live = true;
crazy = false;
go1 = true;
mp5field = false;
boss = false;
bossgo = false;
firstgo = yes;
create = false;
stopper = true;
secgo = false;
numEnemy = 5;
espeed = 5;
auto = yes;
bstop = false;
maxPlatforms = 30;
back = no;
elive2 = 100;
shoot = no;
turn2 = false;
turn = false;
xmin = 220;
xmin2 = 221;
xmax = 330;
xmax2 = 329;
speed = 7;
score = 0;
bosslife = 0;
lives = 100;
elive1 = 100;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
Instance of Symbol 246 MovieClip "back1" in Frame 19 (1.29 KiB) ●
onClipEvent (load) {
_highquality = "2";
}
onClipEvent (enterFrame) {
if (_root.lives == 100) {
if (Key.isDown(37)) {
if (_root.spaceship._x < _root.xmin2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x + _root.speed);
}
}
}
if (Key.isDown(39)) {
if (_root.spaceship._x > _root.xmax2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x - _root.speed);
}
}
}
}
if (_root.diffi == "hard") {
if (this._x <= -50) {
_root.create2 = true;
_root.secgo = true;
}
}
if (_root.diffi == "medium") {
if (this._x <= -800) {
_root.create2 = true;
_root.secgo = true;
}
}
if (_root.diffi == "easy") {
if (this._x <= -10000) {
_root.create2 = true;
}
}
if (this._x >= 0) {
this._x = 0;
_root.stopper = true;
_root.xmin = 100;
_root.xmin2 = 0;
_root.speed = 0;
} else if (this._x >= -300) {
_root.stopper = false;
_root.create = true;
_root.xmin = 220;
_root.xmin2 = 221;
}
if (this._x <= -5270.2) {
_root.xmin = 100;
_root.xmin2 = 0;
_root.speed = 0;
}
if (this._x <= -5503.8) {
_root.xmin = 100;
_root.xmin2 = 0;
_root.speed = 0;
}
if (this._x <= -2000) {
_root.crazy = true;
}
if (this._x <= -5286.2) {
tellTarget (_root.bossbegin) {
play();
};
}
}
Instance of Symbol 310 MovieClip "mp5" in Frame 19 (398 B)
onClipEvent (enterFrame) {
if (_root.lives == 100) {
if (Key.isDown(37)) {
if (_root.spaceship._x < _root.xmin2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x + _root.speed);
}
}
}
if (Key.isDown(39)) {
if (_root.spaceship._x > _root.xmax2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x - _root.speed);
}
}
}
}
}
Instance of Symbol 312 MovieClip "laser" in Frame 19 (1.35 KiB) ●
onClipEvent (load) {
this._y = _root.spaceship._y + 25;
this._x = _root.spaceship._x + 90;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "laser") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 580) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(73);
_root.spaceship.laserCounter--;
chance = random(10);
if (chance >= 8) {
tellTarget (_root.die) {
gotoAndPlay (2);
};
}
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield2)) {
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 2;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 316 MovieClip "sholaser" in Frame 19 (1.07 KiB) ●
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.spaceship._y + 41;
this._x = _root.spaceship._x + 120;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "sholaser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 660) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(40);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(85);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 4;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 312 MovieClip "laserb" in Frame 19 (1.21 KiB) ●
onClipEvent (load) {
this._y = _root.spaceship._y + 25;
this._x = _root.spaceship._x - 90;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "laserb") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < -30) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(73);
_root.spaceship.laserCounter--;
chance = random(10);
if (chance >= 8) {
tellTarget (_root.die) {
gotoAndPlay (2);
};
}
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 2;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 316 MovieClip "sholaser2" in Frame 19 (1.07 KiB) ●
onClipEvent (load) {
laserMoveSpeed = -20;
this._y = _root.spaceship._y + 41;
this._x = _root.spaceship._x - 120;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "sholaser2") {
this._x = this._x + laserMoveSpeed;
if (this._x < -60) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(40);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(85);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 4;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser2" in Frame 19 (647 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy1._y + 10;
this._x = _root.enemy1._x - 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser2") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser3" in Frame 19 (648 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy1._y + 10;
this._x = _root.enemy1._x + 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser2") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser1" in Frame 19 (647 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy2._y + 10;
this._x = _root.enemy2._x - 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser1") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser0" in Frame 19 (648 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy2._y + 10;
this._x = _root.enemy2._x + 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser0") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 509 MovieClip "spaceship" in Frame 19 (1.08 KiB) ●
onClipEvent (enterFrame) {
if (_root.cheat1 == true) {
vforce = 200;
}
}
onClipEvent (load) {
laserCounter = 1;
_root.laser._visible = false;
_root.laserb._visible = false;
_root.elaser0._visible = false;
_root.elaser1._visible = false;
_root.elaser2._visible = false;
_root.elaser3._visible = false;
_root.sholaser._visible = false;
_root.sholaser2._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.enemyscore = 0)) {
_root.spaceship.gotoAndPlay(2);
}
if (_root.lives == 100) {
render();
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
tellTarget ("spaceship") {
};
}
}
}
}
}
onClipEvent (enterFrame) {
if (this._x <= _root.xmin) {
this._x = _root.xmin;
}
if (this._x >= _root.xmax) {
this._x = _root.xmax;
}
}
Instance of Symbol 656 MovieClip "enemy1" in Frame 19 (752 B)
onClipEvent (load) {
setProperty(this, _y , "290");
laserCounter = 1;
}
onClipEvent (enterFrame) {
if (_root.elive1 == 100) {
if (this._x <= _root.spaceship._x) {
_xscale = -100;
_root.turn = true;
} else {
_root.turn = false;
_xscale = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.lives == 100) {
if (Key.isDown(39)) {
if (_root.spaceship._x > 325) {
_x = (_x - _root.speed);
} else {
_x = (_x - 0);
}
}
if (Key.isDown(37)) {
if (_root.spaceship._x < 225) {
_x = (_x + _root.speed);
} else {
_x = (_x + 0);
}
}
}
}
onClipEvent (enterFrame) {
if (this._x < -112) {
_root.e1reset();
}
}
onClipEvent (enterFrame) {
if (this._x > 661) {
_root.e1reset();
}
}
Instance of Symbol 757 MovieClip "enemy2" in Frame 19 (1.42 KiB) ●
onClipEvent (load) {
setProperty(this, _y , "290");
laserCounter = 1;
}
onClipEvent (enterFrame) {
if (_root.secgo == false) {
setProperty(this, _y , "-100");
gotoAndPlay (138);
} else {
setProperty(this, _y , "290");
}
if (_root.elive2 == 100) {
if (this._x <= _root.spaceship._x) {
_xscale = -100;
_root.turn2 = true;
} else {
_root.turn2 = false;
_xscale = 100;
}
}
}
onClipEvent (enterFrame) {
if (_root.diffi == "easy") {
setProperty(this, _x , "275");
setProperty(this, _y , "-500");
}
}
onClipEvent (enterFrame) {
if (_root.diffi == "hard") {
if (_root.lives == 100) {
if (Key.isDown(39)) {
if (_root.spaceship._x > 325) {
_x = (_x - _root.speed);
} else {
_x = (_x - 0);
}
}
if (Key.isDown(37)) {
if (_root.spaceship._x < 225) {
_x = (_x + _root.speed);
} else {
_x = (_x + 0);
}
}
}
}
if (_root.diffi == "medium") {
if (_root.secgo == true) {
if (_root.lives == 100) {
if (Key.isDown(39)) {
if (_root.spaceship._x > 325) {
_x = (_x - _root.speed);
} else {
_x = (_x - 0);
}
}
if (Key.isDown(37)) {
if (_root.spaceship._x < 225) {
_x = (_x + _root.speed);
} else {
_x = (_x + 0);
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this._x < -112) {
_root.e2reset();
}
}
onClipEvent (enterFrame) {
if (this._x > 661) {
_root.e2reset();
}
}
Instance of Symbol 758 MovieClip in Frame 19 (3.78 KiB) ●
onClipEvent (enterFrame) {
if (_root.back1._x <= -700) {
if (_root.score <= 1000) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
}
if (_root.score >= 1000) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -1400) {
if (_root.score <= 1750) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
tellTarget (_root.info) {
gotoAndStop (2);
};
}
if (_root.score >= 1750) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -2100) {
if (_root.score <= 2500) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
tellTarget (_root.info) {
gotoAndStop (3);
};
}
if (_root.score >= 2500) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -2850) {
if (_root.score <= 4000) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
tellTarget (_root.info) {
gotoAndStop (4);
};
}
if (_root.score >= 4000) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -3600) {
if (_root.score <= 5500) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
tellTarget (_root.info) {
gotoAndStop (5);
};
}
if (_root.score >= 5500) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -4350) {
if (_root.score <= 7000) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
tellTarget (_root.info) {
gotoAndStop (6);
};
}
if (_root.score >= 7000) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -5000) {
if (_root.score <= 11000) {
_root.bstop = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
_root.xmax = 450;
_root.xmax2 = 451;
_root.info._visible = true;
tellTarget (_root.info) {
gotoAndStop (7);
};
}
if (_root.score >= 11000) {
_root.bstop = false;
_root.xmin2 = 221;
_root.xmax2 = 329;
_root.speed = 7;
_root.info._visible = false;
}
}
if (_root.back1._x <= -5279.6) {
if (_root.completed == false) {
_root.xmax = 450;
_root.xmax2 = 451;
}
_root.bstop = true;
_root.bossplay = true;
_root.speed = 0;
_root.xmin = 100;
_root.xmin2 = 99;
if (_root.enemy1live == false) {
if (_root.enemy2live == false) {
if (_root.go1 == true) {
tellTarget (_root.bossbegin) {
play();
};
} else {
tellTarget (_root.bossbegin) {
gotoAndPlay (1);
};
}
}
}
}
if (_root.stopper == false) {
if (_root.bstop == false) {
if (_root.spaceship._x <= 330) {
_root.xmax = 330;
} else {
_root.xmax = _root.spaceship._x;
}
if (_root.spaceship._x >= 220) {
_root.xmin = 220;
} else {
_root.xmin = _root.spaceship._x;
}
}
}
}
Instance of Symbol 766 MovieClip "info" in Frame 19 (46 B)
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 876 MovieClip "boss1" in Frame 19 (446 B)
onClipEvent (enterFrame) {
if (_root.boss == true) {
if (_root.lives == 100) {
if (Key.isDown(37)) {
if (_root.spaceship._x < _root.xmin2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x + _root.speed);
}
}
}
if (Key.isDown(39)) {
if (_root.spaceship._x > _root.xmax2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x - _root.speed);
}
}
}
}
}
}
Instance of Symbol 320 MovieClip "livecontroll" in Frame 19 (114 B)
onClipEvent (enterFrame) {
if (_root.liveshero <= -1) {
_root.liveshero = "0";
_root.gameover.play();
}
}
Instance of Symbol 935 MovieClip "ammo" in Frame 19 (145 B)
onClipEvent (load) {
mp5ammo = 0;
shotammo = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat3 == true) {
mp5ammo = 30;
shotammo = 30;
}
}
Frame 23 (31 B)
stop();
_highquality = "2";
Frame 24 (8 B)
stop();
Frame 25 (18 B)
gotoAndPlay (19);
Frame 26 (18 B)
gotoAndStop (10);
Frame 27 (1.74 KiB) ●
function e1reset() {
_root.elive1 = "100";
tellTarget (_root.enemy1) {
gotoAndPlay (1);
chance = random(2);
if (chance >= 1) {
if (_root.enemy2._x < 275) {
setProperty(_root.enemy1, _x , 660);
} else {
setProperty(_root.enemy1, _x , -111);
}
} else if (chance <= 2) {
if (_root.enemy2._x > 275) {
setProperty(_root.enemy1, _x , -111);
} else {
setProperty(_root.enemy1, _x , 660);
}
}
};
}
function e2reset() {
_root.elive2 = "100";
tellTarget (_root.enemy2) {
gotoAndPlay (1);
chance2 = random(2);
if (chance2 >= 1) {
if (_root.enemy1._x < 110) {
setProperty(_root.enemy2, _x , 660);
} else {
setProperty(_root.enemy2, _x , -111);
}
} else if (chance2 <= 2) {
if (_root.enemy1._x > 460) {
setProperty(_root.enemy2, _x , -111);
} else {
setProperty(_root.enemy2, _x , 660);
}
}
};
}
first = yes;
highscore = true;
mp5dep1 = false;
bossplay = false;
bossplay1 = false;
bossplay2 = false;
completed = false;
enemy1live = true;
enemy2live = true;
crazy = false;
go1 = true;
mp5field = false;
boss = false;
bossgo = false;
firstgo = yes;
create = true;
create2 = true;
stopper = true;
numEnemy = 5;
espeed = 5;
auto = yes;
bstop = false;
maxPlatforms = 30;
back = no;
elive2 = 100;
shoot = no;
turn2 = false;
turn = false;
xmin = 100;
xmin2 = 99;
xmax = 450;
xmax2 = 451;
speed = 7;
score = 0;
bosslife = 0;
lives = 100;
elive1 = 100;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
_highquality = "2";
stopAllSounds();
cheat2 = false;
_root.stopbul = false;
_root.liveshero = 0;
diffi = "nvt";
Instance of Symbol 509 MovieClip "spaceship" in Frame 27 (1 KiB) ●
onClipEvent (load) {
laserCounter = 1;
_root.laser._visible = false;
_root.laserb._visible = false;
_root.elaser0._visible = false;
_root.elaser1._visible = false;
_root.elaser2._visible = false;
_root.elaser3._visible = false;
_root.sholaser._visible = false;
_root.sholaser2._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.enemyscore = 0)) {
_root.spaceship.gotoAndPlay(2);
}
if (_root.lives == 100) {
render();
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
tellTarget ("spaceship") {
};
}
}
}
}
}
onClipEvent (enterFrame) {
if (this._x <= _root.xmin) {
this._x = _root.xmin;
}
if (this._x >= _root.xmax) {
this._x = _root.xmax;
}
}
Instance of Symbol 312 MovieClip "laser" in Frame 27 (1.35 KiB) ●
onClipEvent (load) {
this._y = _root.spaceship._y + 25;
this._x = _root.spaceship._x + 90;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "laser") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 580) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(73);
_root.spaceship.laserCounter--;
chance = random(10);
if (chance >= 8) {
tellTarget (_root.die) {
gotoAndPlay (2);
};
}
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield2)) {
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 2;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 656 MovieClip "enemy1" in Frame 27 (427 B)
onClipEvent (load) {
setProperty(this, _y , "290");
laserCounter = 1;
}
onClipEvent (enterFrame) {
if (_root.elive1 == 100) {
if (this._x <= _root.spaceship._x) {
_xscale = -100;
_root.turn = true;
} else {
_root.turn = false;
_xscale = 100;
}
}
}
onClipEvent (enterFrame) {
if (this._x < -112) {
_root.e1reset();
}
}
onClipEvent (enterFrame) {
if (this._x > 661) {
_root.e1reset();
}
}
Instance of Symbol 316 MovieClip "sholaser" in Frame 27 (1.07 KiB) ●
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.spaceship._y + 41;
this._x = _root.spaceship._x + 120;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "sholaser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 660) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(40);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(85);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 4;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 312 MovieClip "laserb" in Frame 27 (1.21 KiB) ●
onClipEvent (load) {
this._y = _root.spaceship._y + 25;
this._x = _root.spaceship._x - 90;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "laserb") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < -30) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(73);
_root.spaceship.laserCounter--;
chance = random(10);
if (chance >= 8) {
tellTarget (_root.die) {
gotoAndPlay (2);
};
}
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 2;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 316 MovieClip "sholaser2" in Frame 27 (1.07 KiB) ●
onClipEvent (load) {
laserMoveSpeed = -20;
this._y = _root.spaceship._y + 41;
this._x = _root.spaceship._x - 120;
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "sholaser2") {
this._x = this._x + laserMoveSpeed;
if (this._x < -60) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(40);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(85);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 4;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser2" in Frame 27 (647 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy1._y + 10;
this._x = _root.enemy1._x - 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser2") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser3" in Frame 27 (648 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy1._y + 10;
this._x = _root.enemy1._x + 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser2") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 757 MovieClip "enemy2" in Frame 27 (429 B)
onClipEvent (load) {
setProperty(this, _y , "290");
laserCounter = 1;
}
onClipEvent (enterFrame) {
if (_root.elive2 == 100) {
if (this._x <= _root.spaceship._x) {
_xscale = -100;
_root.turn2 = true;
} else {
_root.turn2 = false;
_xscale = 100;
}
}
}
onClipEvent (enterFrame) {
if (this._x < -112) {
_root.e2reset();
}
}
onClipEvent (enterFrame) {
if (this._x > 661) {
_root.e2reset();
}
}
Instance of Symbol 318 MovieClip "elaser1" in Frame 27 (647 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy2._y + 10;
this._x = _root.enemy2._x - 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser1") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser0" in Frame 27 (648 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy2._y + 10;
this._x = _root.enemy2._x + 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (_root.stopbul == true) {
this.removeMovieClip();
}
if (this._name != "elaser0") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 320 MovieClip "livecontroll" in Frame 27 (136 B)
onClipEvent (enterFrame) {
if (_root.liveshero <= -1) {
_root.liveshero = "0";
play();
tellTarget ("/") {
play();
};
}
}
Frame 31 (8 B)
stop();
Frame 32 (62 B)
tellTarget ("/music") {
play();
};
_root.stopbul = true;
Instance of Symbol 310 MovieClip "mp5" in Frame 32 (398 B)
onClipEvent (enterFrame) {
if (_root.lives == 100) {
if (Key.isDown(37)) {
if (_root.spaceship._x < _root.xmin2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x + _root.speed);
}
}
}
if (Key.isDown(39)) {
if (_root.spaceship._x > _root.xmax2) {
if (_root.bstop == false) {
_root.speed = 7;
_x = (_x - _root.speed);
}
}
}
}
}
Instance of Symbol 312 MovieClip "laser" in Frame 32 (1.29 KiB) ●
onClipEvent (load) {
this._y = _root.spaceship._y + 25;
this._x = _root.spaceship._x + 90;
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 580) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(73);
_root.spaceship.laserCounter--;
chance = random(10);
if (chance >= 8) {
tellTarget (_root.die) {
gotoAndPlay (2);
};
}
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield2)) {
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 2;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 316 MovieClip "sholaser" in Frame 32 (1.01 KiB) ●
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.spaceship._y + 41;
this._x = _root.spaceship._x + 120;
}
onClipEvent (enterFrame) {
if (this._name != "sholaser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 660) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(40);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(85);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 4;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 312 MovieClip "laserb" in Frame 32 (1.16 KiB) ●
onClipEvent (load) {
this._y = _root.spaceship._y + 25;
this._x = _root.spaceship._x - 90;
}
onClipEvent (enterFrame) {
if (this._name != "laserb") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < -30) {
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(73);
_root.spaceship.laserCounter--;
chance = random(10);
if (chance >= 8) {
tellTarget (_root.die) {
gotoAndPlay (2);
};
}
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 2;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 316 MovieClip "sholaser2" in Frame 32 (1.01 KiB) ●
onClipEvent (load) {
laserMoveSpeed = -20;
this._y = _root.spaceship._y + 41;
this._x = _root.spaceship._x - 120;
}
onClipEvent (enterFrame) {
if (this._name != "sholaser2") {
this._x = this._x + laserMoveSpeed;
if (this._x < -60) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(40);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(85);
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
i = 1;
while (i <= _root.numEnemy) {
i++;
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.boss1.boss1.bosshitarea)) {
_root.boss1.boss1.bosshitarea.gotoAndPlay(2);
_root.bosslife = _root.bosslife + 4;
_root.spaceship.laserCounter--;
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser2" in Frame 32 (588 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy1._y + 10;
this._x = _root.enemy1._x - 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (this._name != "elaser2") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser3" in Frame 32 (589 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy1._y + 10;
this._x = _root.enemy1._x + 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (this._name != "elaser2") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser1" in Frame 32 (588 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy2._y + 10;
this._x = _root.enemy2._x - 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (this._name != "elaser1") {
laserMoveSpeed = -20;
this._x = this._x + laserMoveSpeed;
if (this._x < 0) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 318 MovieClip "elaser0" in Frame 32 (589 B)
onClipEvent (load) {
i = 1;
while (i <= _root.numEnemy) {
this._y = _root.enemy2._y + 10;
this._x = _root.enemy2._x + 77;
laserCounter = 1;
i++;
}
}
onClipEvent (enterFrame) {
if (this._name != "elaser0") {
laserMoveSpeed = 20;
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
this.removeMovieClip();
}
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
this.removeMovieClip();
}
i++;
}
}
}
Instance of Symbol 320 MovieClip "livecontroll" in Frame 32 (110 B)
onClipEvent (enterFrame) {
if (_root.liveshero <= 0) {
play();
tellTarget ("/") {
play();
};
}
}
Frame 37 (20 B)
_quality = "high";
Frame 49 (13 B)
nextFrame();
Frame 50 (38 B)
_root.score2 = _root.score;
stop();
Frame 51 (13 B)
prevFrame();
Frame 82 (133 B)
somevar = random(9999);
loadVariablesNum ("http://www.infodesign.nl/swd/flash_game/get_score.php?flash=1&" add random(999), 0);
Frame 117 (13 B)
nextFrame();
Frame 118 (8 B)
stop();
Frame 119 (13 B)
prevFrame();
Frame 120 (8 B)
play();
Instance of Symbol 162 MovieClip "name" in Frame 120 (243 B)
onClipEvent (mouseMove) {
setProperty(_root.name, _alpha , random(30) + 60);
setProperty(_root.name.glans, _alpha , random(30) + 60);
setProperty(_root.name, _xscale , random(50) + 70);
setProperty(_root.name, _yscale , random(50) + 70);
}
Frame 123 (21 B)
_highquality = "2";
Frame 128 (8 B)
stop();
Frame 129 (8 B)
play();
Frame 137 (8 B)
stop();
Frame 138 (8 B)
play();
Frame 147 (8 B)
stop();
Frame 148 (8 B)
play();
Frame 157 (8 B)
stop();
Symbol 24 MovieClip Frame 58 (72 B)
if (_root.shock == true) {
getURL ("javascript:shake_xy(10)\r\n");
}
Symbol 24 MovieClip Frame 59 (50 B)
if (_root.shock == true) {
gotoAndPlay (85);
}
Symbol 24 MovieClip Frame 90 (51 B)
stop();
tellTarget ("/") {
gotoAndStop (4);
};
Symbol 68 Button (34 B)
on (release) {
gotoAndStop (6);
}
Symbol 71 MovieClip Frame 7 (8 B)
stop();
Symbol 76 Button (59 B)
on (release) {
tellTarget ("/") {
gotoAndPlay (8);
};
}
Symbol 77 MovieClip Frame 8 (8 B)
stop();
Symbol 78 MovieClip Frame 3 (17 B)
gotoAndPlay (1);
Symbol 78 MovieClip Frame 4 (8 B)
stop();
Symbol 92 MovieClip Frame 3 (17 B)
gotoAndPlay (1);
Symbol 92 MovieClip Frame 6 (17 B)
gotoAndPlay (4);
Symbol 92 MovieClip Frame 9 (17 B)
gotoAndPlay (4);
Symbol 92 MovieClip Frame 10 (8 B)
stop();
Symbol 93 MovieClip Frame 2 (84 B)
txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
Symbol 102 MovieClip Frame 1 (8 B)
stop();
Symbol 102 MovieClip Frame 5 (17 B)
gotoAndStop (1);
Symbol 102 MovieClip Frame 9 (17 B)
gotoAndStop (1);
Symbol 104 MovieClip Frame 1 (8 B)
stop();
Symbol 104 MovieClip Frame 4 (49 B)
tellTarget (_root.game) {
gotoAndStop (4);
};
Symbol 110 MovieClip Frame 1 (8 B)
stop();
Symbol 122 Button (34 B)
on (release) {
gotoAndPlay (1);
}
Symbol 125 MovieClip Frame 1 (66 B)
_root.game.val = 10;
_root.game.valy = 5;
_root.game.score = 0;
Instance of Symbol 102 MovieClip "bal" in Symbol 125 MovieClip Frame 1 (179 B)
onClipEvent (enterFrame) {
setProperty(_root.game.bal, _x , getProperty(this, _x) + _root.game.val);
setProperty(_root.game.bal, _y , getProperty(this, _y) + _root.game.valy);
}
Instance of Symbol 104 MovieClip "hit" in Symbol 125 MovieClip Frame 1 (125 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.bal)) {
_root.game.bal.gotoAndPlay(2);
_root.game.valy = 15;
}
}
Instance of Symbol 110 MovieClip "bat" in Symbol 125 MovieClip Frame 1 (411 B)
onClipEvent (load) {
startDrag ("", true, -12, 124.7, 153, 124.7);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.bal)) {
play();
speedbounce = random(30);
if (speedbounce >= 15) {
_root.game.val = -random(10);
} else {
_root.game.val = random(10);
}
_root.game.valy = -15;
_root.game.score = _root.game.score + 1;
tellTarget (_root.game.bal) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 104 MovieClip "hit2" in Symbol 125 MovieClip Frame 1 (132 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.bal)) {
_root.game.bal.gotoAndPlay(6);
_root.game.val = random(15);
}
}
Instance of Symbol 104 MovieClip "hit3" in Symbol 125 MovieClip Frame 1 (133 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.bal)) {
_root.game.bal.gotoAndPlay(6);
_root.game.val = -random(15);
}
}
Instance of Symbol 104 MovieClip "hit4" in Symbol 125 MovieClip Frame 1 (123 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.bal)) {
_root.game.bal.removeMovieClip();
gotoAndPlay (4);
}
}
Symbol 125 MovieClip Frame 2 (196 B)
i++;
speed = 9;
_root.game.fric._visible = 0;
_root.game.fric.duplicateMovieClip("fric" + i, i);
_root.game["fric" + i]._x = _root.game.bal._x;
_root.game["fric" + i]._y = _root.game.bal._y;
Symbol 125 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 125 MovieClip Frame 4 (23 B)
Mouse.show();
play();
Symbol 125 MovieClip Frame 10 (8 B)
stop();
Symbol 130 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 134 Button (55 B)
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 135 Button (35 B)
on (release) {
gotoAndPlay (14);
}
Symbol 136 Button (35 B)
on (release) {
gotoAndPlay (27);
}
Symbol 137 Button (35 B)
on (release) {
gotoAndPlay (40);
}
Symbol 138 Button (35 B)
on (release) {
gotoAndPlay (54);
}
Symbol 139 Button (35 B)
on (release) {
gotoAndPlay (69);
}
Symbol 140 Button (35 B)
on (release) {
gotoAndPlay (83);
}
Symbol 141 MovieClip Frame 1 (8 B)
stop();
Symbol 141 MovieClip Frame 13 (8 B)
stop();
Symbol 141 MovieClip Frame 26 (8 B)
stop();
Symbol 141 MovieClip Frame 39 (8 B)
stop();
Symbol 141 MovieClip Frame 53 (8 B)
stop();
Symbol 141 MovieClip Frame 68 (8 B)
stop();
Symbol 141 MovieClip Frame 82 (8 B)
stop();
Symbol 141 MovieClip Frame 95 (8 B)
stop();
Symbol 142 MovieClip Frame 1 (95 B)
s = new Sound(this);
s.attachSound("mySound");
s.start(0, 9999);
s.setVolume(100);
stop();
Symbol 142 MovieClip Frame 2 (27 B)
s.setVolume(90);
play();
Symbol 142 MovieClip Frame 3 (17 B)
s.setVolume(80);
Symbol 142 MovieClip Frame 4 (17 B)
s.setVolume(70);
Symbol 142 MovieClip Frame 5 (17 B)
s.setVolume(60);
Symbol 142 MovieClip Frame 6 (17 B)
s.setVolume(50);
Symbol 142 MovieClip Frame 7 (17 B)
s.setVolume(40);
Symbol 142 MovieClip Frame 8 (17 B)
s.setVolume(30);
Symbol 142 MovieClip Frame 9 (17 B)
s.setVolume(20);
Symbol 142 MovieClip Frame 10 (17 B)
s.setVolume(10);
Symbol 142 MovieClip Frame 11 (16 B)
s.setVolume(5);
Symbol 142 MovieClip Frame 12 (25 B)
s.setVolume(0);
stop();
Symbol 143 MovieClip Frame 181 (8 B)
stop();
Symbol 147 Button (39 B)
on (press) {
_root.gotoAndStop(120);
}
Symbol 150 Button (104 B)
on (press) {
_root.menu.gotoAndStop(2);
_root.game = "story";
tellTarget ("/") {
nextFrame();
};
}
Symbol 153 Button (81 B)
on (press) {
_root.menu.gotoAndStop(3);
tellTarget ("/") {
nextFrame();
};
}
Symbol 156 Button (85 B)
on (release) {
_root.game = "score";
tellTarget ("/") {
gotoAndStop ("go");
};
}
Symbol 170 Button (78 B)
on (release) {
_root.diffi = "easy";
tellTarget ("/") {
nextFrame();
};
}
Symbol 173 Button (80 B)
on (release) {
_root.diffi = "medium";
tellTarget ("/") {
nextFrame();
};
}
Symbol 176 Button (88 B)
on (release) {
_root.diffi = "hard";
tellTarget ("/") {
nextFrame();
play();
};
}
Symbol 179 Button (73 B)
on (release) {
gotoAndStop (1);
tellTarget ("/") {
prevFrame();
};
}
Symbol 185 Button (852 B)
on (release, keyPress "<Enter>") {
if (enter eq "redrum") {
if (_root.cheat1 == false) {
cheat1.gotoAndPlay(2);
}
}
if (enter eq "REDRUM") {
if (_root.cheat1 == false) {
cheat1.gotoAndPlay(2);
}
}
if (enter eq "Redrum") {
if (_root.cheat1 == false) {
cheat1.gotoAndPlay(2);
}
}
if (enter eq "aaarg!") {
if (_root.cheat2 == false) {
cheat2.gotoAndPlay(2);
}
}
if (enter eq "AAARG!") {
if (_root.cheat2 == false) {
cheat2.gotoAndPlay(2);
}
}
if (enter eq "Aaarg!") {
if (_root.cheat2 == false) {
cheat2.gotoAndPlay(2);
}
}
if (enter eq "hooray") {
if (_root.cheat3 == false) {
cheat3.gotoAndPlay(2);
}
}
if (enter eq "HOORAY") {
if (_root.cheat3 == false) {
cheat3.gotoAndPlay(2);
}
}
if (enter eq "Hooray") {
if (_root.cheat3 == false) {
cheat3.gotoAndPlay(2);
}
}
}
Symbol 188 MovieClip Frame 7 (8 B)
stop();
Symbol 204 Button (57 B)
on (release) {
gotoAndStop (2);
_root.cheat1 = false;
}
Symbol 207 Button (56 B)
on (release) {
gotoAndStop (1);
_root.cheat1 = true;
}
Symbol 208 MovieClip Frame 1 (8 B)
stop();
Symbol 208 MovieClip Frame 2 (8 B)
stop();
Symbol 209 MovieClip Frame 1 (50 B)
if (_root.cheat1 == true) {
play();
}
stop();
Symbol 209 MovieClip Frame 2 (21 B)
_root.cheat1 = true;
Symbol 209 MovieClip Frame 9 (8 B)
stop();
Symbol 209 MovieClip Frame 10 (13 B)
prevFrame();
Symbol 214 Button (57 B)
on (release) {
gotoAndStop (2);
_root.cheat2 = false;
}
Symbol 215 Button (56 B)
on (release) {
gotoAndStop (1);
_root.cheat2 = true;
}
Symbol 216 MovieClip Frame 1 (8 B)
stop();
Symbol 216 MovieClip Frame 2 (8 B)
stop();
Symbol 217 MovieClip Frame 1 (8 B)
stop();
Symbol 217 MovieClip Frame 2 (21 B)
_root.cheat2 = true;
Symbol 217 MovieClip Frame 9 (8 B)
stop();
Symbol 217 MovieClip Frame 10 (13 B)
prevFrame();
Symbol 223 Button (57 B)
on (release) {
gotoAndStop (2);
_root.cheat3 = false;
}
Symbol 224 Button (56 B)
on (release) {
gotoAndStop (1);
_root.cheat3 = true;
}
Symbol 225 MovieClip Frame 1 (8 B)
stop();
Symbol 225 MovieClip Frame 2 (8 B)
stop();
Symbol 226 MovieClip Frame 1 (51 B)
if (_root.cheat1 == true) {
play();
}
stop();
Symbol 226 MovieClip Frame 2 (21 B)
_root.cheat3 = true;
Symbol 226 MovieClip Frame 9 (8 B)
stop();
Symbol 226 MovieClip Frame 10 (13 B)
prevFrame();
Symbol 228 MovieClip Frame 1 (8 B)
stop();
Symbol 228 MovieClip Frame 2 (8 B)
stop();
Symbol 228 MovieClip Frame 3 (8 B)
stop();
Instance of Symbol 209 MovieClip "cheat1" in Symbol 228 MovieClip Frame 3 (70 B)
onClipEvent (enterFrame) {
if (_root.cheat1 == true) {
play();
}
}
Instance of Symbol 217 MovieClip "cheat2" in Symbol 228 MovieClip Frame 3 (70 B)
onClipEvent (enterFrame) {
if (_root.cheat2 == true) {
play();
}
}
Instance of Symbol 226 MovieClip "cheat3" in Symbol 228 MovieClip Frame 3 (70 B)
onClipEvent (enterFrame) {
if (_root.cheat3 == true) {
play();
}
}
Symbol 232 Button (71 B)
on (release) {
getURL ("http://www.qweck-attack.2ya.com", "_blank");
}
Symbol 234 Button (97 B)
on (release) {
getURL ("mailto:qweck_attack@hotmail.com");
}
on (rollOver) {
gotoAndPlay (2);
}
Symbol 235 Button (96 B)
on (release) {
getURL ("mailto:qweck_attack@hotmail.com");
}
on (rollOut) {
gotoAndStop (1);
}
Symbol 237 MovieClip Frame 1 (8 B)
stop();
Symbol 237 MovieClip Frame 2 (8 B)
play();
Symbol 237 MovieClip Frame 14 (8 B)
stop();
Symbol 250 MovieClip Frame 1 (8 B)
stop();
Symbol 250 MovieClip Frame 3 (234 B)
speed = 5;
_root.spaceship._x = _root.spaceship._x - speed;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
tellTarget (_root.mp5) {
_root.mp5._y = 0;
_root.mp5._x = 0;
gotoAndStop (1);
};
Symbol 250 MovieClip Frame 4 (145 B)
speed = 5;
_root.spaceship._x = _root.spaceship._x - speed;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 5 (145 B)
speed = 5;
_root.spaceship._x = _root.spaceship._x - speed;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 6 (174 B)
_root.music.gotoAndPlay(2);
speed = 5;
_root.spaceship._x = _root.spaceship._x - speed;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 7 (145 B)
speed = 5;
_root.spaceship._x = _root.spaceship._x - speed;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 8 (338 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
setProperty(_root.spaceship, _y , "265.4");
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 9 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 10 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 11 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 12 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 13 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 14 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 15 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 16 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 17 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 18 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 19 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 20 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 21 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 22 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 23 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 24 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 25 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 26 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 27 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 28 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 29 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 30 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 31 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 32 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 33 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 34 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 35 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 36 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 37 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 38 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 39 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 40 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 41 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 42 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 43 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 44 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 45 (293 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "0";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
speed = 5;
_root.back1._x = _root.back1._x - speed;
_root.boss1._x = _root.boss1._x - speed;
Symbol 250 MovieClip Frame 46 (251 B)
Moveplayer = 3;
if (_root.spaceship._x > 200) {
_root.spaceship._x = _root.spaceship._x - Moveplayer;
}
_root.lives = "100";
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("none");
};
tellTarget (_root.bossbar) {
gotoAndPlay (2);
};
Symbol 250 MovieClip Frame 64 (41 B)
_root.bossgo = true;
_root.go1 = false;
Symbol 250 MovieClip Frame 65 (8 B)
play();
Symbol 250 MovieClip Frame 66 (13 B)
prevFrame();
Symbol 253 MovieClip Frame 1 (8 B)
stop();
Symbol 253 MovieClip Frame 2 (8 B)
stop();
Instance of Symbol 252 MovieClip in Symbol 253 MovieClip Frame 2 (493 B)
onClipEvent (load) {
Moveplayer = 4.5;
}
onClipEvent (enterFrame) {
_root.stopper = true;
_root.completed = true;
_root.xmax = 800;
_root.xmax2 = 850;
if (_root.spaceship._x < 575) {
_root.spaceship._x = _root.spaceship._x + Moveplayer;
_root.lives = "0";
setProperty(_root.spaceship, _y , "265.4");
setProperty(_root.spaceship, _xscale , "100");
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
};
} else {
tellTarget (_root.complete) {
play();
};
}
}
Symbol 279 MovieClip Frame 1 (8 B)
stop();
Symbol 310 MovieClip Frame 1 (33 B)
stop();
_root.mp5dep1 = false;
Instance of Symbol 281 MovieClip in Symbol 310 MovieClip Frame 1 (103 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_parent.gotoAndPlay(6);
}
}
Symbol 310 MovieClip Frame 2 (119 B)
_root.mp5dep1 = true;
shomp = random(2);
if (shomp >= 1) {
gotoAndPlay (27);
} else {
gotoAndPlay (117);
}
Symbol 310 MovieClip Frame 3 (8 B)
stop();
Instance of Symbol 281 MovieClip in Symbol 310 MovieClip Frame 3 (103 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_parent.gotoAndPlay(4);
}
}
Symbol 310 MovieClip Frame 4 (46 B)
_root.ammo.mp5ammo = _root.ammo.mp5ammo + 15;
Symbol 310 MovieClip Frame 14 (55 B)
_root.mp5._y = 0;
_root.mp5._x = 0;
gotoAndStop (1);
Symbol 310 MovieClip Frame 15 (18 B)
stop();
stop();
Instance of Symbol 281 MovieClip in Symbol 310 MovieClip Frame 15 (104 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_parent.gotoAndPlay(16);
}
}
Symbol 310 MovieClip Frame 16 (47 B)
_root.ammo.shotammo = _root.ammo.shotammo + 5;
Symbol 310 MovieClip Frame 26 (55 B)
_root.mp5._y = 0;
_root.mp5._x = 0;
gotoAndStop (1);
Instance of Symbol 281 MovieClip in Symbol 310 MovieClip Frame 27 (103 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_parent.gotoAndPlay(4);
}
}
Symbol 310 MovieClip Frame 116 (55 B)
_root.mp5._y = 0;
_root.mp5._x = 0;
gotoAndPlay (1);
Instance of Symbol 281 MovieClip in Symbol 310 MovieClip Frame 117 (104 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_parent.gotoAndPlay(16);
}
}
Symbol 310 MovieClip Frame 205 (55 B)
_root.mp5._y = 0;
_root.mp5._x = 0;
gotoAndStop (1);
Symbol 316 MovieClip Frame 20 (8 B)
stop();
Symbol 320 MovieClip Frame 1 (8 B)
stop();
Symbol 320 MovieClip Frame 2 (33 B)
_root.spaceship.gotoAndStop(50);
Symbol 322 Button (282 B)
on (keyPress "z") {
if (_root.ammo.mp5ammo >= 1) {
_root.ammo.gotoAndPlay(2);
gotoAndStop (2);
} else if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndPlay(3);
gotoAndStop (3);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (4);
}
}
Symbol 324 Button (250 B)
on (keyPress "z") {
if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndStop(3);
gotoAndStop (3);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndPlay(1);
gotoAndStop (4);
} else {
_root.ammo.gotoAndPlay(1);
gotoAndStop (1);
}
}
Symbol 326 Button (168 B)
on (release, keyPress "z") {
if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (4);
} else {
gotoAndStop (1);
_root.ammo.gotoAndPlay(1);
}
}
Symbol 328 Button (67 B)
on (keyPress "z") {
_root.ammo.gotoAndPlay(1);
gotoAndStop (1);
}
Symbol 342 Button (259 B)
on (release, keyPress "z") {
if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndPlay(3);
gotoAndStop (3);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndPlay(1);
gotoAndStop (4);
} else {
_root.ammo.gotoAndStop(1);
gotoAndStop (1);
}
}
Symbol 362 Button (168 B)
on (release, keyPress "z") {
if (_root.cheat2 == true) {
_root.ammo.gotoAndPlay(1);
gotoAndStop (4);
} else {
gotoAndStop (1);
_root.ammo.gotoAndStop(1);
}
}
Symbol 376 Button (168 B)
on (release, keyPress "z") {
if (_root.cheat2 == true) {
_root.ammo.gotoAndPlay(1);
gotoAndStop (4);
} else {
gotoAndStop (1);
_root.ammo.gotoAndPlay(1);
}
}
Symbol 380 MovieClip Frame 8 (8 B)
stop();
Symbol 383 Button (76 B)
on (release, keyPress "z") {
_root.ammo.gotoAndPlay(1);
gotoAndStop (1);
}
Symbol 386 Button (259 B)
on (release, keyPress "z") {
if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndPlay(3);
gotoAndStop (3);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (4);
} else {
_root.ammo.gotoAndPlay(1);
gotoAndStop (1);
}
}
Symbol 395 Button (297 B)
on (release, keyPress "z") {
if (_root.ammo.mp5ammo >= 1) {
_root.ammo.gotoAndPlay(2);
gotoAndStop (115);
} else if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndPlay(3);
gotoAndStop (116);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (117);
}
}
Symbol 397 Button (256 B)
on (keyPress "z") {
if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndPlay(3);
gotoAndStop (116);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (117);
} else {
_root.ammo.gotoAndstop(1);
gotoAndStop (114);
}
}
Symbol 399 Button (172 B)
on (release, keyPress "z") {
if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (117);
} else {
gotoAndStop (114);
_root.ammo.gotoAndStop(1);
}
}
Symbol 401 Button (78 B)
on (release, keyPress "z") {
_root.ammo.gotoAndStop(1);
gotoAndStop (114);
}
Symbol 414 Button (265 B)
on (release, keyPress "z") {
if (_root.ammo.shotammo >= 1) {
_root.ammo.gotoAndStop(3);
gotoAndStop (116);
} else if (_root.cheat2 == true) {
_root.ammo.gotoAndStop(1);
gotoAndStop (117);
} else {
_root.ammo.gotoAndStop(1);
gotoAndStop (114);
}
}
Symbol 452 MovieClip Frame 1 (108 B)
_root.shoot = "no";
_root.espeed = 5;
_root.spaceship.gravity = 0.6;
stop();
_root.ammo.gotoAndStop(1);
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 1 (219 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
_parent.gotoAndPlay(5);
}
}
Symbol 452 MovieClip Frame 2 (80 B)
stop();
_root.espeed = 5;
_root.spaceship.gravity = 0.6;
_root.shoot = "no";
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 2 (344 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
_parent.gotoAndPlay(26);
} else {
_root.dry.play();
}
}
}
Symbol 452 MovieClip Frame 3 (80 B)
stop();
_root.espeed = 5;
_root.spaceship.gravity = 0.5;
_root.shoot = "no";
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 3 (356 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.ammo.shotammo >= 1) {
_root.ammo.shotammo = _root.ammo.shotammo - 1;
laserCounter++;
_root.sholaser.duplicateMovieClip("sholaser" + laserCounter, laserCounter);
_root["sholaser" + laserCounter]._visible = true;
_parent.gotoAndPlay(58);
} else {
_root.dry.play();
}
}
}
Symbol 452 MovieClip Frame 4 (109 B)
_root.shoot = "no";
_root.espeed = -5;
_root.spaceship.gravity = 0.4;
stop();
_root.ammo.gotoAndStop(1);
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 4 (81 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.gotoAndPlay(88);
}
}
Symbol 452 MovieClip Frame 25 (17 B)
gotoAndStop (1);
Symbol 452 MovieClip Frame 32 (332 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
_root.shoot = "yes";
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
gotoAndPlay (34);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 33 (19 B)
gotoAndPlay (101);
Symbol 452 MovieClip Frame 40 (308 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
laserCounter++;
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
gotoAndPlay (42);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 41 (19 B)
gotoAndPlay (101);
Symbol 452 MovieClip Frame 48 (308 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
laserCounter++;
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
gotoAndPlay (50);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 49 (19 B)
gotoAndPlay (101);
Symbol 452 MovieClip Frame 56 (308 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
laserCounter++;
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
gotoAndPlay (26);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 57 (19 B)
gotoAndPlay (101);
Symbol 452 MovieClip Frame 87 (17 B)
gotoAndStop (3);
Instance of Symbol 382 MovieClip "knife" in Symbol 452 MovieClip Frame 88 (371 B)
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_parent.gotoAndStop(4);
}
i++;
}
}
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(6);
}
i++;
}
}
Instance of Symbol 382 MovieClip "knive" in Symbol 452 MovieClip Frame 89 (371 B)
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_parent.gotoAndStop(4);
}
i++;
}
}
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(6);
}
i++;
}
}
Symbol 452 MovieClip Frame 100 (17 B)
gotoAndStop (4);
Symbol 452 MovieClip Frame 113 (17 B)
gotoAndStop (2);
Symbol 452 MovieClip Frame 114 (89 B)
stop();
_root.spaceship.gravity = 0.6;
_root.shoot = "no";
_root.ammo.gotoAndStop(1);
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 114 (224 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
laserCounter++;
_root.laserb.duplicateMovieClip("laserb" + laserCounter, laserCounter);
_root["laserb" + laserCounter]._visible = true;
_parent.gotoAndPlay(118);
}
}
Symbol 452 MovieClip Frame 115 (61 B)
stop();
_root.spaceship.gravity = 0.5;
_root.shoot = "no";
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 115 (348 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
laserCounter++;
_root.laserb.duplicateMovieClip("laserb" + laserCounter, laserCounter);
_root["laserb" + laserCounter]._visible = true;
_parent.gotoAndPlay(139);
} else {
_root.dry.play();
}
}
}
Symbol 452 MovieClip Frame 116 (61 B)
stop();
_root.spaceship.gravity = 0.4;
_root.shoot = "no";
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 116 (360 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
if (_root.ammo.shotammo >= 1) {
laserCounter++;
_root.ammo.shotammo = _root.ammo.shotammo - 1;
_root.sholaser2.duplicateMovieClip("sholaser2" + laserCounter, laserCounter);
_root["sholaser2" + laserCounter]._visible = true;
_parent.gotoAndPlay(171);
} else {
_root.dry.play();
}
}
}
Symbol 452 MovieClip Frame 117 (109 B)
stop();
_root.espeed = -5;
_root.shoot = "no";
_root.spaceship.gravity = 0.4;
_root.ammo.gotoAndStop(1);
Instance of Symbol 320 MovieClip in Symbol 452 MovieClip Frame 117 (82 B)
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.gotoAndPlay(201);
}
}
Symbol 452 MovieClip Frame 138 (19 B)
gotoAndStop (114);
Symbol 452 MovieClip Frame 145 (336 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
_root.shoot = "yes";
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
laserCounter++;
_root.laserb.duplicateMovieClip("laserb" + laserCounter, laserCounter);
_root["laserb" + laserCounter]._visible = true;
gotoAndPlay (147);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 146 (19 B)
gotoAndPlay (214);
Symbol 452 MovieClip Frame 153 (312 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
laserCounter++;
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
_root.laserb.duplicateMovieClip("laserb" + laserCounter, laserCounter);
_root["laserb" + laserCounter]._visible = true;
gotoAndPlay (155);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 154 (19 B)
gotoAndPlay (214);
Symbol 452 MovieClip Frame 161 (312 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
laserCounter++;
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
_root.laserb.duplicateMovieClip("laserb" + laserCounter, laserCounter);
_root["laserb" + laserCounter]._visible = true;
gotoAndPlay (163);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 162 (19 B)
gotoAndPlay (214);
Symbol 452 MovieClip Frame 169 (312 B)
if (Key.isDown(32)) {
if (_root.ammo.mp5ammo >= 1) {
laserCounter++;
_root.ammo.mp5ammo = _root.ammo.mp5ammo - 1;
_root.laserb.duplicateMovieClip("laserb" + laserCounter, laserCounter);
_root["laserb" + laserCounter]._visible = true;
gotoAndPlay (139);
} else {
_root.dry.play();
}
}
Symbol 452 MovieClip Frame 170 (19 B)
gotoAndPlay (214);
Symbol 452 MovieClip Frame 200 (19 B)
gotoAndStop (116);
Instance of Symbol 382 MovieClip "knife" in Symbol 452 MovieClip Frame 201 (371 B)
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_parent.gotoAndStop(4);
}
i++;
}
}
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(6);
}
i++;
}
}
Instance of Symbol 382 MovieClip "knive" in Symbol 452 MovieClip Frame 202 (371 B)
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].shield)) {
_root["enemy" + i].gotoAndPlay(3);
_parent.gotoAndStop(4);
}
i++;
}
}
onClipEvent (enterFrame) {
i = 1;
while (i <= _root.numEnemy) {
if (this.hitTest(_root["enemy" + i].hitarea)) {
_root["enemy" + i].gotoAndPlay(6);
}
i++;
}
}
Symbol 452 MovieClip Frame 213 (19 B)
gotoAndStop (117);
Symbol 452 MovieClip Frame 226 (19 B)
gotoAndStop (115);
Symbol 479 MovieClip Frame 1 (8 B)
play();
Symbol 479 MovieClip Frame 6 (17 B)
gotoAndStop (1);
Instance of Symbol 459 MovieClip "noneman" in Symbol 479 MovieClip Frame 6 (40 B)
onClipEvent (load) {
gotoAndPlay (1);
}
Symbol 479 MovieClip Frame 28 (77 B)
if (Key.isDown(39) == true) {
prevFrame();
} else {
gotoAndStop (7);
}
Instance of Symbol 470 MovieClip in Symbol 479 MovieClip Frame 28 (40 B)
onClipEvent (load) {
gotoAndPlay (1);
}
Symbol 479 MovieClip Frame 34 (18 B)
gotoAndPlay (32);
Symbol 492 MovieClip Frame 12 (8 B)
stop();
Symbol 494 MovieClip Frame 1 (8 B)
stop();
Symbol 494 MovieClip Frame 2 (8 B)
play();
Symbol 507 Button (52 B)
on (keyPress "<Space>") {
gotoAndPlay (36);
}
Symbol 509 MovieClip Frame 1 (2.14 KiB) ●
function hitPlatforms() {
var i;
var y;
var x;
i = 0;
while (i < _root.maxPlatforms) {
platform = eval ("_root.platform" + i);
y = _y + vertical;
x = _x + horizontal;
if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) {
_y = platform._y;
falling = false;
vertical = 0;
return(undefined);
}
i++;
}
platform = null;
return(undefined);
}
function render() {
var x;
var y;
x = (y = 0);
if (Key.isDown(39) == true) {
x = hforce;
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
tellTarget (_root.flip) {
gotoAndStop (3);
};
};
}
if (Key.isDown(37) == true) {
x = hforce * -1;
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("loop");
tellTarget (_root.flip) {
gotoAndStop (2);
};
};
}
if (Math.abs(horizontal) < Math.abs(x)) {
horizontal = x;
} else {
horizontal = horizontal * friction;
if (Math.abs(horizontal) < 1) {
horizontal = 0;
}
}
if ((vertical == 0) && (Key.isDown(38) == true)) {
vertical = vforce * -1;
horizontal = horizontal + platform.velocity;
platform = null;
rising = true;
if (Key.isDown(39) == true) {
x = hforce;
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("jump");
tellTarget (_root.flip) {
gotoAndStop (3);
};
};
}
tellTarget (_root.spaceship.pop) {
gotoAndPlay ("jump");
};
}
if (rising == true) {
vertical = vertical * gravity;
if (Math.abs(vertical) < 1) {
vertical = Math.abs(vertical);
falling = true;
rising = false;
}
}
if (falling == true) {
vertical = vertical * accel;
hitPlatforms();
}
lastX = _x;
lastY = _y;
_y = (_y + vertical);
_x = ((_x + horizontal) + platform.velocity);
if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) {
vertical = 2;
falling = true;
}
}
vforce = 80;
hforce = 10;
status = liv;
horizontal = 0;
vertical = 1;
friction = 0.4;
gravity = 0.6;
accel = 1.5;
rising = false;
falling = true;
lastX = _x;
lastY = _y;
platform = null;
stop();
Instance of Symbol 479 MovieClip "pop" in Symbol 509 MovieClip Frame 1 (665 B)
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
if (this._x <= 35) {
this._x = 35;
}
if (this._x >= 460) {
this._x = 460;
}
if (this._y <= 50) {
this._y = 50;
}
}
onClipEvent (keyUp) {
gotoAndPlay (1);
}
Symbol 509 MovieClip Frame 2 (8 B)
play();
Symbol 509 MovieClip Frame 36 (49 B)
_root.liveshero = _root.liveshero - 1;
play();
Symbol 509 MovieClip Frame 41 (49 B)
tellTarget (_root.flip) {
gotoAndStop (3);
};
Symbol 509 MovieClip Frame 60 (249 B)
_root.lives = "100";
setProperty(_root.spaceship, _x , "300");
setProperty(_root.spaceship, _y , "0");
gotoAndStop (1);
_root.live = 5;
tellTarget (_root.hud.bar) {
gotoAndStop (1);
};
tellTarget (_root.hud.stats) {
gotoAndStop (1);
};
Symbol 522 MovieClip Frame 15 (8 B)
stop();
Symbol 536 MovieClip Frame 11 (8 B)
stop();
Symbol 554 MovieClip Frame 70 (8 B)
stop();
Symbol 630 MovieClip Frame 10 (8 B)
stop();
Symbol 632 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1 (109 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.pop.gun.knive)) {
_parent.gotoAndPlay(2);
}
}
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1 (110 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.pop.gun.knive)) {
_parent.gotoAndPlay(12);
}
}
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1 (110 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.pop.gun.knive)) {
_parent.gotoAndPlay(22);
}
}
Symbol 632 MovieClip Frame 11 (17 B)
gotoAndStop (1);
Symbol 632 MovieClip Frame 21 (17 B)
gotoAndStop (1);
Symbol 632 MovieClip Frame 31 (17 B)
gotoAndStop (1);
Symbol 656 MovieClip Frame 1 (894 B)
_root.enemy1live = true;
if (_root.lives == 100) {
if (_root.create == true) {
if (_root.highscore == true) {
chance = random(10);
} else if (_root.diffi == "medium") {
chance = random(10);
} else if (_root.diffi == "easy") {
chance = random(7);
} else if (_root.diffi == "hard") {
chance = random(50);
}
if (chance >= 5) {
if (this._x > 0) {
if (this._x < 550) {
if (_root.shoot == "no") {
gotoAndPlay (26);
} else {
gotoAndPlay (182);
}
} else {
gotoAndPlay (63);
}
} else {
gotoAndPlay (63);
}
} else if (chance >= 2) {
if (_root.shoot == "no") {
gotoAndPlay (63);
} else {
gotoAndPlay (182);
}
} else if (chance >= 0) {
if (_root.shoot == "no") {
gotoAndPlay (182);
} else {
gotoAndPlay (182);
}
}
}
}
play();
Instance of Symbol 514 MovieClip "shield" in Symbol 656 MovieClip Frame 1 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 320 MovieClip in Symbol 656 MovieClip Frame 1 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 656 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 656 MovieClip Frame 4 (17 B)
gotoAndStop (1);
Symbol 656 MovieClip Frame 6 (54 B)
_root.elive1 = "0";
_root.score = _root.score + 250;
Symbol 656 MovieClip Frame 25 (18 B)
gotoAndPlay (99);
Instance of Symbol 320 MovieClip in Symbol 656 MovieClip Frame 26 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 656 MovieClip Frame 35 (301 B)
laserCounter++;
if (_root.turn == false) {
_root.elaser2.duplicateMovieClip("elaser2" + laserCounter, laserCounter);
["elaser2" + laserCounter]._visible = true;
} else {
_root.elaser3.duplicateMovieClip("elaser3" + laserCounter, laserCounter);
["elaser3" + laserCounter]._visible = true;
}
Symbol 656 MovieClip Frame 38 (114 B)
shootchance = random(10);
if (shootchance >= 4) {
if (_root.stopbul == false) {
gotoAndPlay (29);
}
}
Symbol 656 MovieClip Frame 39 (17 B)
gotoAndPlay (1);
Instance of Symbol 514 MovieClip "shield" in Symbol 656 MovieClip Frame 39 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 514 MovieClip "shield2" in Symbol 656 MovieClip Frame 40 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Symbol 656 MovieClip Frame 62 (17 B)
gotoAndStop (1);
Symbol 656 MovieClip Frame 63 (125 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
Instance of Symbol 514 MovieClip "shield" in Symbol 656 MovieClip Frame 63 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 320 MovieClip in Symbol 656 MovieClip Frame 63 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 656 MovieClip Frame 64 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 65 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 66 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 67 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 68 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 69 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 70 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 71 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 656 MovieClip Frame 72 (220 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
gotoAndPlay (1);
Symbol 656 MovieClip Frame 73 (54 B)
_root.elive1 = "0";
_root.score = _root.score + 100;
Symbol 656 MovieClip Frame 84 (19 B)
gotoAndPlay (127);
Symbol 656 MovieClip Frame 85 (54 B)
_root.elive1 = "0";
_root.score = _root.score + 200;
Symbol 656 MovieClip Frame 98 (19 B)
gotoAndPlay (154);
Symbol 656 MovieClip Frame 115 (358 B)
_root.enemy1live = false;
if (_root.bossplay == true) {
_root.bossplay1 = true;
}
if (_root.highscore == false) {
mp51change = random(15);
if (mp51change >= 12) {
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy1._y + 0;
_root.mp5._x = _root.enemy1._x + 0;
tellTarget (_root.mp5) {
gotoAndStop (2);
};
}
}
}
Symbol 656 MovieClip Frame 126 (74 B)
if (_root.bossplay1 == false) {
_root.e1reset();
} else {
stop();
}
Symbol 656 MovieClip Frame 127 (25 B)
_root.enemy1live = true;
Symbol 656 MovieClip Frame 142 (358 B)
_root.enemy1live = false;
if (_root.bossplay == true) {
_root.bossplay1 = true;
}
if (_root.highscore == false) {
mp51change = random(15);
if (mp51change >= 12) {
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy1._y + 0;
_root.mp5._x = _root.enemy1._x + 0;
tellTarget (_root.mp5) {
gotoAndStop (2);
};
}
}
}
Symbol 656 MovieClip Frame 153 (74 B)
if (_root.bossplay1 == false) {
_root.e1reset();
} else {
stop();
}
Symbol 656 MovieClip Frame 154 (25 B)
_root.enemy1live = true;
Symbol 656 MovieClip Frame 170 (358 B)
_root.enemy1live = false;
if (_root.bossplay == true) {
_root.bossplay1 = true;
}
if (_root.highscore == false) {
mp51change = random(15);
if (mp51change >= 12) {
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy1._y + 0;
_root.mp5._x = _root.enemy1._x + 0;
tellTarget (_root.mp5) {
gotoAndStop (2);
};
}
}
}
Symbol 656 MovieClip Frame 181 (74 B)
if (_root.bossplay1 == false) {
_root.e1reset();
} else {
stop();
}
Symbol 656 MovieClip Frame 182 (25 B)
_root.enemy1live = true;
Instance of Symbol 514 MovieClip "shield" in Symbol 656 MovieClip Frame 182 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 320 MovieClip in Symbol 656 MovieClip Frame 182 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 656 MovieClip Frame 193 (17 B)
gotoAndPlay (1);
Symbol 657 MovieClip Frame 1 (8 B)
stop();
Symbol 657 MovieClip Frame 2 (146 B)
tellTarget (_root.spaceship) {
_xscale = -100;
tellTarget (_root.spaceship.pop.gun) {
gotoAndPlay(_currentframe + 113);
};
};
stop();
Symbol 657 MovieClip Frame 3 (145 B)
tellTarget (_root.spaceship) {
_xscale = 100;
tellTarget (_root.spaceship.pop.gun) {
gotoAndPlay(_currentframe - 113);
};
};
stop();
Symbol 662 Button (57 B)
on (release) {
_quality = "high";
_root.auto = "no";
}
Symbol 664 Button (56 B)
on (release) {
_quality = "low";
_root.auto = "no";
}
Symbol 757 MovieClip Frame 1 (1.02 KiB) ●
_root.enemy2live = true;
if (_root.diffi == "easy") {
gotoAndStop (120);
setProperty(this, _x , "275");
setProperty(this, _x , "0");
_root.enemy2live = false;
}
if (_root.lives == 100) {
if (_root.create2 == true) {
if (_root.highscore == true) {
chance = random(10);
} else if (_root.diffi == "medium") {
chance = random(10);
} else if (_root.diffi == "easy") {
chance = random(7);
} else if (_root.diffi == "hard") {
chance = random(50);
}
if (chance >= 5) {
if (this._x > 0) {
if (this._x < 550) {
if (_root.shoot == "no") {
gotoAndPlay (26);
} else {
gotoAndPlay (182);
}
} else {
gotoAndPlay (63);
}
} else {
gotoAndPlay (63);
}
} else if (chance >= 2) {
if (_root.shoot == "no") {
gotoAndPlay (63);
} else {
gotoAndPlay (182);
}
} else if (chance >= 0) {
if (_root.shoot == "no") {
gotoAndPlay (182);
} else {
gotoAndPlay (182);
}
}
}
}
play();
Instance of Symbol 514 MovieClip "shield" in Symbol 757 MovieClip Frame 1 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 320 MovieClip in Symbol 757 MovieClip Frame 1 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 757 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 757 MovieClip Frame 4 (17 B)
gotoAndStop (1);
Symbol 757 MovieClip Frame 6 (54 B)
_root.elive2 = "0";
_root.score = _root.score + 250;
Symbol 757 MovieClip Frame 25 (18 B)
gotoAndPlay (99);
Instance of Symbol 320 MovieClip in Symbol 757 MovieClip Frame 26 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 757 MovieClip Frame 35 (306 B)
laserCounter++;
if (_root.turn2 == false) {
_root.elaser1.duplicateMovieClip("elaser1b" + laserCounter, laserCounter);
["elaser1b" + laserCounter]._visible = true;
} else {
_root.elaser0.duplicateMovieClip("elaser0b" + laserCounter, laserCounter);
["elaser0b" + laserCounter]._visible = true;
}
Symbol 757 MovieClip Frame 38 (152 B)
shootchance = random(10);
if (shootchance >= 4) {
if (_root.diffi == "hard") {
if (_root.stopbul == false) {
gotoAndPlay (29);
}
}
}
Symbol 757 MovieClip Frame 39 (17 B)
gotoAndPlay (1);
Instance of Symbol 514 MovieClip "shield" in Symbol 757 MovieClip Frame 39 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 514 MovieClip "shield2" in Symbol 757 MovieClip Frame 40 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Symbol 757 MovieClip Frame 62 (17 B)
gotoAndStop (1);
Symbol 757 MovieClip Frame 63 (125 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
Instance of Symbol 514 MovieClip "shield" in Symbol 757 MovieClip Frame 63 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 320 MovieClip in Symbol 757 MovieClip Frame 63 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 757 MovieClip Frame 64 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 65 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 66 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 67 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 68 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 69 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 70 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 71 (202 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
Symbol 757 MovieClip Frame 72 (220 B)
if (this._x <= _root.spaceship._x) {
this._x = this._x + _root.espeed;
} else {
this._x = this._x - _root.espeed;
}
if (this._x == _root.spaceship._x) {
this._x = this._x + _root.espeed;
}
gotoAndPlay (1);
Symbol 757 MovieClip Frame 73 (54 B)
_root.elive2 = "0";
_root.score = _root.score + 100;
Symbol 757 MovieClip Frame 84 (19 B)
gotoAndPlay (127);
Symbol 757 MovieClip Frame 85 (54 B)
_root.elive2 = "0";
_root.score = _root.score + 200;
Symbol 757 MovieClip Frame 98 (19 B)
gotoAndPlay (154);
Symbol 757 MovieClip Frame 115 (357 B)
_root.enemy2live = false;
if (_root.bossplay == true) {
_root.bossplay2 = true;
}
mp51change = random(15);
if (_root.highscore == false) {
if (mp51change >= 12) {
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy2._y + 0;
_root.mp5._x = _root.enemy2._x + 0;
tellTarget (_root.mp5) {
gotoAndStop (2);
};
}
}
}
Symbol 757 MovieClip Frame 126 (74 B)
if (_root.bossplay2 == false) {
_root.e2reset();
} else {
stop();
}
Symbol 757 MovieClip Frame 127 (25 B)
_root.enemy2live = true;
Symbol 757 MovieClip Frame 142 (358 B)
_root.enemy2live = false;
if (_root.bossplay == true) {
_root.bossplay2 = true;
}
if (_root.highscore == false) {
mp51change = random(15);
if (mp51change >= 12) {
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy2._y + 0;
_root.mp5._x = _root.enemy2._x + 0;
tellTarget (_root.mp5) {
gotoAndStop (2);
};
}
}
}
Symbol 757 MovieClip Frame 153 (74 B)
if (_root.bossplay2 == false) {
_root.e2reset();
} else {
stop();
}
Symbol 757 MovieClip Frame 154 (25 B)
_root.enemy2live = true;
Symbol 757 MovieClip Frame 170 (358 B)
_root.enemy2live = false;
if (_root.bossplay == true) {
_root.bossplay2 = true;
}
if (_root.highscore == false) {
mp51change = random(15);
if (mp51change >= 12) {
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy2._y + 0;
_root.mp5._x = _root.enemy2._x + 0;
tellTarget (_root.mp5) {
gotoAndStop (2);
};
}
}
}
Symbol 757 MovieClip Frame 181 (74 B)
if (_root.bossplay2 == false) {
_root.e2reset();
} else {
stop();
}
Symbol 757 MovieClip Frame 182 (25 B)
_root.enemy2live = true;
Instance of Symbol 514 MovieClip "shield" in Symbol 757 MovieClip Frame 182 (72 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root["laser" + i])) {
}
}
Instance of Symbol 320 MovieClip in Symbol 757 MovieClip Frame 182 (163 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship)) {
_root.espeed = -5;
_root.back = "yes";
} else {
_root.espeed = 5;
_root.back = "no";
}
}
Symbol 757 MovieClip Frame 193 (17 B)
gotoAndPlay (1);
Symbol 766 MovieClip Frame 1 (8 B)
stop();
Symbol 768 MovieClip Frame 1 (8 B)
stop();
Symbol 768 MovieClip Frame 2 (8 B)
play();
Symbol 774 MovieClip Frame 1 (8 B)
stop();
Symbol 774 MovieClip Frame 2 (8 B)
play();
Symbol 795 MovieClip Frame 15 (8 B)
stop();
Symbol 796 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 795 MovieClip in Symbol 796 MovieClip Frame 1 (202 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.nextFrame();
_root.hud.bar.nextFrame();
_parent.nextFrame();
}
}
Symbol 796 MovieClip Frame 2 (8 B)
play();
Symbol 796 MovieClip Frame 5 (8 B)
stop();
Symbol 832 MovieClip Frame 21 (18 B)
gotoAndPlay (19);
Symbol 833 MovieClip Frame 15 (8 B)
stop();
Symbol 834 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 833 MovieClip in Symbol 834 MovieClip Frame 1 (208 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.gotoAndPlay(6);
_root.hud.bar.gotoAndPlay(6);
_parent.nextFrame();
}
}
Symbol 834 MovieClip Frame 2 (8 B)
play();
Symbol 834 MovieClip Frame 6 (8 B)
stop();
Symbol 869 MovieClip Frame 15 (8 B)
stop();
Instance of Symbol 771 MovieClip in Symbol 871 MovieClip Frame 1 (185 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.gotoAndPlay(6);
_root.hud.bar.gotoAndPlay(6);
}
}
Symbol 871 MovieClip Frame 2 (79 B)
if (_root.bossgo == true) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 871 MovieClip Frame 217 (17 B)
gotoAndPlay (1);
Symbol 871 MovieClip Frame 290 (64 B)
tellTarget (_root.bossdefeat) {
gotoAndStop (2);
};
stop();
Symbol 875 MovieClip Frame 6 (8 B)
stop();
Instance of Symbol 871 MovieClip "boss1" in Symbol 876 MovieClip Frame 1 (111 B)
onClipEvent (enterFrame) {
if (_root.bosslife >= 70) {
tellTarget (_root.bossdead) {
play();
};
}
}
Instance of Symbol 883 MovieClip in Symbol 884 MovieClip Frame 1 (211 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.spaceship.hitarea)) {
_root.spaceship.hitarea.gotoAndPlay(2);
_root.hud.stats.gotoAndPlay(6);
_root.hud.bar.gotoAndPlay(6);
this.removeMovieClip();
}
}
Symbol 885 MovieClip Frame 1 (8 B)
stop();
Symbol 885 MovieClip Frame 2 (110 B)
tellTarget (_root.boss1.boss1) {
gotoAndPlay (218);
};
tellTarget (_root.music) {
gotoAndPlay (62);
};
Symbol 885 MovieClip Frame 4 (13 B)
prevFrame();
Symbol 889 MovieClip Frame 1 (8 B)
stop();
Symbol 889 MovieClip Frame 2 (138 B)
if (_root.mp5dep1 == false) {
_root.mp5._y = _root.enemy1._y + 0;
_root.mp5._x = _root.enemy1._x + 0;
Set(_root.mp5dep1, false);
}
Symbol 889 MovieClip Frame 3 (101 B)
_root.mp5._y = _root.enemy1._y + 0;
_root.mp5._x = _root.enemy1._x + 0;
Set(_root.mp5dep1, false);
Symbol 891 MovieClip Frame 1 (8 B)
stop();
Symbol 891 MovieClip Frame 2 (20 B)
_root.empty.play();
Symbol 895 MovieClip Frame 1 (8 B)
stop();
Symbol 903 MovieClip Frame 7 (8 B)
stop();
Symbol 906 MovieClip Frame 7 (8 B)
stop();
Symbol 909 MovieClip Frame 7 (8 B)
stop();
Symbol 912 MovieClip Frame 7 (8 B)
stop();
Symbol 914 MovieClip Frame 7 (8 B)
stop();
Symbol 915 MovieClip Frame 1 (8 B)
stop();
Symbol 915 MovieClip Frame 2 (25 B)
stop();
_root.live = 4;
Symbol 915 MovieClip Frame 3 (25 B)
stop();
_root.live = 3;
Symbol 915 MovieClip Frame 4 (25 B)
stop();
_root.live = 2;
Symbol 915 MovieClip Frame 5 (25 B)
stop();
_root.live = 1;
Symbol 915 MovieClip Frame 6 (98 B)
stop();
_root.live = 0;
_root.lives = 0;
tellTarget (_root.spaceship) {
gotoAndPlay (2);
};
Symbol 923 MovieClip Frame 1 (8 B)
stop();
Symbol 923 MovieClip Frame 2 (8 B)
stop();
Symbol 923 MovieClip Frame 3 (8 B)
stop();
Symbol 923 MovieClip Frame 4 (8 B)
stop();
Symbol 923 MovieClip Frame 5 (8 B)
stop();
Symbol 923 MovieClip Frame 6 (8 B)
stop();
Symbol 927 MovieClip Frame 1 (93 B)
s = new Sound(this);
s.attachSound("main1");
s.start(0, 9999);
s.setVolume(100);
stop();
Symbol 927 MovieClip Frame 2 (17 B)
s.setVolume(95);
Symbol 927 MovieClip Frame 3 (17 B)
s.setVolume(90);
Symbol 927 MovieClip Frame 4 (17 B)
s.setVolume(85);
Symbol 927 MovieClip Frame 5 (17 B)
s.setVolume(80);
Symbol 927 MovieClip Frame 6 (17 B)
s.setVolume(75);
Symbol 927 MovieClip Frame 7 (17 B)
s.setVolume(70);
Symbol 927 MovieClip Frame 8 (17 B)
s.setVolume(65);
Symbol 927 MovieClip Frame 9 (17 B)
s.setVolume(60);
Symbol 927 MovieClip Frame 10 (17 B)
s.setVolume(55);
Symbol 927 MovieClip Frame 11 (17 B)
s.setVolume(50);
Symbol 927 MovieClip Frame 12 (17 B)
s.setVolume(45);
Symbol 927 MovieClip Frame 13 (17 B)
s.setVolume(40);
Symbol 927 MovieClip Frame 14 (17 B)
s.setVolume(35);
Symbol 927 MovieClip Frame 15 (17 B)
s.setVolume(30);
Symbol 927 MovieClip Frame 16 (17 B)
s.setVolume(25);
Symbol 927 MovieClip Frame 17 (17 B)
s.setVolume(20);
Symbol 927 MovieClip Frame 18 (17 B)
s.setVolume(15);
Symbol 927 MovieClip Frame 19 (17 B)
s.setVolume(10);
Symbol 927 MovieClip Frame 20 (16 B)
s.setVolume(5);
Symbol 927 MovieClip Frame 21 (10 B)
s.stop();
Symbol 927 MovieClip Frame 25 (49 B)
if (_root.highscore == true) {
prevFrame();
}
Symbol 927 MovieClip Frame 40 (82 B)
b = new Sound(this);
b.attachSound("main2");
b.start(0, 9999);
b.setVolume(0);
Symbol 927 MovieClip Frame 41 (16 B)
b.setVolume(0);
Symbol 927 MovieClip Frame 42 (16 B)
b.setVolume(5);
Symbol 927 MovieClip Frame 43 (17 B)
b.setVolume(10);
Symbol 927 MovieClip Frame 44 (17 B)
b.setVolume(15);
Symbol 927 MovieClip Frame 45 (17 B)
b.setVolume(20);
Symbol 927 MovieClip Frame 46 (17 B)
b.setVolume(25);
Symbol 927 MovieClip Frame 47 (17 B)
b.setVolume(30);
Symbol 927 MovieClip Frame 48 (17 B)
b.setVolume(35);
Symbol 927 MovieClip Frame 49 (17 B)
b.setVolume(40);
Symbol 927 MovieClip Frame 50 (17 B)
b.setVolume(45);
Symbol 927 MovieClip Frame 51 (17 B)
b.setVolume(50);
Symbol 927 MovieClip Frame 52 (17 B)
b.setVolume(55);
Symbol 927 MovieClip Frame 53 (17 B)
b.setVolume(60);
Symbol 927 MovieClip Frame 54 (17 B)
b.setVolume(65);
Symbol 927 MovieClip Frame 55 (17 B)
b.setVolume(70);
Symbol 927 MovieClip Frame 56 (17 B)
b.setVolume(75);
Symbol 927 MovieClip Frame 57 (17 B)
b.setVolume(80);
Symbol 927 MovieClip Frame 58 (17 B)
b.setVolume(85);
Symbol 927 MovieClip Frame 59 (17 B)
b.setVolume(90);
Symbol 927 MovieClip Frame 60 (26 B)
b.setVolume(95);
stop();
Symbol 927 MovieClip Frame 61 (27 B)
b.setVolume(100);
stop();
Symbol 927 MovieClip Frame 90 (17 B)
b.setVolume(90);
Symbol 927 MovieClip Frame 91 (17 B)
b.setVolume(80);
Symbol 927 MovieClip Frame 92 (17 B)
b.setVolume(70);
Symbol 927 MovieClip Frame 93 (17 B)
b.setVolume(60);
Symbol 927 MovieClip Frame 94 (17 B)
b.setVolume(50);
Symbol 927 MovieClip Frame 95 (17 B)
b.setVolume(40);
Symbol 927 MovieClip Frame 96 (26 B)
b.setVolume(30);
stop();
Symbol 927 MovieClip Frame 97 (17 B)
b.setVolume(20);
Symbol 927 MovieClip Frame 98 (17 B)
b.setVolume(10);
Symbol 927 MovieClip Frame 99 (36 B)
b.setVolume(0);
b.stop();
stop();
Symbol 935 MovieClip Frame 1 (8 B)
stop();
Symbol 935 MovieClip Frame 2 (59 B)
if (_root.cheat3 == true) {
gotoAndStop (1);
}
stop();
Symbol 935 MovieClip Frame 3 (59 B)
if (_root.cheat3 == true) {
gotoAndStop (1);
}
stop();
Symbol 939 MovieClip Frame 1 (8 B)
stop();
Symbol 939 MovieClip Frame 70 (8 B)
stop();
Symbol 941 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 939 MovieClip in Symbol 941 MovieClip Frame 1 (58 B)
onClipEvent (enterFrame) {
gotoAndStop(_root.bosslife);
}
Symbol 941 MovieClip Frame 5 (8 B)
stop();
Symbol 951 Button (165 B)
on (release) {
q.stop();
stopAllSounds();
gotoAndStop (1);
tellTarget ("/") {
gotoAndPlay (26);
};
tellTarget (_root.livecontroll) {
gotoAndStop (1);
};
}
Symbol 956 MovieClip Frame 1 (157 B)
if (_root.diffi == "easy") {
gotoAndStop (2);
}
if (_root.diffi == "medium") {
gotoAndStop (3);
}
if (_root.diffi == "hard") {
gotoAndStop (4);
}
Symbol 958 MovieClip Frame 1 (8 B)
stop();
Symbol 958 MovieClip Frame 2 (65 B)
_root.music.play();
_root.stopbul = true;
_quality = "high";
Symbol 958 MovieClip Frame 5 (83 B)
q = new Sound(this);
q.attachSound("sound3");
q.start(0, 9999);
q.setVolume(0);
Symbol 958 MovieClip Frame 6 (17 B)
q.setVolume(10);
Symbol 958 MovieClip Frame 7 (17 B)
q.setVolume(20);
Symbol 958 MovieClip Frame 8 (17 B)
q.setVolume(30);
Symbol 958 MovieClip Frame 9 (17 B)
q.setVolume(40);
Symbol 958 MovieClip Frame 10 (17 B)
q.setVolume(50);
Symbol 958 MovieClip Frame 11 (17 B)
q.setVolume(60);
Symbol 958 MovieClip Frame 12 (17 B)
q.setVolume(70);
Symbol 958 MovieClip Frame 13 (17 B)
q.setVolume(80);
Symbol 958 MovieClip Frame 14 (17 B)
q.setVolume(90);
Symbol 958 MovieClip Frame 15 (18 B)
q.setVolume(100);
Symbol 958 MovieClip Frame 26 (13 B)
prevFrame();
Symbol 968 Button (136 B)
on (release) {
gotoAndStop (1);
tellTarget ("/") {
gotoAndPlay (26);
};
tellTarget (_root.livecontroll) {
gotoAndStop (1);
};
}
Symbol 969 Button (136 B)
on (release) {
gotoAndStop (1);
tellTarget ("/") {
gotoAndPlay (25);
};
tellTarget (_root.livecontroll) {
gotoAndStop (1);
};
}
Symbol 970 MovieClip Frame 1 (8 B)
stop();
Symbol 970 MovieClip Frame 2 (103 B)
tellTarget (_root.music) {
gotoAndPlay (2);
};
play();
_root.stopbul = true;
_quality = "high";
Symbol 970 MovieClip Frame 6 (56 B)
tellTarget (_root.boss1.boss1) {
gotoAndStop (1);
};
Symbol 970 MovieClip Frame 14 (27 B)
_root.livecontroll.play();
Symbol 970 MovieClip Frame 25 (41 B)
tellTarget (_root.music) {
stop();
};
Symbol 970 MovieClip Frame 43 (13 B)
prevFrame();
Symbol 997 Button (35 B)
on (release) {
gotoAndPlay (10);
}
Symbol 998 Button (247 B)
on (release) {
_root.pass = "coengame";
_root.name = _root.name2;
_root.score = _root.score2;
somevar = random(9999);
loadVariablesNum ("http://www.infodesign.nl/swd/flash_game/new_score.php?" add random(999), 0, "POST");
gotoAndPlay (52);
}
Symbol 1062 Button (47 B)
on (keyPress "<Space>") {
nextFrame();
}
Symbol 1064 Button (70 B)
on (keyPress "<Space>") {
stopAllSounds();
gotoAndStop (10);
}